body{
	margin:0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background: white;
	/* background: #d3e6ea; */
}

body, td {font-size: 12px; line-height:20px;}

img {
	border:0px;
	padding:0px;
	max-width: 100%; /* not working in IE6*/
}
a:link {color:#397aca;text-decoration: underline;}
a:visited {color:#397aca;text-decoration: underline;}
a:link:hover {color: #42a514;text-decoration: none;}
a:hover:visited {color: #42a514;text-decoration: none;}

h1 {font-size:24px; font-weight:normal; padding-bottom:8px; border-bottom:1px solid #F4F4F4;}
h2 {font:bold 16px arial; color:#888; margin-bottom:7px;}
h3 {font-size:21px;}
h4 {font-size:14px; font-family:arial; margin:0;}
h5 {font-size:17px; margin:36px 0px 7px 0px;}
h6 {font-size:12px;}

p {margin: 0px 0px 12px 0px;}
.price {color:red; float:left; font:bold 15px arial; margin-right:20px;}
.more {font-size:10px; text-align:center}

.sep-bar {height:31px; background: url(images/sep-bar.jpg) repeat-x; font-size:11px; padding:5px; margin-top:20px;}
.product td {border-bottom:1px solid #eee; color:#333;}
#cat td h4 {padding-top:0px;}
#cat td h4 a:link {color:#397aca; text-decoration:none; }
#cat td h4 a:visited {color:#397aca; text-decoration:none;}
#cat td h4 a:link:hover {color:#777; text-decoration:none;}
#cat td h4 a:hover:visited {color:#777; text-decoration:none;}
#cat td a:link {color:#555; text-decoration:underline}
#cat td a:visited {color:#555; text-decoration:underline}
#cat td a:link:hover {color: #397aca;}
#cat td a:hover:visited {color: #397aca;}

#cat .more {font-size:10px; text-align:center;}
#cat .more a:link {text-decoration:none; color:#397aca;}
#cat .more a:visited {text-decoration:none; color:#397aca;}
#cat .more a:hover {text-decoration:underline; color:#397aca;}
#cat .more a:hover:visited {text-decoration:underline; color:#397aca;}

s {color:black; font:bold 12px arial; padding-right:10px;}

.related {margin-top:10px; padding:5px; border: 1px solid #eee;}
.related th {font:bold 14px arial; color:#888; text-align:left;}
.related td {font-size:10px; line-height:14px;}

.small td { font-size: .7em; color:#333;}


blockquote {
    height:112px; 
    margin:10px 0 0 0;
    padding:10px 30px 0px 10px; 
    background:#FBFFFF; 
    border:1px dotted #DEF1F2; 
    line-height:24px;}
blockquote img {float:left; padding: 0 14px 0 0; margin:0;}


input {	margin-bottom:5px;	vertical-align: middle;}
select{font-family: Verdana, Arial, Helvetica, Sans-Serif;}

.clear {clear:both;}
.spacer {height:20px;}


/***** layout *****/
#page{
	width:894px; padding:0 28px;
	background: url(images/bg_repeat.png) repeat-y center;
}

#header {
	background: url(images/header.jpg) no-repeat;
	width:894px; height:200px;
}

#menu{
	width:894px;
	height: 42px;
	background:url('images/menu_bg.jpg') repeat-x;
}

#menu ul {list-style:none;
	margin:0;
	padding-left:10px;		
}

#menu li {margin-top:14px;
	float: left;
	background:url(images/menu_separate.jpg) no-repeat;
        font:bold 13px verdana;
	padding: 0px 15px;
}

#menu li.first {background-image:none;}

#menu li a {
	color: #42a514;
	text-decoration:none;
}

#menu ul li a:hover, #menu ul li.current_page_item a {
	color:#397aca;
}

#container{width:894px; margin-left:auto; margin-right:auto; padding-top:20px;}

#content{
	float:right;
	display:inline; 
	width:585px;
	padding-top:10px;
	padding-right:40px; 
	padding-bottom:30px;
}
#content p {line-height:17px;}
#content a {color:#397aca;text-decoration: none;}
#content a:hover {color: #42a514;text-decoration: none;}


/***** sidebar *****/

#sidebar{
	float:left; width:209px;
	color:#397aca;
        margin:10px 0 30px 20px;
}

.sb-title {	
	background:url(images/sb_title_bg.png) no-repeat; 
	height:22px; 
	margin:0; padding-top:7px;
	font:bold 13px verdana; color:#42a514; text-align:center;
}

#sidebar a{color:#397aca;text-decoration:underline;}
#sidebar a:hover {color:#42a514;text-decoration:none;}

#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Verdana,Arial;
}
#sidebar li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Verdana,Arial;
	
	
}

#footer{
	clear:both;
	height:105px;
	color:#397aca;
	text-align:center;
        font:normal 11px verdana;
	padding:10px;
	background:url('images/footer_bg.jpg') repeat-x;
}
#footer a,#footer a:hover{
	color:#999;
	text-decoration:underline;
}