div.header {
	margin: 0 auto;
	padding-top: 20px;
	height: 110px;
	width: 994px;
	background: transparent url('../images/header_bg.png') no-repeat scroll;
	z-index:2;
}
div.rouler {
	position:absolute;
	left:-9999px;
}
div#rgb {
	background: url('../images/rgb.png') no-repeat;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-535px;
	width:300px;
	height:150px;
	z-index:-1;
}
div#logo {
	margin: -8px 0 0 20px;
	float: left;
	width: 268px;
}
a.home {
	background:url('../images/logo_rouler_sprite.png') no-repeat;
	float:left;
	text-indent:-9999px;
	height:86px;
	width:268px;
	z-index:20;
}
h1#h1 {
	text-indent:-9999px;
	margin:0;
}
a.home:hover {
	background-position: -268px 0px;
}
div.phoneemail {
	float:left;
	color: #000000;
	font-size: 11px;
	margin:24px 0px 0px 30px;
	text-align:center;
}
a {
	text-decoration: none;
	border-style: none;
}
body a:link, body a:visited {
	color: #4e6794;
}
body a:hover, div.links a:link, div.links a:visited {
	color: #8c0000	;
}
div.links a:hover {
	color: #4e6794;
}
body a:active, div.links a:active {
	color: #688ac7;
}
h2 a {
	color:#4e6794!important;
}
.menu {
	float:left;
	color:#fff;
	font-family: impact;
	font-size: 20px;
	text-align:center;
	width:460px;
	margin-left:30px;
}
.menu a {
	margin:0 -5px;
	padding:0 4px;
}
.menu a:link {
	color:#4e6794;
}
.menu_1 a {
	color:#414d41!important;
}
.menu_1 span a {
	color: #3f0000!important;
}
.menu a:hover,
.menu_1 a:hover {
	color:#8c0000!important;
	background:transparent url('../images/grey_grad_small.png') repeat-x top left;
	border-top:1px solid #ccc;
}
.menu a:active,
.menu_1 a:active {
	color: #688ac7!important;
}
.menu ul {
	margin: 0;
	list-style-type: none;
	padding: 4px 0px;
}
.menu ul li {
	display:inline;
	margin: 0;
	padding: 0;
}
.menu_1 {
	border-bottom: 1px solid #DDD;
}
.menu_2 {
	border-top: 1px solid #AAA;
}
div.footer_grad {
	display:none;
	background: url('../images/footer_grad.png') repeat-x;
	position:fixed;
	bottom:-10px;
	left:0;
	width:100%;
	height:72px;
	z-index:1;
}
div.slope_left {
	background: url('../images/slope_left.png') no-repeat;
	position:fixed;
	width:49px;
	height:89px;
	bottom:0px;
	left:0;
	z-index:2;
}
div.slope_middle {
	background: url('../images/slope_middle.png') no-repeat;
	position:fixed;
	width:743px;
	height:71px;
	bottom:0px;
	left:49px;
	z-index:2;
}
div.slope_right {
	background: url('../images/slope_right.png') no-repeat;
	position:fixed;
	width:800px;
	height:55px;
	bottom:0px;
	right:0;
	z-index:3;
}
.alignleft, img.alignleft {
float:left;
margin:5px 10px 5px 0;
}
.alignright, img.alignright {
float:right;
margin:5px 0 5px 10px;
}
.aligncenter, div.aligncenter, img.aligncenter {
display:block;
margin:10px auto;
text-align:center;
}