.left {
	
	float:											left;
	
}

.right {
	
	float:											right;
	
}

.clear {
		
	clear:											both;
	
}

.inlineblock {
	
	display:										inline-block;
	
}

.center {
	
	text-align:										center;
	
}

.green {
	
	color:											#497662;
	
}

.brown {
	
	color:											#954f06;
	
}

.orange {
	
	color:											#ff9500;
	
}

.grey {
	
	color:											#666666;
	
}

.red {
	
	color:											#ff0000;
	
}

.pt100 {
	
	width:											100%;
	
}

.pt50 {
	
	width:											50%;
	
}

.pt60 {
	
	width:											60%;
	
}

.pt40 {
	
	width:											40%;
	
}

.pt35 {
	
	width:											35%;
	
}

.pt80 {
	
	width:											80%;
	
}

.rel {
	
	position:										relative;
	
}

.black {
	
	color:											#2a2a2a;
	
}

.bolder {
	
	font-weight:									bolder;
	
}

.georgia {
	
	font-family:									Georgia;
	
}

form {
	
	padding:										0;
	margin:											0;
	
}

.white {
	
	color:											#fff;
	
}

.textField1 {
	
	font-size:										16px;
	padding:										2px;
	border:											solid 1px #bcbcbc;	
	color:											#497662;	
	font-weight:									normal;
	margin:											1px 0;	
	position:										relative;
	
}

li {
	
	padding:										5px 0;
	
}

#button {
	
	margin:											1px 0;
	
}

#cancel {
	
	margin:											1px 0;
	
}

#mainDocument {
	
	font-size:										90%;	
	position:										relative;	
	display:										block;
	height:											100%;
	
}

a {
	
	color:											#666666;
	
}

html {
	
	height:											100%;
	
}

body {
			
	font-family:									Arial, Verdana, sans-serif;
	font-size:										0.9em;
	#font-size:										0.8em;
	margin:											0;
	padding:										0;
	height:											100%;
	background-image:								url('/i/bg.jpg');
	background-repeat:								no-repeat;
	background-position:							top left;
	background-color:								#000;
	color:											#fff;
	
}

#wrapper {		
	
	height:											100%;
	min-height:										680px;
	min-width:										950px;
	width: 											100%;	
	#width: 										expression(document.body.clientWidth < 951 ? "950px" : "100%");	
	
}

#wrapper .l {
	
	width:											45%;	
	
}

#wrapper .l_wrapper {
	
	padding:										0 45px 0 0;
	width:											114px;
	text-align:										left;
	
}

#wrapper .soon {
	
	padding:										110px 0 0 3px;
	font-size:										15px;
	
}

#wrapper h1 {
	
	font-size:										24px;
	font-weight:									normal;		
	padding:										0 0 30% 3px;
	margin:											0;
	
}

#wrapper .logo {
	
	background-image:								url('/i/logo.png');
	background-repeat:								no-repeat;
	width:											114px;
	height:											221px;
	
}

#wrapper .phone {
	
	padding:										30% 0 0 0;
	color:											#b8bf38;
	font-size:										13px;
	
}

#wrapper .services {
	
	padding:										1em 0 0 0;
	line-height:									150%;
	
}

#wrapper h2 {
	
	padding:										0;
	margin:											0;
	font-weight:									normal;
	font-size:										13px;
	
}



#wrapper .r {
	
	width:											45%;
	
}

#wrapper .all {
	
	height:											100%;
	
}

#wrapper .i_top {
	
	background-image:								url('/i/i_top.png');
	background-repeat:								no-repeat;
	width:											425px;
	height:											131px;
	
}

#wrapper .i_middle {
	
	height:											100%;
	min-height:										100%;
	width:											286px;
	background-repeat:								repeat-y;
	background-image:								url('/i/i_middle.png');
	
}

#wrapper .i_bottom {
	
	background-image:								url('/i/i_bottom.png');
	background-repeat:								no-repeat;
	width:											425px;
	height:											132px;
	
}