@charset "UTF-8";
/* CSS Document */
body {
	width:750px;
	margin:0 auto;
	margin-top:0px;
	background-color: #b3bead;
	background-image: url(/img/bg.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.clearing {
	width: 810px;
	height: 0;
	clear: both;
}
h1 {
	font-size:14px;
	color:#BC2229;
	text-transform:uppercase;
}
h2 {
	font-size: 14px;
	letter-spacing: -1px;
}
a {color:#BC2229; text-decoration:none}
a:visited { color:#666666 }
a:hover { color:#CC0000; font-weight:bold }
img, div { behavior: url(/iepngfix.htc) }
/* ----- HEADER ----- */

#header {
	width:810px;
	height:114px;
	background: url(/img/bg_top.jpg) no-repeat;
}
#header .logo {
	float:left;
	width:219px;
	margin: 40px 0 0 15px;
}
#header .navbar {
	float:right;
	width:549px;
	margin: 18px 0 0 0;
}
#header .buynow {
	float:right;
	width:90px;
	height:30px;
	margin: 15px 200px 0 0;
}

/* ----- MAIN CONTENT ----- */

#content {
	width:810px;
	background-color:#eaede8;
	background-image:url(img/bg_mid.jpg);
	background-repeat:no-repeat;
}
#content .img {
	padding:4px;
	border:1px solid #CCC;
}
#content .noCol {
	padding:18px;
}
#content .leftCol {
	width:300px;
	float:left;
	padding:18px;
}
#content .rightCol {
	width:400px;
	float:right;
	padding:18px;
}
#content .quote {
	font-size:130%;
	font-family:Garamond;
	font-weight: bold;
	letter-spacing: -1px;
}
#content .quoteOn {
	color:#BC2229;
}
#content .footnote {
	font-size:9px;
}

/* ----- FOOTER ----- */

#footer {
	width:810px;
	height:52px;
	background:url(/img/bg_footer.gif) no-repeat;
}
#footer .links {
	width:500px;
	float:left;
	margin:20px 0 0 14px;
	font-size:11px;
	color:#af473c;
}
#footer .links a {color:#FFFFFF; text-decoration:none}
#footer .links a:hover {font-weight:bold}
#footer .links a:visited {color:#CCCCCC}
#footer .logo {
	width:165px;
	float:right;
	margin:10px 16px 0 0;
}
/* ----- SBOX ----- */

#sbox {
	width:796px;
	height:52px;
	padding: 5px 0 0 14px;
}
/* ----- DROP MENU ----- */
#dropmenudiv{
	position:absolute;
	border:1px solid #000;
	border-bottom-width: 0;
	font:normal 11px Arial;
	line-height:18px;
	background-color: #AD2A09;
	z-index:100;
  /* for IE 
  filter:alpha(opacity=90);*/
  /* CSS3 standard 
  opacity:0.6;*/
  /* for Mozilla 
  -moz-opacity:0.6;*/
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #000;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #f3afa3;
}