body { 
	padding: 0px;
	margin: 0px;
	width: 850px; 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
	margin-left: auto; margin-right: auto;
	line-height: 14px;
}

div, form {
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}

img {
	padding: 0;
	margin: 0;
	border: 0;
}

#container { 
	width: 850px; 
	margin-left: auto; 
	margin-right: auto; 
}

#top {
	width: 850px; 
	height: 70px;
	background-color: #42322B;
}

#top_start {
	width: 59px;
	height: 70px;	
	float: left;
}

#logo {
	width: 245px;
	height: 70px;
	text-align: left;
	float: left;
}

#top_links {
	width: 501px;
	height: 70px;
	float: left;	
	text-align: left;
	background-image: url('../gfx/top_bg.gif');
	background-repeat: repeat-x;
}

#top_end {
	width: 45px;
	height: 70px;
	float: left;	
}

#search {
	height: 60px;
	width: 190px; 	
	position: relative;
	top: -20px;
	left: 0px;
	background-color: #EBE6E4;
	border-bottom: 1px solid #42322B;
}

#search_long {
	height: 60px;
	width: 190px; 	
	position: relative;
	top: -20px;
	left: 0px;
	float: right;
	background-color: #EBE6E4;
	border-bottom: 1px solid #42322B;
}

#search div, #search_long div {
	padding-top: 12px;
	padding-left: 15px;
}

#footer_top {
	width: 850px;
	height: 24px;
	background-color: #42322B;
	float: left;	
	color: #ffffff;
}

#footer_bottom {
	width: 850px;
	height: 18px;
	float: left;
}

#footer_bottom2 {
	width: 850px;
	height: 18px;
	float: left;
	color: #EBE6E4;
}

#footer_top div, #footer_bottom div, #footer_bottom2 div {
	padding-top: 5px;
	text-align: center;
}

#main {
	width: 850px;
	float: left;
}

div.lr_spacer {	
	width: 45px;
	float: left;
	height: 10px;
}

#menu {
	width: 190px;
	float: left;
}

#content {
	width: 380px;
	float: left;
}

#content_long {
	width: 570px;
	float: left;
}

#content-pad {
	padding-top: 15px;
	padding-left: 22px;
}

#content-pad-category {
	padding-top: 15px;
	padding-left: 20px;
}

#right {
	width: 190px;
	float: left;
}

#menu_categories {
	width: 190px;
	background-color: #EBE6E4;
}

#menu_static {
	width: 190px;
	background-color: #42322B;
}

#menu_shop {
    width: 190px;
    background-color: #eae6e4;
    margin-top: 20px;
}


ul.menu {
	margin: 0;
	padding: 0;	
	padding-top: 8px;
	padding-bottom: 11px;
}

.menu li
{ 
	display: block; 
	width: 185px; 
	height: 20px;
	list-style-type: none; 
}

.menu li div {
	padding-top: 4px;
	padding-left: 21px;		
	width: 10px;	
}

.menu li div.top_m {
	background-color: #EBE6E4;
}

.menu li div.bottom_m {
	background-color: #42322B;
}
 
#menu_static .menu li.selected
{ 
	background-image: url('../gfx/line_bottom_m.gif');
	background-repeat: repeat-x;
	background-position: top;		
}

#menu_categories .menu li.selected
{ 
	background-image: url('../gfx/line_top_m.gif');
	background-repeat: repeat-x;			
	background-position: top;
}



#news {
	width: 190px;
	border-left: 1px solid #42322B;
	float: left;
	/*_position: relative;
	_left: 3px;*/
}

#news_top {
	float: left; 
	width: 190px; 
	height: 22px; 
	background-image: url('../gfx/news_top.gif'); 
	background-repeat: no-repeat;
}

ul#related {
	padding: 0;
	margin: 0;
	list-style-type: none; 
	padding-left: 10px;
	margin-left: 0px;
	padding-right: 10px;
}

ul#related li {
	padding-left: 12px;
	background: transparent url('../gfx/bullet.gif') no-repeat 0 0.6em;
	margin-bottom: 0.4em;
}

/* other stuff */
a {
	text-decoration: underline;
}

#footer_top a {
	color: #ffffff;
}

#footer_bottom2 a {
	color: #EBE6E4;
}

a:link {text-decoration: underline;}
a:visited {text-decoration: underline;}
a:hover {text-decoration: underline;}
a:active {text-decoration: underline;}

h2 {
	font-size: 12px;
	font-weight: 900;
}

input, select, textarea {
	font-size: 10px;
}


.buy_now_price {
    background-image: url('../gfx/buy_now_arrow.gif');
    background-repeat: no-repeat;
    padding-left: 18px;
    height: 15px;
    margin-left: 10px;
}