﻿body 
{
	background-color: #4e4e4e;
	margin: 0px 0px 0px 0px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	color: #4e4e4e;
	height: 100%;
}

a {	outline: 0px; }
a.noline {text-decoration: none; }

select
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #4e4e4e;
}

input
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #4e4e4e;
}

textarea
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #4e4e4e;
}

img
{
	border: 0px;
}

p { margin: 0px 0px 10px 0px;}

.small
{
	font-size: 7pt;
}

.big
{
	font-size: 14pt;
}

.maxwidth250
{
	max-width: 250px;
}

.graybuttontxt-sml
{
	width: 97px;
	height: 25px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	text-decoration: none;	
	/*border: solid 1px #ff0000;*/
}
	.graybuttontxt-sml a{
		background: transparent url(../images/single_button_sml.png) no-repeat 0px 0px;
		display: block;
		margin: 0px;
		padding: 5px 0px 10px 0px;
		text-decoration: none;
		color: #4e4e4e; }		
	.graybuttontxt-sml a:hover {
		color: #333333;
		/*filter:alpha(opacity=75);
		opacity:0.75;*/ }
		
	.graybuttontxt-sml a.bold{
		font-weight: bold;}
	.graybuttontxt-sml a.big { font-size: 12px;
		padding: 5px 0px 10px 0px; }
	.graybuttontxt-sml a.paypal
	{		
	background: transparent url(../images/single_button_sml_paypal.png) no-repeat 0px 0px;}
		
.partners_logo { padding: 0px 15px 15px 0px;}

#wrapper
{
	margin: 0px auto;
	width: 985px; /*1022px;*/
	border: 1px solid #000000;
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-y;	
	background-position: center 0px;
	background-color: #FCFCFC;
}

#news
{
	position: absolute; 
	font-size: 11px; 
	font-weight: bold; 
	text-align: left; 
	color: #EAEAEA;
	/*top:110px;
	left:32px;*/
	top:5px;
	left:5px;
}
#news a
{
	color: #EAEAEA;
}

#header
{
	position: relative;
	height: 217px;
	background-color: #000000;
	background-image: url(../images/header_border.png);
	background-position:  bottom;
	background-repeat: no-repeat;
}
#header .banner
{	position: absolute; 
	left: 0px; 
	top: 0px;
}
#header .menu
{
	width: 965px;
	position: absolute; 
	left: 0px; 
	top: 185px; 
	font-weight: bold;
	text-align: right; 
	color: #ffffff; 
	padding: 5px 10px;	
	font-size: 7pt;
}
#header .menu a
{
	color: #ffffff;
	text-decoration: none;
}
#header .menu a:hover
{
	color: #999999;
}
#header .searchbox
{
	position: absolute; 
	right: 0px; 
	top: 0px; 
	font-weight: bold;
	text-align: right; 
	color: #ffffff; 
	padding: 10px 10px;	
	font-size: 7pt;
}
#header .searchboxbg
{
	background-color: #999999;
}
#header .searchboxtxtbox
{
	border-top: 0px;
	border-right: solid 3px #EAEAEA;
	border-bottom: 0px;
	border-left: solid 3px #EAEAEA;
	background-color: #EAEAEA;
	height: 14px;
}
#header .searchboxbtn
{
	background-color: #999999;
	padding: 0px 1px 0px 1px;
}


#menu
{
	position: relative;
	width: 184px;
	float: left;
}

#title-menu 
{
	/*display: none;*/
	width: 184px;
	height: 22px;
	background: #4e4e4e;
	background-image: url(../images/top_menu_bar.png);
	background-position: 0;
	background-repeat: repeat-y;
} 

#nav-menu {
	background: #ffffff;
	color: #4e4e4e;
	background-image: url(../images/menushadow.png);
	background-position: right;
	background-repeat: repeat-y;
} 
#nav-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav-menu a {
	width: 172px;
	display: block;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #fff #fff #d4d4d4 #fff;
	margin: 0;
	padding: 9px 0px 9px 7px;
	font-weight: bold;
	background: #ffffff;
	text-decoration: none;
	color: #4e4e4e;
}
#nav-menu a:hover 
{
	background: #fffff;
	background-image: url(../images/menu_hover.png);
	background-repeat: repeat-x;
}


#sidemenu
{
	padding: 5px 5px 5px 10px;
	color: #4e4e4e;
}

#content
{	
	position: relative;
	min-height: 350px;
	color: #4e4e4e;
	margin: 40px 50px 50px 240px;
}
#content .title
{
	font-size: 18px;	
	margin-bottom: 10px;
}
#content .subtitle
{
	font-weight: bold;	
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#content a
{
	text-decoration: underline;
	color: #4e4e4e;
}
#content a:hover
{
	text-decoration: underline;
	color: #808080;
}
#content p
{	
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#content .list {
}
	#content .list ul {
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0pt;
		padding:0pt;
	}
	#content .list li {
		background: transparent url(../images/double_arrows.png) no-repeat 0px 3px;
		margin-bottom: 8px;
	}
	#content .list span {
		display: block;
		margin: 0px;
		padding: 0px 0px 0px 18px;
	}		
	
#footer
{
	clear: both;
	height: 10px;
	padding: 5px 10px;
	background-color: #000000;
	background-image: url(../images/footerbg.jpg);
	color: #ffffff;
	text-align: right;
	font-weight: bold;
	font-size: 7pt;
}

#footer-menu ul {
	margin: 0;
	padding: 0;
}
#footer-menu li
{
	display: inline;
	list-style-type: none;
	padding: 0px 4px;
}
#footer-menu a
{
	color: #ffffff;
	text-decoration: none;
}
#footer-menu a:hover
{
	color: #999999;
}


table {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-collapse: collapse;
}
table th {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	-moz-border-radius: 0px 0px 0px 0px;
}
table td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	-moz-border-radius: 0px 0px 0px 0px;
}
table td.bold {
	font-weight: bold;
}


#blank table {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-collapse: collapse;
}
#blank table th {
	border-width: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	border-style: none none none none;
}
#blank table td {
	border-width: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	border-style: none none none none;
}
#blank table td.bold {
	font-weight: bold;
}


table.standard {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-collapse: collapse;
	text-align: left;
}
table.standard tr.center {
	text-align: center;
}
table.standard th {
	background-image: url(../images/tablegradient.jpg);
	background-repeat: repeat-x;
	margin: 3px 10px;
	padding: 0px 10px;
	height: 25px;
	border-width: 1px;
	border-style: solid;
	border-color: #4e4e4e;
	-moz-border-radius: 0px 0px 0px 0px;
	background-color: #4e4e4e;
	color: #ffffff;
	text-align: left;
}
table.standard td {
	border-width: 1px;
	border-style: solid;
	border-color: #4e4e4e;
	padding: 3px 10px;
	-moz-border-radius: 0px 0px 0px 0px;
	background-color: #ffffff;	
}
table.standard td.bold 
{
	font-weight: bold;
}
table.standard td.center 
{
	text-align: center;
}

.error
{
	margin-top: 10px;
	color: #ff0000;
}
.error ul
{
	margin: 0;
	padding: 0px 0px 0px 15px;
}
.error li
{
	list-style-type: square;
}

.errorgreen
{
	margin-top: 10px;
	color: #006600;
}
.errorgreen ul
{
	margin: 0;
	padding: 0px 0px 0px 15px;
}
.errorgreen li
{
	list-style-type: square;
}

#faq .q /*question*/
{
	background: transparent url(../images/icons/help16.png) no-repeat scroll 0px 0px;
	padding: 0px 0px 10px 25px;
	min-height: 16px;
	font-weight: bold;
	cursor: pointer;
}
#faq .q a
{
	text-decoration: none;
	cursor: pointer;
}
#faq .q a:hover
{
	text-decoration: underline;
	cursor: pointer;
}
#faq .a /*answer*/
{
	display: none;
	margin: 0px 0px 35px 25px;
}
#faq ul
{
	margin: 0;
	padding: 0px 0px 0px 30px;
}
#faq li
{
	list-style-type: square;
}

/*filter:alpha(opacity=60);
	opacity:0.6;*/