/* @override http://bradleyroofinginc.com/br_ee/stylesheets/master.css */

/*-----------------------------------------------------------------
BRADLEY ROOFING

MASTER

version: 	1.0
author: 	IMP Designs
email:		info@impdesigns.com
website:	http://www.impdesigns.com
copyright:	(c)2008

-------------------------------------------------------------------*/

/* @group Overall */

/* RESET ELEMENTS ON WEB PAGE
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	vertical-align: baseline;
	list-style: none;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.clear{
	clear: both;
}

.container{
	width: 840px;
	margin: 0 auto;
}

body{
	border-top: 4px solid #af1e23;
	background-color: #7a7a7a;
	font: 14px/1.3em "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	color: #312811;
}

/* @end */

/* @group Header */
#header{
	background-color: #3c3c3c;
}

#site_logo{
	margin: 25px 0 0 0;
	height: 70px;
	width: 320px;
	float: left;
	text-indent: -9999px;
	background: url(../images/logos/bradley_roofing.gif) no-repeat 0 0;
}

#call_to_action{
	padding: 20px 10px 0 30px;
	height: 110px;
	width: 240px;
	float: right;
	background: url(../images/miscellaneous/call_to_action.jpg) no-repeat 0 0;
	font-size: 150%;
	line-height: normal;
}

	#call_to_action span{
		font-size: 140%;
		font-weight: bold;
		color: #af1e23;
	letter-spacing: 1px;
}

#header_image{
	clear: both;
	height: 150px;
	background: url(../images/header_images/green_roof_house.jpg) no-repeat 0 0;
	border-top: 2px solid #7a7a7a;
	border-bottom: 10px solid #7a7a7a;
}

	#header_image p{
		padding: 25px 0 0 30px;
		font-size: 250%;
		width: 400px;
		color: #fff;
		line-height: 1.2em;
	}
	
/* @end */

/* @group Content */
#content{
	background-color: #3c3c3c;
}

	#content .container{
		padding-top: 15px;
	}

/* CONTENT AREA
----------------------------------*/
.content-top{
	height: 5px;
	background-color: #dddcdc;
}

.content-middle{
	height: 100%;
	padding: 20px;
	background: url(../images/backgrounds/content_area-middle.gif) repeat-y 0 0
}

/* @end */

/* @group Footer */
#footer{
	background: url(../images/backgrounds/footer_border.gif) repeat-x 0 0;
}

	#footer .container{
		width: 800px;
		padding: 15px 20px;
		background: url(../images/backgrounds/content_area-bottom.gif) no-repeat 0 0;
	}
	
	#copyright{
		float: left;
		color: #7a7a7a;
		font-size: 100%;
	}
	
	#site_creator{
		margin-top: 25px;
		float: right;
		width: 97px;
		height: 20px;
		clear: both;
		text-indent: -9999px;
		background-image: url(../images/logos/imp_designs.gif);
	}

/* @end */

/* @group Column Structure */
#main_column{
	width: 470px;
	float: left;
}

#side_column{
	width: 300px;
	float: right;
}


/* @end */

/* @group Text */
a{
	color: #722f6c;
	text-decoration: none;
}

	a:hover{
		color: #555;
		text-decoration: underline;
	}
	
	a.expander{
		font-size: 110%;
		color: #000;
		display: block;
		font-weight: bold;
		line-height: 1em;
		margin-bottom: 6px;
		padding: 0 0 0 15px;
		background: url(../images/elements/miscellaneous/plus_box.gif) no-repeat 0 0;
	}

h1 { 
  font-size: 24px; 
  line-height: 36px;
  margin-bottom: 18px;
  color: #a61a1a;
}

	h1#page_title{
		margin: 0 0 20px 0;
		padding: 0;
		line-height: normal;
		font-size: 250%;
		color: #fff;
		font-weight: normal;
		font-family: Georgia, "Times", serif;
	}

h2 { 
  font-size: 18px; 
  line-height: 18px; 
  margin-bottom: 18px;
  color: #a61a1a;
  font-weight: normal;
  font-family: Georgia, "Times", serif;
}

	h2.subheading{
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 5px;
		padding: 5px 10px;
		color: #fff;
		border-bottom: 5px solid #fff;
	}
	
h3 { 
  font-size: 12px; 
  line-height: 18px; 
}

h4{
	color: #777;
}

p{
	margin-bottom: 10px;
	padding-top: 8px;
}

	.intro{
		font-weight: bold;
		font-size: 120%;
		border-bottom: 3px solid #f4f4f4;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}
	
span.red{
	color: #af1e23;
}

ul.bulleted{
	padding: 0 50px;
	margin-bottom: 18px;
	font-size: 140%;
	line-height: 1.5em;
	color: #999;
	list-style-image: url(../images/miscellaneous/bullet.gif);
}

	ul.bulleted li{
		list-style-image: url(../images/miscellaneous/bullet.gif);
	}
	
.item {
	margin-bottom: 25px;
	border-bottom: 2px solid #ccc;
}

.item h2 {
	margin: 0 0 5px;
}

.item p {
	margin-bottom: 7px;
	padding: 0;
}

/* @end */

/* @group Main Navigation */
ul#main_nav{
	margin: 0;
	clear: both;
	line-height: 35px;
	font-size: 160%;
}

	ul#main_nav li{
		margin-right: 40px;
		float: left;
	}
	
	ul#main_nav li a{
		display: block;
		color: #7a7a7a;
	}
	
		ul#main_nav li a:hover{
			text-decoration: none;
			color: #aaa;
}
	
	ul#main_nav li a.current{
		color: #fff;
		background: url(../images/navigation/main_nav-current.gif) no-repeat bottom center;
	}

/* @end */

/* @group Footer Navigation */
ul#footer_nav{
	float: right;
	font-size: 120%;
}

	ul#footer_nav li{
		float: left;
		margin-left: 20px;
	}
	
	ul#footer_nav li a{
		display: block;
		color: #7a7a7a;
		padding-bottom: 5px;
	}
	
		ul#footer_nav li a.current{
			border-bottom: 5px solid #dddcdc;
		}


/* @end */

/* @group Modules */

/* YELLOW PAPER
----------------------------------*/
#yellow_paper{
	margin-bottom: 18px;
	position: relative;
	margin-top: -70px;
}

	#yellow_paper .top{
		height: 70px;
		background-image: url(../images/backgrounds/yellow_paper-top.gif);
	}
	
		#yellow_paper .top h3{
			margin-top: 40px;
			padding: 0 15px;
			float: left;
			color: #a61a1a;
			font-size: 175%;
			font-weight: normal;
			font-family: Georgia, Times, serif;
		}
	
	#yellow_paper .middle{
		line-height: 22px;
		padding: 0 15px 10px 15px;
		background: url(../images/backgrounds/yellow_paper-middle.gif) repeat-y 0 0;
}
#yellow_paper .middle p {
	font-size: 90%;
}
	
	#yellow_paper .bottom{
		height: 10px;
		background: url(../images/backgrounds/yellow_paper-bottom.gif) no-repeat 0 0;
	}

/* NORMAL MODULES
----------------------------------*/
.module{
	margin-bottom: 18px;
}

	.module h3{
		line-height: 1.7em;
		padding-left: 25px;
		color: #a61a1a;
		font-size: 175%;
		font-weight: normal;
		font-family: Georgia, Times, serif;
		background: url(../images/miscellaneous/nail.gif) no-repeat 0 center;
	}
	
	a.side_button {
	display: block;
	margin-bottom: 5px;
}
/* @end */

/* @group Sub Navigation */
ul.sub_nav{
	font-size: 125%;
	line-height: normal;
}
	
	ul.sub_nav li{
		margin-bottom: 3px;
	}
	
	ul.sub_nav li a{
		display: block;
		padding: 5px;
		width: 290px;
		color: #000;
		border: 1px solid #ededed;
		background-color: #f3f3f3;
	}
	
		ul.sub_nav li a:hover{
			background-color: #d7343a;
			border-color: #ad383b;
			color: #fff;
			text-decoration: none;
		}
	ul.sub_nav li.current a {
				background-color: #d7343a;
			border-color: #ad383b;
			color: #fff;
			text-decoration: none;	
}


/* @end */

/* @group Forms */
form{
	padding: 10px;
	background-color: #eee;
	border: 3px solid #ddd;
}

	form label{
		display: block;
		font-weight: bold;
		margin-bottom: 3px;
		color: #a61a1a;
	}
	
	form .text_field{
		margin-bottom: 8px;
		display: block;
		width: 98%;
		padding: 3px;
		font-size: 125%;
	}
	
	form .sm_text_field {
		margin-bottom: 8px;
		display: block;
		width: 10%;
		padding: 3px;
		font-size: 125%;}
	
	form textarea{
		margin-bottom: 8px;
		width: 98%;
		padding: 3px;
		display: block;
	}
	
	form select{
		margin-bottom: 8px;
		display: block;
		font-size: 125%;
	}

	form input.button{
		margin-bottom: 4px;
		font-size: 130%;
		font-weight: bold;
		padding: 5px;
		border: 1px solid #555;
		background-color: #888;
		color: #fff;
		cursor: pointer;
		display: block;
	}
	
		form input.button:hover{
			background-color: #a61a1a;
			border-color: #8a1515;
		}

/* @end */

/* @group SLIDESHOW */

div.slideshow {
  margin: 18px auto;
	padding: 5px;
	background-color: #f3f3f3;
	border: 1px solid #999;
}

div.slideshow div {
	margin: 0 auto;
}

div.slideshow p {
  padding-top: 9px;
  	width: auto;
	padding-left: 10px;
}

div.slideshow ul {
			background: #FFF;
			position: absolute;
			opacity: 0.5;
			overflow: hidden;
			padding: 4px 8px;
			right: 10px;
			top: 10px;
			z-index: 1000;
	border: 1px solid #ccc;
}
		
		div.slideshow ul a {
			cursor: pointer;
			display: block;
			float: left;
			height: 14px;
			margin: 0 4px 0 0;
			overflow: hidden;
			width: 12px;
	background: url(../images/buttons/a.gif) no-repeat;
}

div.slideshow:hover ul {
			opacity: 1.0;
		}
		div.slideshow ul a.prev {
			width: 14px;
	background-image: url(../images/buttons/prev.gif);
}
		div.slideshow ul a.next {
			margin-right: 0;
			width: 14px;
	background-image: url(../images/buttons/next.gif);
}
		div.slideshow ul a.active,
		div.slideshow ul a.prev:hover,
		div.slideshow ul a.next:hover {
			background-position: 0 -14px;
		}
		div.slideshow ul li {
			float: left;
			list-style: none;
		}



/* @end */

/* @group MULTIBOX */

/**************************************************************

	MultiBox
	v1.1

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #222;
	background-color: #FFF;
	display: none;
	z-index: 2;
}

.MultiBoxLoading {
	background: url(../images/multibox/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(../images/multibox/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #222;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(../images/multibox/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(../images/multibox/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(../images/multibox/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(../images/multibox/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}

.thumb_box {
	width: 75px;
	height: 75px;
	margin: 0 15px 15px 0;
	float: left;
	border: 2px solid #666;
	overflow: hidden;
	padding: 2px;
}

.page_image {
	margin: 0;
	padding: 0;
	width: auto;
	height: 80px;
}

a.mb {
	width: 75px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 75px;
	display: block;
}

/*************************************************************/

/* @end */
