/* CSS Document */


body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-image: none;
}

#content {
	position:relative;
	margin: 0;
	padding: 0;
	height: 100%;
	min-height:100%;
	width: 100%;
	min-width: 100%;
}

#logo {
	position: absolute;
	left: 1px;
	top: 1px;
}

.mainPhoto {
	position: absolute;
	top: 90px;
	right: 2px;
	z-index: 1;
	display:none;
}
.productPhoto {
	position: absolute;
	top: 135px;
	left: 0px;
	z-index: 1;
	text-align:center;
	font-size:9px;
	width: 190px;
}

.productPhoto a, .productPhoto a:link, .productPhoto a:hover, .productPhoto a:visited {
	color: #cc3333;
	text-decoration:none;
	display:block;
	background-color: transparent;
	font-weight:bold;
	border: none;
	padding: 10px;
	font-size:9px;
}

.productPhoto a img,
.productPhoto a:link img,
.productPhoto a:hover img,
.productPhoto a:visited img,
.productPhoto a:hover {
	border-bottom:none;
	padding-bottom:3px;
}

.productPhoto a:hover {
	color: #000000;
	text-decoration:none;
	display:block;
	background-image: url(../images/productThumbBackground.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight:bold;
	padding: 10px;
	font-size:9px;
}


/************ footer styles **************/

.footer {
	clear:both;
	font-size:  9px;
	line-height: 1.3ems;
	color: #000000;
	text-align: center;
	padding-top: 30px;
	margin: 0;
}

.footer a,
.footer a:link,
.footer a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 1px;
}

.footer a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 1px;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	/*position: absolute;
	z-index: 800;
	top: 138px;
	left: 5px;
	float: right;*/
	width: 155px;
	font-size: 85%;
	border: 1px solid #666666;
	text-align:left;
}

#sectionLinks h1 {
	color: #FFFFFF;
	background-color:#000000;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	display:block;
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	text-align:left;
}

#sectionLinks h1 a, #sectionLinks h1 a:link, #sectionLinks h1 a:visited, #sectionLinks h1 a:hover {
	display: inline;
	padding: 0;
	margin: 0;
	background-color:#333333;
	color: #FFFFFF;
	border-top: none;
	border-bottom: none;
	text-align:left;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	/*background-image:  url("../images/bg_nav.jpg");*/
	background-color: #eeeeee;
	font-weight: bold;
	padding: 3px 0px 3px 3px;
	color: #333333;
	text-decoration:none;
	font-size: 10px;
	line-height: 13px;
	text-align:left;
}

#sectionLinks a:hover {
	display: block;
	border-top: 1px solid #cccccc;
	background-color: #ffffff;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	line-height: 13px;
	color: #cc3333;
	text-align:left;
}

#sectionLinks p {
	padding: 0;
	margin: 0;
	border-top: 1px solid #003580;
	text-align:left;
}


/************ pageContent styles **************/

#pageContent {
	position: absolute;
	width: 75%;
	top: 10px;
	left: 200px;
	right: 10px;
	z-index: 100;
}

#popUpContent {
	margin-top: 20px;
	margin-left: 200px;
	margin-right: 10px;
}

#pageName {
	position: relative;
	top: 0px;
	/*margin-right: 350px;*/
}

#pageName p {
	position:relative;
	font-size:18px;
	font-weight:bold;
	color: #000000;
	padding: 0px 0px 6px;
	margin: 0;
}

#popUpPageName {
	position: relative;
	top: 0px;
}

#popUpPageName p {
	font-size:18px;
	font-weight:bold;
	color: #000000;
	padding: 0px 0px 6px;
	margin: 0;
}

#pageBody {
	position: relative;
}

.headline, .headline table {
	position: relative;
	padding-top: 5px;
	font-size: 12px;
	line-height: 1.6em;
	color: #000000;
	font-weight:bold;
	/*margin-right: 300px;*/
}

.headline td {
	padding-right: 10px;
}

.headline p {
	padding: 0px;
	margin: 0px;
}

.headline a, .headline a:link, .headline a:visited {
	color: #CC3333;
	text-decoration:none;
	border-bottom:none;
	padding: 5px;
}
.headline a:hover {
	color: #000000;
	text-decoration:none;
	border-bottom:none;
	padding: 5px;
}


.story {
	padding-top: 10px;
	font-size: 12px;
	line-height: 20px;
	position: relative;
}


.story h1 {
	font-size:12px;
	font-weight:bold;
	color: #000000;
	padding: 18px 0px 0px;
	margin: 0px;
}
.story h2 {
	color:#333333;
}

.story h2, .story p {
	font-size: 11px;
	line-height:1.4em;
	margin-top: 8px;
	margin-bottom: 3px;
}

.story th {
	font-size: 12px;
	font-weight:bold;
}

.story td {
	font-size: 11px;
}

.story a, .story a:link {
	color: #cc3333;
	text-decoration:none;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc3333;	
}

.story a:visited {
	color:#333333;
	text-decoration:none;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc3333;	
}

.story a:hover {
	color:#000000;
	text-decoration:none;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc3333;	
}

.story ul, .story ol {
	font-size: 11px;
	line-height: 1.2em;
	list-style-type: none;
	margin:0 0 0px;
	padding:0 0 0 4px;

}

.story li{
	list-style-type: none;
	background:url(../images/ul_bullet.gif) no-repeat .1em 0px;
	margin:0 0 4px;
	padding:0 0 0 6px;
}

.storyLeft {
	float:left;
	width:48%;
}

.storyRight {
	float:right;
	width:48%;
}

.callToAction {
	text-align: left;
	font-size:10px;
	line-height: 1.4em;
	padding-top: 6px;
	padding-left: 12px;
	padding-right: 6px;
	margin-top: 30px;
	margin-right: 24px;
	padding-bottom: 0.5em;
	background: #eeeeee;
	border: 1px solid #cc3333;
	border-width: 1px 0;
	font-weight:500;
	width: 75%;
}

.clearBoth {
	clear:both;
}

.clearLeft {
	clear:left;
}

.clearRight {
	clear:right;
}

.tableHead {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.requiredtext {
	color: #CC3333;
	font-weight: bold;
}

.menuItems {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC3333;
}

.menuItemsSmall {
	color:#333333;
	background-color:#eeeeee;
	font-size:9px;
}

.pending {
	font-style:italic;
	color: #006600;
	background-color:#FF9900;
	background:#FF9900;
}
.imageBorder {
	border: 1px solid #666666;
}

/************ pop-up styles **************/

#titleBar {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	height: 24px;
}

#titleBar p {
	position: absolute;
	left: 10px;
	top: 5px;
	margin:0;
	padding:0;
}

#titleBar .links {
	position: absolute;
	right: 10px;
	top: 5px;
	text-align: right;
}

#titleBar a, #titleBar a:link, #titleBar a:visited {
	color:#CC3333;
	text-decoration:none;
}

#titleBar a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}


#pop-upContent {
	position:inherit;
	padding:25px;
}

#pop-upContent h1 {
	font-size: 14px;
	padding:0;
	margin:0;
}

#pop-upContent h2, p, ul {
	font-size: 12px;
}

#pop-upContent .copyright {
	font-size: 11px;
	color:#666666;
}

/************ table row styles **************/

tr.odd { background: #eeeeee; }
tr.even { background: #ffffff; }
tr.even:hover { background: #ebf2f7; }
tr.odd:hover { background: #ebf2f7; }

.numerator, .denominator { font-size: 75%; }
.numerator { vertical-align: 0.7ex; }
.denominator { vertical-align: -0.3ex; }
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}
.printOnly {
	visibility:hidden;
	display:none;
}
caption {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
.printOnly {
	visibility:visible;
	font-size:10px;
}

.screenOnly {
	display:none;
}

#ddmx, #ddm2, .quickCart, .debug {
	display:none;
}
