@import url("reset.css");

body {
	background: #262626 url(/images/layout/bg.png) repeat;
	font-family: Arial, Verdana, sans-serif;
}
#container {
	width: 980px;
	margin: 0 auto;
}

/*---------- TYPOGRAPHY ----------*/

h1 {
	font-family: Verdana, sans-serif;
	font-size: 28px;
	line-height: 28px;
	padding: 28px 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
	color: black;
}
h2 {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	line-height: 22px;
	padding: 15px 0px 18px 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -0.5px;
	color: black;	
}
h3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
	margin: 0;
	padding: 0px 0px 9px 0px;

}
p{
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	margin: 0;
	padding: 0px 0px 15px 0px;
}
p.intro {
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	margin: 0;
	padding: 0px 0px 15px 0px;
}
p strong {
	color: black;
	font-weight: bold;
}
a, a h2, a strong {
	color: #ba2916;
	text-decoration: none;
}
a:hover,
a:hover h2,
a:hover strong {
	color: #de1e0e;
	cursor: pointer;
}
a.arrow {
	text-transform: uppercase;
	font-size: 13px;
	padding-right: 22px;
	background: url(/images/layout/link-arrow.png) right no-repeat;
	font-weight: bold;
	text-decoration: none;
}

/*---------- HEADER ----------*/

#header {
	width: 980px;
	height: 182px;
	background: url(/images/layout/header.png) no-repeat;
	position: relative;
}
#home-link {
	display:block;
	height:70px;
	left:50px;
	position:relative;
	top:15px;
	width:210px;
	z-index:300;
	background: url(/images/layout/space.png) repeat;
	cursor: pointer;
}
#home #header,
#control-rats-mice #header {
	height: 436px;
}
#nav li a span {
	display: none;
}
#nav li a {
	position: absolute;
	display: block;
	z-index: 100;
	cursor: pointer;
}
#products a {
	width: 128px;
	height: 58px;
	left: 30px;
	top:102px;
	background: url(/images/layout/nav-products.png) no-repeat;
}
#control a{
	width: 280px;
	height: 81px;
	left: 158px;
	top:59px;
	background: url(/images/layout/nav-control.png) no-repeat;
}
#about a{
	width: 192px;
	height: 68px;
	left: 438px;
	top:29px;
	background: url(/images/layout/nav-about.png) no-repeat;
}
#faqs a{
	width: 72px;
	height: 49px;
	left: 630px;
	top:18px;
	background: url(/images/layout/nav-faqs.png) no-repeat;
}
#products a:hover,
#control a:hover,
#about a:hover,
#faqs a:hover {
	background: url(/images/layout/space.png) repeat;
}

/*---------- FLOOR PLAN ----------*/

#floor-plan {
	height:355px;
	width:920px;
	top:81px;
	left:30px;
	margin:0;
	position:absolute;
}

/*---------- CONTENT ----------*/

#content {
	width:920px;
	margin: 0 auto;
	padding-top: 30px;
	background: white;
	display: block;
	position: relative;
}
#content img.left {
	float: left;
	padding: 0px 15px 15px 0px;
	display: inline;
}
#content img.right {
	float: right;
	padding: 0px 0px 15px 15px;
	display: inline;
}
#content img.last {
	float: left;
	padding: 0px 0px 15px 0px;
	margin-right: -1px;
	display: inline;
}

/*Homepage*/

#range h2{
	padding-top: 20px;
}
#range a.product,
#range a.product-last {
	width: 150px;
	display: block;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	display: inline;
}
#range a.product {
	padding-right: 15px;
}
#range a.product-last {
	margin-left: -1px;
	padding-right: 0px;
}
#range a.product img,
#range a.product-last img{
	width:150px;
	height:185px;
	padding-bottom:10px;
	display:block;
}

/*Breadcrumbs*/

#breadcrumbs {
	height: 27px;
	width: 670px;
	color: white;
	display: block;
	font-size: 13px;
}
#breadcrumbs ul li {
	float: left;
	display: inline;
}
#breadcrumbs ul li a{
	height: 15px;
	padding: 7px 19px 5px 7px;
	color: #f5e900;
	font-weight: bold;
	float: left;
	display: inline;
	background:#000000 url(/images/layout/breadcrumb-arrow.png) right no-repeat;
}
#breadcrumbs ul li a:hover {
	color: #DE1E0E;	
}
#home #breadcrumbs ul .first {
	height: 15px;
	font-weight: bold;
	float: left;
	display: inline;
	padding: 7px 15px 5px 41px;
	background:#000000 url(/images/layout/breadcrumb-home.png) right no-repeat;
	color: white;
}
#breadcrumbs ul .first a{
	padding-left: 41px;
	background:#000000 url(/images/layout/breadcrumb-first.png) 28px 9px no-repeat;
}
#breadcrumbs ul .last {
	height: 15px;
	font-weight: bold;
	float: left;
	display: inline;
	padding: 7px 11px 5px 6px;
	background:#000000 url(/images/layout/breadcrumb-last.png) right no-repeat;
}

/*main content area*/

#main {
	display:inline;
	float:left;
	padding:0 0 20px 28px;
	width:644px;
}
div.hr hr,
div.hrl hr {
	display: none
}
#main div.hr {
	clear: both;
	margin: 20px 0px 20px 0px;
	padding: 0;
	width:644px;
	height: 1px;
	border: none;
	background: #fff url(/images/layout/red-divider.png) no-repeat scroll center;
}
#main div.hrl {
	clear: both;
	margin: 28px 0px 0px 0px;
	padding: 0;
	width:644px;
	height: 40px;
	border: none;
	background: url(/images/layout/gray-divider.png) left no-repeat;
}
#main div.left {
	float: left;
	width: 315px;
	display: inline;
}
#main div.right {
	float: right;
	width: 315px;
}
#main ul {
	list-style:disc inside;
	padding-top: 5px;
	padding-bottom: 15px;
}
#main ol {
	list-style: decimal inside;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main ul li,
#main ol li {
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	margin: 0;
	padding: 0px 0px 10px 0px;
}
#main .quote {
	width: 315px;
	font-weight: bold;
	letter-spacing: -0.5px;
	float: right;
	color: #de1e0e;
	font-size: 20px;
	line-height: 20px;
	padding: 0px 0px 15px 15px;
}
#control-rats-mice #main ul {
	list-style-position: outside; 
	list-style:none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#control-rats-mice #main ul li {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 18px;
	margin: 0;
	padding: 0px 0px 10px 20px;
	background: url(/images/layout/check.png) left 1px no-repeat;
}

/*sidebar*/

#sidebar {
	width: 233px;
	float: right;
	margin-top: -27px;
	padding-bottom: 10px;
}
#home #sidebar {
	margin-top: 0px !important;
}
#sidebar .topics h2{
	background: url(/images/layout/topics-head.png) top right no-repeat;
	height: 77px;
	padding: 0;
	margin: 0;
}
#sidebar .topics h2 span {
	display: none;
}
#sidebar .topics .story-bg {
	width: 190px;
	padding: 0px 15px 15px 15px;
	margin-bottom: 20px;
	background:#e6e6e6 url(/images/layout/topics-bottom.png) bottom right no-repeat;
	float: right;
}
#sidebar .topics .story-bg .story {
	width: 190px;
	margin: 0px 0px 10px 0px;
	background:white url(/images/layout/story-top.png) top center no-repeat;
}
#sidebar .topics .story-bg .story p {
	width: 170px;
	padding: 7px 10px 25px 10px;;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #ba2916;
	background: url(/images/layout/story-bottom.png) bottom center no-repeat;
}
#sidebar a img {
	float: right;
	margin-bottom: 20px;
}

/*---------- FOOTER ----------*/

#footer{
	width: 864px;
	height: 100%;
	background-color: black;
	margin: 0 auto;
	padding:0px 28px;
}
#footer p{
	color:#808080;
	font-size:11px;
	padding:0 0 28px 0;
	display: block;
	height: 15px;
}
#footer p a{
	color: #808080;
}
#footer p a:hover{
	color: #f5e900;
}
#footer ul {
	width: 315px;
	font-size: 13px;
	font-weight:bold;
	float: left;
	padding:28px 15px 28px 0px;
	display: block;
}
#footer ul li {
	width: 315px;
	border-bottom: 1px solid #2d2d2d;
	display: block;
}
#footer ul li a{
	width: 315px;
	display: block;
	color: #808080;
	padding: 12px 0px 8px 0px;
}
#footer ul li a:hover{
	width: 290px;
	color: #f5e900;
	padding-left: 25px;
	background: url(/images/layout/link-arrow-yellow.png) left 10px no-repeat;
}
#footer img.right {
	float: right;
	padding: 72px 12px 0px 0px;
}

