@charset "UTF-8";
/* CSS Document */
/*--------------------------------------------------- Global Settings */
* {
	margin:0;
	padding:0;
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#333;
	background:url(../images/body_bg.jpg) repeat;
}
a {
	color:#6489a3;
	padding: 2px 4px;
	margin:0 -2px;
	text-decoration:none;
}

	
a:hover {
	color:#195e8f;
	text-decoration:underline;
}
p {
	margin-bottom: 10px;
}
#footer p {
	margin-bottom: 2px;
	color:#FFF;
}
em {
	color:#6489a3;
}
h1, h2, h3 {
	margin-bottom:10px;
}
h2 {
	color:#195e8f;
}
h6 /* Legal and copyright info */{
	font-size:11px;
	line-height:15px;
	color:#6489a3;
	font-weight:normal;
	margin:0;
}
ul {
	margin:0 0 20px 25px;
}
li {
	margin-bottom:10px;
}
hr {
	border: 0 solid #999;
	border-top-width:1px;
	margin:20px 0;
}

/* end Global*/
/*--------------------------------------------------- Layout Divs */

#header_wrap {
	/*background:url(../images/header_bg.jpg) repeat-x;*/
}
#header {
	width:930px;
	margin:0 auto;
	height:130px;
	position:relative;
}

#content_wrap {
	background:#DDD;
}
#content {
	margin:0 auto;
	width:930px;
	padding:30px 0;
}
.content_main {
	width:600px;
	float:left;
	padding:0 15px 0 0;
}
.content_sub {
	width:280px;
	float:right;
	padding:0 15px 0 0;
}
#footer_wrap {
	background: url(../images/footertop_bg.png) repeat-x;
}
#footer {
	line-height: 16px;
	width:930px;
	margin:0 auto;
	padding:40px 0;
}
/* end Layout */
/*--------------------------------------------------- Navigation */
div#nav_wrap {
	background:url(../images/navbar_bg.png) repeat-x;
}
div#navbar {
	margin:0 auto;
	width:930px;
	height:40px;
}
ul#nav {
	margin:0;
	padding:0;
}
ul#nav li {
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#nav li a {
	text-decoration:none;
	margin:0;
	padding:0;
	background:url(../images/nav_buttons.png) no-repeat;
	background-position:0 0;
	float:right;
	display:block;
	height:40px;
	width:79px;
	text-indent:-9999px;
	outline:none;
}
ul#nav li a:hover {
	background-position:0 -40px;
}
ul#nav li.onpage a, ul#nav li.onpage a:hover {
	cursor:default;
	background-position:0 -80px;
}

ul#nav li#page_whyfoam a { width:119px; background-position:-79px 0; }
ul#nav li#page_whyfoam a:hover {background-position:-79px -40px;}
ul#nav li#page_whyfoam.onpage a, ul#nav li#page_whyfoam.onpage a:hover {background-position:-79px -80px;}

ul#nav li#page_services a { width:127px; background-position:-198px 0; }
ul#nav li#page_services a:hover {background-position:-198px -40px;}
ul#nav li#page_services.onpage a, ul#nav li#page_services.onpage a:hover {background-position:-198px -80px;}

ul#nav li#page_about a { width:104px; background-position:-325px 0; }
ul#nav li#page_about a:hover {background-position:-325px -40px;}
ul#nav li#page_about.onpage a, ul#nav li#page_about.onpage a:hover {background-position:-325px -80px;}

ul#nav li#page_contact a { width:92px; background-position:-429px 0; }
ul#nav li#page_contact a:hover {background-position:-429px -40px;}
ul#nav li#page_contact.onpage a, ul#nav li#page_contact.onpage a:hover {background-position:-429px -80px;}

/* end Nav */
/*--------------------------------------------------- Class Styles */
h1.logoball {
	width:380px;
	height:130px;
	background:url(../images/logobubble_24bit.png) no-repeat;
	display:block;
	text-indent:-9999px;
	margin:0;
	float:left;
}
.header_tag {
	position:absolute;
	left: 213px;
	top: 59px;
	color:#FFF;
	font-size:16px;
	width: 723px;
}
.clear {
	clear:both;
	display:block;
}
/*td {
	background:#CCC;
	padding: 4px 20px 4px 4px;
	vertical-align:middle;
}
td.service_hover {
	color:#FFF;
	background:#999;
	cursor:pointer;
}
td.service_select, td.service_select.service_hover {
	color:#09F;
	background:#333;
	cursor:default;
}*/
.service_list {
	width:200px;
	float:left;
}
/*td h2 {
	margin:0;
	font-size:14px;
}*/
.service_desc {
	margin-top:0;
	float:right;
	width: 300px;
	padding: 0 80px 0 0;
}
.textwrap { /* photo in a paragraph */
	float:left;
	padding: 4px 15px 10px 0;
}
h2.logo_bottom {
	width:175px;
	height:40px;
	float:left;
	background:url(../images/logo_bottom.png) no-repeat;
	text-indent:-9999px;
	margin:0;
}
.nomargin {
	margin:0;
}
.dashed {
	border: 0 dashed #666;
	border-top-width: 1px;
	margin-bottom:10px;
}
/* end Classes */
/*--------------------------------------------------- Stickers */
.sticker_learnmore a {
	margin:0;
	padding:0;
	width:282px;
	height:52px;
	display:block;
	background:url(../images/sticker_learnmore.png) no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	outline:none;
}
.sticker_learnmore a:hover {
	background-position:0 -52px;
}
/* end Stickers */

