@charset "windows-1250";
/* CSS Document */

body{
	margin:0;
	padding:20px 0;
	background-color:#f0f0f0;
	}
body, table, select, td, input{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif, Calibri;
	font-size:12px;
	line-height:18px;
	}
a{
	color:#006600;
	text-decoration:none;
	}	
a:hover{
	color:#006600;
	text-decoration:underline;
	}	
hr {
	margin:20px 0;
	clear:both;
	border:0;
	border-bottom:1px solid #ccc;
}
.color1{
	color:#026701;
	}
.color2{
	color:#ff7200;
	}

.main{
	background:url(images/mainBG.png) repeat-y;
	padding:0 10px;
	}
.topNav{
	font-size:14px;
	font-weight:bold;
	}	
.topNav a{
	color:#666666;
	text-decoration:none;
	border-right:1px solid #666666;
	padding:0 5px;
	}
.topNav a:hover{
	text-decoration:underline;
	}
.plans{ 
	border-bottom:6px solid #66cc66;
	text-align:center;
	padding-top:40px;
	padding-bottom:20px;
}
.plans h1{
	text-transform:uppercase;
	font-size:14px;
	line-height:16px;
	margin:0;
	padding:0;
	color:#666666;
	
	}
.plans h2{
	text-transform:uppercase;
	font-size:12px;
	line-height:18px;
	margin:0;
	padding:0;
	color:#8d8d8d;	
}
.plans h3{
	font-size:20px;
	line-height:20px;
	margin:0;
	padding:0;
	color:#cccccc;	
	}
.about{
	padding:20px 40px 40px 40px;
	color:#666666;
	}
.about h1{
	font-size:12px;
	line-height:12px;
	color:#000;
	margin:0;
	padding:0;
	padding-bottom:10px;
	border-bottom:1px solid #dedede;
	}
.about h2{
	font-size:12px;
	line-height:12px;
	color:#000;
	margin:10px;
	padding:10px;
	border-bottom:1px solid #dedede;
	}	
.includes{ 
	padding-right:20px;
	}	
.includes ul{
	margin:20px 0;
	padding:0;
	list-style:none;
}	
.includes li{
	padding-left:30px;
	font-size:11px;
	background:url(images/tick.png) no-repeat;
	background-position:0 5px;
	}
.news{
	margin:20px 0;
	font-size:11px;
	}
.TopBorder{
	border-top:1px solid #dedede;
	}
.BottomNav{
	font-size:11px;
	padding-top:10px;
	font-weight:bold;
	}	
.BottomNav a{
	color:#666666;
	text-decoration:none;
	border-right:1px solid #666666;
	padding:0 5px;
	}
.BottomNav a:hover{
	text-decoration:underline;
	}

#menu {
	width:880px;
	margin:40px 40px 0 40px;
	font-size:12px;
	float:left;
	font-weight:bold;
	line-height:24px;
	height:39px;
	border-bottom:6px solid #66cc66;
	text-align:center;
	text-transform:uppercase;
	color:#b3b3b3;
	font-size:18px;
	 
}
#menu ul {  
	margin: 0; 
	padding: 0;
}
#menu ul li {
	display:inline;
	float: left;
	list-style: none;
	}
#menu ul li a { 
	font-size:12px;
	display: block; 
	margin:0;
	text-decoration: none;  
	color:#666666;
	line-height:39px;
	padding:0 12px;
}
#menu ul li a:hover{
	color:#999999;
	background:url(images/arrow.gif) center bottom no-repeat;
	text-decoration:none;
}
#menu ul li a.active{
	color:#4cae4c;
	background:url(images/arrow.gif) center bottom no-repeat;
	text-decoration:none;
}
.plansHeading{
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
	}
.plansHeading2{
	font-size:12px;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:1px solid #d4d4d4;
	padding:5px;
	background-color:#f0f0f0;
	}	

.special{
	background:url(images/special.png) no-repeat;
	height:48px;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px 30px;
	color:#f5f5f5;
	}	