body {
	background: #000 url(images/bkgd_strip.jpg) repeat-x left top;
	margin:0;
	padding:0;
	line-height: 1.22em;
	font: normal 11px/18px 'Lucida Grande', Arial, Verdana, sans-serif;
	color: #222;
}

/*  Generic Rules 
------------------------------ */

ol,ul {
	list-style:none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

a {
	outline: 0;
	color: #ee4693;
	text-decoration: none;
	border-color: transparent;
	border-style: solid;
	border-width: 0px; 

}

#container {
	margin: 0px auto;
	width: 900px;
}

#header {
	background: url(images/header_bg.jpg) no-repeat left top;
	width: 900px;
	height: 181px;
}

#logo {
	background: url(images/logo.jpg) no-repeat left top;
	width: 296px;
	height: 181px;
	float: left;
	outline: none;
}

#nav {
	line-height: 18px;
	padding: 13px 0 0 20px;
	width: 328px;
	color: #fff;
	float: left;
	font-size: 13px;
}

#nav ul {margin: 0; padding: 0;}
#nav li {border-top: #616161 solid 1px; width: 170px; margin-top: 6px;} 
#nav a { color: #fff;}
#nav a:hover { color: #ee4693;}
#nav a#active { color: #ee4693;}

#buy {
	height: 91px;
	width: 236px;
	float: right;
	margin-top: 65px;
}

#buy input {
	display:block;
	float:right;
	height:91px;
	outline: none;
	border:none;
}

#buy input#button {
	width: 236px;
	height: 91px;
	background: url(images/buy_btn.jpg) 0 0 no-repeat;
}

#buy input#button:hover {
	width: 236px;
	height: 91px;
	background: url(images/buy_btn.jpg) 0 -91px no-repeat;
}


#center_sect {
	background: url(images/bkgd_grow.jpg) left top;
	width: 900px;
	min-height: 300px;
	float: left;
	display: block;
}

.w270 {width:270px;}

#c_left {
	width: 271px;
	margin: 12px 20px 5px 25px;
	float: left;
	display: block;
}

#c_right {
	width: 564px;
	margin: 12px 20px 5px 0;
	float: left;
	display: block;
}

#c_whole_top {
	width: 850px;
	float: left;
	display: block;
	padding: 25px 25px;
	}

#c_whole_bottom {
	width: 875px;
	padding: 0 0 0 25px;
	display: block;
	}

#c_whole_bottom_lg {
	width: 875px;
	padding: 0 0 0 25px;
	height: 370px;
	display: block;
	}

.banner_img {
	font-size: 10px;
	width: 160px;
	border: 1px #dcdcdc solid;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline;
	float: left;
	height: 250px;
	background: #dcdcdc;
	font-weight: bold;
	color: #585858;
		}
.banner_img a img {
	 border-color: transparent;
	border-style: solid;
	border-width: 0px; 
	outline-color: transparent;
	outline-style: solid;
	outline-width: 0px; 
	}

.banner_img_lg {
	font-size: 10px;
	width: 850px;
	border: none;
	margin-bottom: 10px;
	display: inline;
	float: left;
	height: 300px;
	background: #dcdcdc;
		}
.banner_img_lg a img {
	 border-color: transparent;
	border-style: solid;
	border-width: 0px; 
	outline-color: transparent;
	outline-style: solid;
	outline-width: 0px; 
	}

#footer {
	color: #8b8b8b;
	float: left;
	width: 900px;
	height: 50px;
	background: url(images/footer.jpg) no-repeat left top;
	padding: 20px;
}