@charset "UTF-8";
/* CSS Document */


body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background-image: url(../images/wrapperBack.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #00293C;
	text-align:center
	}
	
#fixed {
	margin:0 auto;
	width:90%;
	text-align:left;
	}
a:link {
	color:#C00;
	}
a:hover {
	color:#06C;
	text-decoration:none;
	}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	}
h5 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
	}

	/* Header styles */
#header {
	height: 25px;
	background-color: #00293C;
	width: 900px;
	border-bottom:2px;
	border-bottom-color:#000;
	border-bottom-style:solid;
}
#header p,
#header h1,
#header h2 {
	margin:0;
	padding-top: 0.4em;
	padding-bottom: 0;
	}
#header ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	text-transform: uppercase;
	}
#header ul li {
	list-style:none;
	display: inline;
	}
#header ul li a {
	text-align:center;
	color:#FFF;
	text-decoration:none;
	position:relative;
	float: right;
	right: 2em;
	border: none;
	letter-spacing: .1em;
	padding: 0px;
	margin-top: 0;
	margin-right: 2em;
	margin-bottom: 0;
	margin-left: 0;
	padding-top:7px;
	}
#header ul li a:hover {
	color:#F00;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#header ul li a.active,
#header ul li a.active:hover {
	font-weight:bold;
	}

	/* transparent navigation */
.nav {
	clear: both;
	float: left;
	height: 225px;
	width: 900px;
	background-color: #000;
	background-image: url(../images/navBackgrnds/index.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}


	/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:900px;			/* width of whole page */
	overflow:hidden;
	}
	/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
	}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 .6em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
	overflow:visible;
	}
	/* 3 Column settings */
.threecol {
	background-color: #acb5bf;
}
.threecol .colmid {
	right:25%;
	background-color: #E8ECEF;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFF;
	}
.threecol .colleft {
	right:50%;	
	background-color: #acb5bf;   /* left column background colour */
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFF;
	}
.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
	background-color: #E8ecef;
}
.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;
	padding-top: 15px;
	}
.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;
	}
	
	
.threecol .col3 .sponsors {
	text-align:center;
	margin-top: 30px;
}

.threecol .col3 .sponsors img {
	border:none;
}
	
.threecol .col3 .sponsors a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ECEFF2;
}
	
	
	/* addresses in left hand column */	
.address {
	margin-bottom: 4em;
}
#address {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 80%;
	line-height: .8em;
}
#city {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 90%;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: .2em;
	margin-bottom: 0.6em;
}


	/* Tips & FAQ box */	
.box {
	width: 180px;
	background-color: #FFF;
	background-image: url(../images/box/bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	height:auto;
}
.box h2 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#900;
	font-size:100%;
	text-align: center;
	text-transform: uppercase;
	background-image: url(../images/box/top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	letter-spacing: .1em;
	top: -13px;
	position: relative;
	margin-bottom: -10px;
}
.box ol li {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 80%;
	list-style-type:circle;
	margin-bottom: 2px;
	margin-left:-5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size:12px;
}
#tips a:link  {
	text-decoration:none;
	color:#666;
	text-align: left;
}

#tips a:hover  {
	text-decoration:underline;
	color:#000;
}

		/* What's New box */	
.boxNew {
	width: 180px;
	background-color: #FFF;
	background-image: url(../images/box/bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 15px;
	margin-top: 20px;
	line-height: 16px;
	height:auto;
	}
.colmask.threecol .colmid .colleft .col3 .boxNew img {
	text-align: center;
	margin-bottom: -10px;
}
.boxNew img {
	text-align: center;
	margin-bottom:8px;
}
.boxNew h2 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#900;
	font-size:100%;
	text-align: center;
	text-transform: uppercase;
	background-image: url(../images/box/top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	letter-spacing: .1em;
	top: -13px;
	position: relative;
	margin-bottom: -10px;

}

.boxNew ol li {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 80%;
	list-style-type:circle;
	margin-bottom: 2px;
	margin-left:-5px;
	padding-right: 5px;
	padding-bottom: 5px;
}	

.boxNew p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 72%;
	text-align:left;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	margin-top:5px;
	margin-bottom:10px;
	padding-bottom: 5px;
}


	/* Deal box */	

.boxDeal {
	width: 180px;
	background-color: #FFF;
	background-image: url(../images/box/bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	margin-top: 25px;
}
.boxDeal h2 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#900;
	font-size:100%;
	text-align: center;
	text-transform: uppercase;
	background-image: url(../images/box/top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
	top: -13px;
	position: relative;
}
.boxDeal h3 {  /* Sale Price */
	font-size: 85%;
	color:#F00;
	font-weight:bold;
	text-align:center;
	padding-bottom:5px;
	font-family: Verdana, Geneva, sans-serif;
}
.boxDeal h4 {    /*  suggested list*/
	font-size: 60%;
	font-style:italic;
	color:#069;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: -5px;
	margin-bottom: 0px;
	color: #6481A2;
}

.boxDeal p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	color:#000;
	font-size:90%;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}






.boxAlert {
	width: 180px;
	text-align: center;
	text-decoration: none;
}

.boxAlert a {
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}






#featured {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
	font-style:italic;
	}


#dealText {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	font-style:italic;
	color:#000;
	font-size:70%;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	}

#dealMSRP {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	color:#000;
	font-size:65%;
	text-align: left;
	}

#dealOTC {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	color:#08364c;
	font-size:65%;
	text-align: left;
	}
	
	
#dealSale {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	color:#A81715;
	font-size:80%;
	text-align: left;
	}



.boxDeal ol li {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 70%;
	list-style-type:disc;
	margin-bottom: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#dealImg {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

	/* More >> grey, italic, link */	
#more {
	color:#999;
	font-style: italic;
	text-align: right;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-right: 10px;
	padding-bottom: 5px;
	text-decoration: none;
}
#more p a:hover {
	color:#900
	font-weight: bold;
}


	/* Headlines in Middle Column */	
#mainHeads {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 120%;
	line-height: 1.5em;
	text-transform: uppercase;
	padding-top: 25px;
	padding-bottom: 10px;
	font-weight: bold;
}

	/* Body Copy in Middle Column */	
#mainCopy {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 85%;
	letter-spacing: 0.05em;
	text-align: justify;
	line-height: 2em;
}

#mainCopyTips a {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 85%;
	text-align: left;
	line-height: 1.5em;
	margin-bottom: 15px;
	text-decoration: none;
}
#mainCopyTips a:hover {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
	font-size:85%;
	line-height: 1.5em;
	margin-bottom: 15px;
	text-decoration: none;
	color:#999;
}
#mainCaption  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	color:#069;
	text-align: center;
}

#mainSubhead {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	margin-top:2em;
	line-height: 1.5em;
	color:#000;
	font-size:90%;
	letter-scpacing: 0.05em;
}

#mainList {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 85%;
	margin-top:-5px;
}
#mainList li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 6px;
	letter-spacing: .05em;
}
#mainIndent {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 85%;
	margin-top:-3px;
	line-height:1.5em;
	list-style-type: none;
}
#email{
	line-height: 1.5em;
	color: #C00;
	text-decoration: underline;
	list-style-type: none;
}
#email a:hover {
	text-decoration:none;
	color:#999;
}

     /* Deal page listings */
#deals {
	margin-bottom: 2em;
	padding-right: 15px;
	padding: 0.5em;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #6481A2;
}
#mainProdName {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:90%;
	color:#01394d;
	font-weight:bold;
	margin-top:-5px;
	}
	
#mainIndent2 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 85%;
	margin-top:-3px;
	line-height:1.5em;
	list-style-type: disc;
	font-weight:normal;
}


.imgHistory {
	border:1px solid #FFF;
	}

     /* People Thumbsnails -- floatbox  */
	 
.thumbs {
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
}
#fixed .colmask.threecol .colmid .colleft .col1 #people .floatbox img {
	padding: 5px;
}

#people {
	padding-left: 50px;
	padding-right: 50px;
}

#memberships {
	margin-top:50px;
}



#MFSRP {
	font-size:70%;
	line-height: 40%;
	margin-top: -5px;
}
#salePrice {
	color:#CD0000;
	font-size:85%;
	margin-top:-10px;
	margin-bottom:-5px;
	font-family: Verdana, Geneva, sans-serif;
}

	/* Outdoor Sign Image */	
#sign {
	height: auto;
	width: 900px;
	background-color:#000;
	clear: both;
	float: left;
	position: relative;
}

	/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:900px;
	border-top:3px solid #FFF;
	height: 25px;
	text-align:center;
	background-color: #000;
	}
#footer p {
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#999;
	font-size: x-small;
	padding-top:3px;
	}
	
#footer a:link {
	color:#900;
	text-decoration: none;
	}
	
#footer a:hover {
	font-weight:bold;
	text-decoration: none;
	}
	/*  */


