/* Eric Meyer's CSS Reset */
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, b, u, i, center, 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-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body{line-height:1;}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{
	content:'';
	content:none;
}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{
	border-collapse:collapse;
	border-spacing:0;
}
/* css styles */
html{font-size:100.01%;}
body{
	margin:0;
	color:#000;
	font:62.5% Arial, Verdana, sans-serif;
	background:#dddede url(../images/bg-body.gif) repeat-x;
}
img{border-style:none;} 
a{text-decoration:none;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* page */
#page{
	width:980px;
	margin:0 auto;
	padding:19px 0 10px;
}
#page:after{
	display:block;
	content:"";
	clear:both;
}
#page .page-t,
#page .page-b{font-size:0;}
#page .page-t{
	background: url(../images/bg-content-top.png) no-repeat;
	height:10px;
}
#page .page-b{
	background: url(../images/bg-content-bottom.png) no-repeat;
	height:12px;
}
#page .page-m{
	background: url(../images/bg-content-middle.png) repeat-y;
	height:1%;
}
#page .page-m:after{
	content:"";
	display:block;
	clear:both;
}
#page .page-area{
	float:left;
	padding:73px 0 0 25px;
	display:inline;
	width:955px;
	position:relative;
}
#container{margin:0 0 13px;}
/* logo */
#page .logo{
	position:absolute;
	top:12px;
	left:31px;
	width:229px;
	height:48px;
	text-indent:-9999px;
	overflow:hidden;
	z-index:2;
	background:url(../images/logo.gif) no-repeat;
}
#page .logo a{
	display:block;
	height:100%;
}
/* header */
#header{
	width:100%;
	height:81px;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
#header:after{
	display:block;
	content:"";
	clear:both;
}
#header .holder{
	width:980px;
	margin:0 0 12px;
	position:relative;
	z-index:1;
}
#header .holder:after{
	display:block;
	content:"";
	clear:both;
}
#header .holder .box{
	float:right;
	margin:16px 36px 0 0;
	display:table;
}
* html #header .holder .box{display:inline;}
.location .title{
	display: block;
	font-size: 11px;
	color: #343e4b;
	margin: 0 0 2px;
}
.location .location-box{
	background: url(../images/bg-location.gif) no-repeat;
	padding: 5px 6px 0 5px;
	height: 22px;
	position: relative;
	z-index: 1;
}
.location .location-box .drop {display: none;}
.location .active .drop {display: block;}
.location .location-box:after {
	display: block;
	content: "";
	clear: both;
}
.location .location-box ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
	cursor:pointer;
}
.location .location-box ul li{
	vertical-align: top;
	width: 100%;
	overflow: hidden;
	display: none;
}
.location .location-box ul li.active{display:block;}
/* flag */
.location .location-box .flag{
	width: 22px;
	float: left;
	margin: 0 11px 0 0;
}
.location .location-box .flag img{display:block;}
/* country */
.location .location-box .country{
	float: left;
	color: #fff;
	font-weight: normal;
	margin: 2px 0 0;
	font-size: 11px;
}
/* link more */
.location .location-box .more{
	background: url(../images/btn-arrow.gif) no-repeat;
	width: 19px;
	height: 19px;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
}
/* location dropdown */
.location .location-box .drop{
	width: 167px;
	overflow: hidden;
	position: absolute;
	top:20px;
	left:-1px;
}
.location .location-box .drop .middle{
	height: 1%;
	overflow:hidden;
	background: url(../images/bg-drop-location.png) repeat-y;
	padding: 13px 0 0 10px;
}
.location .location-box .drop .bottom{
	background: url(../images/bg-drop-location-bottom.png) no-repeat;
	height: 9px;
	overflow: hidden;
}
.location .location-box .drop .drop-box .office{
	display: block;
	font-size: 1.2em;
	color: #fff;
	text-decoration: underline;
	margin: 0 0 6px;
}
.location .location-box .drop .drop-box ul{
	margin: 0 0 8px;
	padding: 0;
	list-style: none;
	height: 1%;
	overflow: hidden;
	cursor:auto;
}
.location .location-box .drop .drop-box ul li{
	vertical-align: top;
	font-size: 1.1em;
	line-height: 1.182em;
}
.location .location-box .drop ul li{display:block;}
.location .location-box .drop .flag-s{
	float: left;
	width: 17px;
	margin: 0 10px 0 0;
}
.location .location-box .drop .flag-s img{display:block;}
.location .location-box .drop ul li a{
	float: left;
	color:#fff;
}
.location .location-box .drop .drop-box{
	width: 100%;
	overflow: hidden;
}
/* content */
.content-holder {width:100%;}
#content {
	overflow:hidden;
	width:100%;
	padding:0 0 18px;
}
/* product description */
.product {
	margin:0 0 15px;
	position:relative;
	width:100%;
}
.product .banner {
	overflow:hidden;
	width:100%;
}
.product .banner img{display:block;}
.product .description {
	left:0;
	overflow:hidden;
	padding:64px 0 0 335px;
	position:absolute;
	top:0;
	width:540px;
}
.product h1{
	color:#91b70a;
	font-size:26px;
	margin:0 0 5px;
}
.product p {
	color:#fff;
	font-size:24px;
	line-height:24px;
	margin:0 0 9px;
}
/* renew */
.renew-box-holder{
	width:897px;
	overflow:hidden;
	background: url(../images/divider-renew-boxs-btm.gif) repeat-x 0 100%;
	margin:0 0 25px 12px;
}
.renew-boxs{
	width:926px;
	margin:0 0 0 2px;
	background: url(../images/divider-renew-boxs.gif) no-repeat 432px 20px;
	overflow:hidden;
	padding:10px 0 25px;
}
.renew-boxs .col{
	float:left;
	width:400px;
	margin:0 63px 0 0;
}
.renew-boxs .col .desc{
	width:291px;
	float:right;
	font-size:1.3em;
	margin:4px 14px 0 0;
	display:inline;
}
.renew-boxs .col ul{
	color:#000000;
	margin:0 0 8px;
	padding:0;
	list-style:none;
}
.renew-boxs .col li{
	background: url(../images/bullet-list-renew.gif) no-repeat 1px 3px;
	padding:0 0 0 19px;
}
.renew-boxs .green,
.renew-boxs .blue{
	color:#fff;
	margin:0 0 7px;
}
.renew-boxs .blue{
	background: url(../images/bg-renew-box-blue.gif) no-repeat;
	line-height:14px;
}
.renew-boxs .bg-btm{min-height:85px;}
* html .renew-boxs .bg-btm{height:85px}
.renew-boxs .bg-btm p strong{font-size:1.231em;}
.renew-boxs .blue .bg-btm{
	background: url(../images/bg-renew-box-blue-btm.gif) no-repeat 0 100%;
	padding:10px 3px 5px 8px;
}
.renew-boxs .green{background: url(../images/bg-renew-box-green.gif) no-repeat;}
.renew-boxs .green .bg-btm{
	background: url(../images/bg-renew-box-green-btm.gif) no-repeat 0 100%;
	padding:4px 3px 5px 12px;
}
.renew-boxs a{
	color:#316da7;
	text-decoration:underline;
}
.renew-boxs a:hover{text-decoration:none;}
.renew-boxs h2{
	color:#333;
	font-size:2em;
	margin:0 0 7px 13px;
	font-weight:normal;
	padding:0 0 6px;
	background: url(../images/divider-renew-boxs-btm.gif) repeat-x 0 100%;
}
.renew-boxs .button{
	overflow:hidden;
	height:1%;
}
.renew-boxs .button a{
	background: url(../images/bg-renew-btn.gif) no-repeat;
	display:block;
	color:#fff;
	text-decoration:none;
	width:189px;
	text-align:center;
	font-size:13px;
}
.renew-boxs .button span{
	background: url(../images/bg-renew-btn-end.gif) no-repeat 100% 0;
	line-height:30px;
	cursor:pointer;
	height:100%;
	display:block;
}
.renew-boxs .button a:hover{text-decoration:underline;}
/* more boxs */
.more-boxs{
	overflow:hidden;
	width:903px;
	background: url(../images/bg-more-boxs-mid.gif) repeat-y;
	font-size:1.2em;
	margin:0 0 0 11px;
}
.more-boxs h3{
	margin:0;
	font-weight:bold;
}
.more-boxs a{color:#316da7;}
.more-boxs .more-boxs-t{
	background: url(../images/bg-more-boxs-top.gif) no-repeat;
	height:1%;
	overflow:hidden;
}
.more-boxs .more-boxs-b{
	background: url(../images/bg-more-boxs-btm.gif) no-repeat 0 100%;
	width:100%;
	float:left;
	padding:1px 0;
	min-height:134px;
}
* html .more-boxs .more-boxs-b{height:134px;}
.tech-support-info,
.extended-validation-info{float:left;}
/* tech support */
.tech-support-info{
	margin:0 13px 0 0;
	background: url(../images/bg-tech-support-info.jpg) no-repeat 323px 100%;
	padding:9px 141px 7px 10px;
	width:294px;
}
.tech-support-info h3{
	font-size:1.417em;
	color:#343e4b;
	margin:0 0 3px;
}
.tech-support-info p{margin:0 0 6px;}
.tech-support-info ul{
	margin:0;
	padding:0;
	list-style:none;
}
.tech-support-info li{
	background: url(../images/bullet-tech-support-list.gif) no-repeat 3px 4px;
	padding:0 0 0 15px;
	height:1%;
}
.tech-support-info ul dl{margin:0;}
.tech-support-info dt,
.tech-support-info dd{display:inline;}
.tech-support-info dd{margin:0;}
/* extended validation */
.extended-validation-info{
	width:433px;
	margin:4px 0 0 12px;
}
.extended-validation-info h3{
	color:#333;
	font-size:1.5em;
}
.extended-validation-info .activate{
	overflow:hidden;
	height:1%;
	margin:-3px 20px 1px 0;
}
.extended-validation-info .activate strong.green{
	font-size:1.25em;
	font-weight:bold;
	float:left;
	color:#0a7f1a;
	margin:6px 0 0;
}
.extended-validation-info .activate span{
	float:right;
	font-size:0.917em;
	color:#31322c;
}
.extended-validation-info .image{
	margin:0 0 6px;
	display:block;
}
.extended-validation-info .activate span strong{font-size:2em;}
.extended-validation-info .activate span strong em{
	font-size:0.637em;
	font-weight: normal;
}
.extended-validation-info .other-info{margin:0 21px 0 0;}
.extended-validation-info .other-info a.button{
	float:right;
	background: url(../images/bg-extended-validation-btn.gif) no-repeat;
	font-weight:bold;
	color:#fff;
	margin:5px 0 0;
}
.extended-validation-info .other-info a.button span{
	float:left;
	padding:0 6px 0 9px;
	line-height:21px;
	height:21px;
	cursor:pointer;
	background: url(../images/bg-extended-validation-btn-end.gif) no-repeat 100% 0;
}
/* footer */
#footer {
	width: 100%;
	overflow: hidden;
}
#footer .footer-box{
	width:100%;
	margin: 0 0 8px;
}
#footer .footer-box:after {
	display: block;
	content: "";
	clear: both;
}
#footer .footer-t{
	background: url(../images/bg-content-top.png) no-repeat;
	height: 10px;
	overflow: hidden;
}
#footer .footer-m{
	height:1%;
	background: url(../images/bg-content-middle.png) repeat-y;
	padding: 0 2px 0 1px;
}
#footer .footer-m:after {
	display: block;
	content: "";
	clear: both;
}
#footer .footer-b{
	background: url(../images/bg-content-bottom.png) no-repeat;
	height: 12px;
	overflow: hidden;
}
#footer .footer-area{
	height:1%;
	overflow: hidden;
	margin: -3px 0 0;
	padding: 0 21px;
	border-bottom:1px solid #c7c7c7;
}
/* gallery */
#footer .footer-area .gallery{
	width: 598px;
	float: left;
	background: url(../images/footer-sep.gif) no-repeat 100% 0;
	margin: 8px 16px 0 0;
	padding: 0 0 13px;
}
#footer .footer-area .gallery p{
	font-size: 1.1em;
	margin: 0 0 5px;
	color: #636363;
}
#footer .footer-area .gallery p a{color:#428fd9;}
#footer .footer-area .gallery .gallery-box{
	width: 100%;
	overflow: hidden;
}
#footer .footer-area .gallery .gallery-box .prev{
	float: left;
	background: url(../images/btn-prev.gif) no-repeat;
	width: 26px;
	height: 27px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 3px 10px 0 0;
}
#footer .footer-area .gallery .gallery-box .next{
	float: left;
	background: url(../images/btn-next.gif) no-repeat;
	width: 26px;
	height: 27px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 3px 0 0 10px;
	display: inline;
}
#footer .footer-area .gallery .gallery-box .holder{
	width: 498px;
	float: left;
	overflow: hidden;
	position: relative;
}
#footer .footer-area .gallery .gallery-box ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 99999px;
	overflow: hidden;
}
#footer .footer-area .gallery .gallery-box li{
	float: left;
	padding: 0 4px 0 5px;
}
#footer .footer-area .gallery .gallery-box li img{display:block;}
/* banner */
#footer .footer-area .banner{
	width: 100px;
	float: left;
	margin: 13px 0 0;
}
#footer .footer-area .banner img{display:block;}
/* certification area */
#footer .footer-area .certification{
	width: 176px;
	float:right;
	background: url(../images/footer-sep.gif) no-repeat 0 7px;
	padding: 0 0 3px 30px;
}
#footer .footer-area .certification .img-box{
	width: 70px;
	float: left;
}
#footer .footer-area .certification .img-box img{display:block;}
/* footer text */
#footer .foot-text{
	background: url(../images/bg-foot-text.gif) repeat-y;
	position: relative;
	border-top:1px solid #fff;
	width: 100%;
	float: left;
}
#footer .foot-text .holder{
	overflow: hidden;
	background: url(../images/bg-footer-area.gif) no-repeat 3px 100%;
	padding: 2px 18px 7px 25px;
	margin: 0 0 -7px;
	position: relative;
	height: 1%;
}
#footer .foot-text .holder p{
	margin: 0;
	font-size: 1.1em;
	line-height: 1.182em;
	color: #9fa2a6;
}
#footer .foot-text .holder p a{
	color: #9fa2a6;
	display: inline-block;
}
#footer .foot-text .holder p a:hover{
	color:#4c83b9;
	text-decoration: none;
}
/* footer navigation */
#footer .foot-nav{
	width: 100%;
	overflow: hidden;
}
/* copyright */
#footer .foot-nav .copy{
	float:right;
	margin: 0 8px 0 0;
	display: inline;
}
#footer .foot-nav p{
	margin: 0;
	font-size: 1.1em;
	color: #7b7b7b;
}
#footer .foot-nav ul{
	float: left;
	margin: 0 0 0 25px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	display: inline;
}
#footer .foot-nav ul li{
	float: left;
	font-size: 1.1em;
	background: url(../images/foot-sep.gif) no-repeat 0 3px;
	margin: 0 0 0 -4px;
	padding: 0 8px 0 4px;
}
#footer .foot-nav ul li a{color: #9fa2a6;}
#footer .foot-nav ul li a:hover{
	color: #4c83b9;
	text-decoration: none;
}
#preload{
	position: absolute;
	top:-9999px;
	left:-9999px;
	overflow: hidden;
	height: 1px;
	width: 1px;
}
