
body{
	margin:0;
	font-family:Tahoma,Geneva,Kalimati,sans-serif;
	background-color:#7B7B7B;
}
h2{
	color:#ff9231;
	font-size:1.1em;
}
.horizontal_nav{
	list-style:none;
    margin:0;
}
.clear{
	clear:both;
}

#logo {
	height: 50px;
	padding: 0 100px;
}

	#logo h1 {
		display: inline;
		float: left;
		height: 50px;
		width: 300px;
	}
	
		#logo h1 img { border: 0; }
	
	#logo p {
		color: #888;
		display: inline;
		float: right;
		line-height: 48px;
	}

#wrapper{
	width:1024px;
	margin:0 auto;
}

#header{
	background: #FFF url(../images/header_bg.jpg) no-repeat bottom left;
	height:327px;
}


#top_navigation{
	position:absolute;
	width:350px;
	padding-top:30px;
	padding-left:585px;
}

#top_navigation .horizontal_nav{
    font-size:.7em;
}
#top_navigation .horizontal_nav li{
	float:right;
    padding-left:20px;
}
#top_navigation .horizontal_nav a{
	color:#000000;
    font-weight:bold;
    text-decoration:none;
}

#header_image{
	position:absolute;
	margin-left:121px;
	margin-top:110px;
}

#navigation{
	position:absolute;
	margin-left:121px;
	margin-top:66px;
	font-size:.8em;
}

#navigation a{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

#navigation a:hover{
	color:#ff8f2b;
}

#navigation ul{
	list-style:none;
    margin:0;
	padding:0;
}

#navigation ul li{
	float:left;
    margin-right:8px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#ededed;
	width:130px;
	text-align:center;
}


#content_wrapper{
	background: #FFF url(../images/side_shadow.jpg) repeat-y;
}

#content{
	margin-left:121px;
	width:793px;
	padding:10px;
}

.products{
	float:left;
	width:190px;
	border-right:1px solid #666666;
	text-align:center;
	padding-bottom:40px;
	font-size:0.7em;
}

.noborder { border: 0; }

.products img { border: 0; }

.products .price{
	color: #090;
	font-weight: bold;
}

.products .msrp {
	color: #666;
	text-decoration: line-through;
}

.products .buy_now, .products .buy_now a {
	color:#ff9000;
}

#featured{
	text-align:center;
	font-size:.9em;
}

h1.featured {
	color: #ff9000;
	font-size: 1em;
}

h3.featured_description {
	font-weight: bold;
	font-size: 0.75em;
}

#featured_description{
	color:#000000;
	font-weight:bold;
	font-size:.75em;
}

#footer{
	background-color:#707070;
	height:35px;
	width:813px;
	margin-left:121px;
}

#footer a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-size:.8em;
}

#footer ul{
	width:600px;
    margin:0 auto;
	list-style:none;
	padding-top:5px;

}

#footer ul li{
	float:left;
	padding-right:10px;
	padding-left:10px;
	margin:0 auto;

}

#footer_search{
	background: #FFF url(../images/footer.jpg) no-repeat;
	height:107px;
	width:813px;
	margin-top:12px;
	margin-left:121px;
}

#search{
	float:right;
	width:265px;
	text-align:center;
	padding-top:10px;
}

#search ul{
	list-style:none;
	margin:0;
	padding-left:35px;
}

#search ul li{
	float:left;
}

#footer_search #shipping{
	float:right;
	width:265px;
	height:107px;
	margin-right:10px;
}
#new_arrivals{
	float:right;
	width:263px;
	height:107px;
	margin-right:10px;
	cursor:pointer;
}

/* Forms */

.form label {
  font-size: 0.8em;
  font-weight: normal;
  text-align: left;
  color:#000000;
}

.form input, .form select, .form textarea{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  border:1px solid #999999;
  padding-left: 3px;
  margin-bottom:5px;
}

.form input[type=radio]{
	border:0;
}

.form input[type=submit]{
	background-color:#968b71;
}

.form input[type=image]{
	border:none;
}

.form input:focus, .form select:focus{
	border:1px solid #968b71;
}

.form br { clear:both;  }

.error {
	font-family:Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 0.8em;
	color:#CC3300;
}

.success {
	padding: 5px;
	margin: 15px auto;
	background-color: #d3f2d0;
	border: 1px solid #a0dd99;
	color: #0A0;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
.split{
	float:left;
    width:50%;
}
