body, html { padding: 0; margin: 0; }

body {
	background: #005390;
	margin: 0;
	padding: 0;
	color: #353535;
	font: normal 12px/18px Arial, Verdana, serif;
	min-width: 920px;
}

p {
	padding: 0;
	margin-bottom: 12px;
}

ul {
	padding: 0;
	margin: 0 0 10px 30px;
}

li {
	padding: 0;
	margin: 0 0 2px 0;
}

h1 {
	padding: 0;
	margin: 0 0 12px 0;
	color: #005695;
	font: bold 18px/16px Arial, Verdana, serif;
}

h2 {
	padding: 0;
	margin: 0 0 12px 0;
	color: #005695;
	font: bold 15px Arial, Verdana, serif;
}

h3 {
	padding: 0;
	margin: 0 0 12px 0;
	color: #005695;
	font: normal 13px Arial, Verdana, serif;
}

h4 {
	padding: 0;
	margin: 0 0 12px 0;
	color: #005695;
	font: normal 12px Arial, Verdana, serif;
}

a, a:visited {
	color: #0e8ce8;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}

#header_wrapper {
	width: 100%;
	height: 157px;
	background: #b8976a url(../images/bg_header.jpg) top center no-repeat;
}

#header {
	width: 920px;
	margin: 0 auto;
	padding: 0;
	height: 157px;
}

	#logo {
		padding: 0;
		float: left;
		width: 410px;
	}
	
		.logo_link {
			width: 265px;
			height: 85px;
			display: block;
			margin: 37px 0 0 16px;
		}
		
	#checkout {
		height: 25px;
		padding: 5px 25px 0 12px;
		color: #5a2917;
		margin: 0;
		float: right;
		position: relative;
		background: url(../images/bg_checkout.png) top right no-repeat;
		font-size: 11px;
	}
	
		#checkout a, #checkout a:visited {
			color: #5a2917;
			font-size: 11px;
			font-weight: bold;
		}

		.checkout_left {
			background: url("../images/bg_checkout_left.png") no-repeat scroll left top transparent;
			display: block;
			height: 30px;
			float: right;
			width: 45px;
		}

#header_break {
	width: 100%;
	padding: 0;
	height: 16px;
	margin: 0;
	background: url(../images/bg_header_break.jpg) top left repeat-x;
	border-bottom: solid 1px #533916;
}

#nav_bar {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 40px;
	background: url(../images/bg_nav.jpg) top left repeat-x;
}

	#nav {
		width: 920px;
		list-style: none;
		padding: 0;
		margin: 0 auto;
	}
	
	#nav li {
		float: left;
		background: url(../images/nav_separator.jpg) 0 14px no-repeat;
		height: 40px;
		display: block;
		position: relative;
	}

	#nav li a, #nav li a:visited {
		float: left;
		color: #fff;
		font: bold 12px/20px Arial, Verdana, serif;
		margin: 0;
		padding: 9px 14px 0 13px;
		height: 31px;
		display: block;
		text-transform: uppercase;
	}
	
		#nav li.first { background: none !important; }
	
	#nav li a:hover {
		background: #01508b;
		margin: 1px 0 1px 1px;
		padding: 8px 14px 0 12px !important;
		text-decoration: none;
		color: #acd9fb;
		height: 30px;
	}
			
		#nav li ul {
			position: absolute;
			width: 150px !important;
			margin: 40px 0 0 0;
			left: -999em;
			list-style: none;
			background: #0661a5;
		}
		
		#nav li ul li {
			width: 179px !important;
			background: #0661a5 !important;		
			margin: 0 !important;
			border-bottom: solid 1px #061c2b;
		}
		
		#nav li ul li a, #nav li ul li a:visited {
			width: 148px !important;
			background: #0661a5 !important;
			padding: 9px 15px 0 14px !important;
			height: 31px !important;
			margin: 0 !important;
			border-left: solid 1px #061c2b;
			border-right: solid 1px #061c2b;
			
		}

		#nav li ul li a:hover {
			width: 148px !important;
			padding: 9px 15px 0 14px !important;
			height: 31px !important;
			background: #01508b !important;
			margin: 0 !important;
		}

		#nav li:hover ul, #nav li.sfhover ul {
			left: 0;
		}

#wrapper {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	background: #bb9a6d url(../images/bg_wrapper.jpg) top center repeat-y;
}

#main {
	width: 900px;
	margin: 0 auto;
	padding: 0 10px;
	background: #fff url(../images/bg_main.jpg) 10px 0 repeat-y;
	overflow:hidden;
}

#main_home {
	width: 900px;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	background: #fff;
	overflow:hidden;
}

	#main_banner {
		width: 920px;
		height: 274px;
		margin: 0 auto;
		padding: 0 0 8px 0;
		background: #fff url(../images/banner.jpg) 6px 0 no-repeat;
		text-align: left;
	}
	
		#slideshow {
			height: 272px;
			width: 417px;
			display: block;
			float: right;
			padding: 1px 7px 1px 1px;
		}
	
	#main_top {
		background: url(../images/bg_main_top.jpg) top left no-repeat;
		height: 10px;
		width: 920px;
		line-height: 0;
		font-size: 0;
		margin: 0 auto;
		padding: 0;
	}
	
	#main_bottom {
		background: url(../images/bg_main_bottom.jpg) bottom left no-repeat;
		height: 11px;
		width: 920px;
		line-height: 0;
		font-size: 0;
		margin: 0 auto;
		padding: 0;
	}
	
		.home_top { height: 7px !important; }
		.home_bottom { height: 10px !important; }

	#sidebar_left {
		width: 210px;
		float: left;
	}
	
		#sidebar_left p {
			margin: 0;
			padding: 0 0 5px 0;
			color: #858585;
			font: normal 14px/14px Georgia, san-serif;
		}
		
		#sidebar_left h4 {
			font: normal 18px/24px Century Gothic, Arial, Verdana, serif;
			color: #cd4f88;
		}
		
		#sidebar_left ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
		
		.sb_categories { width: 208px; border-right: solid 1px #afcde4; border-left: solid 1px #afcde4; background: #e1eaf1; margin: 0; padding: 10px 0 3px 0; }
		
			.categories_title {
				width: 210px;
				height: 39px;
				display: block;
				background: url(../images/bg_shop_online.jpg) top left no-repeat;
			}
		
			.sb_categories p, .sb_categories h4 {
				padding-right: 10px !important;
				padding-left: 10px !important;
			}
		
			.sb_categories ul li {
				padding: 0 0 7px 0;
				margin: 0;
			}
		
			.sb_categories ul li a, .sb_categories ul li a:visited {
				color: #005695;
				background: url(../images/sb_arrow.jpg) 10px 4px no-repeat;
				padding: 0 0 0 24px;
				font-size: 12px;
			}
			
				.sb_subcategories {
					background: #bfe6e4;
					margin: 6px 0 5px 0 !important;
					padding: 5px 0 6px 0 !important;
					border-left: solid 1px #8dd2d1;
					border-right: solid 1px #8dd2d1;
				}
				
				.sb_subcategories li {
					padding: 0 !important;
					margin: 0 !important;
				}
				
				.sb_subcategories li a, .sb_subcategories li a:visited {
					padding: 0 0 0 24px !important;
					margin: 0 !important;
					background: none !important;
					color: #e272a4 !important;
					font-size: 12px !important;
				}
		
		.sb_brands { border-top: solid 1px #8dd2d1; width: 190px; background: #e6f4f3 url(../images/bg_sb.jpg) top left repeat-y; margin: 0; padding: 10px 10px 10px 10px; }

		.smart_search_button { background: url(../images/smart_search_button.jpg) top left no-repeat; width: 70px; height: 27px; display: block; border: 0; }

		.sb_newsletter { width: 202px; background: #fff9e3; margin: 0 0 10px 0; padding: 4px 4px 4px 4px; }
		
			.newsletter_inner {
				background: url(../images/bg_newsletter.jpg) top left no-repeat;
				padding: 85px 10px 10px 10px;
				border: solid 1px #81cfcd;
			}
	
	#middle_column {
		width: 670px;
		float: right;
		padding: 5px 0 0 20px;
	}
	
	#middle_column_home {
		width: 900px;
		float: right;
		padding: 5px 0 0 0;
	}
	
		#banner {
			width: 670px;
			margin: 0 0 10px 0;
		}
		
		#best_sellers {
			width: 670px;
			margin: 0 0 10px 0;
		}
		
		#content {
			width: 670px;
		}
		
		#content_home {
			width: 900px;
		}
		
	#featured_products {
		float: left;
	}

#footer_wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #005390 url(../images/bg_footer.jpg) top left repeat-x;
}

	#footer {
		width: 900px;
		margin: 0 auto 0 auto;
		padding: 26px 0 0 0;
		height: 127px;
		text-align: center;
		color: #add4f0;
		font-size: 11px;
	}
	
		#footer_left {
			float: left;
			text-align: left;
			width: 300px;
			line-height: 15px;
			text-transform: uppercase;
		}
		
			#footer_left p {
				padding: 0;
				margin: 0;
			}
		
		#footer_right {
			float: right;
			text-align: right;
			width: 600px;
		}
		
		#footer_right ul {
			list-style: none;
			padding: 0;
			margin: 0;
			width: 240px;
			float: right;
		}
		
			#footer_right ul li {
				padding: 0 5px;
				float: left;
				width: 110px;
				text-align: left;
				line-height: 12px;
			}
			
			#footer_right ul li a, #footer_right ul li a:visited {
				font-size: 9px;
				text-transform: uppercase;
			}
	
	#footer a, #footer a:visited {
		color: #add4f0;
	}

.clear { clear: both; margin: 0; padding: 0; font-size: 0; line-height: 0; }

.add_to_bag { margin: 20px 0 0 0; background: url(../images/add_to_bag.jpg) top left no-repeat; width: 79px; height: 25px; display: block; border: 0; }

.product-item { padding: 5px !important; text-align: center !important; }

.product-item a, .product-item a:visited, #related a, #related a:visited { color: #0e8ce8; font-weight: bold; }

.zoom_img { border: solid 1px #e0e0e0; padding: 5px; display: block; text-align: center; width: 345px; }

.product_price { font-size: 18px; font-weight: bold; color: #0E8CE8; padding: 0 0 20px 0; }

.sub_first_name { font:12px/18px Arial,Verdana,serif; border: solid 1px #cbcac9; color: #656464; width: 178px; margin: 0 0 4px 0; }

.sub_email { font:12px/18px Arial,Verdana,serif; border: solid 1px #cbcac9; color: #656464; width: 178px; margin: 0 0 13px 0; }

.sub_button { background: url(../images/newsletter_submit.jpg) top left no-repeat; width: 70px; height: 27px; display: block; border: 0; }

.quantity_input { border: solid 1px #e9e9e9; }

#related { float: left; width: 195px; text-align: center; border: solid 1px #E6E6E6; padding: 5px; margin-bottom: 20px; }

.home_cat_button {
	width: 187px;
	height: 21px;
	background: url(../images/home_cat_button.jpg) top left no-repeat;
	text-align: center;
	margin: 4px 0 30px 0;
	padding: 4px 0 0 0;
}

.home_cat_button a, .home_cat_button a:visited, .home_cat_button h2 {
	color: #fff;
	font-size: 13px;
	text-align: center;
}

#home_cats { padding: 10px 0 0 0; }

.related_products { font-weight: bold; font-size: 14px !important; }