/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #eaeaea;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eaeaea;
}

a:hover{
	color: #CFCFCF;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/************** header tag styles **************/

h1{
 font: bold Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 140px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #005e5e;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	height: 122px;
	width: 100%;
	visibility: visible;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	top: 10px;
	background-image: url(../images/backgrounds/masthead23.jpg);
	background-color: #FFFFFF;
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	border: 1px solid #A1A1A1;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	z-index: 3;
	margin: 0px;
	position: relative;
	padding: 6px 0px 0px;
	top: 3px;
	width: 990px;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	margin: 0px;
	z-index: 4;
	visibility: visible;
	height: 24px;
}


a.glink, a.glink:visited{
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 7px;
	padding-left: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	text-decoration: none;
	border-right-color: #D4DF00;
}

a.glink:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #D49F00;
	font-size: 12px;
	height: 26px;
	padding-right: 7px;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #ffffff;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 8px;
	border: 1px solid #666666;
	margin: 0px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #636367;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 12px Arial, sans-serif;
	color: #000000;
}

.story a.capsule:hover{
	text-decoration: underline;
	color: #000000;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	background-color: #FFDF55;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #628202;
	width: 161px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #628202;
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
	text-align: right;
	float: right;
	width: 140px;
	padding-right: 14px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #709302;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8a8a8a;
	padding: 0px;
	letter-spacing: 0.1em;
	font-weight: normal;
}
a.glink2, a.glink2:visited {
	font-size: 9px;
	color: #DF0059;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 0px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.05em;
}
a.glink2:hover {
	text-decoration: none;
	color: #99FF33;
}
a.glink3, a.glink3:visited {
	font-size: 12px;
	color: #ffffff;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #AABF00;
	text-decoration: none;
}
a.glink3:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	height: 26px;
	padding-right: 7px;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFDF00;
}
a.glink4, a.glink4:visited {
	font-size: 9px;
	color: #819898;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0px 12px 0px 6px;
	letter-spacing: 0.05em;
	font-weight: bold;
}
a.glink4:hover {
	text-decoration: none;
	color: #BBC8C8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 0px 12px 0px 6px;
	letter-spacing: 0.05em;
}
#topbanner {
	background-image: url(../images/backgrounds/audreybanr8.gif);
	top: 0px;
	left: 0px;
	visibility: visible;
	height: 178px;
	width: 700px;
}
.footer2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #818181;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.featurebottom {
	font-size: 8pt;
	color: #666666;
	letter-spacing: 0.75px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
}
.storeheader {
	font-size: 16px;
	color: #323232;
	letter-spacing: .75px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-weight: 400;
}
.bodytext {
	font-size: 8.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	text-decoration: none;
}
.left_v_line {
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	width: 130px;
	border: 1px solid #FFFFFF;
	background-color: #BAC405;
	height: 14px;
	display: block;
}
.formfieldname {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 80px;
}
.button_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: auto;
	background-color: #AAB304;
	height: auto;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	border: none;
}
.formtextmsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	width: 180px;
	border: 1px solid #FFFFFF;
	background-color: #AAB304;
	height: 50px;
}
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 500;
	color: #FFFFFF;
	letter-spacing: .01em;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #818181;
	font-weight: normal;
	padding-top: 4px;
}
a.footertext:hover {
	text-decoration: underline;
	color: #A0A0A4;
	font-size: 8.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.footertext:visited {
	text-decoration: underline;
	color: #C0C0C0;
	font-size: 8.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a.glink5, a.glink5:visited {
	font-size: 9px;
	color: #8A8A8A;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 0px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.1em;
}
a.glink5:hover {
	text-decoration: none;
	color: #B6B6B8;
	font-size: 9px;
	height: 26px;
	padding-right: 8px;
	padding-left: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	letter-spacing: 0.1em;
}
a.glink6, a.glink6:visited {


	font-size: 0.93em;
	color: #ffffff;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CED649;
	text-decoration: none;
}
a.glink6:hover {


	text-decoration: none;
	color: #FFFFFF;
	background-color: #ea4f00;
	font-size: 0.93em;
	height: 26px;
	padding-right: 8px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
}
a.glink7, a.glink7:visited {



	font-size: 0.93em;
	color: #ffffff;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CED649;
	text-decoration: none;
}
a.glink7:hover {



	text-decoration: none;
	color: #FFFFFF;
	background-color: #007765;
	font-size: 0.93em;
	height: 26px;
	padding-right: 8px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
}
.relatedLinksHright {
	margin: 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 200;
	color: #A1A1A1;
	letter-spacing: 1px;
	padding-top: 0px;
	padding-right: 50px;
	padding-left: 0px;
}
a.glink, a.glink:visited over {
	font-size: 0.93em;
	color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 2px;
	border-right-style: solid;
	text-decoration: none;
	border-right-color: #CED649;
}
.font_h_line {
	padding: 0px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #709302;
}
.relatedLinks a:hover {
	display: block;
	background-color: #AADF00;
}
a.leftNav1, a.leftNav1:visited {
	display: block;
	text-align: left;
	width: 140px;
	padding-top: 8px;
	color: #000000;
	text-decoration: none;
	padding-left: 16px;
}
a.leftNav1:hover {
	margin: 0px;
	color: #CED649;
	text-decoration: none;
}
feature a:link, a:visited {
	text-decoration: none;
	color: #555555;
}
maintext a:link, a:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	letter-spacing: 0.1em;
}
maintext {

	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	margin: 0px;
	padding: 0px;
	background: #121212;
	font-size: 12px;
	font-weight: 400;
}
.story a.capsule:visited {
	text-decoration: underline;
	color: #000000;
}
.leftNav1feature {
	text-align: left;
	color: #808080;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
a.leftNav2, a.leftNav2:visited {
	display: block;
	text-align: center;
	width: 140px;
	padding-top: 30px;
	color: #CED649;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
}
a.leftNav2:hover {

	margin: 0px;
	color: #CED649;
	text-decoration: none;
}
.feature2 {

	font-size: 14px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 1px 6px;
	font-weight: bolder;
	background-color: #709302;
}
.feature3 {
	font-size: 16px;
	color: #F7F7F7;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.09em;
	font-weight: normal;
}
.feature4 {
	font-size: 12pt;
	color: #6C6C6C;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}
a.prodtext, a.prodtext:visited {
	padding-top: 8px;
	color: #FFFFFF;
	padding-left: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
a.prodtext:hover {
	color: #A0A0A4;
	text-decoration: underline;
}
.centeredcontent {
	background-color: #717073;
	height: auto;
	width: 980px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DDDDDD;
	padding: 20px;
}
#globalNav2 {
	padding: 2px 0px;
	z-index: 3;
	margin: 0px;
	width: 100%;
	position: relative;
	visibility: visible;
}
#globalLink2 {

	margin: 0px;
	z-index: 4;
	visibility: visible;
}
#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.93em;
	line-height: 1em;
	color: #A0A0A4;
	z-index: 2;
	width: 820px;
	border-right: 1px solid #A1A1A1;
	border-bottom: 1px solid #A1A1A1;
	border-left: 1px solid #A1A1A1;
}
.product {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #555555;
	display: block;
	height: auto;
	width: 816px;
	background-color: #FFFFFF;
}
.product2 {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #4E4E4E;
	display: block;
	width: 816px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #292929;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #292929;
	background-color: #F9F9F9;
}
maintext a:hover {


	text-decoration: underline;
	color: #999999;
}
.product3 {

	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #555555;
	display: block;
	height: 380px;
	width: 716px;
	background-color: #ffffff;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #394841;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #394841;
}
.feature5 {
	font-size: 9pt;
	color: #292929;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.feature3sub {

	font-size: 12px;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 30px;
	font-weight: normal;
}
.footer3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #808080;
	font-weight: normal;
}
.feature6 {
	font-size: 18px;
	color: #727272;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
.feature8 {
	font-size: 16px;
	color: #919191;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}
.feature9 {
	font-size: 12px;
	color: #4A4A4A;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.02em;
	line-height: 1.5em;
	padding-right: 16px;
	padding-left: 16px;
	display: block;
}
.feature10 {
	font-size: 12px;
	color: #ADB4A5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.04em;
	line-height: 1.5em;
	border-top: 1px solid #A0A0A0;
}
.product4 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #E1E1E1;
	display: block;
	width: 716px;
	background-color: #333333;
}
#masthead7 {
	height: 122px;
	width: 920px;
	visibility: visible;
	background-image: url(../images/backgrounds/jackaud08.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #A1A1A1;
	border-right-color: #A1A1A1;
	border-left-color: #A1A1A1;
}
#main_lg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #222222;
	z-index: 2;
	width: 820px;
	height: auto;
	border-right: 1px solid #A1A1A1;
	border-bottom: 1px solid #A1A1A1;
	border-left: 1px solid #A1A1A1;
}
#main2_lg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #222222;
	z-index: 2;
	width: 820px;
	height: auto;
	border-right: 1px solid #A1A1A1;
	border-bottom: 1px solid #A1A1A1;
	border-left: 1px solid #A1A1A1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A1A1A1;
}
.product2_lg {
	font-size: 8.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #282828;
	display: block;
	width: 816px;
	background-color: #5a7d2b;
}
a.footertext:link {
	text-decoration: underline;
	color: #C0C0C0;
	font-size: 8.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.product3_lg {
	font-size: 8.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #222222;
	display: block;
	width: 816px;
	background-color: #FFFFFF;
}
#masthead8 {
	height: 122px;
	width: 920px;
	visibility: visible;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
}
.product3_lg {
	font-size: 8.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #222222;
	display: block;
	width: 816px;
	background-color: #6D9834;
}
#masthead9 {
	height: 122px;
	width: 820px;
	visibility: visible;
	background-image: url(../images/backgrounds/jacksonaudrey_lg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #A1A1A1;
	border-right-color: #A1A1A1;
	border-left-color: #A1A1A1;
}
.product4_lg {
	font-size: 8.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #222222;
	display: block;
	width: 918px;
	background-color: #FFFFFF;
}
.product5_lg {
	font-size: 8.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #282828;
	display: block;
	width: 816px;
	background-color: #FF6600;
}
.featureleft {
	font-size: 8.5pt;
	color: #111111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	line-height: 1.4em;
	margin: 34px 26px 0px;
}
.product6_lg {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #939393;
	display: block;
	width: 948px;
	z-index: 3;
}
#main6_lg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #222222;
	z-index: 2;
	width: 820px;
	height: auto;
	border-right: 1px solid #A1A1A1;
	border-bottom: 1px solid #A1A1A1;
	border-left: 1px solid #A1A1A1;
	padding-bottom: 2px;
	padding-top: 2px;
}
.featureleft2 {
	font-size: 8.4pt;
	color: #121212;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	line-height: 1.4em;
	margin: 0px 26px;
}
.aboutleft {
	font-size: 11pt;
	color: #D47F00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	line-height: 1.4em;
	margin: 0px;
	font-weight: bold;
}
.aboutsub {
	font-size: 8.6pt;
	color: #464646;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 8px;
	line-height: 1.4em;
	margin: 0px;
	font-weight: bold;
	display: block;
}
#masthead10 {
	height: 148px;
	width: 820px;
	visibility: visible;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A1A1A1;
	border-left-color: #A1A1A1;
	background-image: url(../images/backgrounds/masthead0208.gif);
}
#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	z-index: 2;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	border-right: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	background-color: #FFFFFF;
}
.product7_lg {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #282828;
	display: block;
	width: 818px;
	z-index: 3;
	background-color: #646D81;
}
.storepg {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DFDFDF;
	letter-spacing: 0.09em;
}
#storemain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1em;
	z-index: 2;
	width: 820px;
	border-right: 1px solid #A1A1A1;
	border-bottom: 1px solid #A1A1A1;
	border-left: 1px solid #A1A1A1;
	background-color: #FEFEFE;
	color: #FF3300;
}
.productstore_lg {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #939393;
	display: block;
	width: 918px;
	z-index: 3;
	background-color: #FFFFFF;
}
a.glink4a.glink4a:visited  {
	font-size: 8px;
	color: #FF3333;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0px;
	letter-spacing: 0.05em;
	font-weight: bold;
}
a.glink4a:hover {
	text-decoration: none;
	color: #E5E5E5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 0px;
	letter-spacing: 0.05em;
}
#masthead2 {
	height: 142px;
	width: 959px;
	visibility: visible;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	top: 10px;
	background-color: #717073;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(../images/backgrounds/masthead0508a.gif);
}
#masthead3 {
	height: 142px;
	width: 959px;
	visibility: visible;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	top: 10px;
	background-color: #717073;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(../images/backgrounds/masthead0508b.gif);
}
#masthead4 {
	height: 142px;
	width: 959px;
	visibility: visible;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	top: 10px;
	background-color: #717073;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(../images/backgrounds/masthead0508c.gif);
}
a.glink9, a.glink9:visited {
	font-size: 9px;
	color: #bbc8c8;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 12px 0px 6px;
	letter-spacing: 0.05em;
	font-weight: bold;
	text-decoration: none;
}
a.glink9:hover {
	text-decoration: none;
	color: #bbc8c8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 0px 12px 0px 6px;
	letter-spacing: 0.05em;
}
#mastheadtest {
	height: 122px;
	width: 100%;
	visibility: visible;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	top: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/backgrounds/masthead23.jpg);
}
.storecontent {
	background-color: #717073;
	height: auto;
	width: 880px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DDDDDD;
}
.storecontent2 {
	background-color: #D8D8D8;
	height: auto;
	width: 880px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #373737;
}
