/*----- Start "Main definitions" -----*/
* { padding: 0; margin: 0; outline: 0; }

body {
    font-size: 14px;
    line-height: 130%;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #000;
    background: #f5f5f5;
    text-align: left;
}

/*----- Start "Clear" -----*/
.cl { font-size: 0; line-height: 0; height: 0; clear: both; }
/*------ End "Clear" ------*/

/*----- Start "Link styles" -----*/
a img { border: 0; }
a { color: #018ec2; text-decoration: none; cursor:pointer; }
a:hover { text-decoration: underline; }
/*------ End "Link styles" ------*/

/*----- Start "Box positions" -----*/
.shell { 
	margin: 0 auto;
	width:869px;
	margin-top:32px;
 }
.left { float: left; display: inline; }
.right { float: right; display: inline; }
/*------ End "Box positions" ------*/

/*----- Start "Text positions" -----*/
.a-center { text-align: center; }
.a-left { text-align: left; }
.a-right { text-align: right; }
/*------ End "Text positions" ------*/

/*------ End "Main definitions" ------*/

ul{
	list-style-type:none;
}
#header{
	border:1px solid #d1d1d1;
	border-bottom:0;
	background:#fff;
}
h1#logo{
	font-size:0;
	line-height:0;
	width:254px;
	float:left;
}
h1#logo a{
	height:129px;
	background:url(images/logo.gif);
	display:block;
	text-indent:-4000px;
}
#navigation{
	background:url(images/navgrad.gif) repeat-x 0 0;
	padding:0 0 0 10px;
	float:right;
	height:63px;
	margin-top:19px;
}
#navigation ul { list-style-type: none; list-style-position: outside; }
#navigation li.last{
	background:url(images/deco1.gif) no-repeat right -2px;
	position:relative;
	z-index:2;
	padding:0 10px 5px 0px;
	margin-right:-23px;
	height:63px;
}
#navigation li{ float:left; }
#navigation li a{
	color:#fff;
	text-transform:uppercase;
	text-decoration: none;
	padding:0 5px;
	float:left;
	font-size:13px;
	line-height:47px;
	height:47px;
	border-left:solid 1px transparent;
	border-right:solid 1px transparent;
}
#navigation li a:hover,
#navigation li a.active{
	background:url(images/hover.gif) repeat-x 0 0;
	border-left:solid 1px #34b5e4;
	border-right:solid 1px #34b5e4;
}
#header h2{
	background:url(images/h2-grad.gif) repeat-x 0 0;
	height:48px;
	display:block;
	float:right;
	margin-right:-9px;
	margin-top:-16px;
	position:relative;
	z-index:2;
	font-size:14px;
	height:43px;
	line-height:34px;
}
#header h2 span{
	background:url(images/deco2.gif) no-repeat right bottom;
	color:#fff;
	display:block;
	font-size:13px;
	text-align:left;
	padding:0 45px 0 22px;
	height:47px;
	position:relative;
	margin-right:0;
	z-index:2;
	
}
#content{
	border:1px solid #d1d1d1;
	border-top:0;
	padding-bottom:38px;
	background:#fff;
}
#content h1{
	background:url(images/content-h1.gif) repeat-x 0 0;
	color:#fff;
	padding:15px 0 18px 34px;
	margin-bottom:22px;
	font-size:25px;
}

#content h3{
	color: #0485b5;
	font-size:19px;
	font-style: normal;
	padding-bottom: 3px;
	padding-top: 2px;
	line-height: 24px;
}


.leftside{
	width:455px;
	float:left;
	display:inline;
	padding:8px 0 0 33px;
}
.leftside p{
	padding-bottom:23px;;
	line-height:23px;
}
.rightside{
	width:321px;
	float:right;
	display:inline;
	padding:0 25px 0 0;
}
.rightside .box{
	background:url(images/box.gif) repeat-y 0 0;
}
.rightside .box h2{
	background:url(images/content-h2.gif) no-repeat 0 0;
	color:#009fd8;
	font-size:22px;
	padding:12px 0 11px 0;
	text-align: center;
	border-bottom:1px solid #dddddd;
}
.rightside .box img{
	border:1px solid #e5e5e5;
	margin-left:19px;
	margin-top:13px;
	margin-bottom:15px;
}
.rightside .box p{
	background:url(images/bgr-p.gif) no-repeat 0 bottom;
	padding:0 0 24px 19px;
}
.rightside .box p a{
	font-size:0;
	line-height:0;
	text-indent:-4000px;
	background:url(images/link.gif) no-repeat 0 0;
	width:282px;
	height:34px;
	display:block;
}
#footer{
	padding:20px 0;
}
#footer h1#logo2{
	font-size:0;
	line-height:0;
	width:107px;
	float:left;
	margin-right:9px;
}
#footer h1#logo2 a{
	display:block;
	text-indent:-4000px;
	height:24px;
	background:url(images/logo2.gif);
}
#footer p{
	color:#797979;
	padding:6px 0 0 0;
	font-size:12px;
}
.mainbox{
	padding:0 41px 0 33px;
}
.mainbox p{
	font-size:16px;
}
.product{
	border-top:1px solid #e4e4e4;
	padding-top:20px;
	padding-bottom:15px;
}
.first{
	border:0;
}
.product .left{
	width:253px;
	padding-top:6px;
}
.product .right{
	width:522px;
	padding-top:3px;
}
.product p{
	padding-bottom:8px;
	font-size:15px;
	line-height:23px;
}
a.link{
	font-size:0;
	line-height:0;
	text-indent:-4000px;
	display:block;
	background:url(images/link2.gif) no-repeat 0 0;
	width:131px;
	height:30px;
}

.copy-only {
	padding-right: 34px;
	padding-left: 35px;
	float:left;
	display:inline;

}

.copy-only p{
	padding-bottom:23px;
	line-height:23px;
}

.leftcontact {
	width:500px;
	float:left;
	display:inline;
	padding:4px 0 0 33px;
}

.leftcontact p{
	padding-bottom:5px;;
	line-height:23px;
}