/*
		All in One Pest Control
*/

@import url("reset.css");

/*----------	LaY0UT STYLeS	----------*/
body {
	margin: 10px 0 0 0;
	padding: 0;
	color: #5d5c5c;
	font-size: 11px;
	line-height: 130%;
	text-align: center;
	background-color: #95B7D0;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 740px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF url(../images/core/bg.gif) repeat-y;
}

.column-left { width: 252px; }
.column-right { width: 480px; }


/*----------	CoMMoN STYLeS	----------*/
.clear { clear: both; display: block; }
.left { float: left; }
.right { float: right; }
.hidden { display: none; }

a { color: #DD3E30; text-decoration: none; }
a:hover { text-decoration: underline; }
hr { border: none; border-bottom: 1px solid #A7B6BE; margin: 10px; }
strong {	font-weight:bold; }
p { margin: 10px 20px 10px 10px; }

p#title { font-size: 16px; font-weight: bold; margin: 40px 0 20px 10px; }

img#inner_photo { margin: 0 50px 10px 10px; float:right; }
img#PDF-icon { padding-right: 5px; vertical-align: middle; }

ul.list { list-style: square; margin: 20px 40px; }
ul.gallery li { float: left; margin: 4px; }

/*----------	HeaDeR STYLeS	----------*/
#header { height: 268px; background: url(../images/core/header-bg1.gif) center top no-repeat; }

#top-banner { height: 76px; position: relative; }
#top-banner img#logo { position: absolute; top: 3px; left: 35px; }
#top-banner img#name { position: absolute; top: 16px; left: 207px; }	

#splash {
	height: 195px;
	position: relative;
	background-color: #7390B1;
	border-left: 1px solid #676969;
	border-right: 1px solid #676969;
}

img#splash1 { position: absolute; top: 13px; left: 25px; }
img#splash2 { position: absolute; top: 13px; left: 259px; }
img#splash3 { position: absolute; top: 13px; left: 495px; }




/*----------	NaVIGaTIoN STYLeS	----------*/
#nav {
	position: absolute;
	top: 152px;
	left: 259px;
	height: 26px;
}

#nav ul { list-style: none; }
#nav ul li { float: left; }
#nav ul li a { height: 26px; display: block; }
#nav ul li a:hover { background-position: 0 -26px!important; }
#nav ul li#home a { background:url(../images/nav/nav-home.gif) no-repeat top; width: 68px; }
#nav ul li#inspection a { background:url(../images/nav/nav-inspection.gif) no-repeat top; width: 96px; }
#nav ul li#control a { background:url(../images/nav/nav-control.gif) no-repeat top; width: 104px; }
#nav ul li#about a { background:url(../images/nav/nav-about.gif) no-repeat top; width: 88px; }
#nav ul li#contact-nav a { background:url(../images/nav/nav-contact.gif) no-repeat top; width: 100px; }

body.home #nav ul li#home a, body.inspection #nav ul li#inspection a, body.control #nav ul li#control a, body.about #nav ul li#about a, body.contact #nav ul li#contact-nav a {
	background-position: 0 -26px!important;
}


/*----------	CTa STYLeS	----------*/
#cta p { margin: 20px 0 0 50px; }
#cta a { font-weight: bold; }
#cta img#cta-left { margin: 20px 5px; }
#cta img#webbasic { margin: 80px 10px 30px 50px; }


/*----------	FooTeR STYLeS	----------*/
#footer { height: 49px; color: #0B325F; text-align: center; background: url(../images/core/bg-breadcrumb.gif) center top no-repeat; }
#footer a { color: #0B325F; }
#footer a:hover { color: #DD3E30; }
#footer p { padding-top: 10px; }