/*  LAYOUT */
body {
	margin: 0px;
	padding: 0px;
	background:url(bg_body.jpg);
}

body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}


/*  LINKS */
a 		{ color:#A60D21; text-decoration:none; }
a:hover { color:#000000; text-decoration:underline; }

.footer a 		{ color:#888888; text-decoration:none; }
.footer a:hover { color:#000000; text-decoration:underline; }

.languages a 		{ color:#A60D21; text-decoration:none; text-align:center; }
.languages a:hover 	{ color:#CCCCCC; text-decoration:underline; text-align:center; }


/*  HEADERS */
h2 {
	font-size:14px;
	font-weight:bold;
	color:#a1171d;
}


/*CLASSES*/
.mainTable {
	 background:url(bg_table.jpg) repeat-x;
}

.navigation {
	 width:1001px;
	 height:64px;
	 margin:0px auto;
}

.navigation div, .logo div {
	float:left;
}

.languageContainer {
	 float:left; 
	 background:url(bg_languages.jpg) no-repeat; 
	 width:315px;
	 height:64px;
	text-align:center;
}

.languages {
	padding:6px; 
	color:#ca031d; 
	text-align:center;
	width:280px;
}

.logo {
	width:1001px; 
	height:76px; 
	margin:0px auto;
}

.statistics {
	background:url(bg_time.jpg) no-repeat; 
	width:686px; 
	height:76px; 
	text-align:left;
}

.statistics div {
	 padding:20px;
}

.flash {
	width:1001px; 
	height:245px; 
	margin:0px auto; 
	background:url(bg_flash.jpg) no-repeat
}

.mainContainer1 {
	width:1001px; 
	margin:0px auto; 
	height:310px;
}

.left1 {
	float:left;
}

.signupContainer {
	background:url(bg_login.jpg) no-repeat; 
	height:205px; 
	width:248px;
}

.signup {
	padding:55px 32px 0px 44px;
}

.paymentLogos {
	padding-left:6px; 
	height:106px;
}

.center1 {
	float:left; 
	background:url(bg_content_tile_row1.jpg) repeat-y; 
	width:508px;
}

.contentContainer {
	background:url(bg_content_row1.jpg) no-repeat; 
	height:226px; 
	padding-top:10px;
}

.content {
	padding:0px 20px 10px 40px;
}

.right1 {
	float:left; 
}

.separator {
	width:986px; 
	margin:0px auto; 
	padding-right:3px;
}

.mainContainer2 {
	width:1001px; 
	margin:0px auto; 
	height:322px; 
	padding-bottom:13px;
}

.left2 {
	float:left; 
	background:url(bg_left_row2.jpg) no-repeat right; 
	height:322px; 
	width:242px; 
	padding-left:6px;
}

.center2 {
	float:left; 
	background:url(bg_content_tile_row2.jpg) repeat-y;
}

.blogContainer {
	background:url(bg_content_row2.jpg) no-repeat;
	height:248px;
}
.blogItem {
	padding: 13px 30px 0px 35px;
}

.blogTitle {
	width:440px;
}

.right2 {
	float:left; 
	background:url(bg_right_row1.jpg) repeat-y;
}

.footerContainer{
	width:986px; 
	height:25px; 
	margin:0px auto; 
	border-top:1px solid #A8A8A8; 
	border-bottom:1px solid #A8A8A8; 
	padding:7px 0px;
}

.footer {
	float:left; 
	padding:5px 0px 0px 10px;
}

.footerLogo {
	float:right;
}

.copyright {
	width:986px; 
	height:25px; 
	margin:0px auto; 
	padding:7px 10px; 
	color:#333333; 
	font-size:11px;
}


/*FORM STYLES*/
form {
	display:inline;
}

label.login {
	width:60px; 
	text-align: right; 
	color:#FFFFFF; 
	top:2px; 
	position:relative;
	display:block; 
	float:left; 
	padding-right:3px;
}

input.login {
	font-size:11px; 
	width:105px; 
	color:#000000; 
	text-align:left; 
	border: 1px solid #660000;
}

input.login:hover, input.loginOn {
	font-size:11px; 
	width:105px; 
	color:#000000; 
	text-align:left; 
	border: 1px solid #CC0000;
}