body {
	margin: 20px;
	margin-top: 50px;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 85%;
	color: #cacaca;
	background-color: #212121;
	background-image: url(../images/blank_fade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}


/* Container */

#container {   
	width: 600px;
	margin: 0 auto !important;
	padding: 0;
}   

li {
	line-height: 24px;
	list-style-type: square;
	color: #fff;
}


.even {
	background-color: #333333;
	color: #FFFFFF;
	height:20px;
	font-size: 12px;
	background-image: url(../images/dark_tick.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 50px;
}
.odd {
	height:20px; 
	font-size: 12px;
	background-image: url(../images/light_tick.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 50px;
		
}
.even2 {
	background-color: #333333;
	color: #FFFFFF;
	height:20px;
	font-size: 12px;
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	vertical-align: text-top;	
}
.odd2 {
	height:20px;
	font-size: 12px;
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	vertical-align: text-top;		
}

/* Header */

#header {
	height: 266px;
	background:url(../images/head_silver.jpg) no-repeat;
	color: #333333;	
}

#header a:link { color: #fff;}
#header a:hover { color: #fff; text-decoration: underline ;}

#contacts {
	float: right;
	font-size: 90%;
	line-height: 18px;
	text-align: right;
	padding-right: 6px;
	position: relative;
	top: -32px;	
}

#logo {
	left: 55px;
	top: 53px;
	position: relative;
	float: left;
	cursor:pointer;
}
#nav_box {
	left: 153px;
	top: 50px;
	position: relative;
	background: url(../images/bg_nav_silver.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 565px;
		float: left;
}
.nav_cube {
	width: 96px;
	height: 106px ;
	float:left;
	padding: 22px;
	}
	
	.text_box {
	width: 240px;
	height: 500px ;
	padding: 22px;
	}
	
/* Text */
.nav_header {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 150%;
	padding-bottom: 5px;
	text-decoration: none;
	color: #fff;
}
.nav_header a:link { color: #fff;}
.nav_header a:visited {	color: #fff; text-decoration: none; }
.nav_header a:hover { color: #fff; text-decoration: underline ;}
.nav_header a:active {	color: #dcaa6d; }

.gold_txt {
		color: #dcaa6d;	
}
.white{
		color: #fff;	
}
a:link {color: #dcaa6d;	text-decoration: none;}
a:visited {	text-decoration: none;color: #dcaa6d;}
a:hover {text-decoration: underline; color: #fff;}
a:active {text-decoration: none;}
 
h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 260%;
	color: #FFFFFF;
	letter-spacing: -0.05em;
	font-weight: normal;
	top: -15px;
	position: relative;
	text-transform: capitalize;
}
	
h2 {   
    font-family: Helvetica, "Trebuchet MS", Arial, Verdana;   
    color:#dbaa70; 
	font-size: 160%;
    margin:20px 0px 20px 0px;   
    font-weight: normal;   
}  


h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 180%;
	color: #dcaa6d;
	letter-spacing: -0.05em;
	font-weight: normal;
	top: -40px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: -40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
} 


h4 {
	font-family: Helvetica, "Trebuchet MS", Arial, Verdana;
	color:#dbaa70;
	font-size: 120%;
	margin:10px 0px 2px 0px;
	font-weight: bolder;
} 

h5 {
		font-size: 125%;
			margin-bottom: 15px;
				top: -8px;
	position: relative;
}

#client_login h2 {   
    font-family: Helvetica, "Trebuchet MS", Arial, Verdana;   
    color:#333; 
	font-size: 160%;
    margin:22px 0px 5px 0px;   
    font-weight: normal;   
}  

/* Content */
#sub_header {

width: 860px;
	margin-right: 78px;
	margin-left: 78px;	
}
.spacer {
	height: 1px;
	width: 820px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	margin-top: 15px;
	margin-left: 78px;
}

.spacer_small {
	height: 1px;
	width: 450px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	margin-top: 40px;
	margin-left: 30px;
}

#banner {
	margin-top: 0px;
	margin-right: 60px;
	margin-left: 78px;	
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 0px;
} 

.single_column {
	margin-left:78px;
	margin-right:78px;
	line-height: 1.4em;
} 

strong {
	color: #FFFFFF;
}

.double_column {
	float:left;
	width:490px;
	margin-left:78px;
	margin-right:25px;
	padding-right:26px;
	border-right-width: 1px;
	border-right-style: dotted;
	min-height: 545px;
	border-right-color: #999999;
	} 

.column1 { float:left; width:230px; margin-left:78px; margin-right:30px;}   
.column2 { float:left; width:230px; margin-right:30px; }   
.column3 {	float:left;	width:280px;}
.column_right {
	float:left;
	width:230px;
	height:550px;
	background-image: url(../images/bg_scroller.png);
	padding-left: 25px;
	padding-right: 25px;
	background-repeat: no-repeat;
}

.strict_width {
	width:490px !important;
	overflow: hidden;
}

.mini_image{
	margin-right: 9px;
	margin-left: 5px;
	margin-top: 14px;
	}

/* a .mini_image:hover { filter: alpha(opacity=80); -moz-opacity:0.8; } removed for CSS compliance*/ 


/* Footer */
#top {
	width:867px !important ;  
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: right;
	padding-right:90px;
	margin-top: 30px;
}
#footer {
	height: 220px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-color: #212121;
	margin-top: 10px;
}
#footer_container {
	min-height:200px;
	width: 957px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#footer_client {
	color: #333;
	height: 118px;
	width: 500px;
	left: 36px;
	position: relative;
	background-image: url(../images/quotes.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 50px;
	float: left;
}
#client_login {
	height: 103px;
	width: 250px;
	float: left;
	position: relative;
	top: 7px;
	left:50px;
	padding-left: 30px;
	cursor:pointer;
	background-image: url(../images/back_fader.png);
	background-repeat: no-repeat;
	border: 1px dotted #666666;
}

a #client_login:hover 
 {
	background-image: url(../images/back_fader_glass.png);
	background-repeat: no-repeat;
	text-decoration: none;	
}



#wcx_logo {
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 78px;
}

#terms {
	font-size: 90%;
	color: #999999;
	float: left;
	height: 50px;
	width: 400px;	
	line-height: 18px;
}

#compliance {
	float: right;
	padding-right: 72px;
	padding-top: 3px;
}


/* Contact Scripts */
.center {
text-align:center;
}

.descript {
	font-size:90%;
	padding-top: 8px;
	padding-bottom: 4px;
}

.error_in {
	color:#dcaa6d;
	font-size:90%;
}
#main_in {
margin:10px auto;
}
input{
	font-size: 100% !important;
	background-color: #DFDFDF !important;
	border: 1px solid #CCCCCC !important;
	color: #666666 !important;
	font-family: Arial, Helvetica, sans-serif;
}

textarea{
	font-size: 100% !important;
	background-color: #DFDFDF !important;
	border: 1px solid #CCCCCC !important;
	color: #666666 !important;
	font-family: Arial, Helvetica, sans-serif;	
}


.textfield_on {
	font-size: 100% !important;
	background-color: #FFF !important;
	border: 1px solid #CCCCCC !important;
	font-family: Arial, Helvetica, sans-serif;
}

.required {
color:#dcaa6d;
}

.splitter {
	background-color: #666666;
	border: 1px solid #999999;
	background-image: url(../images/splitter.gif);
	background-repeat: repeat-x;
	height: 24px;
	text-decoration: none
}
.splitter a:hover { color: #fff; text-decoration: none ;}

.hosting_icon {
	width: 60px;
	padding: 7px;
	}
	
.hosting_header_text {
	width: 489px;
}

.hosting_content_text {
	font-size: 11px;
	width: 470px;
	height: 54px;
	padding-top: 0px;
	padding-left: 7px;
}	

.ecommerce_header_text {
	width: 489px;
}

.ecommerce_content_text {
	font-size: 11px;
	width: 470px;
	height: 65px;
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
	top: -8px;
}	

.ecommerce_header_text h5 {
		font-size: 125%;
		margin-bottom: 0px;
		top: -16px;
		left: 16px;
	position: relative;
}

.hosting_box {
	background-image: url(../images/host_back_off.gif);
	background-repeat: no-repeat;
}

.presentation {
	font-size: 21px;
	color: #fff;
	font-weight: normal;
		line-height: 22px;
	
}
.presentation ul{
	margin-top: 15px;

}
.presentation li{
	margin-top: 15px;
}

.presentation ul ul li{
	margin-top: 15px;
	color: #dcaa6d;	
	font-size: 20px;
}
