/* 
Title:		SLG Style
Author: 	Atomic Fusion
Updated:	August 2007
*/

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	background: #fff url(../img/body-bg.jpg) top left repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: left;
	color: #666;
}

a {
	text-decoration: none;
	color: #40608C;
}

a:hover {
	color: #999;
}

p {
	padding-top: 10px;
	font-size: .9em;
	padding-right: 10px;
	line-height: 1.2em;
}

h2 {
	color: #036;
	text-transform: uppercase;
	font: 1.2em/1em Arial, Helvetica;
	margin-top: 20px;
	margin-bottom: 10px;
}

h2.info {
	visibility: hidden;
}

h3 {
	color: #6699cc;
	text-transform: uppercase;
	font: bold 1em/1.2em Arial, Helvetica;
}

h4 {
	color: #999;
	font-size: .9em;
	border-top: 1px solid #eee;
	margin-right: 25px;
	line-height: 2.5em;
}

h4 a {
	color: #999;
	display: block;
}

h4.on, h4.on a, h4 a:hover {
	color: #6699cc;
}

h4.first {
	margin-top: 10px;
}

h4.last {
	border-bottom: 1px solid #eee;
}

h5 {
	line-height: 2em;
	color: #777;
	font-size: .8em;
	text-transform: uppercase;
}

hr {
	border: 0;
	height: 1px;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #e4e4e4;
	margin-top: 15px;
	margin-bottom: 15px;
}

#container {
	width: 761px;
	margin: 0 auto;
	position: relative;
}

#deals {
	height: 300px;
	position: relative;
}

#deals li {
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 5px;
}

#header {
	height: 84px;
	/*width: 761px;*/
	border-width: 0 1px 1px 1px;
	border-color: #d5d5d5;
	border-style: solid;
	background: url(../img/masthead-bgs.jpg) repeat-x center top;
}

#header h1 a {
	position: absolute;
	width: 170px;
	height: 50px;
	left: 20px;
	display: block;
	text-indent: -9999px;
	top: 18px;
	background: url(../img/logo.jpg) no-repeat;
}

/* @group nav */

ul#nav {
	text-transform: uppercase;
	display: block;
	z-index: 1;
	font-size: .9em;
	line-height: 1.7em;
	height: 25px;
	margin-top: 28px;
	float: right;
	width: 460px;
	margin-right: 10px;
}

ul#nav li {
	float: left;
	list-style-type: none;
}

ul#nav li a {
	display: block;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	border-right: 1px solid #d9d9d9;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 2.5em;
}

ul#nav li.last a {
	padding-right: 0;
	padding-left: 8px;
	border-right: 0;
}

ul#nav a.on, #nav li a:hover {
	color: #6699cc;
}

/* @end */

#content {
	border: 1px solid #d5d5d5;
	margin-top: 15px;
	background: #fff url(../img/watermark.gif) no-repeat center bottom;
	min-height: 655px;
	height: auto !important;
	height: 655px;
}

.content-top {
	background: url(../img/content-top.jpg) no-repeat center top;
	width: 772px;
	height: 25px;
}

.content-bottom {
	background: url(../img/content-top.jpg) no-repeat center top;
	width: 772px;
	height: 25px;
}

/* @group scroll */



#scrollup {
	position: relative;
	overflow: hidden;
	width: 410px; height:250px;
	margin-top: 50px;
	_margin-top: 20px;
	top:200px;
	padding:0;
}

.headline {
	text-align: left;
	position: absolute;
	top: 400px;
	left: 25px;
	_left: 15px;
	height: 450px;
	width: 400px;
}

/* @end */

/* @group column */

.column {
	width: 255px;
	float: left;
	background: url(../img/column-side.jpg) no-repeat right 45px;
	padding-left: 20px;
	padding-bottom: 20px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

.column h3 {
	color: #036;
	text-transform: uppercase;
	font: 1em/1em Arial, Helvetica;
	margin-top: 20px;
	margin-bottom: 10px;
}

.column p {
	padding-right: 25px;
	color: #8d8d8d;
	line-height:1.3em;
}

.column p.small {
	font-size: .8em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.column ul {
	margin-top: 10px;
	padding-right: 25px;
}

.column ul.small {
	margin-top: 5px;
	font-size: .9em;
}

.column li {
	list-style-type: none;
	background: url(../img/li-bullet.gif) no-repeat left top;
	padding-left: 15px;
	font-size: .9em;
	color: #999;
	line-height: 1.2em;
	margin-bottom: 8px;
}

.column ul.small li {
	line-height: 1.2em;
	margin-bottom: 4px;
}

.column blockquote {
	width: 190px;
	height: 75px;
	display: block;
	color: #999;
	font-weight: normal;
	font-style: normal;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: .9em;
	line-height: 1.2em;
	text-align: center;
	background: url(../img/blockquote-bg.jpg) no-repeat;
	margin-left: 20px;
}

.column blockquote span {
	display: block;
	padding: 15px 10px 10px 5px;
	_padding: 15px 15px 10px 10px;
}

.column blockquote span a {
	border-bottom: 1px solid #eee;
}

.column dl {
	margin-top: 20px;
	margin-left: 10px;
	padding-right: 10px;
}

.column dt {
	color: #972323;
	font-weight: bold;
	font-size: .9em;
}

.column dd {
	line-height: 1.4em;
	padding-bottom: 10px;
	font-size: .9em;
}

/* @end */

/* @group main */

.main {
	width: 430px;
	float: left;
	/*margin-right: 20px;*/
	padding-left: 15px;
	padding-bottom: 20px;
}

.main h2 {
	padding-left: 10px;
}
#featured{
	padding: 10px 0px 25px 5px;
	width:405px;
	position:absolute;
	top:0px;
	left:8px;
	text-align:left;
	background-color:#fff !important;
	z-index:999;	
	background:url('../img/featured-bg.png') bottom center no-repeat;
}
#featured h3{
	color: #6699cc;
	text-transform: uppercase;
	font: bold 15px Arial, Helvetica;
	padding:5px 0 5px 28px;
	background:url('../img/clipboard.jpg') center left no-repeat;
}
#featured p{	
	color: #999;
	padding-top: 5px;
	padding-right: 10px;
	line-height: 1.2em;
	font-size: 12px;
	line-height:1.3em;
}
#featured hr {
	border: 0;
	height: 1px;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #e4e4e4;
	margin-top: 10px;
	margin-bottom: 0px;
}
#focus-wrapper {
	width: 445px;
	background: url(../img/main-bg.jpg) no-repeat center top;
	text-align: center;
	padding-top: 10px;
	position: relative;
	min-height: 350px;
	height: auto !important;
}

#focus {
	width: 380px;
	text-align: left;
	margin-left: 10px;
	padding: 10px 20px 10px 30px;
}

#focus-footer {
	width: 300px;
	height:500px;
	background-image: url(../img/pbg4.png);
}

#photo img {
	float: right;
	position: relative;
	top: -35px;
	right: -10px;
	padding-left: 10px;
}

#focus p {
	line-height: 1.6em;
	color: #036;
}

/* @end */

.clear {
	clear: both;
}

/* @group forms */

form {
	margin-top: 15px;
}

label {
	display: block;
	margin-bottom: .1em;
	color: #999;
	margin-top: .5em;
	font-size: .9em;
}

input, textarea {
	color: #666;
	background-color: #faf9f7;
	border: 1px solid #f3f3f3;
}

input:focus, textarea:focus {
	background-color: #fff;
}

label.error {
	font-size: .9em;
	color: #900;
}

/* @end */

.address {
	letter-spacing: 1px;
	display: block;
	color: #999;
	font-size: .85em;
	line-height: 1.4em;
	text-align: left;
	white-space: nowrap;
	clear:both;
	color:#6699CC;
	text-align:center;
	margin-top:190px;
}

.addrhome {
	position: absolute;
	top: 460px;
	left: 10px;
}
.calcbutton img{border:0px;}

.button {
	width: 110px;
	height: 40px;
	background: url(../img/button_bkgrd.jpg) no-repeat center center;
	color: #aaa;
	text-transform: uppercase;
	text-align: center;
	display: block;
	line-height: 1.2em;
	font-size: .8em;
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
}

.button p {
	margin: 0;
	padding: 0 5px;
}

.button a {
	display: block;
	padding-top: 9px;
	color: #aaa;
	font-weight: bold;
}

.button a.single {
	display: block;
	padding-top: 14px;
	color: #aaa;
}

.button a:hover, .button a.single:hover {
	color: #999;
}

#footer {
	color: #ccc;
	font-size: .8em;
	text-transform: uppercase;
	margin-top: 15px;
}