/* site specific css */
body {
	background: #2F2F2F;
	font-family: Arial, Tahoma, Sans Serif;
	font-size: 12px;
	margin:0;
	padding:0;
	color:#2F2F2F;
}

h1, h2, h3, h4, h5, h6 {
	margin:0 0 2em 0;
}

a:link, a:visited, a:active {
	color:#2F2F2F;
}

a:hover {
	color:#000;
}

img { border:none }

.header {
	background: #2F2F2F url(../images/header_bg.jpg) repeat-x;
}

.header .logo {
	background-image: url(../images/header.jpg);
	height:290px;
	width:950px;
}

.header .logo a {
	position:relative;
	left:-290px;
	top:20px;
}

.content {
	width:950px;
	padding:20px;
}

.footer {
	height: 125px;
	background: #2F2F2F url(../images/fotter_bg.jpg) repeat-x;
}

#footer_logo {
	padding:20px 0 10px 0;
}

.footer-text {
	font-weight:bold;
	font-size:11px;
	text-align:center;
	width:950px;
}

.footer-text p {
	margin:0;
	padding:0;
}

a.twitter-button {
	position:relative;
	display:block;
	width:63px;
	height:55px;
	background: transparent url(../images/footer_twitter.jpg);
	float:left;
	top:-20px;
	left:80px;
}

a.facebook-button {
	position:relative;
	display:block;
	width:57px;
	height:55px;
	background: transparent url(../images/footer_facebook.jpg);
	float:right;
	top:-20px;
	left:-80px;
}

a.twitter-button:hover, a.facebook-button:hover {
	background-position: 0 55px;
}

.white {
	color:#fff;
}

.search-content h2 {
	position:relative;
	left:-15px;
	margin:10px 0;
}

.search-content .search-box {
	position:relative;
	background-image: url(../images/search_box.jpg);
	width:303px;
	height:38px;
	left:-40px;
}

.search-content .search-button {
	float:right;
}

.search-content .search-button a#button {
	position:relative;
	left:-63px;
	top:-4px;
	display:block;
	width:64px;
	height:64px;
	background:transparent url(../images/search_btn_go.jpg);
	outline:none;
}

.search-content .search-button a#button:hover {
	background-position: 0 64px;
}

#widget_search_keyword {
	position:relative;
	left:10px;
	height:28px;
	top:4px;
	width:280px;
	border:none;
	background: transparent;
	outline:none;
}

.social-networking {
	position:relative;
	height:90px;
	width:350px;
	background: #fff url(../images/socialbox_white.jpg) no-repeat;
	margin-top:25px;
	left:-15px;
	text-align:left;
}

.social-networking .social-margin {
	margin-left:20px;
}

#search_keyword {
	position:relative;
	background:transparent;
	border:none;
	height:34px;
	width:406px;
	font-size:20px;
	font-weight: bold;
}

.facebook-like {
	padding-top:15px;
}

.twitter-follow {
	position:relative;
}

.twitter-follow span {
	position:relative;
	top:-7px;
	left:2px;
	font-family:arial;
	font-size:0.9em;
}

#site-status {
	position: fixed;
	z-index:100;
	bottom:0;
	right:0;
	border:1px solid #888;
	background: #fff url('../../images/ajax-loader.gif') no-repeat 4px;
	padding:2px 5px 2px 25px;
	font-size:11px;
	vertical-align:middle;
	display:none;
}

.terms-content {
	text-align:left;
}

.flyer {
	text-align:right;
	padding-right:30px;
}

a#pay-button {
	display:block;
	width:231px;
	height:35px;
	background: transparent url(../images/btn_payrentnow.jpg);
}

a#pay-button:hover {
	background-position:0 35px;
}

.terms-info {
	width:881px;
	color:#323230;
	font-size: 14px;
}

.terms-header {
	background: #2F2F2F url(../images/tc_header_box.jpg) no-repeat;
	height:64px;
}

.terms-body {
	background: #2F2F2F url(../images/tc_body_box.jpg) repeat-y;
	padding:0 20px;
}

.terms-footer {
	background: #2F2F2F url(../images/tc_footer_box.jpg) no-repeat left bottom;
	height:64px;
}

.terms-header h2, .terms-footer h3 {
	margin:0px 20px;
}

ol.uroman {list-style-type:upper-roman}
ol.decimal {list-style-type:decimal}
ol.lalpha {list-style-type:lower-alpha}
ol.ualpha {list-style-type:upper-alpha}

ol p {
	margin-top:0;
}

ol ol {
	margin-bottom:1em;
}

.title { font-weight: bold}

a.back {
	position:relative;
	display:block;
	width:43px;
	height:40px;
	background: transparent url(../images/btn_back_dbl.png);
}

a.back-top {
	left:-50px;
}

a.back-bottom {
	left:-20px;
}

a.back:hover {
	background-position:0 40px;
}

.underline {text-decoration:underline}
