@charset "utf-8";
/* Main Styles */

.generalBody {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(../images/main_bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
}
.super {
	vertical-align: super;
	display: inline-block;
	line-height: normal;
	font-size: x-small;
}
#mainContainer {
	text-align: left;
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
table {
	border-collapse:collapse;
}

#header {
	padding-top: 5px;
	padding-bottom: 0px;
	height: 108px;
	text-align: center;
}

/* Main Content */
#main {
	display: block;
}
.spacer {
	margin: 0px;
	padding: 0px;	
}
.pageheader {
	padding-top: 0.75em;
	padding-left: 1em;
	padding-right: 1em;
	background-color: #FFF;
	border: 3px solid #FF995F;
	height: 140px;
	margin-bottom: 1em;
}

.pageheader H1{
	font-size: 16pt;
	font-style: italic;
	font-weight: normal;
	color: #F90;
	padding: 0px;
	margin: 0em;
}
.pageheader IMG{
	margin-left: 1em;
}
.pageheader P{
	padding: 0px;
	color: #666;
	line-height: normal;
	font-size: 11pt;
	margin-top: 0.5em;
	margin-right: 1em;
	margin-bottom: 0em;
	margin-left: 0em;
}
.detailBG {
	background-color: #FFF;
	border: 4px solid #999;
	margin-top: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 1.25em;
}
.detail {
	padding-top: 0em;
	padding-left: 0em;
	padding-right: 0em;
}

.detail H1{
	font-size: 16pt;
	font-style: italic;
	font-weight: normal;
	color: #F90;
	padding: 0px;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}

.detail P{
	padding: 0px;
	color: #666;
	font-size: 10pt;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;

}
.detail LI{
	color: #666;
}
.detail IMG {
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}
.noClass {}

/* Category Level */
.categoryBody {
	margin: 0; 
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(../images/cat_bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
}
.catHeader P{
	padding: 0px;
	color: #666;
	line-height: normal;
	font-size: 11pt;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.3em;
	margin-left: 0em;

}
.catBox {
	width: 325px;
	height: 158px;
	padding-bottom: 0px;
	display: block;
	padding-right: 5px;
	margin-bottom: 24px;
	margin-top: 0px;
	overflow: hidden;
}
.catBox P {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	color: #000;
	font-size: 9px;
}

.catBox UL {
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 176px;
	font-size: 9px;
}

.catBox LI{
	list-style-type: disc;
	list-style-position: outside;
	color: #000;
	font-size: 9px;
	padding: 0px;
	margin-top: 0px;
}

/* Product Detail Level */
.prodHeader P{
	padding: 0px;
	color: #666;
	line-height: normal;
	font-size: 11pt;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}
.prodDetail TABLE{
	border-collapse:collapse;
	font-size:9pt;
	display:block;
	margin-bottom: 1em;
}

.prodDetail TH {
	background-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-style: italic;
}
.prodDetail P {
	padding: 0px;
	color: #333;
	font-size: 10pt;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.75em;
	margin-left: 0em;
	text-align: left;
}

.prodDetail UL {
	color: #666;
}
.prodDetail OL {
	color: #666;
}

.prodImageTable {
	float: right;
	clear: left;
	margin-left: 1em;
	margin-bottom: 1em;
	border-collapse:collapse;
}

.thumb {
	border: 2px solid #999;
	margin-bottom: 3px;
}
/* Accessories Level Pages */
.accBody {
	margin: 0; 
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
/* Front page text bellow Splash */

#fpText {padding-top: 0.5em;}
#fpText p {
	text-align: justify;
	font-size: 9pt;
	color: #666;
	margin-top: 5pt;
	margin-bottom: 3pt;
	line-height: normal;
	margin-right: 0em;
}


/* Footer Section Style */

#logos {
	text-decoration: none;
	background-color: #FFF;
	width: 100%;
	padding-top: 1em;
	padding-bottom: 0.5em;
}
#footer {
	background:#22205f;
	position: static;
	bottom: 0px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9pt;
	color: #FFF;
}

#footer A:link {color: #FFF;text-decoration: none;}
#footer A:visited {color: #FFF;text-decoration: none;}
#footer A:hover {color: #FFF;text-decoration: underline;}
#footer A:active {color: #FFF;text-decoration: none;}

.pdBtnTxt {
	font-size: 9px;
	text-align: center;
}
.pdBtnTxtDis {
	font-size: 9px;
	text-align: center;
	color: #999;
}
.video {
	text-align:center;
	background-color: #CCC;
	padding: 0.5em;
	border: 3px solid #666;
	margin-bottom: 0.5em;
}

.video A:link {text-decoration: none;}
.video A:visited {text-decoration: none;}
.video A:hover {text-decoration: none;}
.video A:active {text-decoration: none;}
.workNote {
	color: #F00;
}

/* Special Pages */

#sitemap a {
	text-decoration: none;	
}
#sitemap a:hover {
	text-decoration: underline;
}
#sitemap li {
	font-size: 12pt;
}
#sitemap li li{
	font-size: 11pt;
}
.top {
	font-size: 16pt;
	margin-bottom: 1em;
	display: block;
}

.pdflink {
	text-decoration: none;
	font-size: 11pt;
	color: #666;
}
.pdflink A:link {text-decoration: none;}
.pdflink A:visited {
	text-decoration: none;
	color: #333;
}
.pdflink A:hover {text-decoration: underline;}
.pdflink A:active {text-decoration: none;}
.pdflink IMG {
	vertical-align: middle;
	margin-left: 10px;
}
#linkPage IMG {
	margin-right: 1em;
	margin-bottom: 1em;
}
#linkPage p {
	position: relative;
	margin-left: 17em;
	display: block;
	width: auto;
	margin-bottom: 2em;
}
