html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, 
dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, 
sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    background: transparent;
}

:focus {
    outline: 0;
}

body{
 	color:#666;
 	font-family: Arial;
	background: #fff; 

}

strong{
 	font-weight:bold;
}
a, a:visited{
 color:#666;
}

#wrapper{
 	background: #fff;
 	margin: 0px auto 10px auto;
	width: 950px;
	
	border: 1px solid #ccc;
}

#header{ 	
 	position:relative;
 	background: url("/images/header-right.jpg") top right no-repeat;
}

#logo{
 	float:left;
	width:273px;
}

#logo img{
 display:block;
}

#nav{
float:right;
top:84px;
height:36px;
z-index:30;
right:0;
position:absolute;
width:637px;
}

#nav ul{
 list-style:none;
margin:8px 0px 5px 30px;
}

#nav li{
font-size:18px;
float:left;
margin:0px 40px 0px 0px;
}

#nav li a{
color:#fff;
display:block;
text-decoration:none;
}


#nav a:hover, #nav a.active, #nav div a.active, #subnav a:hover, #subnav li.active a{
color:#5bb6e1;
}

#nav a{
 cursor:pointer;
}

/****
	Flyout code
****/
#nav div{
 border-top:1px solid #ccc;
 border-left:1px solid #ccc;
 border-right:1px solid #ccc;
 background:#666;
 font-size:12px;
 top:36px;
 position:absolute;
 
}

#nav div a{
 min-width:200px;
 display:block;
 white-space: nowrap;
 cursor:pointer;
 padding:5px 20px 5px 10px;
 position:relative;
 border-bottom:1px solid #ccc;
}


/****
	/Flyout Code
****/

#subnav{
float:left;
width:930px;
display:block;
z-index:500;
padding:0px 10px 0px 10px;
height:25px;
background:#5b5a5a;
}

#blank{
 display:block;
 line-height:0px;

 height:0px;
}

#subnav ul{

}

#subnav li{
margin:0px 3px 0px 3px;
display:inline;
}

#subnav a{
font-size:12px;
color:#fff;
text-decoration:none;
}

#content{
 width:950px;

background:url(/images/bg-content.jpg) top right repeat-y;
}

#left{
display:inline;
float:left;
font-size:14px;
width:658px;
max-width:658px;
margin:25px;
}

#left h1{
 margin-bottom:12px;
 font-size:20px;
 color:#5bb6e1;
}

#left h2{
 margin-bottom:12px;
 font-size:16px;
 color:#5bb6e1;
}

#left p{
 margin-bottom:15px;
 color:#666;
 font-size:14px;
}

#left ul,#left ol{
 	margin:0px 15px 10px 15px;
	font-size:14px;
}

#left ul.no-bullet{
	list-style:none; 
}



#left li{
 
 margin:5px 0px 5px 0px
}

#left ol.faq li{
 	margin:10px 0px 10px 0px;
}

#right{
  display:inline;
float:right;
z-index:-10;
padding:25px 0px 0px 0px;
 width:241px;
}

#right h2{
 background:url(/images/header-sidebar.jpg) no-repeat top left;
 height:36px;
 padding: 10px 3px 0px 33px;
 color:#fff;
 font-size:14px;
}

#right p,#right form{
 font-size:12px;
 margin:0px 12px 12px 12px;
}



#right .text{
 	border:1px solid #999;
}

#right .submit{
 border: 1px solid #999;
 background:#5bb6e1;
 color:#fff;

}

#right .product{
 border:1px solid #ccc;
 float:left;
 margin:0px 8px 10px 0px;
}

#footer{
 width:943px;
 overflow:hidden;
 background:#5e5e5e;
 line-height:16px;
 font-size: 12px;
 color: #999;
 padding:7px 7px 7px 0px;
 border-top: 1px solid #999;
}

#footer p{
 text-align:center;
 float:left;
 margin-left:50px;
}

#footer a{
 	color:#999;
}

#footer .logo{
 float:left;
 width:124px;
 margin:0px 0px 0px 15px;
}

.clear{
 clear:both;
line-height:0;

}

.right{
 float:right;
 margin-left:10px;
}

.slideshow{
 margin:10px auto 0px auto;
 width:460px;
}

.small{
 font-size:12px;
}


