body {
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color: #EEE;
font-size:12px;
margin:0;
padding:0;
}

/* ------- main ------------*/

#maindiv {
width: 790px;
margin-left: auto;
margin-right: auto;
padding-top:10px;
}

a{color:#3087b4;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:underline;}


/* ------- HEADER ------------*/

#header{
background: url(/images/bg-header.gif) no-repeat;
width: 780px;
height:110px;
margin-left: auto;
margin-right: auto;
border-bottom: 3px solid #B9CEE9;
}

#header #logo {margin: 13px 0 0 15px;}



/* ------- Content ------------*/

#content{
width: 778px;
background-color: #FFF;
border-left: 1px solid #B9CEE9;
border-right: 1px solid #B9CEE9;
padding: 10px 0 10px 0;
margin-left: auto;
margin-right: auto;
}

#content h1 {
font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
font-size: 1.5em;
font-weight:bold;
color: #528AFF;
margin-top: 5px;
}

#content h2 {
font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
font-size: 1.3em;
font-weight:bold;
color: #528AFF;
margin-top: 5px;
}


/* ------- Footer ------------*/

#footer{
margin-left: auto;
margin-right: auto;
background: url(/images/bg-footer.gif) no-repeat;
width: 780px;
text-align: center;
padding-top: 20px;
margin-bottom: 20px;
border-top: 3px solid #B9CEE9;
}


/* ------- products display ------------*/
#products {
margin-left: auto;
margin-right: auto;
padding-top: 20px;
}

#prods2 {
margin-left: 45px;
}

.prodcont {
width: 45%;
height: 230px;
float: left;
margin: 0 25px 15px 0;
}

.p1 {width: 140px; float: left;}
.p2 {width: 165px; float: right;}

#sort{font-size: 1.1em; margin: 18px 0 25px 0; text-align:center;}

.prodtitle A {font-size: 1.2em; line-height: 17px; font-weight: bold; color: #528AFF;}
.prodtitle A:link {text-decoration: none}
.prodtitle1 A:visited {text-decoration: none}
.prodtitle A:active {text-decoration: none}
.prodtitle A:hover {text-decoration: underline; color: #528AFF;}

.prodhead{font-size: 1.1em; color: #333; font-weight: bolder; margin-bottom: 5px;}
.proddesc{font-size: .8em; color: #333;}
.prodprice{font-size: 10px; color: #E62249; font-weight: bold; margin-top: 3px; margin-bottom: 2px;}
.imgbord {border: 1px solid #CCC; padding: 2px;}

/* ------- other ------------*/

.clear{clear: both;}







