@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: none;
}
body {
	background-image: url(images/bg.jpg);
}
p {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 17px;
}

h3 {
	font-size: 14px;
	color: #E2E2E2;
}
h4 {
	font-size: 12px;
	color: #8e0404;
}
h5 {
	font-size: 10px;
	color: #8e0404;
	font-weight: normal;
}
th {
	text-align: left;
	color: #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}
td {
	height: 25px;
}
#mainBG {
	position: absolute;
	width: 1080xp;
	height: 1080px;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#container {
	height: 1024px;
	width: 800px;
	margin: 0 auto;
	z-index: 100;
	position: relative;
}
#topButtons {
	width: 800px;
	height: 55px;	
	position: absolute;
	top: 60px;
	left: 43px;
}
#bottomButtons {
	width: 800px;
	height: 55px;	
	position: absolute;
	top: 295px;
	left: 36px;
}
#insideContainer {
	width: 700px;
	height: 1024px;
	margin: 0 auto;
	z-index: 101;
}
#header {
	width: 700px;
	height: 323px;
	background-image: url(images/header.jpg);
}
#logo {
	float: left;
	width: 321px;
	height: 51px;
	margin-top: 5px;
	margin-left: 10px;
}

#bodyContainer {
	width: 700px;
	height: 660px;
	background-image: url(images/mainBG.jpg);
	border: solid 1px #CBCBCB;
}
#insideContainer {
	width: 700px;
	height: 1024px;
}
#leftBodyContacts {
	width: 625px;
	height: 610px;
	float: left;
	margin-top: 50px;
	position: relative;
	padding-left: 25px;
}
#leftBody {
	width: 425px;
	height: 610px;
	float: left;
	margin-top: 50px;
	position: relative;
	padding-left: 25px;
}
#payments {
	position: absolute;
	width: 450px;
	height: 100px;
	bottom: 10px;
	left: 0px;
	padding-left: 25px;
}
#rightBody {
	width: 240px;
	height: 590px;
	float: right;
	padding-top: 50px;
	padding-left: 10px;
}
#faq {
	width: 427px;
	height: 450px;
	overflow: auto;
	padding-right: 10px;
}
.contacts {
	width: 100%;
	font-size: 14px;
	color: #E2E2E2;
}	
.more {
	font-size: 10px;
	color: #8e0404;
	font-weight: bold;
}
.more a:link{
	font-size: 10px;
	color: #8e0404;
	font-weight: bold;
	text-decoration: none;
}
.more a:visited{
	font-size: 10px;
	color: #8e0404;
	font-weight: bold;
	text-decoration: none;
}
.more a:hover{
	font-size: 10px;
	color: #8e0404;
	font-weight: bold;
	text-decoration: underline;
}
.more a:active{
	font-size: 10px;
	color: #8e0404;
	font-weight: bold;
	text-decoration: none;
}
.external {
	font-size: 12px;
	color: #8e0404;
	font-weight: bold;
}
.external a:link{
	font-size: 12px;
	color: #8e0404;
	font-weight: bold;
	text-decoration: none;
}
.external a:visited{
	font-size: 12px;
	color: #8e0404;
	font-weight: bold;
	text-decoration: none;
}
.external a:hover{
	font-size: 12px;
	color: #8e0404;
	font-weight: bold;
	text-decoration: underline;
}
.external a:active{
	font-size: 12px;
	color: #8e0404;
	font-weight: bold;
	text-decoration: none;
}
.rightBar {
	float: left;
	margin-right: 10px;
}
.textRight {
	text-align: right;
}
.largeButtons {
	width: 238px;
	height: 51px;
	font-size: 12px;
	float: left;
	padding-top: 20px;
	text-align: center;
	background-image: url(images/topButtons.png);
	background-repeat: no-repeat;
	color: #FFFFFF;	
}
.largeButtons a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.largeButtons a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.largeButtons a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.largeButtons a:active{
	color: #FFFFFF;
	text-decoration: none;
}
.smallButtons {
	width: 182px;
	height: 54px;
	font-size: 12px;
	float: left;
	padding-top: 20px;
	text-align: center;
	background-image: url(images/bottomButtons.png);
	background-repeat: no-repeat;
	color: #FFFFFF;	
}
.smallButtons  a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.smallButtons  a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.smallButtons  a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.smallButtons  a:active{
	color: #FFFFFF;
	text-decoration: none;
}
.numbers {
	font-size: 12px;
	color: #FFFFFF;
}
.footer {
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	margin: 5px auto;
	width: 700px;
	height: 20px;
}