/* CSS Document */
html {
	margin: 0;
	padding: 0;
	overflow: scroll;
/*	background-color: #333344; */
	background-color: #000023;
	background-image: url(../img/bgfade.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
body,td,th {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
body {
	margin: 0px auto;
	padding: 0;
	width: 980px;
/*	height: 800px; */
	background-color: #10121B;
	border: 0;  /* remove bord in old IE */
/*	font-size:90%; */
}
a {
	font-size: 1em;
	color: #DFDFFF;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #CC0033;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
	margin: 20px 0;
	padding: 0 0 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;	
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 10px;
}
input {
	border: 2px solid #777788;
}
#header {
	clear:both;
	float:left;
	width:100%;
	height: 150px;
	background-color: #000000;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
}
#click {
/*	margin-left: -550px;*/
	float: left;
	width: 400px;
	height: 140px;
}
#navOLD {
	clear: both;
/*	float: left; */
 	width: 980px;
	margin: 0 0 10px -20px;
	*margin: 0 0 10px -20px;
	_margin: 0 0 10px 0px;
	font-size: 1em;
	list-style-type: none;
	height: 35px;
	position: relative;
	background-image: url(../img/buttonbg2.jpg);
	/*background-position: 40px; */
}
#nav {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 980px;
	float: left;
	font-size: 1em;
	height: 35px;
	margin-bottom: 10px;
	background-image: url(../img/buttonbg2.jpg);
	background-repeat: repeat-x;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 1.2em;
}
#nav a {
	float: left;
	width: 135px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 2.5;
	border-right: 1px solid #000000;
	background-image: url(../img/buttonbg2.jpg);
	background-repeat: repeat-x;
/*	background-position: -20px 0; */
}
#nav #nav_con a {
	border: none;
/*	width: 139px; */
}
#nav a:hover {
	background-image: url(../img/buttonhbg.jpg);
	background-repeat: repeat-x;
/*	background-position: -20px -3px; */
}
#body_hom #nav_hom a,
	#body_quo #nav_quo a, #body_how #nav_how a,
	#body_cap #nav_cap a, #body_faq #nav_faq a, #body_tst #nav_tst a,
	#body_con #nav_con a, #body_pcb #nav_pcb a, #body_flx #nav_flx a, #body_glo #nav_glo a, #body_adv #nav_adv a, #body_abo #nav_abo a  {
	background-image: url(../img/buttonhbg.jpg);
	background-repeat: repeat-x;
/*	background-position: -20px -3px; */
}
#login {
	float: right;
	width: 400px;
	margin: 0 20px;
}
/*...........................................*/
#layoutdims {
	clear: both;
	background: #eee;
	border-top: 4px solid #000;
	margin: 0;
	padding: 6px 15px !important;
	text-align: right;
}
#middle {
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 10px -20px;
	font-size: 1em;
	list-style-type: none;
	height: 35px;
}

/* column container */
.colmask {
	position: relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	overflow: hidden;		/* This chops off any overhanging divs */
	width: 980px !important; width: 982px;
}
.ccc {
/*	    background:#ff9; */   	/* Right column background colour */
}
.ccc .colmid {
	float:left;
	width:200%;
	margin-left:-200px; 	/* Width of right column */
	position:relative;
	right:100%;
	/*        background:#fff;    */	/* Centre column background colour */
}
.ccc .colleft {
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:400px;         	/* Left column width + right column width */
	/*        background:#FFD8B7;  */   	/* Left column background colour */
}
.ccc .colcenterwrap {
	float:left;
	width:50%;
	position:relative;
	right:200px;        	/* Width of left column */
	padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}
.ccc .colcenter {
	margin:0 215px 0 200px;     	/* Centre column side padding:
					Left padding = left column width + centre column left padding width
					Right padding = right column width + centre column right padding width */
	position:relative;
	left:200%;
	overflow:hidden;
}
.ccc .colcenter2c {
	margin:0 45px 0 200px;     	/* Centre column side padding:
					Left padding = left column width + centre column left padding width
					Right padding = right column width + centre column right padding width */
	position:relative;
	left:200%;
	overflow:hidden;
	font-size: 1.2em
}
#colcent td {
	font-size: 1em;
	border-bottom: solid thin #CCCCCC;
	border-left: solid thin #CCCCCC;
}
.dot {
	border: thin solid #CCCCCC;	
}
.ccc .colcenter1c {
	margin:0 45px 0 30px;     	/* Centre column side padding:
					Left padding = left column width + centre column left padding width
					Right padding = right column width + centre column right padding width */
	position:relative;
	left:200%;
	overflow:hidden;
}
.ccc .coleft {
	float: left;
	float: right;
	width: 170px;        	/* Width of left column content (left column width minus left and right padding) */
	position: relative;
	right: 15px;         	/* Width of the left-had side padding on the left column */
}
.ccc .colright {
	float: left;
	float: right;
	width: 170px;        	/* Width of right column content (right column width minus left and right padding) */
	margin-right: 45px;  	/* Width of right column right-hand padding + left column left and right padding */
	position: relative;
	left: 50%;
/*	background-image: url(../img/divbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;*/
}
.colright img {
	margin: 96px 20px 0 -10px;
	border: 2px solid #003333;
}
/*...........................................*/
#maincenter {
	margin: 0 auto;
	width: 560px;
	height: 384px;
/*	background-color: #000000; */
/*	background-image: url(../img/centerbg.jpg);
	background-position: center;
	background-repeat: no-repeat; */
}
/*
#temp2ccenter {
	margin: 0 auto;
	width: 730px;
	background-image: url(../img/translucentW.png);
	background-repeat: repeat;
} */
#mainleft {
	float: left;
	position: absolute;
	margin: 20px 40px 30px 20px;
	padding: 8px;
	width: 40%;
	height: 307px;
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: bolder;
	background-color: #000000;
	border: thin solid #003333;
	background-image: url(../img/copperbg.png);
	background-repeat: repeat-x;
}
#mainleft p {
	line-height: 1.5;
}
#mainright {
	float: right;
	position: absolute;
	left: 260px;
	margin: 20px 20px 30px 40px;
	padding: 8px;
	width: 40%;
	height: 307px;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bolder;
	background-color: #000000;
	border: thin solid #003333;
	background-image: url(../img/copperbg.png);
	background-repeat: repeat-x;
}
#mainright p {
	font-size: 1.1em;
	line-height: 1.1;
}
#caps td, #caps2 td, #caps3 td, #caps4 td {
	color: #000000;
}
#caps a {
	color: #10394C;
}
#qn {
	margin: 20px 0;
	padding: 7px;
	background-color: #000000;
	border: thin solid #003333;
/*	background-image: url(../img/bgbl.jpg);
	background-repeat: repeat-x;
	background-position: bottom; */
	font-size: 1.1em;
}
#qn img {
	margin: 0 0 10px;
}
#qn ul {
	margin: 6px 0 15px -15px;
}
#qn li {
	*margin: 6px 0 5px 30px;
}
.rt {
	color: #47565D;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
}
#testo {
	color: #FFFFFF;
	margin: 10px 20px 20px;
	padding: 10px 0;
	text-align: left;
	font-size: 1.2em;
	clear: both;
}
#footer {
	padding: 10px 0;
	text-align: center;
/*	clear: both; */
/*	background-image: url(../img/divbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom; */
}
.black {
	color: #000;
}