/* CSS Document */

body {
font: 100% "Comic Sans MS", Arial, san-serif;
color: #000000;
background: url("images/backgrd.gif") repeat;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 760px;
	background: url("imagesnew/background-prod.gif") repeat;
}

#header {
    width:  760px;
	height:  187px;
	margin: 0px auto;;
	padding: 0;
}

#side-a {
	float: left;
	width: 195px;
}

#side-a a {
color:  #FFFFFF;
text-decoration: underline;
background: inherit;
}


#side-b { 
	margin: 0;
	float: left;
	width: 565px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#ad {
  float: right;
  width:  728px;
}

#content { 
	float: left;
	width: 38%;
}

#footer {
	clear: both;
	background:inherit;
	font-size:  85%;
}


			/*LEFT MENU*/
#menu {
width : 195px;
padding : 3px 0 0 0;
font-size:  83%;
}

#menu ul {
margin : 0;
padding : 0;
list-style-type : none;
}

#menu li {
margin : 0 0 0.1em 0;
}

#menu a {
width : 165px;
padding : 0.1em 0.8em;
text-decoration : none;
display : block;
color : #000;
background: inherit;
}

#menu a:hover {
background : #FFCCCC;
color : #000;
}

h1 {
margin:0;
padding: 5em;
font-family: "Comic Sans MS", Arial, san-serif;
font-size: 175%;
color: #FF0000;
background: inherit;
}

h2 { 
margin-top: 0;
padding: 1em 0 1em 0;
text-transform: uppercase;
letter-spacing : 5px;
font-size: 130%;
color: #AE551E;
background : inherit;
}

h3 {
margin-top: 0;
padding : 10px;
font-size: 120%;
letter-spacing : 2px;
text-transform: uppercase;
color: #666;
background :#f7f7f7;
}

blockquote {
font-weight : bold;
font-style : italic;
color : #AE551E;
}

p {
margin : 10px;
color:  #000;
}
			/*LINKS */
a {
text-decoration: underline;
color: #2F6398;
background: inherit;
}

a:hover {
text-decoration: none;
color: #546D58;
background:  inherit;
}

a img {
border: 0;
}

ul li {
}

.white {
color:  #FFFFFF;
}

.bold {
font-weight:  bold;
font-size:  120%;
}

.top-box {
color:  #990033;
font-weight:  bold;
font-style:  italic;
}

.top-box-underline {
color:  #990033;
font-weight:  bold;
font-style:  italic;
text-decoration:  underline;
}

.italics-black {
font-style:  italic;
}

.italics-darkp {
color:  #990033;
font-style:  italic;
}

.bold-darkp {
color:  #990033;
font-weight:  bold;
}

.bold-red {
color:  #FF0000;
font-weight:  bold;
font-size:  120%;
}

.big {
font-weight:  bold;
font-size:  130%;
}

.brown {
font-size:  140%;
font-weight:  bold;
color:  #800000;
}

.brown-sm {
font-size:  100%;
font-weight:  bold;
color:  #800000;
}

.sku {
font-size:  80%;
}

.leftimage {
	float:  left;
	margin-left:  10px;
}

.caption {
    font-size:  90%;
	text-align:  left;
}

.rightimage {
	float:  right;
	margin-left:  10px;
	border:  1px solid #000000;
}

.table {
font-size:  90%;
}

#top-box {
float: left;
background-color:  #FF9999;
border:  2px solid #000000;
width:  560px;
text-align:  center;
}

#top-box-other {
float: left;
background-color:  #FF9999;
border:  2px solid #000000;
width:  560px;
}

#top-box-other p {
color:  #990033;
font-weight:  bold;
font-size:  150%;
padding-bottom:  20px;
}