/* CSS */
body{
	padding:11px 0 14px 0;
	margin:0;
	background-color:#EFEFDF;
	color:#3c3c3c;
	font: 13px Arial, Helvetica, sans-serif;
}

body p{
        margin:10px;
}

a:link {
        color:#336699;
}

a:hover {
        text-decoration: underline;
        color:#336699;
}

a img {
        border:0;
}

a:visited {
        color:#336699;
}

div, h1, h2, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

h1 a:link,h1 a:visited, h1 a:hover{
        font-size:20px;
	color:#ffffff;
	text-decoration: none;
}

h2{
        font-size:14px;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
	font-size:0;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}
/*------------------------------------------------body--------------------*/

/*------------------------------------------------header--------------------*/
#header{
	background:url(images/header.gif) 0 0 no-repeat;
	width:981px;
	height:210px;
	position:relative;
	margin:0 auto;
}
#header ul{
	background:url(images/nav_bar.gif) 0 0 no-repeat;
	width:847px;
	height:29px;
	position:absolute;
	left:31px;
	top:6px;
	padding:0 0 0 72px;
}
#header ul li{
	background:url(images/nav_div.gif) right top no-repeat;
	height:27px;
	float:left;
	padding:0 1px 0 0;
}
#header ul li a{
	display:block;
	background:url(images/nav_bg.gif) 0 0 repeat-x;
	padding:0 14px;
	font:bold 11px/27px Arial, Helvetica, sans-serif;
	color:#344A04;
	background-color:inherit;
	text-decoration:none;
}
#header ul li a:hover{
	background:url(images/nav_hover.gif) 0 0 repeat-x;
	color:#fff;
	background-color:inherit;
}
#header ul li a.hover{
	display:block;
	background:url(images/nav_hover.gif) 0 0 repeat-x;
	color:#fff;
	padding:0 14px;
	font:bold 11px/27px Arial, Helvetica, sans-serif;
	background-color:inherit;
	text-decoration:none;
	cursor:text;
}
#header ul li.last{
	background-image:none;
	height:27px;
	float:left;
}

#logo{
	position: absolute;
	left: 45px;
	top: 58px;
}
/*------------------------------------------------header--------------------*/

/*------------------------------------------------content-------------------*/
#content{
	width:981px;
	padding:0px 0px 0px 0px;
	margin:0 auto;
}

#main{
	width:930px;
	background:url(images/panel_bg.gif) 0 0 repeat-y;
	padding:25px 25px 25px 25px;
}

#main h2{
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#222222;
	background-color:inherit;
	margin:0 0 0px 0;
	padding:0 0 0 0px;
	display:block;
}

/*------------------------------------------------content--------------------*/

/*------------------------------------------------footer--------------------*/
#footer{
	width:977px;
	height:30px;
	margin:0 auto;
	background:url(images/footer_bg.gif) 0 0 repeat-x #323232;
	color:#fff;
	position:relative;
}

#footer p {
	font:normal 11px/19px Arial, Helvetica, sans-serif;
        margin: 0;
        font-size: 10px;
        text-align: center;
        color: #FFFFFF;
}
/*------------------------------------------------footer--------------------*/

/*----------------------------------Site-wide Units------------------------*/
.searchbox{
        position:relative;
        top:130px;
	color:#ffffff;
	font-size:18px;
}

.searchform{
	text-align:center;
}

.related {
	font:bold 14px Arial, Helvetica, sans-serif;
}

/*----------------------------------Index Page Units------------------------*/

.atoz
{
        margin-top: 70px;
}

#boxes
{
	margin-bottom: 10px;
	font-size: 12px;
}

#boxes a {
	color: #336699;
}

.search-queries {
	margin:15px 10px 10px 20px;
}

.search-queries-name {     
        float:left;
        margin:5px 0px 0px 0px;
        padding:10px;
}

#box1 h2, #box2 h2 {
	color: #3c3c3c;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}

#box1, #box2 {
	color: #000000;
	margin-left: 0px;
	margin-top: 10px;
	padding: 10px;
}

#grid {
    height: 100%;
    padding: 1px 1px 10px 0px;
}

.grid-itemtitle {
        text-align: center;
        font-weight: bold;
        margin:0px;
        padding:0px;
        font-size: 12px;
}

.grid-thumbnail {
        float: left;
        margin-right: 2px;
        position:relative;
}

.grid-thumbnail img {
        background-color:#FFFFFF;
        margin:4px 0px 10px 1px;
        padding:3px;
        display:block;
}

.grid-thumbnail img:hover {
        background-color: #A9A9A9;
}

/*------------------------------Prices + Products --------------------------*/
.prices {
        margin: 10px 0px 30px 0px;
}

.prices table {
        border-collapse: collapse;
        border: 2px solid #3c3c3c;
        color: #000; background: #fff;
}

.prices td, th {
border: 1px solid #3c3c3c;
padding: 5px;
text-align:left;
background: #ffffff
}

.prices td.center {
text-align:center;
}

.prices th {
background: #3c3c3c;
color: #ffffff;
}

.searchresults td {
  padding-bottom:15px;
}

.searchresults {
  margin-top:15px;
}

.product {
  margin-top: 5px;
}
.product h3 {
  font-size: 130%;
  margin: 10px 0px 10px 0px;
}
.product p {
  text-align: justify;
}
