/* =================================================================================================== 

	Created By: Kasdan Hall
	Contact: K.Hall@Kasdanhall.com / www.KasdanHall.com
	Date: 4/29/09
	File Name: style.css
	Site: www.YourSite.com
	
======================================================================================================*/

/* ========================= CSS RESET ============================== */

@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ===================================================== END OF RESET ===================================================== */

/* ====================================================== UNIVERSAL STYLES ===================================================== */


body {
	background:url(../images/bg.jpg) top center no-repeat #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	line-height:16px;
}



/* ====================================================== Type STYLES ===================================================== */


h1 {

}
h2 {

}
h3 {

}
h4 {

}


/* ============================================== HEADER STYLES ================================================== */


#header_contain {
	width:960px;
	margin:0 auto;
	padding:0;
}
#header_top {
	height:173px;
	width:940px;
	float:left;
	margin:0 10px;
}
#header_bottom {
	width:940px;
	height:35px;
	margin:0 10px;
	float:left;
}
#header_bottom a {
	text-decoration:none;
}
#header_checkout {
	background:url(../images/checkout_off.png) center center no-repeat;
	width:102px;
	height:35px;
	margin:0 2px;
	float:right;
}
#header_checkout:hover {
	background:url(../images/checkout_on.png) center center no-repeat;
}
#header_cart {
	background:url(../images/cart_off.png) center center no-repeat;
	width:72px;
	height:35px;
	margin:0 2px;
	float:right;
}
#header_cart:hover {
	background:url(../images/cart_on.png) center center no-repeat;
}
#header_service {
	background:url(../images/service_off.png) center center no-repeat;
	width:146px;
	height:35px;
	margin:0 2px;
	float:right;
}
#header_service:hover {
	background:url(../images/service_on.png) center center no-repeat;
}
	


/* ============================================== NAV STYLES ================================================== */

#nav {
	width:320px;
	margin:0 auto;
	background:url(../images/nav_bg.jpg) top center no-repeat;
	height:500px;
	margin:10px;
	float:left;
}
#nav ul {
	color: #999999;
	float: left;
	width: 320px;
	font-family: arial, helvetica, sans-serif;
	margin-top:10px;
	padding:0;
}
#nav ul li {
	display:block;
	line-height:48px;
}
#nav ul li a {
	padding-left:15px;
	padding-right:15px;
	color: #999999;
	display:block;
	font-weight:bold;
	text-decoration: none;
	border-bottom:1px solid #444444;
	font-size:24px;
}
#nav ul li a:hover {
	text-decoration:none;
	color:#e6e6e6;
	background:#000000;
}
#usa_guarantee {
	width:300px;
	height:75px;
	padding:10px;
	background:url(../images/usa.png) center center no-repeat;
	float:left;
}



/* ================================================= FEATURED Styles ================================================= */


#featured_header {
	width:600px;
	float:left;
}
.featured_contain {
	width:270px;
	height:auto;
	float:left;
	margin:15px;
}
.featured_img {
	border:1px solid #555555;
	padding:10px;
	width:250px;
	height:250px;
	float:left;
}
.featured_title {
	width:250px;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	float:left;
	text-align:center;
}
.featured_desc {
	width:250px;
	padding:10px;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	float:left;
	text-align:center;
}
.featured_price {
	width:250px;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	float:left;
	text-align:center;
}
.featured_buy {
	width:250px;
	padding:10px;
	float:left;
	text-align:center;
}
.featured_buy a {
	font-size:14px;
	color:#ffffff;
	background:#ff0000;
	padding:3px 6px;
	font-weight:bold;
	text-decoration:none;
}
.featured_buy a:hover {
	background:#990000;
}


/* ================================================= Body Styles ================================================= */

#main_contain {
	width:960px;
	height:auto;
	margin:0 auto;
}
#body_contain {
	width:580px;
	margin:10px 10px 0 10px;
	float:right;
	background:url(../images/body_bg.jpg) top center no-repeat #ffffff;
	min-height:380px;
	padding:10px;
	text-align:center;
}
#body_contain_home {
	width:600px;
	margin:10px 10px 0 10px;
	float:right;
	min-height:380px;
	text-align:center;
}
#body_bott {
	width:580px;
	height:20px;
	margin:0 10px 10px 10px;
	float:right;
	background:url(../images/body_bg_bott.jpg) bottom center no-repeat;
	padding:10px;
	text-align:center;
}
#clear {
	clear:both;
}




/* ================================================= FOOTER STYLES ================================================ */


#footer_contain {
	width:960px;
	height:100px;
	margin:0 auto;
	margin-top:10px;
	text-align:center;
	border-top:solid 1px #666666;
	font-size:10px;
	color:#666666;
}
