@charset "UTF-8";
body {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fef7ef;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 871px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fef7ef;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:30px 0 0 0;
	line-height:110%;
}

h1 {
	color:#66cccc;
	font-size:26px;
	line-height:120%;
}

h2 {
	color:#66cccc;
	font-size:16px;
	margin-bottom:0em;
}

h3 {
	color:#F90;
	font-size:14px;
	margin-bottom:0em;
}

a:link, a:visited {
	color: #98b23b;
    text-decoration: none;
	border:none;
}

a:hover, a:active {
	color: #000;
    text-decoration: none;
	border:none;
}

p {
	font-size:1.0em;
	color: #666666;
	
	margin-top:0em;
}

.strap {
padding:0 0 0 242px;
font-size:15px;
color:#666;
}

.mainbottom {
	vertical-align:top;
}

.black {
	color:#000;
}

#left {
	width:212px;
	margin-right:21px;
	float:left;
	min-height:100%;
}



.navimg {
	margin-right:5px;
}

#header {
	background-image:url(images/logo.jpg);
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:270px;
	background-repeat:no-repeat;
		background-color:#FFF;
}

#home-info {
	background-image:url(images/bg-tile.gif);
	background-repeat:repeat;
	width:auto;
	height:28px;
	padding-left: 90px;
	}

.home-button {
	float:left;
	padding-left:90px;
	padding-right: 0px;
	padding-bottom: 10px;
	
	}
	
.straptext {
	font-size:15px;
	color:#FF3300;
	padding-top:12px;
	font-weight: bold;
	margin-bottom: 0px;
	height: 28px;
	margin-left: 170px;
	
	}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.mainimage {
	padding:30px 15px 0 240px;
}

.nav {
		background-color:#FFF;
	border-left: 6px solid #e2001a;
	border-right: 6px solid #e2001a;
	padding:0 0 0 253px;
	height:92px;
	
}

#mainContent {
	padding: 10px 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFF;
	border-left: 6px solid #e2001a;
	border-right: 6px solid #e2001a;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	height:160px;
}

#footerhome {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/footer-home.jpg);
	background-repeat:no-repeat;
	height:430px;
}

.homep {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size:10px;
	padding: 400px 30px 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:right;
	color:#000;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size:10px;
	padding: 130px 30px 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:right;
	color:#000;
}
#footer a:link, #footer a:visited {
	color: #999;
    text-decoration: none;
	border:none;
}

#footer a:hover, #footer a:active {
	color: #333;
    text-decoration: none;
	border:none;
}
.clear {clear:both}

strong {color: #666666}

/* control of the height of each page*/


.main-loft {
	height:900px;
}

.main-sitemap {
	height:500px;
}

.main-cavity {
	height:1380px;
}

.main-benefits {
	height:825px;
}

.main-prices {
	height:900px;
}

.main-faq {
	height:2800px;
}

.main-faq-loft {
	height:1500px;
}

.main-about {
	height:680px;
}

.main-home {
	height:555px;
}

.main-contact {
	height:700px;
	}
	
.main-prices {
	height:900px;
}

.main-friend {
	height:950px;
}

.main-getquote {
	height:1000px;
}

.main-index {
	height:850px;
}

.main-thanks {
	height:400px;
}


