img {border:0px;}

body {
	margin:0;
	padding:0;
	background:#f1e495;
}

.header {
	height:60px;
	width:100%;
	background:url('images/menu_bg.gif') repeat-x;
}

.menu {
	min-width: 800px;
	text-align: center;
	font-family: Arial, Tahoma, Helvetica;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
}

.menu  ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu  ul li {
	float: left;
	list-style: none;
	height: 60px;
}

.menu  ul li a {
	color: #411C10;
	float: left;
	width:100px;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
}

.menu  ul li a:hover {
	color: #FFFFFF;
	background: #411C10;
/*	background: url(images/hovermenu.jpg);*/
}

.menu ul li.active a {
	color: #AD951B;
        background: #411C10;
/*	background: url(images/hovermenu.jpg);*/
}

.clear {clear: both;}

.logo {
	height: 163px;
	background:url(images/logo_bg.gif) repeat-x;
	font-family: Tahoma, Helvetica;
	font-size: 11px;
	line-height: 25px;
}

.logo img { border: 0px;}

.logo .col1 {
	width: 45%;
}

.logo .col2 {
	width: 55%;
}

.logo .col2 .login {
 	padding:10px 15px 0px 0px;
	margin-bottom:6px; color:#ed951b;
	margin-top:10px; text-align:right
}

.logo select, .logo input {
	font-family: Tahoma, Helvetica;
	font-size: 11px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	color:#ed951b;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
	background-color:#4D1F10
}

.tariffs {
	white-space:nowrap;
	height:180px;
	width:100%;
	background:url(images/bun_bg.gif) repeat-x;
	font-family: Arial Narrow, Arial, Helvetica;
	overflow: hidden;
}

.tariffs .col1 {height: 100%; width: 33%; }
.tariffs .col2 {height: 100%; width: 33%; }
.tariffs .col3 {height: 100%; width: 34%; }

.tariffs .title {
	color:#ed951b;
	font-size: 28px;
	padding-top: 13px;
	padding-bottom: 19px;
}

.tariffs .details {
	padding-top: 5px;
	color: white;
	font-size: 11px;
	font-family: Tahoma, Helvetica;
	line-height: 13px;
}

.tariffs .col1 .title, .tariffs .col1 .details {margin-left: 150px;}
.tariffs .col2 .title, .tariffs .col2 .details {margin-left: 165px;}
.tariffs .col3 .title, .tariffs .col3 .details {margin-left: 180px;}

.tariffs .images {margin-top: 5px;}

.tariffs .images img {border: 0px; margin: 0px; margin-top: 2px;}

.content select, .content input {font-family: Tahoma; font-size: 11px;}

.content {
	height: 100%;
	width:100%;
	background:url(images/content_bg.gif) repeat-x #ffffff;
	font-size:14px;
	font-family:Arial, Tahoma, Helvetica;
	line-height:17px;
	color:#532010;
}

.content .col1 {
	width: 25%;
	min-width: 150px;
	padding-bottom: 15px;
}

.content .col1 .indent {
	padding: 5px 0px 0px 15px;
	font-size: 11px;
	margin-right: 15px;
}

h3 {font-size: 18px; font-family: Arial Narrow, Arial, Helvetica;}

.content .col1 .indent h3 {text-align: center;}

.content .col2 {width: 75%; min-width: 400px;}

.content .col2 .indent {padding: 10px 15px 0px 0px;}

h1 {margin-top: 10px; font-size: 26px; font-family: Arial Narrow, Arial, Tahoma, Helvetica; font-weight: normal;}

h2 {font-size: 22px; font-weight: normal;}

.content ul {
	list-style-image: url(images/list_bg.gif);
}

.footer{
	background:url(images/footer_bg.gif) repeat-x;
	width:100%;
	color:#265411;
	font-weight:bold;
	font-size:0.6875em;
	font-family:tahoma;
	line-height:1.27em;
}

.footer .indent {padding:20px 10px 0px 30px;}

.footer a, .content a{ color:#265411; text-decoration:none; 
border-bottom: 1px 
dashed;}
.col1 a, .col1 a:hover {font-weight: bold}
.footer a:hover, .content a:hover{ border-bottom: 1px solid; 
text-decoration:none}

