/* CSS Document */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#333;
	height:100%;
margin:0;
}

#skip-options {
	display:none;
	left: -1999px;
}



#wrapper{
	
	top:-10px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	position:relative;
	height:100%;
	}
	
/*--------------------------------------------------------- HEADER ---------------------------------------------------------*/

#header {
	position:relative;
	width:800px;
	height:175px;
	background-color: #CCC;
	border-top:solid 1px #CCC;
	}


/*---------------------------------------------------MAIN MENU --------------*/

ol#toc {
    height: 27px;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc a {
    background: #414556 url(images/tab-background-new.gif);
    color: #FFF;
    display: block;
    float: left;
    height: 2.3em;
    padding-left: 15px;
    text-decoration: none;
}

ol#toc a:hover {
    background-color: #414556;
    background-position: 0 -120px;
	cursor:pointer;
}

ol#toc a:hover span {
    background-position: 100% -120px;
	color:#333;
}

ol#toc li.current a {
    background-color: #414556;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#toc li.current span {
    background-position: 100% -60px;
	color: #555;
	font-weight:bold;
	padding-left: 15px;
	padding-right: 15px;
}

ol#toc span {
    background: url(images/tab-background-new.gif) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 15px;
	height: 2.3em;
}

.menu-filler {
	width: inherit;
	background-color: #999999;
	height:30px;
}

/*---------------------------------------- BREADCRUMBS ----------------------------------------------*/

#breadcrumbs {
	position:relative;
	width:790px;
	height:27px;
	padding-top:3px;
	padding-left:10px;
	background-color: #bbb;
	/*background-color:#40668C;*/
	color: #444;
	clear:left;
	}
	
.breadcrumbs p {
	margin-top:0px;
	}

.breadcrumb-link:link {
	font-weight:normal;
	text-decoration:none;
	color: #444;
}

.breadcrumb-link:visited {
	font-weight:normal;
	text-decoration:none;
	color: #333;
}

.breadcrumb-link:hover {
	font-weight:normal;
	text-decoration: underline;
	color: #FFF;
}

ol#breadcrumbs {  
	height: 27px;
	width: 780px;
    list-style: none;
    margin: 0;
    padding: 3px 0px 0px 20px;
	clear:left;
	margin-top:-2px;
}

/*------------------------------ QUICK LINKS -----------------------------*/

#quick-links {
	position:relative;
	float:left;
	width:200px;
	height:auto;
	min-width:120px;
	background-color: #FFF;
	padding:5px 10px 30px 10px;
	margin-top:10px;
	
	}


#quick-links ul {
	margin-top:-3px;
	}

#quick-links li {
	list-style-type: none;
	margin-left:-30px;
	margin-bottom:2px;

	}

#quick-links a:link {
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#888;
	background-color:#FFF;
	padding:3px 10px 4px 10px;
}

/*
#F3F5F4
*/

#quick-links a:visited {
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#888;
	background-color:#FFF;
	padding:3px 10px 4px 10px;
}

#quick-links a:hover {
	font-size:12px;
	font-weight:bold;
	color: #666;
	background-color:#EEE;
	padding:2px 9px 3px 9px;
	border:1px dotted #bbb;
}
/*D9E1DE*/
.quick-links-current {
	font-size:12px;
	font-weight:bold;
	color: #555;
	padding:0px 10px 0px 10px;
}

/*--------------------------- MAIN CONTENT ---------------------------------------------------------*/

#main-content {
	position:relative;
	float:right;
	width:546px;
	height:auto;
	background-color: #EEE;
	margin-bottom:10px;
	padding:10px 10px 30px 10px;
	border:dotted 1px #CCC;
	margin-top:10px;
	
}

#main-content2 {
	position:relative;
	float:right;
	width:546px;
	height:auto;
	background-color: #EEE;
	margin-bottom:10px;
	padding:10px 10px 30px 10px;
	border:dotted 1px #CCC;
	
}

#main-content img {
 	margin:4px;
	text-decoration:none;
	float:right;
}

#main-content2 img {
 	margin:5px;
	text-decoration:none;
	float:right;
}

#main-content2 img {
 	margin:5px;
	text-decoration:none;
	float:right;
}

#main-content iframe {
	float:right;
	padding:10px;
	border:1px solid #999;
	background-color:#fff;
}

#main-content-faq {
	position:relative;
	float:right;
	width:528px;
	height:auto;
	background-color: #EEEEEE;
	margin-bottom:10px;
	padding:5px 10px 30px 10px;
	border:dotted 1px #CCC;
	margin-top:10px;
	
}

#main-content-faq img {
 	margin:5px;
	text-decoration:none;
	float:right;
}

#main-content-faq h3 {
	margin-bottom:-10px;
	margin-left:-10px;
}


/*------------------------------------------------------------------ CONTACT BOX ---------------------------------------------------------*/
#contact-box {
	position:relative;
	float:right;
	width:546px;
	height:auto;
	background-color: #EEE;
	margin-bottom:10px;
	padding:5px 10px 30px 10px;
	border:dotted 1px #CCC;
	
}

div#contact-box li {
	padding-bottom:5px;
	margin-bottom:5px;
}

/*------------------------------------------------------------------ FOOTER ---------------------------------------------------------*/


#footer {
	position:relative;
	width:558px;
	height:27px;
	padding-top:3px;
	border-top:1px dotted #CCC;
	margin-top:10px;
	padding-left:10px;
	clear:right;
	color: #999;
	text-align:right;
	float:right;
}

div#footer a:link {
	text-decoration:none;
	color: #999;
	}

div#footer a:visited {
	text-decoration:none;
	color: #999;
	}

div#footer a:hover {
	text-decoration:underline;
	color: #333;
	}
	
div#footer span {
	color: #333;
	font-weight:bold;
}


/*------------------------------------------------------------------- TOP ---------------------------------------------------------*/


#top-link {
	width:790px;
	height:27px;
	background-color: #E6E6E6;
	float:right;
	border-top:1px solid #ccc;
	padding-left:10px;
	padding-top:3px;
	margin-top:10px;
}






/*----------------------------------------------------------------- W3C LOGOS ---------------------------------------------------------*/


#w3c-logos {
	width:800px;
	height:50px;
	float:right;
	margin-top:10px;
	text-align:right;
}

/*------------------------------------------------------------------ GENERAL ---------------------------------------------------------*/

a img  {
	border-style:none;
}

a:link {
	text-decoration:underline;
	color:#006699;
	font-weight:bold;
	}

a:visited {
	text-decoration:underline;
	color:#666;
	font-weight:bold;
	}

a:hover {
	text-decoration:underline;
	color: #333;
	font-weight:bold;
	}



h1 {
	font-size:18px;
	color: #EEE;
	background-color:#666666;
	padding:10px;
}

h2 {
	font-size:16px;
	font-weight:bold;
	color: #666;
}

.h2-blue {
	font-size:16px;
	font-weight:bold;
	color: #006699;
}

h3 {
	font-size:12px;
	font-weight:bold;
	color: #666;
}

.field-width {
	width: 242px;
	background-color: #FFFFCC;
	}

#captcha-area {
	margin-left:68px;
}

.submit-margin {
	margin-top:10px;
	margin-left:70px;
}

.faq-right-link {
	text-align:right;
}

.hr-section-break {
	margin-top:20px;
	margin-bottom:20px;
	border:1px solid #CCC;
}

ul#choose-us {
	font-size:14px;
	line-height:25px;
}

#gsv {
padding:0px 18px 0px 18px;

}

#bottom-certificates {
margin-bottom:10px;
float:right;
border-bottom:5px solid #eee;
}

.certificate-border {
padding-left:10px;
}

.warning-text {
color:#990000;
font-weight:bold;
}

.warning-text-lite {
color:#990000;
}

.nvc-hotline {
	font-size:18px;
	font-weight:bold;
	color: #990000;
	text-align:center;
}

/*
#valid {
	float:right;
	margin-top:20px;
	margin-left:10px;
}

*/