@charset "utf-8";
/* CSS Document */

body {
	background-color: #000033;
}

#wrapper{
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#content{
	width: 950px;
	padding: 10px;
}

#footer{
	width: 970px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	background-color:#000022;
}


#left_banners_holder{
	width: 300px
}

#right_text_holder{
	float:right;
	width: 640px;
	
}

#contact {
	float: right;
	margin-right: 10px;
	width: 450px;
}


h1{
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: left;
	
}


p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: left;
}

p.right {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: right;
	padding: 10px;
}

p.strongcenter{
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FC0;
	text-align: center;
}

.bold{
		font-size: 14px;
	  font-weight: bold;
	   }
	   
ul.list{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: left;
}

a:link IMG { border: none }
a:visited IMG { border: none } 
a:hover IMG { border: none } 

img.title{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 200px;
	padding: 20px;
}

img.offer_sq{
		padding: 10px;
}

img.thwate{
	float: right;
	padding: 5px;
}

img.secured{
	margin-left: 10px;
}

#enterbuttons {
	width: 500px;
	height: 70px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}

#enter_button{
	float:left;
	width: 220px;
	padding: 10px;
}

#exit_button{
	float:right;
	width: 220px;
	padding: 10px;
}

#flags {
	width: 620px;
	height: 60px;
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
}



img.flag{
		 padding: 5px;
}

.exitButton {
	-moz-box-shadow:inset 0px 0px 0px 0px #fab3ad;
	-webkit-box-shadow:inset 0px 0px 0px 0px #fab3ad;
	box-shadow:inset 0px 0px 0px 0px #fab3ad;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fa665a), color-stop(1, #d34639) );
	background:-moz-linear-gradient( center top, #fa665a 5%, #d34639 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa665a', endColorstr='#d34639');
	background-color:#fa665a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:27px;
	font-weight:bold;
	padding:14px 76px;
	text-decoration:none;
	text-shadow:1px 1px 0px #98231a;
}.exitButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d34639), color-stop(1, #fa665a) );
	background:-moz-linear-gradient( center top, #d34639 5%, #fa665a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d34639', endColorstr='#fa665a');
	background-color:#d34639;
}.exitButton:active {
	position:relative;
	top:1px;
}




.enterButton {
	-moz-box-shadow:inset 0px 0px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 0px 0px 0px #fff6af;
	box-shadow:inset 0px 0px 0px 0px #fff6af;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	color:#333333;
	font-family:arial;
	font-size:27px;
	font-weight:bold;
	padding:14px 76px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffee66;
}.enterButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
	background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background-color:#ffab23;
}.enterButton:active {
	position:relative;
	top:1px;
}
