@charset "utf-8";
/* CSS Document */
body, html{
	height:100%;
	width:100%;
	margin:0;
	background:url(../images/bg.png) #000000 repeat-x top center;
	font-family:Arial, Helvetica, sans-serif;
}
a{
	cursor:pointer;
}
h1{
	margin-top: 0;
	font-size: 24px;
	color:#CC0066;
}
h2{
	font-size:14px;
	color:#CC0066;
}
#container{
	width:970px;
	margin-left:auto;
	margin-right:auto;
}
#menu{
	height:60px;
	padding-top:62px;
}
#menu div{
	border-top: solid #999999 2px;
	text-align:center;
	padding-left:-8px;
}
#menu a{
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	letter-spacing: 3px;
	width:162px;
	text-align:center;
	padding-top:8px;
	margin-top:-2px;
	margin-left:-2px;
	margin-right:-2px;
}
#menu a.activeThis{
	border-top:solid #CC0066 2px;
	background: url(../images/active_menu.gif) no-repeat top center;
	padding-top:6px;
	color:#CC0066 !important;
}
#menu a:hover{
	border-top:solid #CC0066 2px;
	background: url(../images/active_menu.gif) no-repeat top center;
	padding-top:6px;
	color:#CC0066 !important;
}
#submenu{
	height:30px;
	padding-bottom:5px;
}
#submenu a{
	display:inline-block;
	text-decoration:none;
	color:#CCCCCC;
	background:url(../images/backmenu_inactive.png) repeat-x top left;
	font-size:11px;
	font-weight:bold;
	height:25px;
	text-align:center;
	margin:0px 0px -5px 3px;
}
#submenu a:hover{
	text-decoration:underline;
}
#submenu a.submenuActive{
	background:url(../images/backmenu_active.png) repeat-x top left !important;
	color:#FFFFFF !important;
}
#submenu1{
	float:left;
	background: url(../images/bordermenu_inactive.png) no-repeat top left;
}
#submenu1.active{
	float:left;
	background: url(../images/bordermenu_active.png) no-repeat top left;
}
#submenu2{
	float:left;
	padding:5px;
	padding-bottom:10px;
	background: url(../images/bordermenu_inactive.png) no-repeat top right;
}
#submenu2.active{
	float:left;
	padding:5px;
	padding-bottom:10px;
	background: url(../images/bordermenu_active.png) no-repeat top right;
}
#mainBody{
	height:390px;
	background:url(../images/main_bg.png) no-repeat top center;
}
#leftPart{
	margin:6px 6px 6px 6px;
	float:left;
	width:384px;
}
#rightPart{
	float:right;
	width:556px;
	margin-right:9px;
	margin-bottom:7px;
}
#headRight{
	margin-top:10px;
	text-align:right;
}
#headRight a{
	display:inline-block;
	margin-right:5px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
}
#headRight a.print{
	background:url(../images/print.jpg) no-repeat top left;
	padding-left:30px;
}
#headRight a.email{
	background:url(../images/email.jpg) no-repeat top left;
	padding-left:30px;
}
#headRight a.contact{
	background:url(../images/contact.jpg) no-repeat top left;
	padding-left:30px;
}
#bodyRight{
	height:317px;
	max-height:317px;
	color:#FFFFFF;
	font-size:11px;
	margin-top:36px;
	overflow:auto;
	overflow-x:hidden;
	scrollbar-3dlight-color:#FFFFFF;
   	scrollbar-arrow-color:#FFFFFF;
   	scrollbar-base-color:#FFFFFF;
   	scrollbar-darkshadow-color:#FFFFFF;
   	scrollbar-face-color:#000000;
   	scrollbar-highlight-color:#000000;
   	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#272727;
}
#bodyRight a{
	text-decoration:none;
	color:#CC0066;
}
#bodyRight a:hover{
	text-decoration:underline;
}
#bodyRight img{
	display:inline-block;
	margin:5px;
	border: solid #FFFFFF 2px;
}
#theContent{
    font-size:12px;
}
#support{
    border-top:solid silver 1px;
    margin-top:10px;
    padding-top:5px;
}
#footer{
	height:389px;
	background:url(../images/logo.png) no-repeat top center;
}
#footer #copyright{
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
}
#footer #copyright a{
	text-decoration:none;
	color:#CC0066;
}
#footer #copyright a:hover{
	text-decoration: underline;
}
input, textarea{
	border:solid #00CCFF 1px;
}
.invalidText{
	color: #FF3399;
}
.invalidForm{
	background: #FDE277 !important;
}
.validForm{
	background:#FFFFFF !important;
}
#imageNews{
	padding:10px;
	text-align:center;
}
.subscrip{
	vertical-align: super;
	font-size:8px;
}
.borderAll{
	border: #FFFFFF solid 1px;
}
.borderBottomRight{
	border-bottom:#FFFFFF solid 1px;
	border-right:#FFFFFF solid 1px;
}
.borderBottom{
	border-bottom:#FFFFFF solid 1px;
}
.borderRight{
	border-right:#FFFFFF solid 1px;
}
.newsLink{display:block; float:left !important; color:#CC0066 !important; margin-top:5px; }
.newsLink:hover{text-decoration:underline !important;}