@charset "utf-8";
/*
Design by Real Visualz 
http://www.realvisualz.com
*/

body {
	margin: 0;
	padding: 0;
	background:#eaf0f8 url(images/repeatedBgr.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5A554E;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #32639A;	
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;	
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a{
	text-decoration:none;
}

img {
	border:none;
}


#wrapper {
	margin: 0;
	padding: 0;	
	background:url(images/MainBgr.jpg) no-repeat;
	height:810px;
}

#fullCont{
	width: 860px;
	height:810px;
	margin:0 auto;
	padding:0px;		
}

#logo {
	float:left;
	padding-top:20px;
	padding-left:18px;
}

#menu {
	float:left;
	padding-top:85px;	
	padding-left:30px;	
}

#menu ul {
	float: left;
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;	
	margin: 0px 2px;
	padding: 0px;
}

#menu a{
	display:block;	
	margin: 0px;	
}

#menu .active_home a{	
	width: 55px;
	height: 21px;
	padding: 12px 0px 0px 35px;
	background:url(images/activeBtn.png) no-repeat;
	color:#000033;
}

#menu .home a{	
	width: 55px;
	height: 21px;
	padding: 12px 0px 0px 35px;
	background:url(images/bgrBtn.png) no-repeat;
	color:#FFFFFF;
}

#menu .home a:hover{	
	background:url(images/activeBtn.png) no-repeat;
	color:#000033;
}

#menu .active_tips a{	
	width: 83px;
	height: 23px;
	padding: 10px 0px 0px 35px;
	background:url(images/activeTipInfoBtn.png) no-repeat;
	color:#000033;
}

#menu .tips a{	
	width: 83px;
	height: 23px;
	padding: 10px 0px 0px 35px;	
	background:url(images/tipInfoBtn.png) no-repeat;
	color:#FFFFFF;
}

#menu .tips a:hover{
	background:url(images/activeTipInfoBtn.png) no-repeat;
	color:#000033;
}

#menu .active_about a{	
	width: 58px;
	height: 23px;
	padding: 10px 0px 0px 32px;
	background:url(images/activeBtn.png) no-repeat;
	color:#000033;
}

#menu .about a{	
	width: 58px;
	height: 23px;
	padding: 10px 0px 0px 32px;
	background:url(images/bgrBtn.png) no-repeat;
	color:#FFFFFF;
}

#menu .about a:hover{	
	background:url(images/activeBtn.png) no-repeat;
	color:#000033;
}

#menu .active_contact a{	
	width: 65px;
	height: 23px;
	padding: 10px 0px 0px 30px;
	background:url(images/activeBtn.png) no-repeat;
	color:#000033;
}

#menu .contact a{	
	width: 65px;
	height: 23px;
	padding: 10px 0px 0px 30px;
	background:url(images/bgrBtn.png) no-repeat;
	color:#FFFFFF;
}

#menu .contact a:hover{	
	background:url(images/activeBtn.png) no-repeat;
	color:#000033;
}

#headerAd {
	width: 776px;
	height:310px;
	padding:10px 42px 10px 42px;
	background:url(images/HeaderBgr.png) no-repeat;
}

#subNav ul {
	float: left;
	margin: 0px 0px 5px 0px;
	list-style: none;
	line-height: normal;
}

#subNav li{
	float: left;	
	margin: 0px 25px 0px 0px;
	padding: 0px;
}

#subNav a{
	display:block;	
	margin: 0px;
	font-size:15pt;
	font-family:Candara;	
	color:#000033;
}

#subNav .active_btn a{
	color:#186207;
}

#subNav a:hover{
	text-decoration:underline;
}


#subNav .gap{
	width:150px;
}

#subNav .registration{
	margin-right:5px;
}

#subNav .registration a{
	display:block;	
	width:112px;
	height:26px;
	background:url(images/registration.jpg) no-repeat;
	padding:1px 0px 0px 30px;
	font-size:18px;
}

#subNav .payments{
	margin-right:0px;
}

#subNav .payments a{
	display:block;	
	width:92px;
	height:26px;
	background:url(images/payments.jpg) no-repeat;
	padding:1px 0px 0px 30px;
	font-size:18px;
}

#content {	
	height:300px;
	background:url(images/repeatCont.png) repeat-y;
}

#footer {
	padding-top:20px;
	text-align:center;
	background:url(images/footerBgr.png) no-repeat;
}

#footer p{	
	margin:0px;	
	color:#000033;
}

#footer #developed{
	font-size:12px;
	padding-top:3px;
	color:#666666;
}

#developed a{
	color:#1531ac;
}

#liceseBond {
	padding:0px 45px;
}


