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




/* GENERAL CSS - CODE TO TELL FF AND IE TO SIT DOWN AND STFU */
#body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 0.626em; }
body div, ul, ol, li, table, img {
	margin: 0px;
	padding: 0px; }
body p {
	margin: 10px 0px 15px; }
body img {
	border: none; }
.display_none {
	display: none; }
.clear_div {
	display: none;
	height: 0px;
	width: 0px; }
body:last-child .clear_div {
	display: block;
	clear: both; }
object:focus {
	outline:none; }
object {
	margin:0px;
	padding:0px; }
a:focus {
	outline:none; }

/* CLEAR - BECAUSE SOMETIMES, FLOATING -ISN'T- A GOOD THING */

.clearme {
	clear: both;
}



a img {border:0}


body{
	background:#000000 url(images/background_interior.jpg) top center no-repeat;
	text-align:center;
	min-width:990px;
	margin:0 auto;
}
body.index{
	background:#000000 url(images/background.jpg) top center no-repeat;
	text-align:center;
	min-width:990px;
	margin:0 auto;
}


p {
	padding:0px 15px;
	font:11px/18px Verdana;
	color:#E0E0E0;
	text-align:justify;
}

a {
	color:#AC0404;
	text-decoration:underline;
}

a:hover {
	color:#FF1F23;
	text-decoration:none;
}

#logo a {
	width:160px;
	height:150px;
	float:left;
}
#slogan {
	width:414px;
	height:32px;
	padding:69px 10px 0px 100px;
	float:left;
}
#phone {
	width:202px;
	height:58px;
	padding:10px 10px 0px 50px;
	float:right;
	text-align:right;
	font:11px/18px Verdana;
	color:#6C6C6C;
}
#phone a {
	font:11px/18px Verdana;
	color:#6C6C6C;
	text-decoration:none;
}
#phone a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}



/* HEADER TAGS */

h1 {
	padding:0px 15px;
	margin: 5px 0px;
	font:bold 19px Verdana;
	color:#E0E0E0;
}
h2 {
	padding:0px 15px;
	font:bold 14px Verdana;
	color:#E0E0E0;
}
h3 {
	padding:0px 15px;
	font:normal 14px/20px Verdana;
	color:#E0E0E0;
}
h4 {
}
h5 {
}
h6 {
}


/* LISTS */

ol, ul {
	margin-left:25px;
	padding:0px 15px;
	text-align:left;
}
li {
	font:11px/18px Verdana;
	color:#E0E0E0;
}




/* CONTACT FORM - TABLES IN CSS WITH DIVS... BECAUSE I CAN */

#contact_form {
	width: 100%;
	font:11px/20px Verdana;
	color:#525252;
	letter-spacing:0px;
}
#contact_table {
	width: 400px;
	font:11px/20px Verdana;
	color:#525252;
	letter-spacing:0px;
	padding-left:10px;
}
.contact_row {
	width: 300px;
	height: 25px;
}
.contact_field {
	float: left;
	width: 45px;
	height: 20px;
	text-align: right;
	padding:2px 5px 0px 0px;
}
.contact_box {
	float: right;
	width: 250px;
	height: 25px;
	text-align: left;
}
input.contactinput {
	width: 250px;
	font:11px Verdana;
	color:#525252;
	background-color: #FFFFFF;
}
textarea.contacttext {
	font:11px Verdana;
	color:#525252;
	background-color: #FFFFFF;
}

.captcha_info {
	margin-left:45px;
}

#captcha {
	margin-bottom:5px;
}






/* MAIN WRAPPER */

#main_wrapper {
	width:990px;
	margin:0 auto;
	text-align:center;
	padding:0px;
}







#header_wrapper {
	width:990px;
	height:165px;
	position:relative;
}
#nav-search {
	width:810px;
	height:40px;
	position:absolute;
	top:125px;
	left:180px;
}
#nav {
	width:550px;
	height:40px;
	float:left;
}
#search {
	width:260px;
	height:40px;
	float:right;
}


input.form_text {
	height:18px;
	width:160px;
	background:url(images/search_bg.jpg) repeat-x;
	border:thin solid #303030;
	color:#FFFFFF;
}


#marketing_wrapper {
	width:990px;
}
#mw_left {
	width:200px;
	float:left;
}
#mwl_search {
	width:200px;
	height:120px;
}
.mwls {
	width:200px;
	height:28px;
	padding:1px 0px;
}
.mwls select {
	width:160px;
	height:18px;
	margin:3px;
	font:11px Verdana;
	color:#393939;
}
#mwl_categories {
	width:200px;
}
#mw_right {
	width:790px;
	float:right;
}


#ctas_wrapper {
	width:990px;
	height:185px;
}
#ctas {
	width:920px;
	height:185px;
	margin:0px 45px 0px 25px;
}

#products_title {
	width:920px;
	height:40px;
	margin:0px 45px 0px 25px;
	text-align:left;
}

#featured_products {
	width:900px;
	margin:0px 45px 0px 45px;
}

#interior_wrapper {
	width:920px;
	margin:0px 45px 0px 25px;
}
#iw_left {
	float:left;
	width:175px;
}
#iw_right {
	float:right;
	width:745px;
	text-align:left;
	min-height:500px;
}

#corporate_content {
	width:460px;
	*width:450px;
}

.box {
	width:276px;
	height:226px;
	background:url(images/box_bg.jpg) no-repeat top center;
	float:right;
	clear:right;
	margin:10px 10px 0px 0px;
}

input.contactinput2 {
	height:16px;
	width:155px;
	color:#000;
}

.contact_table {
	font:11px/18px Verdana;
	color:#E0E0E0;
	margin-left:15px;
	margin-top:5px;
	*margin-top:-15px;
}

#small_map {
	margin:3px 0px 0px 3px;
}

#section_header_corp {
	margin-bottom:10px;
}

textarea.contacttext2 {
	font:11px Verdana;
	color:#000;
	border:none;
}



/* FOOTER */

#footer_wrapper {
	width:880px;
	margin:0px;
	height:67px;
	padding:10px 20px;
	background:url(images/footer_bg.png) repeat-x;
	font:11px Verdana;
	color:#6C6C6C;
	text-align: center;
}
#footer_wrapper a {
	color:#6C6C6C;
	text-decoration:none;
}
#footer_wrapper a:hover {
	text-decoration:underline;
}

#footer_wrapper_index {
	width:855px;
	margin:0px 45px 0px 50px;
	height:67px;
	padding:10px 20px;
	background:url(images/footer_bg.png) repeat-x;
	font:11px Verdana;
	color:#6C6C6C;
	text-align: center;
}
#footer_wrapper_index a {
	color:#6C6C6C;
	text-decoration:none;
}
#footer_wrapper_index a:hover {
	text-decoration:underline;
}




ul#catList {
	list-style-image:url('images/arrow.png');
}
ul#catList li {
	height:13px;
	padding:8px 0px;
	margin:1px 0px 1px 5px;
	font:12px Verdana;
	color:#FFFFFF;
	text-align:left;
}
ul#catList li a {
	color:#FFFFFF;
	text-decoration:none;
}





/* PRODUCTS */

table#pTable {
	width:868px;
	margin:0px 0px 0px 5px;
	text-align:left;
	
}
table#productTable {
	width:695px;
	margin:0px 25px;
	text-align:left;
	
}

.pTitle {
	width:209px;
	height:39px;
	padding:3px;
	background:#E6E6E6;
	color:#202020;
	font:11px Verdana;
	text-align:left;
}
.pTitle a {
	color:#202020;
	text-decoration:none;
}
.pPrice {
	width:209px;
	height:13px;
	padding:3px;
	background:url(images/price_bg.jpg);
	color:#CFCFCF;
	font:bold 12px Verdana;
}
.pPhoto {
	width:215px;
	height:145px;
	background:#FFFFFF;
	text-align:center;
}
.pButtons {
	width:175px;
	height:22px;
	padding:0px 0px 0px 40px;
	background:url(images/buttons_bg.jpg);
	margin:0px 0px 30px 0px;
}
.pButtons img, .pButtons input {
	padding:1px 10px;
}

#siteseal {float: left;}
.sociable {display:none;}