/*
		ROVERS RETREAT CSS DOCUMENT
*/

/*----------	LaYoUT STYLeS	----------*/
body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 130%;
	text-align: left;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	margin: 20px auto 0 auto;
	width: 778px;
	overflow: hidden;
	background-color: #EBEAFC;
}

div#content_container {
	width: 511px;
	min-height: 420px;
	float: left;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}



/*----------	CoMMoN STYLeS	----------*/
.clear {
    clear: both; 
    display: block; 
}

.hidden {
	display: none;
}

a {
	text-decoration: none;
	color: #2D4F9B;
}

a:hover {
	text-decoration: underline;
	color: #DE5519;
}

img {
	border:none;
}


/*----------	HeADeR STYLeS	----------*/
#header {
	width: 778px;
	height: 209px;
	position: relative;
	background-color: #FFFFFF;
}

#header img#home_logo {
	position: absolute;
	top: 2px;
	left: 35px;
}

#header img.splash_image {
	position: absolute;
}
#header img.splash_image#logo { left: 30px; }
#header img.splash_image#splash { left: 257px; }
#header img.splash_image#splash_one { left: 247px; top: 5px; }
#header img.splash_image#splash_two { left: 425px; top: 5px; }
#header img.splash_image#splash_three { left: 605px; top: 5px; }


/*----------	NaVIGaTIoN STYLeS	----------*/
#nav {
	height: 29px;
	width: 778px;
	background-color: #001190;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	float: left;
	margin: 0;
}

#nav ul li a {
	height: 29px;
	display: block;
}

#nav ul li a:hover {
	background-position: 0 -29px !important;
}

#nav ul li#home a {
	background:url(../images/nav/home.gif) no-repeat top;
	width:50px;
}

#nav ul li#profile a {
	background:url(../images/nav/profile.gif) no-repeat top;
	width:53px;
}

#nav ul li#industrial a {
	background:url(../images/nav/industrial.gif) no-repeat top;
	width:87px;
}

#nav ul li#domestic a {
	background:url(../images/nav/domestic.gif) no-repeat top;
	width:124px;
}

#nav ul li#automotive a {
	background:url(../images/nav/automotive.gif) no-repeat top;
	width:117px;
}

#nav ul li#emergency a {
	background:url(../images/nav/24hr.gif) no-repeat top;
	width:111px;
}

#nav ul li#mining a {
	background:url(../images/nav/mining.gif) no-repeat top;
	width: 106px;
}

#nav ul li#safes a {
	background:url(../images/nav/safes.gif) no-repeat top;
	width: 52px;
}

#nav ul li#contact-us a {
	background:url(../images/nav/contact.gif) no-repeat top;
	width:78px;
}

body.home #nav ul li#home a, body.profile #nav ul li#profile a, body.industrial #nav ul li#industrial a, body.domestic #nav ul li#domestic a, body.automotive #nav ul li#automotive a, body.emergency #nav ul li#emergency a, body.mining #nav ul li#mining a, body.safes #nav ul li#safes a, body.contact-us #nav ul li#contact-us a { background-position:0 -29px!important;}

/*----------	CTa STYLeS	----------*/
div#cta {
	width: 267px;
	float: right;
	font-size: 12px;
	line-height: 150%;
}

img#cta-img {
	width: 265px;
	margin: 10px 0 10px 0;
}

div#cta p {
	text-align: right;
	margin: 10px 35px 10px 0;
}

div#cta p#address {
	color: #2D4F9B;
	font-weight: bold;
}

div#cta a {
	font-weight: bold;
	text-decoration: none;
}
div#cta a:hover {
	text-decoration: underline;
}

img#webbasic {
	margin: 70px 32px 0 0;
}


/*----------	TeXT STYLeS	----------*/
#title {
	margin: 20px 0 0px 0;
}

img#text-img {
	margin: 0 15px;
	border: 1px solid #F04E9E;
}

img#text-img2 {
	clear: right;
	margin: 5px 15px;
	border: 1px solid #F04E9E;
}

div#text {
	text-align: left;
	width: 470px;
	margin: 0 10px 20px 40px;
}

div#text div.text-header {
	display: block;
	width: 400px;
	height: 15px;
	margin: 43px 0 0 9px;
}

div#text p {
	color: #000000;
	margin: 10px 25px 0px 10px;
}

#map {
	float: right;
	margin: 0 20px 10px 10px;
}

/*----------	FooTeR STYLeS	----------*/
div#footer {
	clear: both;
	width: 778px;
	font-size: 10px;
	margin: 0 auto;
	font-weight: bold;
	padding: 0px;
	color: #aaaaab;
}

div#footer a{
	color: #aaaaab;
}

div#footer a:hover {
	color: #E7EFF5;
}

#footer p {
	margin-left: 20px;
}

#footer ul li { float: left; list-style-type: none; display: block; margin-left: 12px; }