/* CSS Document */

body{
	background:url(../images/main-bg.jpg) repeat-x #4492B8;
}

#wrapper{
	position:relative;
	float:left;
	width:858px;
	height:auto;
	margin-left:130px;
	margin-top:35px;
}

#header{
	position:relative;
	float:left;
	width:100%;
	height:137px;
}

#navigation{
	position:relative;
	float:left;
	width:100%;
	height:31px;
}

#nav_l{
	position:relative;
	float:left;
	width:24px;
	height:31px;
	background:url(../images/menu_bg_l.png) no-repeat;
}

#nav_m{
	position:relative;
	float:left;
	width:820px;
	height:31px;
	background:url(../images/menu_bg_mid.png) repeat-x;
}


#nav_r{
	position:relative;
	float:left;
	width:14px;
	height:31px;
	background:url(../images/menu_bg_r.png) no-repeat;
}

#nav_m ul{
	padding:0;
	margin:3px;
		
}

#nav_m li{
	display:inline;
	list-style:none;
	padding-right:11px;
	
}

#nav_m a{
	font-family:Arial, Helvetica, sans-serif;
	color:#546D79;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;	
}
	
#nav_m a:hover{
	color:#AB7700;
	text-shadow:1px 1px #FDE092;
	background:#AACDE0;
	opacity:0.5;	
}

#content{
    background: url("../images/inner-bg.jpg") repeat-x #AACDE0;
    box-shadow: 1px 1px #1F5873;
    float: left;
    height: auto;
    margin-bottom: 20px;
    margin-top: 5px;
    position: relative;
    width: 100%;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}

#left_content{
	position:relative;
	float:left;
	width:530px;
	height:auto;
    margin-left: 25px;
    margin-top: 25px;
}

#right_content{
	position:relative;
	float:left;
	width:300px;
	height:auto;
}

#left_content h1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:17px;
	text-shadow:1px 1px #666666;
}


#right-block01 h1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:17px;
	text-shadow:1px 1px #666666;
	padding:20px;
}


.text-home1 {
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: normal;
}

.style1 {
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
}

#right-block01 {
    background-image: url("../images/right-blocks-bg.gif");
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 135px;
    margin-left: 35px;
    margin-top: 35px;
    width: 246px;
}

.right_sep{
	border:1px dashed #999;
	margin-top:30px;
	width:250px;
}


.forms01 {
    background-color: #B3D3E2;
    border: 1px solid #6488AC;
    margin: 0;
    padding: 0;
}
.text-main {
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

#footer{
	position:relative;
	float:left;
	width:100%;
	height:25px;
	margin-top:100px;
}

#footer a{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
	text-decoration:none;
	color:#333;
}

#footer a:hover{
	text-decoration:underline;
	color:#666;
}

#footer a:visited{
	color:#666;
}

.text-main2 {
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-transform: lowercase;
}


.text-main {
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
	text-transform:uppercase;
}


#left_rates{
	position:relative;
	float:left;
	width:340px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:25px;
	height:20px;
	padding-left:10px;
	padding-top:5px;
	text-transform:lowercase;
}
#right_rates{
	position:relative;
	float:left;
	width:125px;
	height:auto;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:20px;
	padding-top:5px;
	font-weight:bold;
}

#box_contact{
	position:relative;
	float:left;
	background:url(../images/bg_contact.png) no-repeat;
	width:372px;
	height:198px;
}

#box_contact h1{
	margin-top:10px;
	margin-left:10px;
	color:#333;
}