/* CSS Document */

html body p form ul ol li {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #c2c2c2;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 15px;
	margin: 0;
	padding: 0;
	text-align: left;
}

.wrapper {
	width: 748px;
	margin: 10px auto;
	border: 1px solid black;
	background-image: url(../images/_test_nav_bg_repeat.jpg);
	text-align: left;
	overflow: auto;
}

.printHeader {
	display: none;
}

.header {
	height: 114px;
}



/* ====== RIGHT SIDE NAVIGATION STYLES ====== */

.nav {
	width: 179px;
	float: left;
}
	
.navLink {
	color: white;
	font-size: 9pt;
	font-weight: bold;
	display: block;
	padding-left: 23px;
	text-decoration: none;
	background-image: url(../images/arrow_cl.jpg);
	background-repeat: no-repeat;
	/*border-bottom: 1pt solid white;*/
}

.navLinkUp {
	color: black;
	font-size: 9pt;
	font-weight: bold;
	display: block;
	padding-left: 23px;
	text-decoration: none;
	background-image: url(../images/arrow_op_blk.jpg);
	background-repeat: no-repeat;
}

a.navLink:hover {
	background-image: url(../images/arrow_op.jpg);
	background-repeat: no-repeat;
	color: white;
}

.stripe {
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
}
/* ====== END RIGHT SIDE NAVIGATION STYLES ====== */

/* ====== NAV INCLUDE STYLES ======*/

.navLevel2 {
	/*margin: 0;*/
	padding-right: 2px;
	color: white;
	list-style-type: square;
			
}

.navLevel2Up {
	padding-right: 2px;
	color: black;
	list-style-type: square;
}
	
a.navLevel2:hover {
	color: black;
}

.navLevel3 {
	margin: 0;
	padding: 0px;
	color: white;
	font-size: 7pt;
	list-style-type: disc;
	list-style-position: inside;
}

.navLevel3Up {
	margin: 0;
	padding: 0px;
	color: black;
	font-size: 7pt;
	list-style-type: disc;
	list-style-position: inside;
}


/* ====== END NAV INCLUDE STYLES ======*/




/* ====== MAIN BODY STYLES ====== */

.mainbody {
	background-color: white;
	margin: 0;
	padding-top: 12px;
	padding-right: 18px;
	float: right;
	display: block;
	width: 528px;
	font-size: 8pt;
	line-height: 18px;
}

h1 {
	font-size: 13pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

.subhead {
	font-size: 10pt;
}

			/* -- main body, plain black links -- */
a {
	font-size: 8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

			/* -- main body, orange links -- */
.textLink {
	font-size: 8pt;
	color: #ED921B;
	text-decoration: none;
}

a.textLink:hover {
	color: #000000;
}

.pagetop {
	padding-left: 390px;
}

/* ====== END MAIN BODY STYLES ====== */




/* ====== BOTTOM NAV STYLES ====== */

.BottomNav {
	color: #000000;
	font-size: 7pt;	
	margin: 0px auto;
	width: 748px;
	padding-left: 260px;	
	display: block;
	
}

.BottomLink {
	color: #000000;
	text-decoration: none;
	font-weight: 100;
}

a.BottomLink:hover {
	color: #404040;
	text-decoration: none;
}


/* ====== END BOTTOM NAV STYLES ====== */


/* ====== FORM STYLES ====== */

.star {
	color: #ed921b;
}

.checkbox {
	padding-left: 5px;
}

.formHead {
	padding-left: 260px;
}

/* ====== END FORM STYLES ====== */



/* ====== SITE-WIDE GENERAL BULLETED LISTS====== */

.siteBullet {
	list-style-type: square;
	color: black;
}

.siteBullet2 {
	list-style-type: disc;
	color: black;
}

.siteLink {
	font-size: 8pt;
	color: black;
	text-decoration: none;
}

a.siteLink:hover {
	color: #606060;
}

/* ====== END SITE-WIDE GENERAL BULLETED LISTS ====== */



/* ====== PRODUCT PICS ======*/

.image {
	float: left;
	border: none;
}


























