* {
	margin:0px;
	padding:0px;
	border:0px;
}
body {
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	color:#222;

	background-image:url("../images/body_background_image.jpg");
	background-repeat:repeat-x
}
a {
	text-decoration:none;
}
input[type=text],
input[type=password] {
	border:1px solid #999;
}
input[type=submit] {
	border:1px solid #777;
}

div.required input.form-error {
	border:1px solid #900;
}
div.error-message {
	color:#922;
	display:inline;
	padding-left:5px;
}
div.error input.form-error {
	background-color:#fee;
}
.success_message {
	border:2px solid #090;
	color:#060;
	background-color:#cfc;
	padding:5px;
	margin:5px;
}
div.form_line {
	margin:10px 0px;
}
div.form_line label {
	display:block;
	width:160px;
	float:left;
	text-align:right;
	padding-right:10px;
	font-weight:bold;
}
textarea {
	border:1px solid #999;
}
a:hover {
	text-decoration:underline;
}
#container {
	margin:0 auto;
	width:1000px;
	background-color:#fff;
}
#header {
	height:365px;
}
#top_bar {
	height:46px;
	position:relative;
	background-image:url("../images/top_bar_background.jpg");
}
#top_bar a {
	color:#fff;
}
#top_bar form {
	position:absolute;
	top:12px;
	left:15px;
	width:280px;
}
#top_bar form #top_bar_inventory_button {
	height:22px;
	width:200px;
	position:absolute;
	border-top:1px solid #666;
	border-bottom:1px solid #999;
	top:0px;
	left:50px;
}
#top_bar form #top_bar_search_button {
	position:absolute;
	top:0px;
	right:0px;
}
#top_bar #top_bar_account_info {
	color:#fff;
	position:absolute;
	top:12px;
	right:15px;
}
#top_bar form#language_change_form {
	position:absolute;
	left:380px;
}
#photo_bar {
	height:257px;
	position:relative;
}
#photo_bar #photo_bar_slideshow {
	position:absolute;
	top:0px;
	right:0px;
	height:257px;
	width:645px;
	overflow:hidden;
}
#nav_bar {
	height:62px;
	background-image:url("../images/top_nav_bar_background.jpg");
	background-repeat:repeat-x;
}
#nav_bar ul {
	list-style-type:none;
}
#nav_bar ul li {
	list-style-type:none;
	display:inline;
}
#nav_bar ul li a {
	display:block;
	float:left;
	font-size:18px;
	font-family:helvetica, sans-serif;
	color:#202020;
	margin:14px 12px 0px 12px;
}
#content {
	min-height:500px;
	padding:8px;
}

#left_nav {
	width:251px;
	float:left;
	min-height:200px;
	background-image:url("../images/left_nav_background.jpg");
	background-repeat:repeat-x;
	background-position:0px 37px;
}
#left_nav h2 {
	background-image:url("../images/left_nav_header_background.jpg");
	background-repeat:no-repeat;
	height:34px;
	color:#fff;
	font-size:14px;
	padding:4px 8px;
}
ul#breadcrumbs {
	margin:0px;
	padding:0px;
}
ul#breadcrumbs li {
	display:inline;
}
ul#breadcrumbs li img {
	height:10px;
	width:10px;
	margin:0px 10px 0px 5px;
}
#left_nav ul {
	list-style-type:none;
	margin-bottom:20px;
}	
#left_nav ul li {
	list-style-type:none;
}
#left_nav ul li a {
	display:block;
	color:#666;
	padding:3px 0px 3px 15px;
}
#main_content {
	width:680px;
	padding-left:20px;
	padding-right:10px;
	float:left;
}
#content_footer {
	border-top:1px solid #999;
	margin-top:20px;
	padding:20px;
}
#content_right_block {
	display:none;
}
body.home_page #main_content {
	width:480px;
}
body.home_page #content_right_block {
	float:right;
	width:215px;
	display:block;
}
#content_footer_links {
	float:left;
	width:380px;
}
#footer {
	clear:left;
	padding-bottom:20px;
	text-align:center;
	color:#ccc;
}
#footer p {
	padding-top:20px;
}
#footer p a {
	color:#ccc;
}
#footer_bar {
	color:#fff;
	background-color:#000;
	text-align:center;
	font-size:16px;
	padding:19px 0px 28px 0px;
	border-top:1px solid #666;
	background-image:url("../images/footer_bar_fader.jpg");
	background-repeat:repeat-x;
	background-position:bottom left;
}
/* Page Blocks */
/* Callouts */
.callout {
	width:204px;
	background-image:url("../images/blocks/callout_bg.jpg");
	background-repeat:repeat-x;
	position:relative;
}
p.callout_content {
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:5px 10px;
	text-align:center;
}
.callout_top {
	height:5px;
	background-image:url("../images/blocks/callout_top.jpg");
	background-repeat:no-repeat;
}
.callout_bottom {
	height:18px;
	background-image:url("../images/blocks/callout_bottom.jpg");
	background-repeat:no-repeat;
}
p.caption {
	color:#999;
	font-size:11px;
	font-style:italic;
}
/* Product Gallery */
#product_gallery {
	border:1px solid #246;
	padding:10px;
	background-color:#eee; 
	width:370px;
	float:right;
	margin:10px;
}
.product_gallery_thumb {
	width:100px;
	text-align:center;
	padding:5px;
	margin:5px;
	border:1px solid #48b;
	height:100px;
	background-color:#fff;
	float:left;
}
/* Category Views */
.product_view {
	margin:0px;
	border-bottom:1px solid #468;
	padding:15px 10px;
}
.product_view.odd {
	background-color:#fff6f0;
}
.product_view img {
	float:right;
	margin-top:15px;
	margin-left:20px;
}
.product_view h2 a {
	color:#246;
}
.pagination {
	text-align:right;
}
/* Category */
ul.category_home li {
	list-style-type:none;
	font-size:14px;
	font-weight:bold;
}
ul.category_home li ul li{
	font-size:11px;
	font-weight:normal;
	margin-right:50px;
}
ul.category_home li ul li span {

	
}
ul.level2 {
	margin-left:40px;
}
/* Page specific CSS */
#quick_stats {
	width:270px;
	float:right;
}
