/* ************************ Defaults ************************ */

body{
	text-align:center;
	color:#333333;
	font: 11px Arial, Helvetica, sans-serif;
}
body, h1, h2, h3, h4, h5, p, table, table th, table td, form, a img, ul {
	border: none;
	margin: 0px;
	padding: 0px;
}
ul{
	list-style:none;
}
h1{
	color:#0066CC;
	font-size:16px;
	font-weight:normal;	
	line-height:18px;
	padding:0px 0px 6px 0px;	
}
h2{
	color:#0066CC;
	font-size:11px;
	font-weight:normal;		
	line-height:16px;
	padding:0px 0px 6px 0px;
}
h3{
	font-size:11px;
	font-weight:normal;		
	line-height:16px;
	padding:0px 0px 2px 0px;
}
p{		
	line-height:16px;
	padding:0px 0px 12px 0px;
}
a{
	color:#0066cc;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

/* ************************ structural ************************ */

#page{
	width:800px;
	margin:0 auto; 
	text-align:left;
}

/* ************************ header ************************ */

#logo{
	position:absolute;
}
#header{
	height:100px;
	background:#99cc33;
	font-size:30px;
	color:#fff;
	text-align:right;
}
#header p{
	padding:36px 20px 0px 0px;
}

/* ************************ JQuery Menu Slide ************************ */

#topnav{
	height:50px;
	padding:0px 15px 0px 0px;
}
.jqueryslidemenu{
	float:right;
}
.jqueryslidemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.jqueryslidemenu ul li{
	position: relative;
	display: inline;
	float: left;
	padding:0px 70px 0px 0px;
	background:#fff;		
	line-height:16px;
}
.jqueryslidemenu ul li a{
	display: block;
	text-decoration: none;
	font-size:14px;
	padding:17px 0px 16px 0px;
	background:#fff;
	color:#0066cc;
	text-decoration:none;
}
.jqueryslidemenu ul li a:hover{
	color:#99CC33;
	text-decoration:none;
}
* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	text-decoration:none;
}
.jqueryslidemenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
}
.jqueryslidemenu ul li ul li{
	display: list-item;
	float: none;
	background:none;
	line-height:14px;	
}
.jqueryslidemenu ul li ul li ul{
	top: 0;
}
.jqueryslidemenu ul li ul li a{
	width: 175px; /*width of sub menus*/
	padding:6px 5px 6px 5px;
	margin: 0;
	text-decoration:none;
	font-size:11px;
	background: #0066CC; /*background of tabs (default state)*/
	border:solid 1px #99CC33;
	border-bottom:solid 2px #99CC33;
	color: #fff;
}
.jqueryslidemenu ul li ul li a:hover{
	background: #0066CC; /*tab link background during hover state*/
	color: #fff;
	text-decoration:none;
}

/* ************************ splash ************************ */

#splash{
	background:url('/images/splash2.jpg') top left no-repeat;
	height:509px;
}
#splash h1{
	font-size:42px;
	font-weight:bold;
	line-height:46px;
	padding:0px 0px 10px 0px;
}
#splash h1 span{
	color:#fff;
}
#splash h2{
	font-size:24px;
	font-weight:bold;
	line-height:28px;
}
#splash p{
	font-size:14px;
	color:#fff;
	padding:0px 0px 30px 0px;
	line-height:18px;
}
#splashtext{
	padding:110px 0 0 40px;
	width:300px;
}

/* ************************ content ************************ */

#content{
	background:#99CC33;
	padding:8px 8px 16px 8px;
}
.phead{
	width:350px;
	margin:0px 0px 10px 0px;
	padding:7px 70px 13px 0px;
	vertical-align:middle;
	line-height:18px;
	border-bottom:solid 2px #0066CC;
}
.clear{
	clear:both;
}
.small{
	font-size:10px;
	font-style:italic;
	color:#0066CC;
	line-height:14px;
}
.imright{
	position:absolute;
	margin-left:382px;
}

/* ************************ left panel ************************ */

#leftpanel{
	float:left;
	width:182px;
	padding:104px 8px 0px 0px;
}
#leftpanel ul li{
	padding:4px 0px 4px 2px;
	font-weight:bold;
	background:url('/images/leftbit.gif') bottom left repeat-x;
}
#leftpanel ul li a{
	color:#fff;
	text-decoration:none;
	display:block;
	padding:8px 0px 6px 36px;
	min-height:25px;
}
*html #leftpanel ul li a{
	height:25px;
}
#leftpanel ul li a:hover{
	color:#0066CC;
	text-decoration:none;
}
#leftpanel ul li .leftmenu1{
	background:url('/images/leftmenu1.gif') top left no-repeat;
}
#leftpanel ul li .leftmenu2{
	background:url('/images/leftmenu2.gif') top left no-repeat;
}
#leftpanel ul li .leftmenu3{
	background:url('/images/leftmenu3.gif') top left no-repeat;
}
#leftpanel ul li .leftmenu4{
	background:url('/images/leftmenu4.gif') top left no-repeat;
}

#leftpanel ul li .leftmenu5{
	background:url('/images/leftmenu_s.gif') top left no-repeat;
}
#leftpanel ul li .leftmenu6{
	background:url('/images/leftmenu_cart.gif') top left no-repeat;
}
/* ************************ right panel ************************ */

#rightpanel{
	float:left;
	width:592px;
	background:#fff;
}
#rightpanels{
	padding:20px 10px 20px 10px;
}
#righttext ul{
	padding:0px 0px 15px 0px;
	margin:0px 0px 0px 15px;
	list-style:disc;
}
#righttext ul li{		
	line-height:16px;
}
#rightpanel1{
	width:34px;
	height:42px;
	padding:8px 0px 0px 15px;
	float:left;
	background:url('/images/rightbit.gif') top left no-repeat;
	font-size:20px;
	color:#0066CC;
	font-weight:bold;
}
#rightpanel2{
	width:521px;
	float:left;
	padding:0px 0px 0px 1px;	
}

#rightpanel3{
	width:521px;
	float:left;
	padding:0px 0px 0px 1px;	
}

#rightpanel2 p.small, #rightpanel2 p.wide{
	width: 521px;
}

#rightpanel3 p{
	width: 310px;
}

.subbg1{
	background:url('/images/subbg1.jpg') top right no-repeat;
}
.subbg2{
	background:url('/images/subbg2.jpg') bottom right no-repeat;
}

/* ************************ right panel tables ************************ */

#savetab1{
	background:#0066CC;
	width:300px;
}
#savetab1 td, #savetab1 th{
	background:#fff;
	padding:2px 5px 2px 5px;
	font-weight:normal;
	text-align:left;
}
#savetab1 tfoot td{
	color:#0066CC;
}
#savetab1 td{
	color:#666666;
}
#savetab2{
	background:#fff;
	width:300px;
}
#savetab2 td, #savetab2 th{
	background:#99CC33;
	padding:2px 5px 2px 5px;
	font-weight:normal;
	text-align:left;	
}
#savetab2 td, #savetab2 th{
	color:#fff;
	text-align:left;	
}
.subdatat1{
	padding:0px 0px 15px 0px;
}
.subdatat2{
	padding:0px 0px 0px 0px;
}
.subdata1{
	float:left;
	padding:0px 16px 0px 0px;
	width:300px;
}
.subdata2{
	float:left;
}
.subdatat1 .subdata2{
}
.subdatat2 .subdata2{
}
.but1, .but2{
	padding:0px;
	background: transparent;
	display: block; 
	width: 119px; 
	height: 24px; 
	text-decoration: none; 
}
.but1:hover, .but2:hover{ 
   background-position: -119px 0; 
}
.but1 span, .but2 span{
	display: none;
}
.but1{
   background: url("/images/but1.gif") top left no-repeat; 
}
.but2{
   background: url("/images/but2.gif") top left no-repeat; 
}
.subdatat3{
	border:solid 1px #0066CC;
	padding:4px 8px 4px 8px;
	margin:0px 0px 4px 0px;
}
.subdatat3 h3{
	color:#0066CC;
	font-weight:bold;
}
.subdatat3 table{
	width:500px;
}
.subdatat3 table td{
	padding:3px 0px 3px 0px;
	text-align:left;	
}
.subdatat3 table th{
	padding:3px 0px 3px 0px;
	vertical-align:bottom;
	border-top:solid 1px #99CC33;
	border-bottom:solid 1px #99CC33;
	line-height:18px;
}
.subdatat3 .price{
	color:#0066CC;
}
.downloadform{
   background: url("/images/pdf.gif") top left no-repeat;
   padding:18px 0px 0px 40px;
   margin:15px 0px 15px 0px;
}

/* ************************ footer ************************ */

#footer{
	padding:15px 20px 0px 20px;
	text-align:left;
}
#footer p{
	float:left;
}
#footer ul{
	float:right;
	padding:32px 0px 0px 0px;	
}
#footer ul li{
	display:inline;
	padding:0px 0px 0px 15px;	
}
#footer ul li a{
	color:#0066CC;
	text-decoration:none;
}
#footer ul li a:hover{
	color:#0066CC;
	text-decoration:underline;
}

.readonly {
	border:thin solid #0066CC;
	width:267px;
}