	/* CSS Document */
/* 
Title:		Patafie's Master Style Sheet
Author:		rgord@desystems.com
Version:	0.4
Created:	May 7, 2010
Updated:	May 30, 2010
Notes:		This CSS is Opera 9+ compliant (standards proper)
*/

/**************************
 basic styles
**************************/
* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 12pt/20pt Helvetica,Verdana, Arial, sans-serif;
	background: #ba9d71 url(../../images/css/main-back-high.jpg) top left repeat-x;
	min-width: 890px;
}
ul, ol {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
}

/* basic classes */
.clear {
	clear: both;
}
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }

/**************************
 Page Information
**************************/
#wrapper {
	width: 85%;
	min-width: 970px;
	margin: 0 auto;
	background: #fff;
	padding: 15px 0;
}

/**************************
 Header Information
**************************/
#header {
	background: #e6e0d7 url(../../images/css/background-header-boxes.jpg) top right no-repeat;
	border: 1px solid #938d82;
	height: 180px;
	position: relative;
	width: 95%;
	margin: 0 auto 15px;
	min-width: 850px;
	color: black;
}
#header ul {
	height: 50px;
	background: url(../../images/css/header-nav2.png) 30px top no-repeat;
	position: absolute;
	top: -1px;
	right: 0;
	width: 200px;
	padding-top: 9px;
}
#header li {
	float: right;
	padding: 0 8px;
	border-right: 1px solid black;
	font-size: 82%;
	line-height: 90%;
	width: 35px;
	font-weight: 600;
}
#header li:first-child {
	float: right;
	margin-right: 23px;
	border-right: none;
	width: 75px;
}
#header li a {
	color: #000;
}
#header li a:hover {
	color: #777;
}
#header h1 {
	margin: 5px 10px 15px;
}
#header h2 {
	/*background: url(../../images/css/header-propaganda.png) top left no-repeat;*/
	font-size: 105%;
	line-height: 135%;
	padding-left: 25px;
}

/**************************
 Main Navigation
**************************/
#site-nav {
	border: 2px solid #c30a0a;
	background: url(../../images/css/nav-back.jpg) top left repeat-x;
	width: 95%;
	margin: 15px auto;
	min-width: 850px;
	height: 28px;
	font-size: 90%;
}
#site-nav li {
	border-left: 1px solid #fff;
}
#site-nav li, #site-nav li a {
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	height: 28px;
	line-height: 28px;
}
#site-nav li a {
	padding: 0 5px;
}
#site-nav li:first-child {
	border-left: none;
}
#site-nav li a:hover {
	background: url(../../images/css/nav-hover.png) top left repeat;
}

/**************************
 Content
**************************/
#content {
	width: 87.5%;
	margin: 35px auto 15px;
	min-width: 800px;
	font-size: 90%;
	position: relative;
}
#main {
	margin-left: 250px;
	width: auto;
	position: relative;
}
#main div {
	margin: 25px 0;
}
#main ul {
	list-style-type: circle;
}
#main ul li {
	margin-left: 25px;
}
#menu {
	width: 200px;
	position: relative;
	float: left;
}
#menu h2, #menu h3 {
	text-transform: uppercase;
	color: #c30a0a;
	margin-bottom: 20px;
}
#menu li a {
	background: url(../../images/css/menu-list-back-extended.jpg) top left no-repeat;
	height: 37px;
	width: 225px;
	line-height: 34px;
	display: block;
	margin: 5pt 0;
	font-weight: bold;
	text-indent: 16px;
	font-size: 95%;
	white-space: nowrap;
	position: relative;
	color: black;
}
#menu li a:hover, #menu li a.active{
	background-position: bottom;
	color: #fff;
}
#menu li a img {
	position: absolute;
	top: 6px;
	right: 15px;
}
/* home page menu */
#menu li.menu-home {
	float: left;
	background: url(../../images/css/shadow2.gif) right bottom no-repeat !important;
	background: url(../../images/css/shadow2.gif) right bottom no-repeat;
	margin: 0 0 1em;
}
#menu li.menu-home a {
	display: block;
	position: relative;
	width: 195px;
	height: 110px;
	line-height: 23px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin: -2px 0px 0px -2px;
}
#menu li.menu-home a:hover {
	color: #fff;
}
#menu li.menu-home a span:first-letter {
	text-transform: lowercase;
}
#menu li.menu-home a#main-link-residential {
	background-image: url(../../images/css/menu-link-residential2.jpg);
}
#menu li.menu-home a#main-link-commercial {
	background-image: url(../../images/css/menu-link-commercial2.jpg);
}
#menu li.menu-home a#main-link-custom {
	background-image: url(../../images/css/menu-link-custom2.jpg);
}
#menu li.menu-home a#main-link-estore {
	background-image: url(../../images/css/menu-link-estore2.jpg);
}

#menu #business-cart li a {
	display: inline;
	position: relative;
	width: auto;
	height: auto;
	line-height: auto;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin: 5px;
	padding-right: 15px;
	background: url(../../images/css/internal-link.gif) center right no-repeat;
	text-decoration: underline;
}
/* product display */
ol {
	margin-bottom: 2em;
}
ol a.light, ol img.na {
	float: left;
	margin-right: 20px;
	border: 1px solid #ddd;
	padding: 10px;
	display: inline;
}
ol a.light:hover {
	border-color: #aaa;
}
ol h4, ol h5 {
	text-transform: uppercase;
	font-size: 100%;
	line-height: 100%;
}
ol h4 {
	color: #c30a0a;
	font-size: 115%;
	line-height: 115%;
}
ol h5 {
	margin-bottom: 0.5em;
}
ol p {
	font-size: 105%;
	line-height: 110%;
	margin-bottom: 1em;
}
ol li {
	margin-bottom: 2em;
}
ol.employee li {
	padding-bottom: 0.3em;
}
ol.faq li {
	margin: 0 0 1em;
}
ol.faq li p {
	margin: 0;
}
ol.faq li h6 {
	font-size: 100%;
}
ol a.productView{
	float: right;
}
ol li.no-margin {
	margin: 0;
}
/* external image link */
#main a[href*="mailto"], #main a[href*="#"], #main a[href*="http"], #menu .externalLink {
	color: #6f6f6f;
	padding-right: 15px;
	text-decoration: underline;
}
#main a[href*="mailto"]:hover, #main a[href*="#"]:hover, #main a[href*="http"] {
	color: #525252;
}
/* email */
#main a[href*="mailto"] {
	background: url(../../images/css/email.png) center right no-repeat;
}
/* internal link */
#main a[href*="#"], #main a[href*="http"], #menu .externalLink {
	background: url(../../images/css/internal-link.gif) center right no-repeat;
}

/* order form */
#orderForm table {
	width: 100%;
}
#orderForm table th {
	width: 32%;
	text-align: left;
}
#orderForm input[type="text"] {
	width: 85%;
}
#orderForm textarea {
	width: 85%;
	height: 8em;
}
#orderForm select {
	width: 12em;
}

/* referrals */
#main div.referral {
	margin: 0 0 15px 15px;
}
#main h3.referral {
	text-decoration: underline;
}

/* links */
a.businessQuoteProduct { 
	font-weight: bold; color: #C30A0A; text-decoration: underline; 
	background: url("../../images/css/internal-link.gif") no-repeat scroll right center transparent;
	padding-right: 15px;
}
a.productView { 
	font-weight: bold; text-decoration: underline; 
	background: url("../../images/css/internal-link.gif") no-repeat scroll right center transparent;
	padding-right: 15px;
}

/*business-cart*/
/*#business-cart { position: fixed; height: 220px; overflow: scroll;}*/
#business-cart-area { position: relative; }
#business-cart { background: #e6e0d7; border: 1px solid #938D82; width: 210px; padding: 15px 5px;}
#business-cart h5 { font-size: 115%; color: #C30A0A; }
#business-cart p { clear: both; margin-top: 15px; font-size: 85%; font-weight: bold; line-height: 110%; text-align: justify; }
#business-cart h4 { text-transform: uppercase; margin-bottom: 20px; font-size: 115%; }
#business-cart a.getQuote { color: #C30A0A; float: right; font-weight: bold; font-size: 115%; display: block; margin: 10px 0; }
#business-cart ul { font-size: 95%; line-height: 155%; text-transform: lowercase; }
#menu #business-cart ul li a { background: none;  line-height: 165%; padding-right: 0; }

/**************************
 Footer Information
**************************/
#footer {
	clear: both;
	width: 95%;
	margin: 0 auto;
}
#footer ul {
	float: right;
	width: auto;
	margin-right: 2em;
}
#footer ul li, #footer ul li a {
	float: left;
	margin-left: 0.4em;
	color: #6f6f6f;
	text-decoration: underline;
	line-height: 16px;
	height: 16px;
	font-size: 85%;
	text-indent: 20px;
	font-weight: bold;
	letter-spacing: 0.3px;
}
#footer ul li a:hover {
	color: #525252;
}
#link-facebook {
	background: url(../../images/css/facebook-icon.png) top left no-repeat;
}
#link-youtube {
	background: url(../../images/css/youtube-icon.png) top left no-repeat;
}
#footer p {
	clear: both;
	margin: 0 auto;
	float: left;
	background: url(../../images/css/shadow2.gif) right bottom no-repeat !important;
	background: url(../../images/css/shadow2.gif) right bottom no-repeat;
	width: 100%;
}
#footer p span {
	display: block;
	position: relative;
	margin: -2px 7px 7px -2px;
	background: #e6e0d7;
	border: 1px solid #938d82;
	height: 10px;
	line-height: 10px;
	font-size: 0;
	text-indent: -5000px;
}

#loader {
	position: absolute;
	top: 40%;
	left: 40%;
	border: 3px outset black;
	background: white;
	padding: 3em;
	font-weight: bold;
	display: none;
}
