body {
	margin: 0 auto;
	text-align: center;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #91d0ea;
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #0d004c;
}
img {
	border: none;
}

p {
	padding-top: 13px;
	padding-bottom: 13px;
	margin: 0;
}
div.main {
	clear: both;
	margin: 0px auto; 
	width: 802px;
	text-align: left;
	line-height: 20px;
}
div.row, div.row2 {
	clear: both;
}
div.cell {
	display: table-cell;
	float: left;
}
div.top-txt, div.top-txt2 {
	color: #ab231d;
	font-size: 12px;
	text-align: center;
	width: 373px;
	float: left;
	padding-top: 5px;
	line-height: 135%;

}
div.top-txt2 {
	padding-top: 15px;
}
div.navbg {
	clear: both;
	background-image: url(images/nav-bg.jpg);
	background-repeat: no-repeat;
	width: 802px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color: White;
	padding-left: 25px;
	padding-top: 5px;
}
div.navbg a:link, div.navbg a:visited, div.navbg a:active {
	color: White;
	margin: 0 0px;
	font-size: 12px;
	padding-bottom: 5px;
}
div.mainbg,
div.mainbg02 {
	clear: both;
	width: 802px;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-y;
	display: table;
	padding-top: 0px;
	margin-top: 0px;
}
.mainbg A:active, .mainbg A:link, .mainbg A:visited {
	text-decoration: none;
	color: #113bf6;
	}
.mainbg A:Hover	{
	text-decoration: underline;
	}
.mainbg	ul 	{
	text-indent: .1em; 
	margin-left: 1.3em; 
	list-style-type: disc; 
	list-style-position: outside;
	}
div.mainbg	{
	border-bottom: 1px solid #0c157c
	}
div.mainbg02 {
	/* background-image: url(images/mainbg02.gif); */
	padding-top: 0px;
	margin-top: 0px;
}
div.homephoto {
	margin-left: 1px;
	margin-right: 0px;
	height: 308px;
}
.redbox {
	background-image: url(images/home_aug2009bg.jpg); 
	background-repeat: repeat-x;
	width: 454px;
 	color: #ffffff;
 	border-left: 1px solid #ffffff;
	float: right;
	margin-right: 1px;
	height: 308px;
	text-align: center;

	}
.redbox A:active, div.redbox A:link, div.redbox A:visited {
	color: #fff799;
	text-decoration: none;
}
.redbox a:hover {
	text-decoration: underline;
}
.redbox p {
	font-size: 14px;
	line-height: 140%;
 	padding: 5px 10px 5px 10px;
}
.redbox span {
	font-size: 20px;
	line-height: 160%;
	font-weight: bold;
}
.vidBox	{
	width: 413px;
	background-color: #536da6; 
	padding: 10px;
	border: 1px solid #ffffff;
	text-align: center;
	margin: 10px auto;
	}
.vidBox	.Left	{
	float: left;
	width: 113px;
	margin-right: 10px;
	}
.vidBox .Middle	{
	float: left;
	width: 165px;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	}
.vidBox .Middle span	{
	color: #fede30;
	font-weight: bold;
	font-size: 18px;
	}
.vidBox .Right	{
	float: left;
	width: 113px;
	margin-left: 10px
	}

div.content {
	clear: both;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	display: table;
	width: 774px;
	height: 300px;
}
div.col {
	float: left;
	width: 235px;
}
div.col p, div.col .title a:active, div.col .title a:link, div.col .title a:visited {
	color: #ad2924;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;	
	margin-bottom: 5px;
	height: 20px;
	}

div.col span {
	clear: both;
	line-height: 16px;
	width: 235px;
	height: 70px;
	display: block;
}
div.col a {
	color: #113bf6;
	text-decoration: underline;
	font-size: 12px;
	line-height: 16px;
	display: block;
	clear: both;
/*	height: 25px; */
}
div.mainbg02 p, div.mainbg02 h2 {
	width: 752px;
	margin-left: 22px;
}
div.mainbg02 h2	{
	margin-top: 0px;
	}
div.footer {
	clear: both;
	padding: 10px 0;
	text-align: center;
	color: #113bf6;
	font-size: 12px;
}
div.footer a {
	color: #113bf6;
	line-height: 20px;
}
div.footer a:hover {
	text-decoration: underline;
}
.copy	{
	padding: 20px;
	
	}
	
	
/*
*	Top navigation
*/

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	
}

#nav a { /* for all A tags */
	display: block;
}

#nav li { /* all list items */
	float: left;
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: white;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 0px;
	
	border-left: 1px solid #39325e;
	border-top: 1px solid #39325e;
	text-decoration: none;
	z-index: 999;
}

#nav ul li a { /* second-level A tags */
	width: 165px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #ffffff;
	color: #39325e;
	text-decoration: none;
	border-right: 1px solid #39325e;
	border-bottom: 1px solid #39325e;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	width: 182px;
	left: auto;
	text-decoration: none;
}	

#nav li ul a:hover	{ /* lists nested under hovered list items */
	background-color: #e1e1e1;
	width: 165px;
	text-decoration: none;
}
#nav li span	{
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff
	}
H1	{
	padding: 0px 0px 10px 0px;	
	color: #ab231d;
	font-size: 16px;
	text-transform: uppercase;}
H2	{
	margin-top: 5px;
	padding: 7px 0px 10px 0px;	
	font-size: 14px;
	text-transform: uppercase;	
	}
H3	{
	margin-top: 5px;
	padding: 7px 0px 10px 0px;	
	font-size: 14px;
	text-transform: uppercase;
	}
.mainbg3	{
	padding: 20px 0px 10px 10px;
	width: 575px;
	min-height: 350px
	}
.mainbg3	ul 	{
	text-indent: .1em; 
	margin-left: 1.3em; 
	margin-top: 10px;
	list-style-type: disc; 
	list-style-position: outside;
	}
.form tr td	{
	padding: 5px;
	}

option	{
	padding-left: 5px;
	}
input.required, select.required, textarea.required 	{
	background-color: #fefbea;
	}
.xcartInput	{
	min-width: 300px;
	height: 22px; 
	vertical-align: middle;
	margin: 5px 0px 5px 0px;
	}
#subnavbg	{
	font-weight: bold;
	}
.subnav h1	{
	border: none;
	color: #39325e;
	padding-left: 5px;
	font-size: 14px
	}
.subnav h1 A:active, .subnav h1 A:link, .subnav h1 A:visited { /* for all A tags */		
	color: #39325e;
	padding: 5px;
	background-color: #ffffff;
	border: none;
	font-size: 14px;
	font-weight: bold;
	padding: 0px
	}
	
.subnav ul	{
	padding: 0px;
	margin: 0px;
	list-style-type: none; 
	width: 180px;
	border-bottom: 1px solid #d6d3d3;
}
.subnav	{
	margin-left: 10px;
	margin-top: 20px;
	margin-right: 5px;
	width: 180px;
}
.subnav li	{
	margin: 0px;
	text-decoration: none;
	list-style-type: none;
	width: 180px;

}

.subnav A:active, .subnav A:link, .subnav A:visited { /* for all A tags */
	display: block;
	padding: 5px;
	/* background-color: #eeebeb; */
	/*color: #39325e;*/
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	width: 168px;
	/*border-left: 1px solid #d6d3d3;
	border-right: 1px solid #d6d3d3;*/
	border-top: 1px solid #d6d3d3;
	font-size: 12px;
}

.subnav li:hover, .subnav li.sfhover { /* lists nested under hovered list items */
	width: 168px;
	left: auto;
	text-decoration: none;
	padding: 0;
}	

.subnav li a:hover, .subnav li.selected	{ /* lists nested under hovered list items */
	/*background-color: #d6d3d3;*/
	background-color: #eeebeb;
	width: 168px;
	text-decoration: none;
}

.box	{
	background-color: #eeebeb;
	padding: 10px;
	border: 1px solid #d6d3d3;
	}
.boxRight	{
	background-color: #eeebeb;
	padding: 10px;
	width: 250px;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid #d6d3d3; 
	float: right;
	clear: both;
	}
.testimonials span	{
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	}

blockquote	{ color: #0d004c; border: none; padding: 10px }
blockquote:before { content: open-quote }
blockquote:after { content: close-quote }

hr	{
	height: 1px;
	border: none;
	background-color: #d4d4d4;
	}
.testimonialQuote	{	
	padding: 0px 80px 0px 60px;
	background-image: url(images/quotes.jpg);
	background-repeat: no-repeat;
	height: 86px;
	font-size: 14px;
	margin-top: 10px;
}
.testimonialQuoteLeft	{	
	background-image: url(images/quotes_left.gif);
	background-repeat: no-repeat;
	padding: 15px 0px 10px 8px;
	margin-top: 10px;
	margin-left: 10px;
	width: 180px;
	height: 300px;
	}
.testimonialQuoteLeft h2	{
	border-top: 1px solid #D6D3D3;
	margin-top: 0px;
	padding-top: 10px;
	width: 180px;
	}
	
.testimonialQuoteLeft span	{
	font-size: 12px;
	text-align: right;
	font-weight: bold;	
	}
.subMenuVideo	{
	margin: 40px 0px 0px 10px;
	text-align: center;	}
.emptyCart	{
	height: 160px;
	margin-bottom: 10px;

	}
.emptyCart img	{
	padding-right: 10px;
	float: left;
	}
.alert	{
	color: #ab231d;
	}
.priceChart	tr td, .priceChart tr th, .priceChart2 tr td, .priceChart2 tr th {
	padding: 2px;
	border: 1px solid #d6d3d3;
	}

.priceChart th	{
	background-color: #eeebeb;
	font-weight: bold;
	}
.priceChart2 tr td 	{
	background-color: #eeebeb;
	}
.cart	{
	margin-left: 20px;
	}
.browse	{
	padding: 5px;
	vertical-align: middle;
	border-top: 1px solid #39325e;
	border-bottom: 1px solid #39325e;
	margin-bottom: 10px;
	width: 90%;
	}
.browse span	{
	float: left;
	padding-right: 10px;
	}
.back	{
	margin-right: 0px;
	margin-top: 345px;
	float: right;
	}
.video	{
	background-image: url(images/viewaperformance.gif);
	background-repeat: no-repeat;
	width: 311px;
	height: 238px;
	}
.example	{
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	background-color: #fcf9d2;
	border: 1px solid #efebbf;
	font-family: helvetica, arial;
	margin-right: 17px;
	}
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size: 100%; font-family: trebuchet,arial; }
input[type='password'] { cursor: text; }
input[type='password'], select { border: 1px solid #ccc; background: #fff; }
input[type='text'], input[type='password'], select	{height: 20px; margin-top: 2px; margin-bottom: 2px;}
select { height: 23px; }
.catText	{
	width: 550px;
	padding-bottom: 0px;
	}
.catText h1, .catText h2	{
	padding-top: 0px;
	margin-top: 0px;

	}
.hometopRow	{
	width: 802px;
	height: 308px;
	border-bottom: 1px solid #070977;
	}
.vidpic	{
	width: 555px;
	}
.vidpic	.image	{
	float: left;
	padding-bottom: 10px; 
	padding-top: 5px;
	margin-bottom: 15px;
	width: 185px;
	}

.black_overlay, .black_overlay2	{
   display: none;
   position: absolute;
   top: 0%;
   left: 0%;
   bottom: 0%;
   width: 100%;
   height: 100%;
   background-color: black;
   z-index:1001;
  -moz-opacity: 0.8;
  opacity:.80;
  filter: alpha(opacity=80);
  }
  
.white_content, .white_content2, .white_content3 {
	display: none;
  	position: absolute;
  	top: 25%;
  	left: 35%;
  	bottom: 25%;
  	width: 500px;
  	height: 470px;
  	padding: 16px 16px 20px 16px;
  	background-color: white;
  	z-index:1002;
  	overflow: auto;
	margin-left: -40px
  }
.white_content2	{
	width: 430px;
	height: 404px;
	}
.white_content3	{
	width: 505px;
  	height: 480px;
	}
.custom	{
	}
.customLeft	{
	width: 370px;
	float: left;
	margin-right: 10px;
	}
.customLeftContent	{
	width: 365px;
	}
.customRight	{
	width: 182px;
	float: left;
	}
.customRight img	{
	margin-bottom: 10px;
	}
.customRight strong	{
	color: #ab231d;
	font-weight: bold
	}
.cta 	{
	background-color: #cde9f5;
	padding: 10px;
	border: 1px solid #e1e1e1;
	font-weight: bold;
	font-size: 15px;
	}
.homespecial	{
	margin-top: 5px; 
	margin-bottom: 10px
	}