/* Copyright (c) 2008, Antair Corporation. All Rights Reserved. */

/*******************************************************************************
page width with borders = 1040px
page width without borders = 896px;
border width = 72px;
*******************************************************************************/

body 
{
	background-color: #4B4B4B;
	margin: 0px;
	padding: 0px;
}

td 
{
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:9px;
	color:#5D6466;
}

td img 
{
	display: block;
}

form 
{
	margin:0px;
}

a 
{
	text-decoration: underline;
	color:#72A655;
}

a.1 
{
	text-decoration: underline;
	color:#FF4700;
}

a.2 
{
	text-decoration: none;
	color:#6A6B6A;
}

.style1 
{
	font-size: 12px;
	font-weight: bold;
}

.style2 
{
	color: #FF3636
}

.style3 
{
	color: #72A655
}

#headerSeparator
{
	width: 					100%;
	height: 				7px;
	background-image: 		url('../images/5_1.jpg');
}

#container 
{
	width: 					100%;
	margin: 				0px;
	padding: 				0px;
	background-image: 		url('../images/header_background.jpg');
	background-position: 	top;
	background-repeat: 		repeat-x;
}

#containerfixedwidth {
	width: 1040px;
	margin: 0 auto;
	padding: 0px;
}

#header {
	background-image: url('../images/header3.jpg');
	min-height: 197px;
}

#headermenucontainer {
	padding-top: 65px;
	height: 100px;
	padding-bottom: 32px;
}

.headerlogoitem {
	border: 0px;
	margin-left: 100px;
}

.headermenuitem1 {
	border: 0px;
	margin-left: 307px;
}

.headermenuitem2 {
	border: 0px;
	margin-left: 10px;
}

.headermenuitem3 {
	border: 0px;
	margin-left: 13px;
}

#contentLeftGutter 
{
	width: 72px;
	height: 100%;
	background-image: url('../images/bak1.jpg');
}

#contentRightGutter 
{
	width: 72px;
	height: 100%;
	background-image: url('../images/bak2.jpg');
}

.contentGutterImage 
{
	width: 72px;
	height: 421px;
}

.horizontalBuffer {
	width: 100%;
	height: 20px;
	background-color: #ffffff;
}


#footer 
{
	clear: 					both;
	background-image: 		url('../images/footer.jpg');
	background-position: 	top;
	min-height: 			42px;
}

#footer .copyright 
{
	padding-top: 			15px;
	padding-right: 			75px;
	text-align: 			right;
	text-decoration: 		none;
	color: 					#6A6B6A;
	font-family: 			Tahoma;
	font-size: 				9px;
}

.platformIcon {
	margin-left: -2px;
	border: 0px;
	padding: 0px;
	height: 20px;
	width: 23px;
}

.platformDoubleIcon {
	margin-left: -2px;
	border: 0px;
	padding: 0px;
	height: 20px;
	width: 50px;
}

.pairLeftSide {
	display: inline;
	float: left;
}

.pairRightSide {
	display: inline;
	float: right;
}

.underScreenTitle {
	border: 0px; 
	margin-left: 4px; 
	padding: 0px; 
	font-size: 12px; 
	font-weight: bold;
}

.inputText {
	font-family: Tahoma;
	font-size: 14px;
	color: #A9843D;
}

.inputTextSingleLine {
	height: 17px;
	font-family: Tahoma;
	font-size: 14px;
	color: #A9843D;
}

#checkoutFormTD {
	font-family: Tahoma;
	font-size: 12px;
	color: #A9843D;
	width: 100%;
	vertical-align: middle;
}


