

/* -- Main ------------------------------------------------------------------------------- */
body{
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background: #ffffff;
	}
hr{
	border: none;
	border-top: 1px solid #cccccc;
	}
/* --------------------------------------------------------------------------------------- */

/* -- Header/Menu ------------------------------------------------------------------------ */

#header{
	position: relative;
	height: 190px;
	background: url(/images/layout/headerBG.jpg) repeat-x;
	}
#menu{
	position: relative;
	bottom: 40px;
	}
#menuInner{
	max-width: 1170px;
	margin: 0px auto 0px auto;
	padding-left: 15px;
	}
#menuInner a{
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
	padding: 0px 5px 0px 5px;
	background: url(/images/layout/menuBG.jpg) repeat-x;
	margin-left: 5px;
	}
#menuInner a:hover, #menuInner a:active, #menuInner a:focus{
	background: url(/images/layout/menuBGover.jpg) repeat-x;
	border: 1px solid #ffffff;
	color: #444444;
	}
#discountNotice{
	position: absolute;
	top: 10px;
	right: 155px;
	color: #ff0000;
	font-size: 130%;
	border: 2px solid #ff0000;
	background: #ffffff;
	padding: 10px;
	text-align: center;
	}
/* --------------------------------------------------------------------------------------- */

/* -- Content/Right Bar/Footer------------------------------------------------------------ */
#outerContent{
	max-width: 1160px;
	margin: 0px auto 0px auto;
	padding: 5px 20px 10px 20px;
	}
#innerContent1{ border: 1px solid #fcfcfc; }
#innerContent2{ border: 1px solid #f4f4f4; }
#innerContent3{ border: 1px solid #eeeeee; }
#innerContent4{ border: 1px solid #ececec; }
#innerContent5{ border: 1px solid #e4e4e4; }
#innerContent6{ border: 1px solid #cccccc; padding: 10px; }
#rightBar{
	width: 170px;
	float: right;
	}
p.rightBarIcon{
	text-align: center;
	font-size: 130%;
	}
p.rightBarIcon a{
	text-decoration: none;
	color: #000000;
	}
p.rightBarIcon a:hover, p.rightBarIcon a:active, p.rightBarIcon a:focus{
	color: #FF9933;
	}
#contentLeft{
	border-right: 1px solid  #cccccc;
	margin: 0px 180px 0px 0px;
	padding-right: 20px;
	text-align: justify;
	}
#flashBanner{
	border: 1px solid #e0e0e0;
	width: 700px;
	margin-top: 10px;
	}
#footer{
	position: relative;
	max-width: 1130px;
	margin: -25px auto 30px auto;
	padding: 0px 40px 0px 40px;
	font-size: 80%;
	color: #999999;
	}
#footer a{
	color: #999999;
	text-decoration: none;
	}	
#footer a:hover, #footer a:active, #footer a:focus{
	color: #000000;
	border-bottom: 1px dashed #000000;
	}
.moonspace{
	position: absolute;
	right: 40px;
	top: -13px;
	}
/* --------------------------------------------------------------------------------------- */

/* -- Headers ---------------------------------------------------------------------------- */
h1{
	font-size: 160%;
	letter-spacing: 2px;
	margin: 0px;
	}
h2{
	font-size: 140%;
	letter-spacing: 2px;
	margin: 0px;
	}
h3{
	font-size: 120%;
	letter-spacing: 2px;
	margin: 0px;
	}
/* --------------------------------------------------------------------------------------- */

/* -- Forms ------------------------------------------------------------------------------ */
/* -- Contact Us ----------------- */
#contactUs input{
	padding: 3px;
	width: 300px;
	border: 1px solid #cccccc;
	font-size: 100%;
	}
#contactUs textarea{
	padding: 3px;
	width: 300px;
	height: 150px;
	border: 1px solid #cccccc;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	}
#contactUs label{
	vertical-align: top;
	}
#contactUs input:hover, #contactUs input:focus, #contactUs input:active,
#contactUs textarea:hover, #contactUs textarea:focus, #contactUs textarea:active{
	border: 1px solid #000000;
	background: #f0f0f0;
	}
#contactUs input.button{
	width: 150px;
	cursor: pointer;
	background: #f0f0f0;
	}
/* --------------------------------------------------------------------------------------- */

/* -- Links ------------------------------------------------------------------------------ */
a.downLink{
	text-decoration: none;
	color: #000000;
	background: url(/images/icons/icon-down.jpg) left bottom no-repeat;
	padding-left: 18px;
	font-weight: bold;
	}
a.downLink:hover, a.downLink:active, a.downLink:focus{
	color: #999999;
	}
a.upLink{
	text-decoration: none;
	color: #000000;
	background: url(/images/icons/icon-up.jpg) left top no-repeat;
	padding-left: 18px;
	font-weight: bold;
	}
a.upLink:hover, a.upLink:active, a.upLink:focus{
	color: #999999;
	}
a.inline{
	padding-right: 15px;
	background: url(/images/icons/icon-link.jpg) right top no-repeat;
	text-decoration: none;
	color: #666666;
	}
a.inline:hover, a.inline:active, a.inline:focus{
	color: #0000ff;
	}
a.plain{
	text-decoration: none;
	color: #666666;
	}
a.plain:hover, a.plain:active, a.plain:focus{
	color: #0000ff;
	}
a.iconLink{
	text-decoration: none;
	font-size: 120%;
	color: #000000;
	}
a.iconLink:hover, a.iconLink:active, a.iconLink:focus{
	color: #0000ff;
	}
/* --------------------------------------------------------------------------------------- */

/* -- Lists ------------------------------------------------------------------------------ */
.faqTitle{
	font-size: 110%;
	}
.subList{
	list-style-type: none;
	padding-bottom: 15px;
	}
/* --------------------------------------------------------------------------------------- */

/* -- Images/Icons ----------------------------------------------------------------------- */
.noBorder{
	border: none;
	}
.middle{
	vertical-align: middle;
	}
.imageRight{
	float: right;
	margin: 0px 0px 10px 10px;
	}
.imageLeft{
	float: left;
	margin: 0px 10px 10px 0px;
	}
.bordered{
	padding: 3px;
	background: #e0e0e0;
	border: 1px solid #cccccc;
	}
/* --------------------------------------------------------------------------------------- */

/* -- Misc ------------------------------------------------------------------------------- */
.testimonial{
	border: 1px solid #999999;
	padding: 20px;
	margin: 20px;
	}
.testimonialSig{
	font-weight: bold;
	margin-top: -10px;
	float: right;
	}
.reviewLeft{
	float: left;
	width: 48%;
	text-align: center;
	}
.reviewRight{
	float: Right;
	width: 48%;
	text-align: center;
	}
.caption{
	margin-top: -5px;
	padding: 0px 0px 20px 0px;
	}
.frontProduct{
	margin-right: 10px;
	float: left;
	text-align: center;
	font-weight: bold;
	}
.buyNowBox{
	border-left: 1px solid #cccccc;
	text-align: right;
	float: right;
	margin-left: 15px;
	padding-left: 10px;
	}
.redText{
	color: #ff0000;
	}
.txt80{
	font-size: 80%;
	}
/* --------------------------------------------------------------------------------------- */