body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	background-image: url(images/body_top.jpg);
	background-color: #90857c;
	background-repeat: repeat-x;
	background-position: top;
}

a:link, a:visited { color: #073475; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #073475; text-decoration: underline; }

h3 {
	color: #b12213;
	font-size: 16px;
	font-weight: bold;
}

p { margin: 0px; padding: 0px; }

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.cleaner {
	clear: both;
	width: 982px;
	height: 0px;
	font-size: 0px;
}
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }

.float_l { float: left; }
.float_r { float: right; }

.margin_r20 { margin-right: 20px; }

#body_wrapper {
	width: 100%;
	background: url(images/body_bottom.png) repeat-x bottom center;
}

#wrapper {
	width: 970px;
	padding: 0 10px;
	margin: 0 auto;
	background: url(images/wrapper_top.jpg) no-repeat top center;
}

/* header */

#header {
	clear: both;
	width:  890px;
	height: 60px;
	padding: 20px 40px
}

#header  #site_title {
	float: left;
	padding-top: 15px;
}

#site_title a {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#site_title a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#site_title a span {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
}



/* end of header */

/* menu */

#menu {
	clear: both;
	width: 970px;
	height: 70px;
	background: url(images/menubar.png) no-repeat;
}

#search_box {
	width: 970px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	color: #F00;
}

#search_box form {
	margin: 0;
	padding: 5px 40px;
}

#search_box #input_field {
	height: 20px;
	width: 300px;
	color: #000000;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

#search_box #submit_btn {
 	height: 24px;
	width: 100px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	outline: none;
	color:#666666;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

#menu ul {
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 7px 40px;
	list-style: none;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu ul li a {
	float: left;
	display: block;
	margin-right: 40px;
	font-size: 14px;
	text-decoration: none;
	color: #fff;	
	font-weight: normal;
	outline: none;
}
#menu ul li a:hover, #menu ul .current {
	color: #162127;
}

/* end of menu */

/* contetnt */

#content_wrapper {
	clear: both;
	padding: 10px 0;	
}

#content {
	float: left;
	width: 550px;
	margin-left: 35px;
}

#banner {
	margin: 0 0 10px 0;
	text-align: center;
}

#content #content_top {
	width: 550px;
	height: 20px;
	background: url(images/content_top.png) no-repeat;
}

#content #content_bottom {
	width: 550px;
	height: 20px;
	background: url(images/content_bottom.png) no-repeat;
}

#content #content_middle {
	width: 510px;
	padding: 5px 20px 0px 20px;
	background: url(images/content_middle.png) repeat-y;
}

#content_middle p {

}

.sidebar_wrapper {
	width: 150px;
	margin-left: 30px;
}

.sidebar {
	width: 175px;
	padding-right: 3px;
	background: url(images/sidebar_middle.png) repeat-y;
}

.sidebar_top {
	width: 150px;
	height: 20px;
	background: url(images/sidebar_top.png) no-repeat;
	color: #000;
}

.sidebar_bottom {
	width: 200px;
	height: 20px;
	background: url(images/sidebar_bottom.png) no-repeat;
}

.sidebar .sidebar_box {
	clear: both;
	padding-bottom: 20px;
}

.sidebar_box h2 {
	color: #b12213;
	font-size: 16px;
	padding-left: 25px;
	font-weight: bold;
	margin: 0 0 10px 10px;
	background: url(images/sidebar_h1.png) left center no-repeat;
}

.sidebar_box .sidebar_box_content {
	padding: 5px;
	background: url(images/sidebar_box_top.png) top repeat-x;
}

.sidebar_box img {
	border: 1px solid #999;
	margin-bottom: 5px;
}

.sidebar_box .discount {
	margin: 5px 0 0 0;
	font-weight: bold;
}

.sidebar_box .discount span {
	color: #C00;
}

.left_sidebar_box .discount a {
	font-weight: bold;
	color: #000;
}

.sidebar_box .categories_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.categories_list li {
	padding: 0;
	margin: 0;
}

.categories_list li a {
	display: block;
	color: #201f1c;
	padding: 5px 0 5px 20px;
	background: url(images/list.png) center left no-repeat;
}
.categories_list li a:hover {
	color: #e37615;
	text-decoration: none;
}

/* end of content */

/* footer */

#footer_wrapper {
	background: url(images/footer.png) repeat-x;
}

#footer {
	width: 910px;
	height: 85px;
	padding: 50px 40px 30px 40px;
	margin: 0 auto;
	text-align: center;
	color: #a9a098;
}

#footer a {
	color: #d7d1cc;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: none;
	color: #FFFF33;
}

#footer .footer_menu {
	margin: 0 0 30px 0;
	padding: 0px;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 20px;
	display: inline;
	border-right: 1px solid #d7d1cc;
}

.footer_menu li a {
	color: #d7d1cc;
}

.footer_menu .last_menu {
	border: none;
}

/* end of footer */
#body_wrapper #wrapper #content_wrapper #content #content_middle table {
	/* [disabled]text-align: center; */
}
.heading2 {
	color: #000;
}

