.temp_splash {
	background-attachment: scroll;
	background-image: url(../images/temp_splash.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 400px;
	width: 950px;
	margin-top: 25px;
}
body {
	background: #414141;
	margin: 10px auto;
	font-size: 14px;
	color: #00000;
	font-family:Arial, Helvetica, sans-serif;
	}
a {
	text-decoration: none;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #FF7118;
	}
h3 {
	font-size: 16px;
	color: #FF7118;
	}
p {
	line-height: 30px;
	}	

.cl {
	clear: both;
	}

/* Wrapper */
#wrapper_top {
	background: url(../images/layout/wrapper_top.jpg) no-repeat;
	width: 1011px;
	height: 17px;
	margin: 0 auto;
	}
#wrapper {
	background: url(../images/layout/wrapper.jpg) repeat-y;
	width: 1011px;
	height: auto;
	margin: 0 auto;
	}
#wrapper_bottom {
	background: url(../images/layout/wrapper_bottom.jpg) no-repeat;
	width: 1191px;
	height: 54px;
	margin: 0 auto;
	padding-top: 36px;
	text-align: right;
	}

/* Header content */
a.logo:link, .logo:link, .logo {
	background: url(../images/layout/logo.jpg) no-repeat;
	width: 379px;
	height: 74px;
	margin: 10px 0 20px 20px;
	display: block;
	float: left;
	}
.phone {
	background: url(../images/layout/phone.jpg) no-repeat;
	width: 310px;
	height: 71px;
	float: right;
	margin: 10px 20px 0 0;
	}
#menu {
	background: url(../images/layout/flash_bg.png) no-repeat;
	width: 1029px;
	height: 59px;
	}
#subtitle {
	margin: -2px;
	}
/* Footer */
#footer {
	width: 1000px;
	font-size: 11px;
	text-align: center;
	line-height: 9px;
	margin: 0 auto;
	}
	#footer a{
		color: #000000;
		}
	#footer a:hover {
		color: #ff7118;
		}
#pgems_link{
	background: url(../images/layout/pgems.png) no-repeat top;
	width: 145px;
	height: 25px;
	display: block;
	float: right;
	margin: -15px 0 0 0;
	}
a#pgems_link:hover {
	background-position: bottom;
	}
/* Content */
#content_left {
	width: 760px;
	margin: 10px 0 0 20px;
	float: left;
	}
a.rates_btn:link, .rates_btn:link, .rates_btn {
	background: url(../images/layout/rates_btn.jpg) no-repeat top;
	width: 375px;
	height: 79px;
	display: block;
	float: left;
	margin: 10px 0 0 0;
	}
	a.rates_btn:hover, .rates_btn:hover {
		background-position: bottom;
		}
.bottom_link {
	font-size: 18px;
	color: #FF7118;
	text-align: right;
	margin-right: 120px;
	}
	.bottom_link:hover {
		color: #414141;
		}
.example {
	background:url(../images/examples/1.jpg) no-repeat;
	width: 740px;
	height: 182px;
	margin: 10px;
	}
.ad_waiting {
	background:url(../images/layout/ad_waiting.jpg) no-repeat;
	width: 400px;
	height: 300px;
	margin: 10px;
	float: left;
	}
/* Side bar */
#sidebar {
	float: right;
	width: 185px;
	margin: 10px 20px 0 0;
	font-size: 24px;
	line-height: 30px;
	color: #FFFFFF;
	}
.sidebar_top {
	background: url(../images/layout/sidebar_top.jpg) no-repeat;
	width: 185px;
	height: 8px;
	}
.sidebar_mid {
	background: #ff4d00;
	padding: 20px;
	}
.sidebar_bottom {
	background: url(../images/layout/sidebar_bottom.jpg) no-repeat;
	width: 185px;
	height: 8px;
	}
.sblack_top {
	background: url(../images/layout/sbblack_top.jpg) no-repeat;
	width: 275px;
	height: 10px;
	}
.sblack_mid {
	background: #000000;
	width: 235px;
	min-height: 435px;
	padding: 10px 20px 10px 20px;
	font-size: 12px;
	}
.sblack_bottom {
	background: url(../images/layout/sbblack_bottom.jpg) no-repeat;
	width: 275px;
	height: 10px;
	}

/* bus benches rates page */
#rate_header {
	width:100%;
	height:16px;
	background-image:url(../images/layout/rh_bg.jpg);
	background-repeat:repeat-x;
	background-attachment:scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
	border: 1px solid #000000;
}
.rate_line {
	width:100%;
	height:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
	

