@charset "utf-8";

* {
	padding:0;
	margin:0;
}

body {
    background: #000000;
	margin: 0;
	padding: 0;
	color: #0F253E;
	line-height: 135%;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 80%;	
}

div#wrapper{
	width: 957px;
	margin: 0 auto;
	position: relative;	
}

div#shadow {
	background: #CECECE;
	padding: 1px 1px 1px 1px;
	width: auto !important;	
}

div#header {
	background: #000000 url(../images/index_header.jpg) 100% 0 no-repeat;
	height: 70px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;	
}

div#headermenu {
	width:350px;
	height:15px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:10px 0 1px 10px;
}

div#headermenu a {
	color: #000000;
	text-decoration: none;
}

div#headermenu a:hover {
	position: relative;
	color:#c43535;
	text-decoration: none;
}

div#maincontent {
	background: #FFFFFF;
	width:955px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
	color: #000000;
	overflow:hidden;
}

/* Footer Boxes Definition */

div#footer {
	background: #000000 url(../images/main_footer.jpg) 100% 0 no-repeat;
	width:100%;
	height: 40px;
	clear:both;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

.footercopyright 
{
	position:absolute;
	width:350px;
	height:22px;	
	bottom:0px;
	left:17px;
	overflow:hidden;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}

.footermenu 
{
	position:absolute;
	right:17px;
	bottom:0px;
	width:400px;
	height:22px;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
}

.footermenu a {
  	color:#FFFFFF;
	text-decoration: none;
}

.footermenu a:hover {
	color:#000000;
	text-decoration: none;
}

a.redbutton {
    background: transparent url(../images/btn_redend.png) no-repeat scroll top right;
    color: #FFFFFF;
	text-transform: uppercase;
    display: block;
    float: left;
    font: normal 13px arial, sans-serif;
    height: 30px;
    margin-right: 0px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

a.redbutton span {
    background: transparent url(../images/btn_redback.png) no-repeat;
    display: block;
    line-height: 20px;
    padding: 5px 0 5px 10px;
} 

a.redbutton:active {
    background-position: bottom right;
    color: #FFFFFF;
    outline: none; /* hide dotted outline in Firefox */
}

a.redbutton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 10px; /* push text down 1px */
} 

a.redbutton_small {
    background: transparent url(../images/btn_redendsmall.jpg) no-repeat scroll top right;
    color: #FFFFFF;
	text-transform: uppercase;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    height: 20px;
    margin-right: 0px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

a.redbutton_small span {
    background: transparent url(../images/btn_redbacksmall.jpg) no-repeat;
    display: block;
    line-height: 14px;
    padding: 3px 0 3px 10px;
} 

a.redbutton_small:active {
    background-position: bottom right;
    color: #FFFFFF;
    outline: none; /* hide dotted outline in Firefox */
}

a.redbutton_small:active span {
    background-position: bottom left;
    padding: 4px 0 2px 10px; /* push text down 1px */
}

a.link {
	color:#c43535;
	text-decoration: none;
	font-weight:normal;
}

a.link:hover {
	color:#c43535;
	text-decoration: none;
}

a.link img
{
	border:none;
}

a.linkwhite {
	color:#ffffff;
	text-decoration: none;
	font-weight:normal;
}

a.linkwhite:hover {
	color:#ffffff;
	text-decoration: none;
}

a.linkblack {
	color:#000000;
	text-decoration: none;
	font-weight:bold;
}

a.linkblack:hover {
	color:#c43535;
	text-decoration: none;
}

.formClass fieldset
{
	float:left;
	clear:both;
	width:inherited;
	margin-top:5px;
	margin-bottom:5px;
	border:solid 1px #000000;
	font-weight:normal;
}

#loginarea {
	color: #000000;
	font-size:12px;
	font-weight:bold;
	height: 45px;	
	clear:both;
	overflow:hidden;
	margin-top:10px;
}

#loginarea ul{
	list-style:none;
	float: left;
	width: 230px;
}

#loginarea li{
	width:220px;
	margin-bottom:5px;
	display:inline-block;
}

#loginarea label {
	float:left;
	margin-right:10px;
	width:50px;
	vertical-align:bottom;
	font-weight:bold;
	text-align:right;
}

#loginarea input{
	float:left;
	width:155px;
	vertical-align:top;
}
