/*
colors:
orange: #FF9900 ,#FD9A01
blue: #0182AC
lime green: #96B20C
purple: #990099
*/


* {
	margin: 0px;
	padding: 0px;
}

body {
background: url(images/bg.gif);
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #222;
}
img, a img {
border: none 0px;
}
a {
text-decoration: underline;
font-weight: bold;
color: #FD9A01;
}
a:hover {
color: #990099;
}
h1 {
font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
height: 24px;
color: #96B20C;
}
h1 a {
text-decoration: none;
color: #96B20C;
}
h1 a:hover {
color: #FD9A01;
}
h2 {
font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #990099;
}
.promo {
text-align: center;
border: 2px dotted #FF9900;
width: 200px;
padding: 10px;
}
.callout {
font: bold 11px Arial, Helvetica, sans-serif;
color: #0182AC;
}
em {
font: 11px Arial, Helvetica, sans-serif;
color: black;
}
#topnav {
font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
text-align: right;
width: 771px;
height: 20px;
padding-top: 10px;
}
#topnav ul {
list-style: none;
}
#topnav li {
display: inline;
padding-left: 15px;
}
#topnav a {
text-decoration: none;
color: #990099;
}
#topnav a:hover {
color: #FD9A01;
}
#wrap {
margin: 0 auto;
width: 780px;
padding-top: 4px;
}
#header {
height: 140px;
width: 780px;
background: url(images/header.gif) no-repeat #990099;
}
#menu {
font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
padding: 105px 0px 0px 110px;
text-align: center;
float: left;
}
#menu ul {
list-style: none;
}
#menu li {
display: inline;
padding: 15px;
}
#menu a {
text-decoration: none;
}
#menu a:hover {
color: #96B20C;
}
#menu .active a {
color: #96B20C;
border-bottom: 2px dotted #96B20C;
}
#cart {
float: right;
padding: 105px 100px 0px 0px;
}

#content {
background: white;
padding: 15px;
}
#leftcol {
float: left;
width: 230px;
padding: 0px 20px 0px 0px;
}
#leftcol p {
margin-bottom: 15px;
}
#middlecol {
float: left;
width: 205px;
padding: 0px 10px 10px 10px;
border-left: 2px dotted #FD9A01;
}
#middlecol p {
margin-bottom: 25px;
}
#rightcol { 
float: right;
width: 480px;
padding: 0px 0px 10px 10px;
border-left: 2px dotted #FD9A01;
}
#rightcol p {
margin-bottom: 10px;
}
#rightcolfront {
float: right;
width: 245px;
padding: 0px 10px 0px 0px;
}
#rightcolfront p {
margin-bottom: 15px;
}
#rightcol table img {
margin: 9px;
}
#product {
background: white;
padding: 15px;
}
.producttable {
margin: 10px;
}
#product p {
margin-bottom: 15px;
}
.addtocart {
margin: 0px;
padding: 0px;
}
.addtocart td {
padding: 3px;
}
#bottom {
background: url(images/bottom.gif) no-repeat;
padding: 10px 0px;
}

#footer {
text-align: center;
font-size: 12px;
color: #fff;
padding-bottom: 10px;
}

#footer a {
color: #fff;
}
#social {
background: url(images/fbimage.jpg) no-repeat;
padding: 7px 0px 0px 30px;
height: 25px;
}


