@charset "utf-8";
/* CSS Document */

body{
	background-color: #e3edf5;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #808080;
	}
	
a {
	font-size:12px;
	color:#666;
	text-decoration: none;
}

h1 {
	font-size:28px;
	font-family: Arial, Helvetica, sans-serif;
	color: #232176;
	
}

h2 {
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #232176;
}

h3 {
	font-size:20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #232176;
}

h3 span{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #232176;
	font-style: italic;
	margin-bottom: 2px;
	float: right;
}

h4 {
	font-size: 16px;
	font-weight:100;
	line-height:25px;
	color:#FFF;
	padding-left:10px;
	padding-top: 2px;
	margin: 0px;
}

h5 {
	background-image:url(img/bg3.jpg);
	height: 30px;
	font-family: Optima, Arial;
	color: #FFF;
	font-size: 16px;
	font-weight: none;
	text-indent: 5px;
	line-height: 30px;
}

.clear{ clear: both; }

.wrapper{
	width:960px;
	margin:auto;
	background-color:#FFF;
	border-left: 10px #CCC solid;
	border-right: 10px #CCC solid;
	padding: 0px 10px 0px 10px;
	position:relative;
}

.header{
	width:710px;
	height:270px;
	background-color: #FFF;
	float:left;
	margin-left:15px;
	margin-top: 15px;
}

.headerimg {
	height:245px;
	width: 710px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
}

.headerimgspec {
	
	background-color: #e5e5e5;
	color: #666;
	font-weight: bold;
	font-size: 12px;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 20px;
}

.main{
	
}

.PVS {
	height:118px;
	width:230px;
}
.menu {
	width:230px;
	float:left;
	position:relative;
	z-index:9001;
}

.menu ul {
	list-style: none;
	line-height:20px;
	background-color:#f7f7f7;
	margin-left: 0px;
	padding-left: 0px;
}

.menu ul a {
	padding-left: 10px;
	width: 230px;
	display: block;
}

.menu ul a:hover {
	background: -moz-linear-gradient(center bottom , rgb(228, 228, 228) 37%, rgb(236, 236, 236) 55%, rgb(254, 254, 254) 100%) repeat scroll 0% 0% transparent;
	background-image: url(img/menu.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	display: block;
	width: 220px;
	padding-left: 10px;
}
	
.menu .hide{ display: none; }

.content {
	background-color:#FFF;
	width:500px;
	margin-left: 15px;
	float:left;
	margin-top: 10px;
}

.content a{
	border-bottom: 1px #666 solid;
}

.content a:hover{
	border-bottom: 1px #666 solid;
}

.content .noborder{
	border: none;
}

.content .noborder:hover{
	border: none;
}

.content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.content .linkblock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7a7a7a;
	text-align: center;
	padding-top: 50px;
}

.content .faq {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 16px;
}

.content .faq a{
	border: none;
}

.content .faq h3{
	display:block;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	line-height: 30px;
	color: #212121;
}

.content .faq h3:hover {
	display:block;
	background-image: url(img/bg3.jpg);
	background-repeat: repeat-x;
	color: #FFF !important;
	height: 30px;
	line-height: 30px;
}

.rss img:first-child {
	display:none;
}

.rss h1:first-child {
	display: none;
}


.ui-accordion .ui-accordion-header a{
	padding: 0px;
}

.ui-accordion-icons .ui-accordion-header a{
	padding-left: 2.2em;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
	background-image: url(img/bg3.jpg);
	background-repeat: repeat-x;
	color: #FFF;
}

.ui-state-hover a, .ui-state-hover a:hover{
	color: #FFF !important;	
}

.content #active {
	background-image: url(img/bg3.jpg);
	background-repeat: repeat-x;
	line-height: 30px;
	text-indent: 5px;
	height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
}

.content form {
	text-indent: 10px;
	background-color: #f3f3f3;
}

.content form input{
	width: 480px;
	margin-left: 10px;
}

.content form textarea{
	width: 480px;
	margin-left: 10px;
	height: 60px;
}

.content form p {
	font-weight: bold;
	color: #4b4748;
}

.content form .checkbox {
	width: 15px !important;
}

.content form span {
	font-weight: normal;
	margin-left: 20px;
}

.content form .clickhere {
	width: auto;
	margin-left: 150px;
}

.content .details {
	float:left;
	width: 166px;
	text-indent: 10px;
	margin-bottom:20px;
}

.content #title {
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #232176;
	text-indent: 10px;
}

.content2 {
	position:relative;
	z-index:2;
	background-color:#FFF;
	width:710px;
	margin-left: 15px;
	float:left;
	margin-top: 10px;
}

.content2 .linkblock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7a7a7a;
	text-align: center;
}

.offers {
	float:left;
	width:190px !important;
	margin-left: 10px;
	margin-top: 15px;
	background:#ada9a9;
	color: #FFF;
	font-size: 8px;
	line-height: 120%;
}

.offers a {
	float:right;
	color: #FFF;
	font-size: 10px;
}

.infoclick {
	margin-top: -2px;	
}

.offers span{
	padding: 5px;
}

.offers p{
	padding: 5px;
}

.offerclick {
	margin-right: 5px;
}

.offerstext{ height:60px;}
.offerstext p{ margin: 8px 0px 0px 10px; padding: 0 0 0 0;}
.offerstext h3{ font-size:13px; font-weight:bold; color:#FFF; margin: 9px 0px 0px 10px;}

.callback {
	float:left;
	width:190px;
	margin-left: 10px;
	margin-top: 20px;
	background-image:url(img/bg.jpg);
}

.callback p {
	font-size:11px;
	padding-left: 10px;
	padding-right: 5px;
}

.callback form p {
	font-size:11px;
	padding-left: 10px;
	padding-right: 5px;
	font-weight: bold;
	color: #232176;
}

.callback span{
	font-weight:normal;
	color: #777;
}

.callback .clickhere {
	width: auto;
}

input {
	width: 150px;
}

.checkbox {
	width: 15px;
}

textarea {
	width: 150px;	
}

.credentials {
	height:182px;
display: none;
	width:190px;
	margin-top: 10px;
	margin-left: 10px;
	float:left;
	background-image: url(img/credentials.jpg);
	background-repeat: no-repeat;
}

.credentials img{
	width: 190px;
	margin-top: 157px;
}

.rspec {
	width:	230px;
	margin-top: 20px;
	background: #e4e4e4;
	font-family: Arial, Helvetica, sans-serif;
	color: #797979;
}

.code {
	height:150px;
}

.rcode {
	min-height:254px;
	height: auto;
	width: 190px;
}

.rcode .head{
	width: 190px;
	height: 34px;
	background-image: url(img/head.jpg);
}

.rcode .head h6{
	width: 190px;
	height: 34px;
	line-height: 30px;
	text-align: left;
	font-family: Optima;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	overflow: hidden;
}

.follow-us {
	height:35px;
	width:190px;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	float:left;
}

.monthlyspec {
	width:	230px;
	margin-top: 20px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
}

.monthlyspec p {
	padding-left:10px;
}

.monthlyspec form p {
	font-weight: bold;
	color: #232176;
}

.monthlyspec input {
	width: 190px;
}

.monthlyspec .mailsubmit{
	width: 217px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.carculator {
	height: 302px;
	margin-top: 20px;
	width: 230px;
	margin-bottom: 40px;
	border: 0px;
	background-image: url(img/carculator.jpg);
	background-repeat: no-repeat;
	margin-left: 2px;
}

.carculator img {
	margin-top: 271px;
	margin-left: -3px;
}

.mspec {
}

.rmenu {
	float: left;
	width: 200px;
	height: 100%;
	margin-top: 4px;
	margin-left: 10px;
}

.rmenu .search {
	float: right;
	width: 190px;
	margin-left: 10px;
	margin-top: 10px;
	height: 30px;
	background-image: url(img/search.jpg);
	background-repeat: no-repeat;
}

.rmenu .search input {
	margin-left: 5px;
	margin-bottom: -4px;
	margin-top: -2px;
	padding-right: 3px;
	border: none;
	color: #808080;
	width: 147px;
}

.rmenu .search .searchsubmit{
	width: 21px;
	height: 26px;
	position: relative;
	top: 3px;
	right: 2px;
}

.rmenu .chat {
	float: right;
	width: 190px;
	margin: 10px 0px 0px 0px;
}

.rmenu2 {
	float: right;
	width: 200px;
	height: 100%;
	margin-top: -1px;
	margin-left: 10px;

}

.rmenu2 .search {
	float: right;
	width: 190px;
	margin-left: 10px;
	margin-top: 5px;
	height: 30px;
	background-image: url(img/search.jpg);
	background-repeat: no-repeat;
}

.rmenu2 .search input {
	margin-left: 5px;
	margin-top: -5px;
	margin-bottom: -1px;
	border: none;
	color: #808080;
}

.rmenu2 .search .searchsubmit{
	width: 21px;
	height: 26px;
	position: relative;
	top: 6px;
	left: -2px;
}

.footer {
	width:960px;
	height: 25px;
	margin:auto;
	text-align:center;
	border-left: 10px #CCC solid;
	border-right: 10px #CCC solid;
	background:#CCC;
	padding: 5px 10px 0px 10px;
	color: #FFF;
}

.content .carculatorform{
	width: 300px;
	float: left;
	margin-top: 10px;
}

.content .carculatorer form{
	text-indent: 0px;
	background-color: #FFF;
}

.content .carculatorform .title{
	width: 200px;
	float: left;
	margin-bottom: 2px;
}

.content .carculatorform .input{
	width: 100px;
	float: left;
	margin-bottom: 2px;
}

.content .carculatorform .input .textbox{
	width: 100px;
	margin: 0px;
	border: 1px #000 solid;
}

.content .carculatorform .submit{
	width: 500px;
	float: left;
}

.content .resultsform{
	width: 190px;
	float: left;
	padding-left: 10px;
}

.content .resultsform .title{
	width: 100px;
	float: left;
	margin-top: 2px;
}

.content .resultsform .input{
	width: 90px;
	float: left;
	margin-top: 2px;
}

.content .resultsform .input .textbox{
	width: 90px;
	margin: 0px;
	border: 1px #000 solid;
}

.content .resultsform .submit{
	width: 190px;
	float: left;
	text-align: center;
}

.content .resultsform .submit .imagebox{
	width: 181px;
	height: 32px;
	margin: 0px;
}

.content .monthlyoffers{
	width: 500px;
}

.content .monthlyoffers .offerheader{
	width: 500px;
	float: left;
}

.content .monthlyoffers .name{
	width: 200px;
	float: left;
	margin-bottom: 2px;
}

.content .monthlyoffers .period{
	width: 250px;
	float: left;
	margin-bottom: 2px;
}

.content .monthlyoffers .profile{
	width: 100px;
	float: left;
	margin-bottom: 2px;
}

.content .monthlyoffers .rental{
	width: 50px;
	float: left;
	margin-bottom: 2px;
	text-align: right;
}