/* top elements */
* { padding: 0; margin: 0; border: 0; }

body {
	background: #e6e6e6;
	font: 70%/1.6em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	color: #666666; 
	margin: 0 auto;
	text-align: center; 
}

/* links */
a, a:visited {	
	color: #1F4285;
	background: inherit;
	text-decoration: none;	
}

a:hover {
	/*color: #3482f8;*/
	color: #1F4285;
	background: inherit;
	text-decoration: underline;	
}

/* headers */
h1, h2, h3 {
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	color: #444;
}

h1 {
	font-size: 150%;	
	font-weight: strong;
	color: #1F4285;
	text-align: left;
}

h2 {
	font-size: 130%;
	color: #1F4285;
	font-weight: strong;
	text-align: left;
}

h3 {
	font-size: 120%;	
	color: #1F4285;
	font-weight: normal;
	text-align: left;	
}

p  {
	font-size: 120%;
	text-align:left;
	color: #3A3A3C;
}

h1, h2, h3, p {
	padding: 8px;		
	margin: 0;
}



/* start - table */
table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;		
}

.content {
	margin-left: auto;
	margin-right: auto;	
	height: auto;
	width: 820px;
	

}

th strong {
	color: #fff;
}

th {
	background: #93BC0C url(../images/nav.jpg) repeat-x;
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #fff;
}

tr {
	margin: 0;
	padding: 0;
	border: 0;
}

td {
	margin: 0;
	padding: 0;
	border: 0;
}

td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

#wrap {
	width: 820px;
	background: url(../images/wrap.gif) repeat-y center top;
	margin: 0 auto;
	height: auto;
}

#wrap a {
	color: #1F4285;
}


/* product table
------------------------------------------------------------------------------------------*/
#product_layout  {
	width: 780px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;	
}

#product_layout td  {
	width: 389px;
	margin: 0;
	padding: 0;
	border: 0;
}
#product_layout td#rangeheader {
	margin: 0;
	padding: 0;
	width: auto;
	height: 30px;
	background: #bdd73c;
}

#product_layout tr  {
	border-top: 1px solid #FFF ;
	width: 780px;
	margin: 0;
	padding: 0;
	
}

#product_layout .colhead {
	float: left;
	width: 389px;
	height: 30px;
	background: #1F4285;
}


#product_layout h2 {
	margin-top: 5px;
	color: #1F4285;  
	text-align:right;
	font-size: 150%;
	font-weight: bold;
	font-style:italic;
}


#product_layout h3,
#product_layout h3 a  {
	color: #FFF;  
	margin: 0;
	text-align:left;
	padding: 5px 8px; 
	font-size: 110%;
}

#product_layout h3 a:hover {
	color: #CCC;  
	text-decoration: none;	
}


/* product specs
------------------------------------------------------------------------------------------*/

#product_spec  {
	background-color: #FFF;
	width: 780px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;		
}

#product_spec td  {
	vertical-align:top;
	width: auto;
	height: auto;
	margin-top:0;
	padding: 0;
	border: 0;
}

#product_spec h2 {
	margin-top: 5px;
	color: #1F4285;  
	text-align:right;
	font-size: 150%;
	font-weight: bold;
	font-style:italic;
}
#product_spec h3 {
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
	text-align: right;
	font-size: 120%;
}



/* header & nav start
---------------------------------------------------------------------------------*/
#header1 {
	height: 79px;
	width: 820px;
	background-image:url(../images/header1.gif);
	margin: 0 auto;
	position: relative;
}

#header1 a, a:visited {
	color: #3399FF;
	background: inherit;
	text-decoration: none;
	font-size: 100%;	
	font-weight: strong;
}

#header1 a:hover {
	color: #3482f8;
	background: inherit;
	text-decoration: underline;	
	font-size: 100%;	
	font-weight: strong;
}

#header2 {
	height: 24px;
	width: 820px;
	background-image:url(../images/header2.gif);
	margin: 0 auto;
	padding: 0;
}

#header2 ul {
	clear: both;
	float: left;
	list-style: none;
	width: 760px;		
	height: auto;
	margin-left:220px;
	padding: 0;	
	display: inline;
	
}

#header2 ul li {
	cursor: pointer;
	display: inline;
	margin: 0; padding: 0;
}

#header2 ul li a {
	display: block;
	/*float: left;*/
	float: left;
	width: auto;
	height:auto;
	margin-top: 1px;
	margin-left: 1px;
	padding: 3px 11px;
	font: bold 13px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
	color: #497dc3;
}

#header2 ul li a:hover, 
#header2 ul li a:active {
	background: url(../images/nav-hover.gif) repeat-x;
	color: #1F4285;	
}

#header2 ul li#current a {	
	background: url(../images/nav-hover.gif) repeat-x;
	color: #1F4285;	
}

/*Sub level menu*/
#header2 ul li ul {
	cursor: pointer;
	display: inline;
	margin: 0; 
	padding: 0;
	visibility: hidden;
	z-index: 100;
}

/*header3*/
#header3 {
	height: 24px;
	width: 820px;
	background-image:url(../images/header2.gif);
	margin: 0 auto;
	padding: 0;
}

#header3 ul {
	clear: both;
	float: left;
	list-style: none;
	width: 760px;		
	height: auto;
	margin-left:220px;
	padding: 0;	
	display: inline;
	
}

#header3 ul li {
	cursor: pointer;
	display: inline;
	margin: 0; padding: 0;
}

#header3 ul li a {
	display: block;
	/*float: left;*/
	width: auto;
	height:auto;
	margin-top: 1px;
	margin-left: 1px;
	padding: 3px 8px;
	font: bold 13px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
	color: #497dc3;
}

#header3 ul li a:hover {
	background: url(../images/nav-hover.gif) repeat-x;
	color: #1F4255;	
}

#header3 ul li a:active {
	background: url(../images/nav-hover.gif) repeat-x;
	color: #1F4255;	
}

#header3 ul li#current a {	
	background: url(../images/nav-hover.gif) repeat-x;
	color: #1F4285;	
}

/*Sub level menu*/
#header3 ul li ul {
	cursor: pointer;
	display: inline;
	margin: 0; 
	padding: 0;
	visibility: hidden;
	z-index: 100;
}

#logo {
	position: absolute;
	top: 20px;
	left: 39px;
}
#description {
	width: 375px;
	text-align: right;
	position: absolute;
	right: 42px;
	top: 25px;
	font: Bold italic 20px Arial, Helvetica, sans-serif;
	color: #FFF;
}
/* header-end */


/* footer 
---------------------------------------------------------------------------------*/
#footer-wrap {
	clear: both;
	width: 780px;
	font-size: 95%;	
	text-align: left;
	padding: 1px;
	margin-left: auto;
	margin-right: auto;				
	border-top: 1px solid #FFF ;

}
#footer-wrap a:hover {
	color: #1F4285;	
}

#footer-wrap h3 {
	color: #FFF;  
	margin: 0;
	padding: 5px 10px; 
	font-size: 130%;
	font-weight: bold;
}

#footer-wrap p  {
	font: 70%/1.6em Verdana, Tahoma, Arial, Geneva, sans-serif;
	font-size: 90%;
	vertical-align:middle;
	padding-top: 5px;
	padding-left: 10px;
	color: #3A3A3C; 
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 820px;
	
}
#footer-columns a {

	font-weight: bold;
	color: #1F4285;
}

#footer-columns .col1 {
	float: left;
	width: 354px;
	height: 200px;
	border-right: 1px solid #FFF ;
	border-bottom: 1px solid #FFF ;
	background: url(colbg.gif) repeat-x;		
}

#footer-columns .col2 {
	border-left: 1px solid #CCC;
	border-right: 1px solid #FFF ;
	border-bottom: 1px solid #FFF ;
	float: left;
	width: 140px;
	height: 200px;
	background: url(../images/colbg.gif) repeat-x;
}

#footer-columns .col3 {
	border-left: 1px solid #CCC;
	border-right: 1px solid #FFF ;
	border-bottom: 1px solid #FFF ;
	float: left;
	width: 140px;
	height: 200px;
	background: url(../images/colbg.gif) repeat-x;
}

#footer-columns .col4 {
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #FFF ;
	float: left;
	width: 140px;
	height: 200px;
	background: url(../images/colbg.gif) repeat-x;
}

#footer-columns .colhead1 {
	float: left;
	width: 354px;
	height: 30px;
	background: #1F4285;
	margin-bottom: 8px;
}

#footer-columns .colhead2 {
	float: left;
	width: 140px;
	height: 30px;
	background: #1F4285;
}

#footer-columns .col_image01 {
	float: left;
	width: 140px;
	height: 90px;
	background: url(../images/col_image01.jpg);
	border-top: 1px solid #FFF ;
	margin-bottom: 8px;
}

#footer-columns .col_image02 {
	float: left;
	width: 140px;
	height: 90px;
	background: url(../images/col_image02.jpg);
	border-top: 1px solid #FFF ;
	margin-bottom: 8px;
}

#footer-columns .col_image03 {
	float: left;
	width: 140px;
	height: 90px;
	background: url(../images/col_image03.jpg);
	border-top: 1px solid #FFF ;
	margin-bottom: 8px;
}

/* bottom */
#footer-bottom {

	border-top: 1px solid #CCC;
	border-bottom: 15px solid #bdbec0;
	background-color: #bdbec0;
	clear: both;
	color: #666;	
	width: 780px;
	padding: 10px 0 10px 0;
	text-align: left;	
}

#footer-bottom  a {
	color: #3A3A3C;
}
#footer-bottom  p {
	color: #3A3A3C;
}

/*----------- Vertical dropdown menu --------------*/

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	/*background: #5970B2;*/
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #49A3FF}

#sddm ul li a:hover {
	background: url(../images/nav-hover.gif) repeat-x;
	color: #FFFFFF;	
}

#sddm ul li a:active {
	background: url(../images/nav-hover.gif) repeat-x;
	color: #1F4285;	
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	/*border: 1px solid #5970B2;*/
	opacity: 0.75; filter: alpha(opacity=75);
}

#sddm div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	/*background: #EAEBD8;*/
	/*color: #2875DE;*/
	color: #1F4285;
	font: 11px arial}

#sddm div a:hover
{	background: #49A3FF;
	color: #FFFFFF}
