* {
	/*font-family: 'droid sans', Tahoma, Arial, Helvetica, 'sans serif';*/
	/*font-family: Tahoma, Arial, Helvetica, 'sans serif';*/
	/*font-size: 12px;*/
	/*color: #555;*/
	/*margin: 0;*/
	/*padding: 0;*/
}

/* ------------------------------- CLEAR ------------------------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea
{margin:0;padding:0;border:0;outline:0;font-size:12px;font-weight:normal;vertical-align:top;background:transparent;outline:none;}
b {font-weight:bold;}
i {font-style:italic;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
table {border-collapse:collapse;border-spacing:0;}
a, span {vertical-align:baseline;}
img {vertical-align:top;text-decoration:none;}



body {
	font-family: 'droid sans', Tahoma, Arial, Helvetica, 'sans serif';
	/*font-family: Tahoma, Arial, Helvetica, 'sans serif';*/
	font-size: 12px;
	/*color: #8C9595;*/
	color: #555;
	background: #ddd;

	/*background: #e1eeed;*/
	background: #ddd url('images/bgpattern.png');
	/*background: url('images/pattern5.png');*/
}

#header_bg {
	/*background: #a2b420;*/
	/*background: url('images/pattern1.png');*/
	/*background: #ccc;*/
	/*background: #ddd;*/
}

#header {
	/*background: #ddd;*/
	background: #eee;
	background: #eee url('images/bgpattern2.png');
	/*background: rgba(255,255,255,0.5);*/
	width: 1000px;
	margin: 0 auto;
	padding: 30px 10px 20px 10px;
	position: relative;
}

#header_logo {
	float: left;
	/*margin-bottom: 15px;*/
}

#header_cart {
	float: right;
	text-align: right;
	color: #333;
	font-size: 16px;
	margin-right: 4px;
}
#header_cart a {
	color: #333;
	font-size: 16px;
	text-decoration: none;
}
#header_cart a:hover {
	text-decoration: underline;
}
#header_cart a.button {
	color: #3D3E33;
	line-height: 30px;
}
#header_cart a.button:hover {
	/*background: #40AAAB;*/
}



#header_menu {
	float: left;
	margin: 10px 0 0 40px;
	font-size: 16px;
	color: #999;
}
#header_menu a {
	font-size: 16px;
	color: #333;
	padding: 5px 10px;
	text-decoration: none;
	text-transform:  uppercase;
}
#header_menu a.active, #header_menu a:hover {
	text-decoration: underline;
}

#header_search {
	float: right;
}







#tabs_bg {
	background: #333;
}
#tabs {
	width: 1020px;
	margin: 0 auto;
	padding: 0px 0 0 0;
	font-size: 18px;
}
#tabs a {
	display: block;
	float: left;
	font-size: 18px;
	color: white;
	padding: 13px 20px 12px;
	/*font-weight: bold;*/
	text-decoration: none;
}
#tabs a + a {
	background: url(images/tab_separator.png) 0 -6px no-repeat;
}
#tabs a.active, #tabs a:hover {
	background-color: #444;
}






/* ----------------------------- CONTENT ------------------------------------ */
#content_bg {
	/*background: #e1eeed;*/
	/*background: #ddd;*/
}
#content {
	width: 940px;
	margin: 0 auto;
	padding: 30px 40px 80px;
	/*min-height: 400px;*/
	background: white;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#content h1 {
	margin: 0; padding: 0;
	/*font-family: 'Maven Pro', cursive;*/
	font-size: 20px;
	font-weight: bold;
	color: #4D5353;
	text-transform: uppercase;
}

#content h2 {
	margin: 0;
	padding: 12px 0 0 0;
	font-size: 12px;
	font-weight: normal;
	color: #8C9595;
}





#main_column {
	float: left;
	width: 700px;
	/*background: #eee;*/
}
#main_column a.button {
	display: inline-block;
	background: #369;
	color: white;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	width: 160px;
	margin-top: 5px;
}
#main_column a.button.to_cart {
	background: #369;
	background: #690;
}
#main_column a.button:hover {
	background: #333;
}










.product_list {}
.product_list .item {
	padding: 20px 0;
	border-top: 1px solid #D9EBEA;
	position: relative;
}















.product_desc div,
.product_desc p {
	font: inherit;
}












.blog_list {}
.blog_list .item {
	padding: 20px 0;
	border-top: 1px solid #D9EBEA;
	position: relative;
}
.blog_list .item .thumb {
	float: left; width: 220px; text-align: center; margin-right: 20px;
}
.blog_list .item div {
	font: inherit;
	line-height: 20px;
}
.blog_content blockquote {
	font: inherit;
	padding: 20px;
	margin: 10px 0;
	font-style: italic;
	background: #eee;
	
}
.blog_content div,
.blog_content p {
	font: inherit;
	line-height: 20px;
}










table.cart_list {
	width: 100%;
}
table.cart_list th {
	background: #eee;
	padding: 10px;
}
table.cart_list tr.item {
	border-bottom: 1px solid #ccc;
}
table.cart_list td {
	vertical-align: middle;
	padding: 5px 10px;
}
table.cart_list tr.item td {
	padding: 20px 10px;
}










table.form {
	width: 100%;
}
table.form td {
	padding: 5px;
	vertical-align: middle;
}
table.form td.label {
	text-align: right;
	width: 160px;
}
table.form input[type=text],
table.form textarea {
	padding: 5px 7px;
	width: 330px;
	border: 1px solid #ccc;
	/*font-weight: bold;*/
	font-size: 16px;
	/*font-family: 'droid sans', Tahoma, Arial, Helvetica, 'sans serif';*/
	font-family: Arial;
	vertical-align: middle;
}






/* ----------------------------- RIGHT COLUMN ------------------------------- */
#right_column {
	float: right;
	width: 220px;
	/*background: #eee;*/
}
#right_column .right_box {
	border: 1px solid #D9EBEA;
	margin-bottom: 20px;
}
#right_column .right_box h4 {
	/*padding: 15px 10px 17px 19px;*/
	padding: 15px 0px 14px 19px;
	border-bottom: 1px solid #D9EBEA;
	/*font-family: 'Maven Pro', cursive;*/
	font-size: 16px;
	font-weight: bold;
	color: #4D5353;
	text-transform: uppercase;
}
#right_column .right_box a {
	color: #369;
	text-decoration: none;
}
#right_column .right_box a:hover {
	color: #999;
}
#right_column .right_box a.buy {
	display: inline-block;
	background: #690;
	color: white;
	padding: 3px 8px;
}
#right_column .right_box a.buy:hover {
	background: #40AAAB;
}
#right_column .right_box .image_item {
	padding: 15px 10px;
	border-bottom: 1px solid #D9EBEA;
	text-align: center;
	background: #F6FAFA;
}
#right_column .right_box .image_item img {
	max-width: 150px;
	max-height: 100px;
	margin-bottom: 5px;
}










/* ----------------------------- FOOTER ------------------------------------- */
#footer {
	padding: 30px 0 60px;
	text-align: center;
	font-size: 12px;
	color: #4D5353;
	font-weight: bold;
	/*background: #ddd;*/
}
#footer h1 {
	font: inherit;
	margin-bottom: 5px;
}
#footer a {
	color: #4D5353;
	text-decoration: none;
}
#footer a:hover {
	color: #333;
	text-decoration: underline;
}