

/* ------ Main Layout Stylesheet ---------- */ 
body{
 margin: 0;
 padding:0; 
 background:#fff;
 color: #36312D;
 }	 
 
 #page {
 width: 100%;
 margin-top: 0;
 padding-top: 0;
 }


	 
#lh-col{
 left:0;
 width:220px;
background: #4A869A /* url(images/bg-left.jpg) repeat-x */;
 color: #333333;
 padding: 0 0 20px 0;
 
 }

#rh-col{
 right:0;
 width:200px;
 padding: 10px;
 background: #F1EEE6;
 color: #333333;}

#c-block {
 width:100%;
 background:#c0c0c0;
 color: #333333;
 }



.suckerdiv ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 240px;
}
.suckerdiv ul li{
  position: relative;
}
.suckerdiv ul li ul{
  position: absolute;
  width: 240px;
  top: 0;
  visibility: hidden;
  background: #4A869A;
}
.suckerdiv ul li a{
  display: block;
  overflow: auto;
  color: white;
  text-decoration: none;
/*   background: #3D778B; */
  padding: 6px 10px 6px 20px;
  border: 1px dotted #95BFCD;
 border-bottom: 0;
}
.suckerdiv ul li a:visited{
  color: white;
}
.suckerdiv ul li a:hover{
  background-color: #EEB302;
}
.suckerdiv .subfolderstyle{
  background: url(arrow-list.gif) no-repeat center right;
}
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }







#hdr{
 height:200px; 
 /* border-bottom:1px solid #000000;  */
 width:100%; 
 background:#eeeeee;
 color: #333333; 
 margin:0;
 background: url(images/bg-head.jpg);

  }
#c-col{
 background:#ffffff;
 color: #333333;
 
 border-width:0 1px;
 padding: 10px 20px;
 }

#ftr {
 
 height:35px;
 border-top: 3px solid #20425A; 
 background:#F1EEE6;
 margin:0;
 padding: 20px;
 }

#ftr {
 
 height:25px;
 border-top: 3px solid #20425A; 
 background:#F1EEE6;
 margin:0;
 padding: 10px;
 }
#ftr1 {
 
 height:5px;
 background:#F1EEE6;
 margin:0;
 padding: 5px;
 }

#logo1 {
float:left;
margin: 20px 0 0 50px;
}

#logo2 {
float:right;
margin:30px 20px;
}
span.slogan {
font-size: 28px;
color: #E4FFFF;
margin: 60px 0 0 85px;
display: block;
float: left;
}

 /* Resets */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,tbody,th,td,hr {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
 	list-style:none;
}
caption,th {
	text-align:left;
}

p {
	margin: 10px 0;
}
 .clear {
	clear: both;
}


/* ------------- Fonts -------------- */

body, select, input, button, textarea {
	font: 12px Tahoma, serif;
}
a:link, a:visited {
	color: #3083A3;
}
a:hover, a:active {
	text-decoration: none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	color: #B01D18;
	margin: 10px 0;
	
}
h1{font-size:28px;}
h2{font-size:18px;}
h3{font-size:20px;}
h4{font-size:14px;}
 
 #lh-col h4 {
 background: url(images/bg-h4.jpg) repeat-x;
 line-height: 30px;
 margin: 0px;
 padding: 6px 20px;
 color: #ffffff;
 font-weight: bold;
 }
 /* --------- NAVIGATION --------- */
 
 #navigation {
  width: 100%;
  position:absolute;
 top:150px;
 height: 50px;
 background: url(images/menu-bg1.png);
 }
 #search{
 
 height: 50px;
 left:0;
 width:240px;
 color: #333333;
 float: left;
 background: url(images/search-bg.png);
 }
 
  #search span{
  font-size: 10px;
  font-weight: bold;
  margin: 0 10px;
  }
  
 #menu-gor{
 width: 100%;
 color: #333333;
 border: solid #000000;
 border-right: none;
 border-width:0 1px;
 height: 50px;

 }
 
 #menu-gor ul {
 width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu-gor li {
	display: inline;
}

#menu-gor a {
	display: block;
	float: left;
	height: 17px;
	padding: 5px 25px 2px 25px;
	text-decoration: none;
	background: url(images/img022.gif) no-repeat left center;
	color: white;
	font-weight: bold;
	font-size: 14px;
	font-family: Lucida Sans Unicode;
}

#menu-gor a:hover {
	text-decoration: none;
	color: #C5F4FE;

}
#menu-gor a:active {
display: block;
	text-decoration: none;
	color: #C5F4FE;

}

input.search {
	margin: 10px 5px 0 10px;
	width: 160px;
	float: left;
}

input.searchbutton {
	padding: 0 4px;
	margin: 10px 0 0 0;
	float: left;
}

#featured {
    background: #EBE2CB;
	padding: 10px;
}
div.item {
	width:20%; 
	float:left;
	
	
	margin-right: 10px;

}
div.item {
	padding:5px;
}
div.item  a{
	color:#BB2621;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
div.item  a:hover{
	color:#BB2621;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
div.item-inner {
	font-size:90%;
}
div.item-inner  a img {
	border: 1px solid #E5E5E5;
	margin-bottom: 5px;
}
div.item-description {

}
div.price {
	/* 
	font-size:12px;
	font-weight: bold; */
}
div.info {
	margin: 10px;
}
.others a {
font-size:14px;
line-height: 20px;
font-weight: bold;
text-decoration: none;
}
.others a:hover{
text-decoration: underline;
color: #0F536E;
}

.others ul li ul {
 list-style-type: disc;
 margin: 0 0 5px 20px;
}
.others ul li ul li a {
 font-size: 12px;
}
#contactus {
	padding: 40px 0 0 0;
	font-size: 14px;
	
}

#contactus span{
	font-size: 24px;
	padding-top: 20px;
}

#contactus img{
	float: left;
	margin: 0 8px 0 2px;
}

#itemstable tr:hover{
    background: #FFFDF0;
}
