html, body {
	height:100%;
	margin:0 auto;
}

body {
	background-color:#ffffff;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	left:0px;
	top:0px;
	z-index:0;
	color:#6c6d71;
}

input, textarea {
	color:#666666;
	font-size:10px;
	padding:2px;
	padding-top:4px;
	border-style:solid;
	border-color:#b7b4af;
	border-width:1px;
	line-height:14px;
	height:16px;
	font-family:Arial, Helvetica, sans-serif;
	/*padding:2px 0 0 0 0;*/
}

input {
	/*border: expression( this.type=="checkbox"?'none':this.type=="radio"?'none':this.type=="image"?'none':'1px #aeaeae solid');*/
}

select, option {
	border-width:1px;
	border-style:solid;
	border-color:#b7b4af;
	color:#666666;
	font-size:10px;
}

select {
	border-style:solid;
	font:10px verdana ;
	color:#666666; 
	border-color:#969696;
	border-width:1px;
	line-height:18px;
	vertical-align:middle;
}

.SI-FILES-STYLIZED label.cabinet {
    width: 98px;
    height: 27px;
    background: url(../images/btn_browse.jpg) 0 0 no-repeat;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.SI-FILES-STYLIZED label.cabinet input.file {
    position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

ul,li {
	margin-left:10px;
	padding-left:0px;
}

div.nohover a:hover, .nohover a:hover { 
	background-color: transparent; 
	filter:none;
}

.no_border, img {
	border-style:none;
	border-width:0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.container {
	margin:0 auto;
	width:100%;
	text-align:center;
	height:0 auto;
	height:100%;
}

.bg_container {
	margin:0 auto;
	text-align:left;
	width:896px;
	padding-bottom:30px;
}

.bg_container_inner {
	margin:0 auto;
	text-align:center;
	width:896px;
	background-color:#ffffff;
	border:#e3e3e3 solid 1px;
}

.content_container {
	margin:0 auto;
	text-align:left;
	padding:10px;
}

.content_container_inner {
	text-align:left;
	width:800px;
	padding:10px;
	padding-left:20px;
}

.heading , h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	font-weight:bold;
	color:#21455b;
	margin:0;
	margin-bottom:20px; 
	text-align:left;
}

h1.white_heading {
	font-size:24px; 
	margin-bottom:20px; 
	margin-top:0;
}

.subheading, h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#4d4d4d;
	font-size:12px;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

h2.blue {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#003366;
	font-size:14px;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

.content {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}

.content a {
	color:#21455b;
	text-decoration:underline;
}

.content a:hover {
	color:#21455b;
	text-decoration:none;
}

.signup td {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}

.signup input, .signup select {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:200px;
	height:13px;
}

.border {	
	border:#e3e3e3 solid 1px;
	padding:10px;
}

.footer_container {
	margin:0 auto; 
	width:856px; 
	padding:20px;
	border:#e3e3e3 solid 1px;
	border-top-style:none;
	border-top-width:0;
}

.footer {
}

.footer_content {
	text-align:center; 
	color:#e3e3e3;
	font-size:11px;	
}

.footer_content a {
	color:#21455b;
	font-size:11px;
	text-decoration:none;
	margin-right:10px;
	margin-left:10px;
}

.footer_content a:hover {
	color:#21455b;
	text-decoration:underline;
}

.breadcrumb {
	text-align:left; 
	color:#999999;
	font-size:11px;
	width:100%;	
	padding-left:15px;
	padding-top:10px;
}

.breadcrumb a {
	color:#21455b;
	font-size:11px;
	text-decoration:none;
	margin-right:5px;
	margin-left:5px;
}

.breadcrumb a:hover {
	color:#21455b;
	text-decoration:underline;
}

.form_spacing {
	margin-top:8px;
}

.form_label {
	float:left; 
	width:120px; 
	font-weight:bold;
}

.form_input input, .form_input textarea  {
	width:222px;
}

.form_input textarea  {
	height:200px;
}

.form_input {
	float:left; 
	width:120px;
}

.form_input div {
	margin-bottom:10px;
}

.subnav a:hover {
	background-color:#ffffff;
	color:#4d4d4d;
}

.secondary_nav {
	margin-top:35px;
	border:#69694b solid 1px;
	border-top-width:0;
	border-bottom-width:0;
	position:absolute; 
	top:0px;
	background-color:#ffffff;
	text-align:left;
}

.secondary_nav a, a.secondary_nav_selected {
	background-image:none;
	width:101px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#777755;
	text-decoration:none;
	padding:10px;
	border-bottom:#69694b solid 1px;
}

.secondary_nav a:hover, a.secondary_nav_selected {
	background-color:#f2f2ef;	
	text-decoration:none;
}

.nav {
	margin:0 auto;
	position:relative;
	width:875px; 
	height:35px;
	margin-top:10px;
} 

.nav_home {
	position:absolute; 
	left:0px; 
	top:0px; 
}

.nav_home, .nav_home a{
	background-image:url(../images/nav_01.jpg);
	width:122px; 
	height:35px;
	display:block;
}

.nav_home a:hover. a.nav_home_selected {
	background-image:url(../images/nav-over_01.jpg);
} 

.nav_products {
	position:absolute; 
	left:126px; 
	top:0px; 
	background-repeat:no-repeat;
}

.nav_products, .nav_products a {
	background-image:url(../images/nav_03.jpg);
	width:123px; 
	height:35px;
	display:block;
}

.nav_products a:hover, a.nav_products_selected {
	background-image:url(../images/nav-over_03.jpg);
} 

.nav_services {
	position:absolute; 
	left:253px; 
	top:0px; 
}

.nav_services, .nav_services a {
	background-image:url(../images/nav_05.jpg);
	width:123px; 
	height:35px;
	display:block;
}

.nav_services a:hover, a.nav_services_selected {
	background-image:url(../images/nav-over_05.jpg);
} 

.nav_idea {
	position:absolute; 
	left:380px; 
	top:0px; 
}

.nav_idea, .nav_idea a {
	background-image:url(../images/nav_07.jpg);
	width:123px; 
	height:35px;
	display:block;
}

.nav_idea a:hover, a.nav_idea_selected {
	background-image:url(../images/nav-over_07.jpg);
} 

.nav_philosophy {
	position:absolute; 
	left:507px; 
	top:0px; 
}

.nav_philosophy, .nav_philosophy a {
	background-image:url(../images/nav_09.jpg);
	width:123px; 
	height:35px;
	display:block;
}

.nav_philosophy a:hover, a.nav_philosophy_selected {
	background-image:url(../images/nav-over_09.jpg);
} 

.nav_offers {
	position:absolute; 
	left:634px; 
	top:0px; 
}

.nav_offers, .nav_offers a {
	background-image:url(../images/nav_11.jpg);
	width:67px; 
	height:35px;
	display:block;
}

.nav_offers a:hover, a.nav_offers_selected {
	background-image:url(../images/nav-over_11.jpg);
} 

.nav_contractors {
	position:absolute; 
	left:701px; 
	top:0px; 
}

.nav_contractors, .nav_contractors a {
	background-image:url(../images/nav_12.jpg);
	width:90px; 
	height:35px;
	display:block;
}

.nav_contractors a:hover, a.nav_contractors_selected {
	background-image:url(../images/nav-over_12.jpg);
} 

.nav_locations {
	position:absolute; 
	left:791px; 
	top:0px; 
}

.nav_locations, .nav_locations a {
	background-image:url(../images/nav_13.jpg);
	width:84px; 
	height:35px;
	display:block;
}

.nav_locations a:hover, a.nav_locations_selected {
	background-image:url(../images/nav-over_13.jpg);
}

.col_1_home {
	float:left; 
	width:628px;
}

.col_2_home {
	float:left; 
	width:238px; 
	margin-left:10px; 
}

.col_1_interior {
	border:#e3e3e3 solid 1px;
	padding:20px;
	float:left; 
	width:586px;
	min-height:452px;
}

.col_2_interior {
	float:left; 
	width:428px; 
	margin-left:10px; 
	border:#e3e3e3 solid 1px;
}

.col_1 {
	float:left; 
	width:438px;
}

.col_2 {
	float:left; 
	width:428px; 
	margin-left:10px; 
}

.col_2_product_detail {
	float:left; 
	border:#e3e3e3 solid 1px;
	float:left; 
	width:425px;
	min-height:346px;
	margin-left:10px; 
}

.line {
	background-color:#e5e5e5;
	height:1px; 
	width:100%;
}

.table_header {
	text-align:center; 
	color:#ffffff; 
	font-size:12px; 
	font-weight:bold;
}

.pagination {
	font-size:12px;
	font-weight:normal;
	color:#5a5a5a;
	line-height:30px;
}

.pagination a {
	border:#00529c solid 1px;
	color:#00529c;
	text-decoration:none;
	padding:1px 3px 1px 3px;
	margin-left:2px;
	margin-right:2px;
}

.pagination a:hover {
	text-decoration:none;
	background-color:#00529c;
	color:#ffffff;
}

.interior_callout {
	width:428px; 
	height:122px;
	margin-top:10px;
}

.interior_callout a, .interior_callout {
	background-image:url(../images/interior_callout.jpg);
	background-repeat:no-repeat;
	width:428px; 
	height:122px;
	display:block;
	text-decoration:none;
	cursor:pointer;
}

.interior_callout a:hover {
	background-image:url(../images/interior_callout-over.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}

.interior_callout_image {
	width:145px; 
	height:122px; 
	overflow:hidden; 
	float:left;
}

.interior_callout_content {
	width:235px; 
	height:102px; 
	margin-top:10px; 
	overflow:hidden; 
	float:left; 
	margin-left:15px;
	font-size:12px;
	color:#ffffff;
}

.interior_callout_content_heading {
	margin-top:5px;
	margin-bottom:10px; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
}