@charset "utf-8";
/* CSS Document */

/* globals */

*{
	margin:0;
	padding:0;
	border:none;
}

body {
    min-width:733px;
	background: #FFFFFF url(img/body-bg.gif) top repeat-x;
	font-family:Arial;
	font-size:12px;
	line-height:18px;
    }

a:link, a:visited, a:active {
	color:#3499cd;
	}

a:hover {
	color:#000000;
	}

p {
	color:#666666;
	line-height:18px;
	}

.clear {
	clear:both;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}
	
h1, h2, h3, h4 ,h5 {
	color:#3399cc;
	margin:0 0 10px 0;
	font-size:24px;
	font-family:Trebuchet MS;
	font-weight:normal;
	font-style:italic;
	}
	
/* container */

div#container {
	width:733px;
	margin:auto;
	}

/* logo */

div.logo {
	width:270px;
	}

/* menu */

div.menu {
	vertical-align:top;
	margin-top:100px;
	}
	
div.menu img {
	display:inline;
	float:left;
	vertical-align:top;
	}
	
/* header */

div#header {
	height:142px;
	vertical-align:top;
	text-align:center;
	}
	
div#header img {
	display:block;
	border:none;
	float:left;
	}

/* content */

div#content {
	background: #ffffff url(img/container-bg.gif) repeat-y;
	padding:35px;
	}

div#content div.left, div#content div.right {
	margin:auto;
	text-align:left;
	width:310px;
	}

div#content h1, h2, h3, h4, h5 {
	margin-top:20px;
	margin-bottom:20px;
	}

div#content p {
	margin:0 0 18px 0;
	}
	
/* gallery line */

div.galleryline {
	background-color:#e5eef4;
	margin:0 0 20px 0;
	padding:20px;
	text-align:center;
	}

div.galleryline img{
	border:5px solid #FFFFFF;
	margin:auto;
	}

/* footer */

div#footer {
	padding:30px 0 0 0;
	background-image:url(img/footer.gif);
	background-repeat:no-repeat;
	text-align:center;
	}

/* estimator */

.g { background-color:#f1f1f1; padding:5px; border-bottom:1px solid #CCCCCC;}
.g2 { border-bottom:1px solid #CCCCCC; padding:2px; }
.g4 { color:#3399cc; font-weight:bold; text-align:center; }
#content input { border:1px solid #3399cc; padding:3px; }
#content input.submit { cursor:pointer; border:none; }
