/*
		ROVERS RETREAT CSS DOCUMENT
*/

/*----------	LaYoUT STYLeS	----------*/
body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 130%;
	text-align: left;
	background-color: #2D4F9B;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	margin: 20px auto 0 auto;
	width: 778px;
	overflow: hidden;
	background-color: #E7EFF5;
}

div#content_container {
	width: 511px;
	float: left;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	background-color: #FFFFFF;
}



/*----------	CoMMoN STYLeS	----------*/
.clear {
    content: "."; 
    clear: both; 
    display: block; 
    visibility: hidden;
}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

.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: #DE5519;
}

#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:55px;
}

#nav ul li#pets a {
	background:url(../images/nav/pets.gif) no-repeat top;
	width:66px;
}

#nav ul li#products a {
	background:url(../images/nav/products.gif) no-repeat top;
	width:92px;
}

#nav ul li#reptiles a {
	background:url(../images/nav/reptiles.gif) no-repeat top;
	width:139px;
}

#nav ul li#grooming a {
	background:url(../images/nav/grooming.gif) no-repeat top;
	width:73px;
}

#nav ul li#accessories a {
	background:url(../images/nav/accessories.gif) no-repeat top;
	width:111px;
}

#nav ul li#kennels a {
	background:url(../images/nav/kennels.gif) no-repeat top;
	width: 164px;
}

#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.pets #nav ul li#pets a, body.products #nav ul li#products a, body.reptiles #nav ul li#reptiles a, body.grooming #nav ul li#grooming a, body.accessories #nav ul li#accessories a, body.kennels #nav ul li#kennels 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%;
	background-color: #E7EFF5;
}

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: 100px 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;
}


/*----------	FooTeR STYLeS	----------*/
div#footer {
	clear: both;
	width: 778px;
	font-size: 10px;
	margin: 0 auto;
	font-weight: bold;
	padding: 0px;
	color: #FFE300;
}

div#footer a{
	color: #FFE300;
}

div#footer a:hover {
	color: #E7EFF5;
}

#footer p {
	margin-left: 20px;
}