﻿html{
	-webkit-text-size-adjust:none;
}

html, body, form {
	color:#333;
	font:12px/1.25 'Trebuchet MS',Helvetica,sans-serif;
}

body {
	background-color:#c60;
}

/* Typography */
h1, h2, h3, h4, h5, p, ul, li {
	margin-bottom:20px;
	font-weight:normal;
}

h1, h2, h3 {
	font-weight:bold;
}

h1 {
	color:#222;
	font-size:13px;
}

h2 {
	font-size:12px;
}

h3, h4 {
	font:bold 11px 'Clarendon Std','Century Old Style','Century Schoolbook',Georgia,serif;
	margin-bottom:5px;
	text-transform:uppercase;
}

h4 {
	color:#777;
}

p {
	color:#777;
	margin:16px 0;
}

p.bullet {
	background:transparent url('../images/bullet.gif') no-repeat 0 2px;
	font-size:11px;
	margin:0 0 15px 0;
	padding:0 20px;
}

strong {
	color:#000;
}

li {
	color:#777;
	list-style:(../images/bullet.gif);
}

ul.plain {
	list-style:disc none outside;
	margin-left:15px;
}

.plain li {
	margin-bottom:15px;
}

/* Links */
a, a:link, a:visited {
	color:#c60;
	text-decoration:none;
}

a:hover {
	color:#c60;
	text-decoration:underline;
}

a img {border:none 0}

 /* Main Navigation */
#nav ul {
	margin-left:0;
}
#nav li {
	background-image:none;
	list-style:none;
	margin:0 0 16px 0;
}

#nav a,
#nav a:visited {
	display:inline-block;
	padding:1px 3px;
	color:#c60;
	font:bold 12px 'Clarendon Std','Century Old Style','Century Schoolbook',Georgia,serif;
	line-height:1.375em;
	text-transform:uppercase;
}

#nav a:hover,
#nav a:visited:hover {
	background-color:#c60;
	color:#fff;
	text-decoration:none;
}

#nav a.current, #nav li li a.current, .current {
	color:#777;
}

/* Forms */
form {
	display:inline;
	margin:0;
	padding:0;
}

form label {
	display:none;
	cursor:pointer;
}

input, textarea {
	color:#777777;
	font:12px 'Trebuchet MS',Helvetica,sans-serif;
	margin-bottom:10px;
	width:300px;
	padding:4px;
	border:solid 1px #777;
	border-radius:6px;
	-moz-border-radius:6px;
}

input[type="image"] {
	width:auto;
	height:auto;
	border:none;
}

.short {
	width:140px;
}

.sideby {
	float:left;
	margin-right:9px;
}

/* Design Elements */
.headline {
	position:relative;
	margin:-4px 0 8px 0;
	z-index:10;
}

#sidebar p {
	font-size:11px;
	margin:0 0 10px 0;
}

#sidebar li {
	background:transparent url(../images/bullet.gif) no-repeat 0px 2px;
	font-size:11px;
	list-style:none;
	margin:5px 0 0;
	padding-left:20px;
	min-height:15px;
}

#sidebar h4 {
	margin:0;
}

/* Page Specific */
#contact #sidebar li {
	font-size:12px;
}

#contact #sidebar li.call {
	padding-left:28px;
	background:transparent url(../images/bullet_call.gif) no-repeat 0px 0px;
}

#contact #sidebar li.email {
	padding-left:28px;
	background:transparent url(../images/bullet_email.gif) no-repeat 0px 4px;
}

#sales {
	font:14px/1.25 'Trebuchet MS',Helvetica,sans-serif;
}

#sales #header h1 {
	color:#fff;
	font:bold 22px 'Clarendon Std','Century Old Style','Century Schoolbook',Georgia,serif;
	letter-spacing:-1px;
	margin:0 0 0 20px;
	padding-bottom:10px;
}

#sales #header h5 {
	color:#FFE293;
	font:bold 10px 'Clarendon Std','Century Old Style','Century Schoolbook',Georgia,serif;
	margin:79px 0 0 20px;
	text-transform:uppercase;
}

#sales #sidebar h3 {
	font-size:12px;
}

.trim {
	padding-right:25px;
}

.trim2 {
	padding-right:10px;
}

#sales p {
	margin-top:0;
}

#sales h2 {
	color:#000;
	font-size:14px;
	margin-bottom:0;
}

#sales h2 + h2 {
	margin-top:20px;
}

#sales h3 {
	font-size:14px;
	margin-bottom:10px;
}

#sales #sidebar li {
	margin-bottom:8px;
}

#sales #footer {
	background:transparent url(../images/bkg_borderbottom.gif) no-repeat;
	padding:60px 0 0 0;
}

/* JQuery Plug-Ins */
#scroller-header {
	margin-top:18px;
	margin-bottom:0;
	width:610px;
	padding:0;
	border-bottom:solid 1px #999;
}

#scroller-header ul {
	margin:0;
	padding:0;
	list-style:none;
	height:36px;
}

#scroller-header li {
	float:left;
	text-align:center;
	margin-right:1px;
}

#scroller-header li.last {
	margin-right:0;
}

#scroller-header a {
	width:63px;
	text-decoration:none;
	color:#FFFFFF;
	font:bold 10px 'Clarendon Std','Century Old Style','Century Schoolbook',Georgia,serif;
	display:block;
	line-height:1em;
	padding:8px 0;
	background-color:#eaa843;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
}

#scroller-header a.rsc {
	width:34px;
	padding:5px 0 7px;
	font-size:24px;
	font-weight:bold;
}

#scroller-header a:hover {
	background-color:#e27a03;
}

#scroller-header a.selected {
	background-color:#999;
}

#scroller-body {
	margin:0px;
	width:600px;
	min-height:330px;
	vertical-align:bottom;
	clear:both;
}

#scroller-body h1,
#scroller-body h2 {
	margin:0;
}

#scroller-body p, li {
	margin:0 0 16px 0;
}

#scroller-body ul {
	list-style:inside disc;
	margin-left:4px;
}

#scroller-body .large h1 {
	font-size:16px;
}

#scroller-body .large p,
#scroller-body .large h2 {
	font-size:14px;
}

#mask {
	width:600px;
	overflow:hidden;
}

#panel div {
	float:left;
}

div#fancy_overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	display:none;
	z-index:30;
}

div#fancy_outer {
	position:absolute;
	top:0px;
	left:0;
	z-index:90;
	padding:22px 22px 38px;
	margin:0;
	overflow:hidden;
	background:transparent;
	display:none;
}

div#fancy_inner {
	position:relative;
	width:100%;
	height:100%;
}
div#fancy_content {
	margin:0;
	z-index:100;
	position:absolute;
}

div#fancy_div {
	background:#000;
	color:#fff;
	height:100%;
	width:100%;
	z-index:100;
}

img#fancy_img {
	position:absolute;
	top:0;
	left:0;
	border:0;
	padding:0;
	margin:0;
	z-index:100;
	width:100%;
	height:100%;
}

div#fancy_close {
	position:absolute;
	top:-8px;
	right:-20px;
	height:30px;
	width:30px;
	background:transparent url('../images/btn_close.png') top left no-repeat;
	cursor:pointer;
	z-index:181;
	display:none;
}

* html div#fancy_overlay {
	position:absolute;
	height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#nav li li
{
text-transform:lowercase;
list-style-type:none;
list-style-position:inside;
margin:0;
}

#nav li li a,
#nav li li a:visited {
	display:inline-block;
	padding:1px 3px;
	color:#c60;
	font:bold 12px 'Clarendon Std','Century Old Style','Century Schoolbook',Georgia,serif;
	line-height:1.375em;
	text-transform:none;
}

#nav li li a:hover,
#nav li li a:visited:hover {
	background-color:#c60;
	color:#fff;
	text-decoration:none;
}

#nav li li a:before
{
content:"> ";
}

.wwd h1
{
margin:10px 0 0 0;
}

.wwd p
{
margin:0 0 10px 0;
}

.ctext
{
width:540px;
}

.boldspan
{
font-weight:bold;
color:#000;
}

.custh2
{
margin-top:20px;
}

#nav li li a.current {
	color:#777;
}

.hometech, .homedesign
{
display:inline;
float:left;
width:186px;
}

.hometech
{
margin-right:14px;
}

.homedesign
{
margin-left:14px;
}

.homewrapper h1
{
color:#c60;
margin-bottom:0;
}
