/* CSS Document */

/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #e7e7e7 url(../images/bg.jpg) repeat-x left top;
	text-align: justify;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #212629;
	
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em Tahoma,"Trebuchet MS", Arial, Helvetica, sans-serif;
}


h1, h2, h3 {
	font-weight: normal;
	 color:#2f3436;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol,h1,h2,h3,h4,h5,h6 ,ol ,div{
margin:0px;
padding:0px;
}

p {
}

.blockbg {
	background: #D9D785;
}

blockquote {
	font-style: italic;
	border: #D9D785 1px dashed;
	background: #ECE29F;
	margin: 0;
	padding: 0px 20px;
	font-size: 16px;
	color: #A1B635;
}

ul {
}

ol {
}

a {
	color: #212629;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

.imgleft {
	float:left;
	padding:5px;
	

}
/* wrapper */
#wrapper {
	width: 100%;
	width: 920px;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

/* Header */
#header {
	
	height: 117px;
	margin: 0 auto;
	background: url(../images/logo.jpg) no-repeat left top; /* 560 * 117 */
	margin-top:13px;							/*black area  12px */
	
	
}

#searchboxwrapper {	
	width: 350px;
	
	margin-left:560px;
	background: url(../images/searchbox.jpg) no-repeat left top; /* 560 * 117 */
	padding:58px 0px 20px 28px;
	
}
#searchbox
{
  padding:0px;
  margin:0px;
  width: 310px;
  
}
#searchinput
{
	background-color:#000000;	
	border:none;
	color:white;
	width:200px;	
	height:25px;
	font:Tahoma,Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
#searchbttn
{
	padding-left:12px;
	padding-top:2px;
	border:none;
}
/* banner */
#banner
{
  margin:0px;
 padding:0px;
 height:150px;
background:url(../images/banner.jpg) no-repeat;
}
#page
{
 margin:0px;
 padding:0px;
  

}
#sidebar
{
 
 width:195px;
 float:left;
 margin:0px;
 padding:0px;
}

 .topbox
{
 
 margin:0px;
 padding:0px;
 background:url(../images/lefttop.jpg) no-repeat;
 height:34px;
 padding-left:20px;
}

 .topbox li
 {
   margin-left:0px;
   
 }
 
 .recently-viewed-items li
 {
 	list-style:none; 
 }
 .recently-viewed-items li a
 {
 	text-decoration:none;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-style:normal;
	color:212629;
 }

.clear
{
 clear:both;
}

#sidebar .box
{
  background:url(../images/sidebar_box_top.jpg) no-repeat left top;
  padding-top:17px;
}
#sidebar .box-inner
{
  background:url(../images/sidebar_box_bottom.jpg) no-repeat left bottom;
  padding-bottom:10px;
}
#sidebar .box-content
{
  background:url(../images/sidebar_box_content.jpg);
  padding:0px 10px;
  margin:0px;
  
}

#content
{
  margin-left:201px;
  width:710px;

}
.grid_items
{

}
.grid_items .content_header
{
 background:url(../images/content_top_header_bg.jpg) no-repeat center;
 height:34px;
 width:710px;
  
}
.lefttext
{
 	float:left;
	background:url(../images/dot.jpg)  no-repeat 10px 5px;
	padding:0px 0px 0px 30px;
	color:#212629;
	font-size:14pt;
	font-family:Tahoma,serif;
}
.righttext
{
 float:right;
 padding:0px 30px 0px 30px;
color:#00699c;
font-size:16pt;
font-weight:bold;
}

#content .box
{
  background:url(../images/content_box_top.jpg) no-repeat left top;
  padding-top:16px;
  
}
#content .box-inner
{
  background:url(../images/content_box_bottom.jpg) no-repeat left bottom;
  padding-bottom:17px;
   
}
#content .box-content
{
  background:url(../images/content_box_content.jpg) repeat-y;
  padding:0px 10px;
  margin:0px;
  height:200px;
  
}
#content .box-content-description
{
  background:url(../images/content_box_content.jpg) repeat-y; 
  padding:1px 10px;
  margin:0px;
  font:12pt;
  
}
.product
{
 width:135px;
 float:left;
 
}
.product_image
{
 text-align:center;
 vertical-align:center;
 padding:10px;
 width:100px;
 height:100px;
 border:1px soild blue;
 
}
.product_name
{
 text-align:center;
 color:#67a8aa;
 text-decoration:none;
 height:30px;
 
}
.product_name a
{
 font-family: Tahoma,Arial, Helvetica, sans-serif;
 font-weight:bold;
 color:#67a8aa;
 text-decoration:none;
 font-size:14px;
}
.comparebttn
{
text-align:center;
}
#footer
{
 background:url(../images/footer.jpg) no-repeat;
 height:47px;
 color:white;
 font-size:12px;
 padding:15px 15px 5px;
}



#search_header
{
 
 height:30px;
}
.navigation
{
 width:250px;
 float:left;

}
.totalitems
{
 font-weight:bold;
 float:left;
 

}

.product_list
{
 _width:690px;
}
.product_list h1
{
 color:#2f3436;
 border-bottom:5px solid #bcbcbc;
 padding-bottom:3px;
 
}
.product_list p
{
 padding:10px;
}

.product_list .desc
{
  background:url(../images/dotted.jpg) repeat-x left bottom;
  padding-bottom:20px;
}

#content .product-content
{
  
  margin:0px;
  padding:0px;
  height:210px;
  
  
  margin-bottom:20px;
  padding-bottom:10px;
}


#product_description
{
  background:url(../images/dotted.jpg) repeat-x left bottom;
  padding:0px 20px 30px 0px;
  overflow:auto;

}
.salestable
{
  border-collapse:collapse;
  font-family:Tahoma,serif;
  font-weight:bold;
  text-align:center;
  margin-top:30px;
  font-size:16pt;
 
 }
.salestable td
{
  border:1px solid #b1b1b1;
}

.tealbg
{
 background-color:#049899;
 color:white;
}
td,th
{
  padding:0px;
  margin:0px;
}
td .bordertopnone
{
 border-top:0px solid red;
}
