@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	background-color:#fff;
	background: url(../images/bgMain.gif) repeat-x top left;
	color:#333;
	
}
#wrapper{
	width:952px;
	margin:0 auto;
	text-align:left;
}

/* CSS Generic Elements */
.clear{
clear:both;
}

img {
	border:none;
}
p{
	margin:0 0 15px 0;
}

/********** Header ************/
.header{
	position:relative;
	height:143px;
}

.header .logo h1, .header .logo small {
	margin:0px;
	display:block;
	text-indent:-9999px;
}
.header .logo {
	position:absolute;
	background: url(../images/logo.png) no-repeat top left;
	width:308px;
	height:48px;
	left: 11px;
	top:63px;
}
.header .topNav{
	position:absolute;
	background:url(../images/bgTopNav.gif) no-repeat top left;
	width:283px;
	height:31px;
	left:670px;
	top:13px;
}

.header .topNav ul{ 
	margin : 5px 0 0 0;
	padding:0;
	text-align: center;
}
.header .topNav li {
	list-style : none;
	display:inline;	
	padding: 0 0 0 0px;
	margin:0 0 0 3px;
	color:#fff;
}
.header .topNav li a {
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight : normal;
	margin : 0 0 0 0px;
	padding :0px 5px 0px 7px;
	color :#fff;
}
.header .topNav li a:hover {
	text-decoration: underline;
	color:#3ea7d2;
}

/********** Main Nav ************/

.MainNav_A{
	position:relative;
	background: url(../images/steps-bg.gif) no-repeat top left;
	width:953px;
	height:42px;
	text-align: center;
}
.MainNav_A ul{ 
	margin :0px 0 0 0;
	padding:0px 0 0 0;
	text-align: center;
	margin-left: 12px;
}
.MainNav_A li {
	list-style : none;
	float:left;
	padding: 0 0 0 0px;
	margin:0 0 0 0px;
	color:#333;
	text-align: center;
	min-width: 130px;

}
.MainNav_A li a {
	display:block;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight : bold;
	margin: auto;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 20px;
	padding-right: 20px;
	color :#333;
}
.MainNav_A li a:hover {
	/*text-decoration: underline;*/
	background: url(../images/nav-bg-active.png) repeat-x;
	color:#fff;
}
.MainNav_active {
	/*text-decoration: underline;*/
	background: url(../images/nav-bg-active.png) repeat-x;
	color:#fff !important;
}


/*********   Styles Main Nav_B ******************/
.MainNav_B{
	background:url(../images/bgSubNav.gif) no-repeat top left;
	width:100%;
	height:36px;
	margin:10px 0 0 0;
}

.SubTitleNav{
	float:left;
	padding:10px 0 0 15px;
	color:#fff;
}
.SubNav{
	float:right;
	width:680px;
	padding-right: 20px;
}

.SubNav ul{ 
	margin :0px 0px 0 0;
	padding:0px 0 0 0;
	float: right;
}
.SubNav li {
	list-style : none;
	float:left;
	padding: 1px 0 0 0px;
	margin:0 0 0 0px;
	color:#333;
}
.SubNav li a {
	display:block;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight : normal;
	margin : 0 0 0 0px;
	padding :10px 24px;
	color :#fff;

}
.SubNav li a:hover {
	text-decoration: none;
	background-color:#3ea7d2;
	color:#fff;
}
.SubNav li a.hover{
	text-decoration: none;
	background-color:#3ea7d2;
	color:#fff;
}

/***************** Banner Styles ****************************/
.Banner{
	position:relative;
	background:url(../images/connected-banner.jpg) no-repeat top left;
	width:950px;
	height:221px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;

}
.BannerText{
	position:absolute;
	width:350px;
	left: 575px;
	top: 61px;
}
.BannerText h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	font-weight:normal;
	line-height:22px;
	color:#fff;
	padding-bottom:25px;
}
.BannerText p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#fff;
}
.BannerImg{
	position: absolute;
	background:url(../images/severImg.png) no-repeat top left;
	width:440px;
	height:180px;
	left: 450px;
	top: 25px;
}
.transparentBox{
	position: absolute;
	z-index:2;
	filter:alpha(opacity=35);
	-moz-opacity:0.35;
	-khtml-opacity: 0.35;
	opacity: 0.35;
	background-color:#000;
	width:350px;
	height:125px;
	/*	margin-top:38px;
	margin-left:84px;*/
	border: 3px dashed #fff;
	left: 80px;
	top: 44px;
/*	padding-top:30px;
	padding-left:36px;*/
}

.transparentBox_text{
	position:absolute;
	z-index:5;
	left: 119px;
	top: 70px;
}
.transparentBox_text h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	font-weight:normal;
	padding-bottom:10px;
	color:#ff9900;
}
.transparentBox_text small{
	color:#fff;
}

.transparentBox_text .link{
	padding-top:20px;
 text-align:right;
}
.transparentBox_text .link a{
	text-decoration:underline;
	font-size:17px;
	font-weight:normal;
	color:#ccc;
}
.transparentBox_text .link a:hover{
	text-decoration:none;
	color:#666;
}

/* Fix up IE6 PNG Support */
.BannerImg { behavior: url(scripts/iepngfix.htc); }

/***************** Container Styles ****************************/
.container{
	margin-top:15px;
}
.container p a{
	text-decoration: underline;
	color:#333;
}
.container p a:hover{
	text-decoration:none;
	border-bottom:1px dotted #ccc;
}

.containerBlock h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	line-height:22px;
	color:#999900;
}
.containerBlock h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	line-height:22px;
	color:#358fb1;
	padding-bottom:15px;
}
.leftContainer_home{
	float:left;
	width:635px;
	margin-bottom:10px;
}
.rightContainer_home{
	float:left;
	width:315px;
}
.worldMap{
	background:url(../images/worldMap.png) no-repeat top left;
	width:315px;
	height:211px;
}

/************** Blazing Past*******************/
.BlazingPast{
	padding-top:20px;
	padding-bottom:20px;
}
.BlazingOne{
	float:left;
	background:url(../images/roundedBox_1.gif) no-repeat top left;
	width:300px;
	height:267px;
}
.BlazingTwo{
	float:left;
	background:url(../images/roundedBox_2.gif) no-repeat top left;
	width:300px;
	height:267px;
	margin:0 25px 0 25px;
}
.BlazingThree{
	float:left;
	background:url(../images/roundedBox_3.gif) no-repeat top left;
	width:300px;
	height:267px;
}

.homeBlock h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	line-height:22px;
	color:#358fb1;
	padding-bottom:15px;
}

/*********/
.serverDetails_home{	
	padding:12px 0 15px 0px;
}
.serverDetails_home ul{ 
	margin :0;
	padding:0 0 0 50px;
}
.serverDetails_home ul li {
	list-style : none;
	background:url(../images/arrrow-blue.gif)  no-repeat 0px 5px;
	padding: 0px 15px 0 15px;
	margin:0 10px 0px 0px;
	color:#333;
	line-height:20px;
}
.ServiceTitle_Home{
	padding-top:25px;
}
.Subtitle{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	background-color:#f1f1f1;
	width:88%;
	margin-left:18px;
}
.from{font-size:16px;}
.amount{
	font-size:35px; 
	font-weight:bold; 
	color:#2781a7;
}
.cent{
	font-size:11px;
	color:#2781a7;
}


/********** Client Say *****************/
.ClientSayMid{
	background: url(../images/roundedMid.png) repeat-y;
	width:631px;
}
.ClientSayTop{
	background:url(../images/roundedTop.png) no-repeat top left;
	width:631px;
	height:5px;
}
.ClientSayBtm{
	background:url(../images/roundedBtm.png) no-repeat bottom left;
	width:631px;
	height:42px;
}
.ClientsayBlock{
	background:url(../images/qouteTwo.gif) no-repeat bottom right;
	margin:10px 15px 0 0;
}
.ClientSay p{
	background: url(../images/qouteImg.gif) no-repeat 12px 4px;
	padding:15px 25px 0 55px;
	line-height:18px;
}


.ClientsayBlock2 p a{
	font-weight:bold;
	color:#929200;
}
.ClientsayBlock2 p a:hover{
	text-decoration:none;
	border-bottom:1px dotted #929200;
}
.ClientAuthor{
	padding:0 0 0 15px; 
	margin:0;
	font-weight: bold;
	font-style: italic;
}
.homeBlock{
	padding-top:15px;
}
/********** Client Testimonials *****************/
.ClientSayMid-1{
	background: url(../images/roundedMid-720.png) repeat-y;
	width:720px;
}
.ClientSayTop-1{
	background:url(../images/roundedTop-720.png) no-repeat top left;
	width:720px;
	height:5px;
}
.ClientSayBtm-1{
	background:url(../images/roundedBtm-720.png) no-repeat bottom left;
	width:720px;
	height:42px;
}
.ClientsayBlock-1{
	background:url(../images/qouteTwo.gif) no-repeat bottom right;
	margin:10px 15px 0 0;
}
.ClientSay-1 p{
	background: url(../images/qouteImg.gif) no-repeat 12px 4px;
	padding:15px 25px 0 55px;
	line-height:18px;
}


.ClientsayBlock2-1 p a{
	font-weight:bold;
	color:#929200;
}
.ClientsayBlock2-1 p a:hover{
	text-decoration:none;
	border-bottom:1px dotted #929200;
}
.ClientAuthor-1{
	padding:0 0 0 15px; 
	margin:0;
	font-weight: bold;
	font-style: italic;
}
/********** FAQ *****************/
.ClientSayMid-2{
	background: url(../images/roundedMid-720.png) repeat-y;
	width:720px;
}
.ClientSayTop-2{
	background:url(../images/roundedTop-720.png) no-repeat top left;
	width:720px;
	height:5px;
}
.ClientSayBtm-2{
	background:url(../images/roundedBtm-720.png) no-repeat bottom left;
	width:720px;
	height:42px;
	margin-top: -35px;
}
.ClientsayBlock-2{
	margin:10px 15px 0 0;
}
.ClientSay-2 p{
	background: url(../images/answer.gif) no-repeat 12px 15px;
	padding:15px 25px 0 55px;
	line-height:18px;
}


.ClientsayBlock2-2 p a{
	font-weight:bold;
	color:#929200;
}
.ClientsayBlock2-2 p a:hover{
	text-decoration:none;
	border-bottom:1px dotted #929200;
}
.ClientAuthor-2{
	padding:0 0 0 15px; 
	margin:0;
	margin-top: -20px;
	margin-left: -40px;
	font-weight: bold;
	font-style: italic;
}
/****************/
.aquaBox2{
	padding:10px;
	background-color:#edf7fc;
	border:1px solid #c1e1ee;
	margin:10px 0 10px 0;
	width: 930px;
}

.aquaBox2 h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	line-height:22px;
	color:#333;
	padding-bottom:15px;
}
.aquaBox2 h4{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:22px;
	color:#333;
	padding-bottom:15px;	
}
.aquaBox2 ul{ 
	margin :0;
	padding:0 0 0 15px;
}
.aquaBox2 ul li {
	padding: 0px 0px 0 0px;
	margin:0 0px 0px 0px;
	color:#333;
	line-height:16px;
}

.aquaBox3{
	padding:10px;
	background-color:#edf7fc;
	border:1px solid #c1e1ee;
	margin:10px 0 10px 0;
	width: 695px;
}

.aquaBox3 h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	line-height:22px;
	color:#333;
	padding-bottom:15px;
}
.aquaBox3 h4{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:22px;
	color:#333;
	padding-bottom:15px;	
}
.aquaBox3 ul{ 
	margin :0;
	padding:0 0 0 15px;

}
.aquaBox3 ul li {
	padding: 0px 0px 0 0px;
	margin:0 0px 0px 0px;
	color:#333;
	line-height:16px;

}
.greenh2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	line-height:22px;
	color:#999900;
}


/*********/

.partnerBox{
	margin-bottom:15px;
	padding-bottom:5px;
}
.partnerBox_L{
	position:relative;
	float:left;
}
.partnerBox_R{
	position:relative;
	float:right;
	width:295px;
	margin-right:35px;
}

/******************************/

.TextBox span{
	margin:0px;
	display:block;
	text-indent:-9999px;
}
.readtogoLink a{
	background: url(../images/ReadyBtn_normal.gif) no-repeat top left;
	width:490px;
	height:74px;
	display:block;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#333;
}
.readtogoLink a:hover{
	background: url(../images/ReadyBtn_hover.gif) no-repeat top left;
	width:490px;
	height:74px;
	text-decoration:none;
}
/*****************************/
.partner{
	position:absolute;
	left: 111px;
	top: 13px;
	font-size:12px;
	font-weight:bold;
}
.partnerBox_R ul{
	margin:10px 0 0 0;
	padding:0;
}
.partnerBox_R li{
	list-style:none;
	float:left;
	margin:0 0 0 12px;
	padding:0 0 0 0;
}

/***************** Left Container Styles ***********************/
.leftContainer{
	float:left;
	width:720px;
	padding-right:15px;
	margin-right:15px;
	margin-bottom:10px;
	border-right:1px  dotted #ddd;
}
.leftContainer h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	line-height:22px;
	color:#999900;
}
.leftContainer h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	line-height:22px;
	color:#358fb1;
	padding-bottom:15px;
}
.aquaBox{
	padding:15px;
	background-color:#edf7fc;
	border:1px solid #c1e1ee;
	margin:10px 0 10px 0;
}

.server{
	float:left;
	width:230px;
	border:1px solid #f0f0f0;
	display:block;
	margin:0 0 0 5px;
	padding:0 0 0 0;
}
.serverType{}
/*********/
.serverDetails{	
	padding:20px 0 20px 0px;
}
.serverDetails ul{ 
	margin :0;
	padding:0 0 0 20px;
}
.serverDetails ul li {
	list-style : none;
	background:url(../images/arrrow-blue.gif)  no-repeat 0px 5px;
	padding: 0px 15px 0 15px;
	margin:0 10px 0px 0px;
	color:#333;
	line-height:20px;
}


.server-1{
	float:left;
	width:229px;
	border:1px solid #f0f0f0;
	display:block;
	margin:0 0 0 5px;
	padding:0 0 0 0;
	background: #fbffd3;
}
.serverDetails-1{	
	padding:20px 0 12px 0px;
}
.serverDetails-1 ul{ 
	margin :0;
	padding:0 0 0 20px;
}
.serverDetails-1 ul li {
	list-style : none;
	background:url(../images/arrrow-blue.gif)  no-repeat 0px 5px;
	padding: 0px 15px 0 15px;
	margin:0 10px 0px 0px;
	color:#333;
	line-height:20px;
}
/*********/

.btnServer{	
text-align:center;
}
.btnServer a{
	display:block;
	width:100%;
	padding:10px 0;
	background-color:#3ea7d2;
	text-decoration:none;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
.btnServer a:hover{
	/*text-decoration:underline;*/
	background-color: #999900;
}

.btnServerso{	
text-align:center;
}
.btnServerso a{
	display:block;
	width:100%;
	padding:10px 0;
	background-color:#CC0000;
	text-decoration:none;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
.btnServerso a:hover{
	/*text-decoration:underline;*/
	background-color: #ff3333;
}

.btnServer-price{	
text-align:center;
}
.btnServer-price span{
	display:block;
	width:100%;
	padding:10px 0;
	background-color:#e3f5ff;
	text-decoration:none;
	color:#666666;
	font-size:14px;
	font-weight:bold;
}


/***************** Right Container Styles **********************/
.rightContainer{
	float:left;
	width:185px;
}
.rightContainer h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	line-height:22px;
	color:#999900;
}
.rightContainer h2 a{
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	line-height:22px;
	color:#3ea7d2;
}
.questionBtn{
	padding-top:25px;
}
.QuestionBox{
	padding-top:25px;
}

/*********************/
.sideNav{
	padding-top:25px;
}

.sideNav ul{ 
	margin :0px 0px 0 0;
	padding:0px 0 0 0;
}
.sideNav li {
	list-style : none;
	padding: 0px 0 0 0px;
	margin:0 0 0 0px;
	color:#666;
}
.sideNav li a {
	display:block;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight : normal;
	line-height:30px;
	margin : 0 0 0 0px;
	padding :0px;
	color :#666;
}
.sideNav li a:hover {
	text-decoration: underline;
	color:#3ea7d2;
}
.PackageTxt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fff;
}

.ServerImg_1{
	position:relative;
	background:url(../images/appllo-orange.png) no-repeat center top;
	width:229px;
	height:64px;
}

.ServerImg_1 .PackageTxt{
	position:absolute;
	left: 13px;
	top: 25px;
}
.ServerImg_1 .PackageImg{
	position:absolute;
	left: 117px;
	top: 14px;
}
/***************/

.ServerImg_2{
	position:relative;
	background:url(../images/appllo-blue.png) no-repeat top center;
	width:229px;
	height:64px;
}

.ServerImg_2 .PackageTxt{
	position:absolute;
	left: 13px;
	top: 25px;
}
.ServerImg_2 .PackageImg{
	position:absolute;
	left: 91px;
	top: 7px;
}
/***************/
.ServerImg_3{
	position:relative;
	background: url(../images/appllo-green.png) no-repeat top center;
	width:229px;
	height:64px;
}
.ServerImg_3 .PackageTxt{
	position:absolute;
	left: 13px;
	top: 25px;
}
.ServerImg_3 .PackageImg{
	position:absolute;
	left: 68px;
	top: 10px;
}


.ServerImg_4{
	position:relative;
	background: url(../images/apollo-purple.png) no-repeat top center;
	width:229px;
	height:64px;
}
.ServerImg_4 .PackageTxt{
	position:absolute;
	left: 13px;
	top: 25px;
}
.ServerImg_4 .PackageImg{
	position:absolute;
	left: 68px;
	top: 10px;
}

.ServerImg_5{
	position:relative;
	background: url(../images/apollo-lpurple.png) no-repeat top center;
	width:229px;
	height:64px;
}
.ServerImg_5 .PackageTxt{
	position:absolute;
	left: 13px;
	top: 25px;
}
.ServerImg_5 .PackageImg{
	position:absolute;
	left: 68px;
	top: 10px;
}
.ServerImg_6{
	position:relative;
	background: url(../images/apollo-lblue.png) no-repeat top center;
	width:229px;
	height:64px;
}
.ServerImg_6 .PackageTxt{
	position:absolute;
	left: 13px;
	top: 25px;
}
.ServerImg_6 .PackageImg{
	position:absolute;
	left: 68px;
	top: 10px;
}
.ServerImg_7{
	position:relative;
	background: url(../images/apollo-red.png) no-repeat top center;
	width:229px;
	height:64px;
}
.ServerImg_7 .PackageTxt{
	position:absolute;
	left: 13px;
	top: 25px;
}
.ServerImg_7 .PackageImg{
	position:absolute;
	left: 68px;
	top: 10px;
}

.imgfloatLeft{
	float:right; 
	margin:0px 10px 20px 10px;
}
.imgfloatRight{
	float:left; 
	margin:10px 40px 20px 10px;
}
/***************** Footer Styles *******************************/
.contactform form ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #555555;
}

.contactform form ul li {
	margin: 3px;
	padding: 1px;
}

.contactform label {
	display: inline-block;
	width: 60px;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}

form ul input, form ul select, form ul textarea {
	display: inline-block;
	border: 1px solid #bbbbbb;
}

.button_submit {
	margin-top: 17px;
	padding: 3px;
}
#livechat {
	float: right;
	margin-top: 70px;
	width: 200px;
	text-align: right;
}
#tos li {
	list-style: circle;
}
#tos ul {
	padding-left: 20px;
}
#tos a {
	text-decoration: none;
}


/** begin table **/
.tbl {
		border-collapse: collapse;
		font-family: arial;
		border: 1px solid #c1e1ee;
		width: 100%;
		margin-top: -10px;
	}
.tbl th {
text-align: left;
	font-weight: bold;
	font-size: 13px;
	background-color: #ccc;
	color: #333;
	height: 30px;
	padding-left: 3px;
	background-image: url('../images/th-bg.jpg');
	background-repeat: repeat-x;

		}
.tbl td {
	height: 30px;
	padding-left: 3px;
	font-size: 13px;
		}
		.tbl tr {
			border-bottom: 1px solid #c1e1ee;
		}
		table tr.odd { background-color: #EDf7FC; }
		table tr.even { background-color: #F2F9FC; }
		table tr.odd:hover { background-color: #E3F5FF; }
		table tr.even:hover { background-color: #E3F5FF; }
		
		
	/** end table **/
	/* Button */

.button {
    font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	color: #fff;
	font-weight: bold;
	background: #000;
	border: none;
	padding: 0.25em 6px;
	cursor: pointer;
}

.button:hover {
  background: #4a4a4a;
}




.scfieldset {
	width:98%;
	border: none;
	background: #ffffff;
}

.scfieldset label {
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 4px;
	width: 150px;
	text-align: left;
}

.scfieldset input.text, .scfieldset input[type="text"] {
	border: 2px solid #ccc;
	padding: 5px;
	width: 99%;
}

.scfieldset input.ccexp {
	border: 2px solid #ccc;
	padding: 5px;
	width: 20px;
}

.scfieldset select {
	border: 2px solid #ccc;
	padding: 5px;
	width: 100%;
}

.scfieldset input.text:active, .scfieldset input[type="text"]:active {
	border: 2px solid #2186EB;
}

.scfieldset textarea {
	width: 70%;
	border: 2px solid #ccc;
}



#footer_wrapper { margin: 0; padding: 20 20 20px 20; background: #eee;-moz-border-radius: 6px; }
#footer_wrapper #footer { padding-top: 20px; color: #333 !important; width: 910px; margin: 0 auto; overflow: hidden; display: inline-block;padding-bottom: 20px; margin-bottom: 20px; }
#footer_wrapper #footer { display: block; }
#footer_wrapper #footer #footer_right { display: inline; float: right; }
#footer_wrapper #footer #footer_right div.footer_links { display: inline; float: right; margin-left: 30px; }
#footer_wrapper #footer #footer_right div.footer_links h4 { color: #444; border-bottom: 1px solid #cfcfcf; font-size: 1.3em; margin: 0 0 4px 0; padding: 0 0 4px 0; }
#footer_wrapper #footer #footer_right div.footer_links ul { margin: 0; padding: 0; list-style: none; }
#footer_wrapper #footer #footer_right div.footer_links ul li a { color: #666; text-decoration: none; }
#footer_wrapper #footer #footer_right div.footer_links ul li a:hover { color: #333;  }
#footer_wrapper #footer #footer_left { display: inline; float: left; }
#footer_wrapper #footer #footer_left p, #footer_wrapper #footer #footer_left a { color: #333; text-decoration: none; margin: 0; padding: 0; }
#footer_wrapper #footer #footer_left p.copyright { font-size: 1.2em; }
#footer_wrapper #footer hr { color: #eee; padding-bottom: 8px;border: none; }





.winban {
	width: 723px;
	height: 200px;
	background: url(/images/winban1.jpg) no-repeat;
	padding-left: 5px;
	color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	font-family: "Lucida Sans";
	margin-bottom: 15px;
}
.winban h1 {
	color: #ffffff;
	font-weight: bold;
	font-size: 23px;
	padding: 10px;	
}
.winban ul {
	margin-left: 40px;
	font-size: 16px;
}
.winban ul li {
	padding-bottom: 8px;	
}

.wincross {
	background: url("/images/wincross2.jpg") no-repeat;
	width: 668px;
	text-align: left;
	height: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	font-family: "Lucida Sans";
	padding-top: 20px;	
	padding-left: 60px;
}
.wincross-p {
	padding-left: 60px;
	margin-bottom: 0px;
}
.wintab {
	width: 728px;
	border-collapse: collapse;
}
.wintab td {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	border-bottom: 2px solid #efefef;
	border-right: 2px solid #efefef;
	font-size: 13px;
}
.wintab th {
	background: url("/images/wincross2.jpg") no-repeat;
	width: 668px;
	text-align: left;
	height: 60px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	font-family: "Lucida Sans";
	padding-top: 0px;	
	padding-left: 60px;
}
.wintabtitle td {
	color: #275D81;
	font-weight: bold;
	font-size: 15px !important;
	font-family: "Lucida Sans";
	border-top: 2px solid #efefef;
}
.wintabfirst {
	text-align: left !important;
	font-weight: bold;
	width: 180px;
	padding-right: 0px;
	padding-left: 8px;
}
.wintabprice td {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	background: #F1F4F9;
	font-size: 16px;
	font-weight: bold;
}
.wintabpricefirst {
	background: none !important;
	border-bottom: none !important;
}
.wintaborder td {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	background: #275D81;
	font-size: 16px;
	font-weight: bold;
	border-right: none !important;
}
.wintaborder td:hover {
	background: #367EAF;
}
.wintaborder a, .wintaborder a:visited {
	color: #fff;
	text-decoration: none;
	padding: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
.wintaborder a:hover {
	
}
.wintabeven {
	background: #F1F4F9;
}
.windcavail {
	width: 662px;
	border-collapse: collapse;
	margin-top: 10px;
	margin-left: 60px;
}
.windcavail td {
	font-size: 13px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-bottom: 1px solid #efefef;
}
.windcfirst {

	border-right: 2px solid #efefef;
	font-weight: bold;
	font-size: 15px !important;
	width: 160px;
	color: #275D81;
	text-align: right;
	padding-right: 20px;
}