/*
Title:      The Blind Biz Website (Master Layout & Design Stylesheet)
Author:     Ben Babics, bbabics@gmail.com ~ bbabics@mac.com
Updated:    June 15, 2006
Copyright:  © Copyright 2009, Ben Babics Websites. All Rights Reserved.
Notes:      Ben Babics Websites, http://www.benbabics.com
*/

/**** Master Elements ****/
html, body {
	margin: 0;
	padding: 0;
	background: #e5ebf2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
	
h1 {
	font-size: 11pt;
	}
	
h2 {
	font-size: 9pt;
	font-weight: 700;
	}
	
p {
	font-size: 9pt;
	color: #444;
	}
	
a {
	color: #506e8b;
	text-decoration: underline;
	}
	
a:hover {
	color: #5986ad;
	text-decoration: none;
	}
	
img {
	border: none;
	}
	
ul {
	margin: 0;
	padding: 0;
	}
	
li {
	font-size: 9pt;
	list-style-type: none;
	}


/* Layout Tags */	
#mastCont {
	margin: 0 auto 0 auto;
	width: 800px;
	background: url(../images/bg.gif) top center repeat-y;
	}
	
#headCont {
	position: relative;
	width: 690px;
	height: 175px;
	margin: 0 0 5px 55px;
	background: url(../images/header.jpg) no-repeat top left;
	/*background: url(../images/headBg.gif) repeat-x bottom left;*/
	}
	
#bodyCont {
	width: 688px;
	margin-left: 55px;
	background: #eae5cf;
	border: 1px solid #d6cca9;
	}
	
#footCont {
	position: relative;
	bottom: 0;
	left: 45px;
	width: 710px;
	height: 95px;
	padding-top: 7px;
	background: url(../images/footBg.gif) bottom left no-repeat black;
	}
	
/**** Parent Tags & Styles ****/

/** Heading Container **/

/* Logo */
.logo {
	position: absolute;
	top: 5px;
	left: 0;
	}
	
/* Admin */
.admin {
	position: absolute;
	top: 20px;
	right: 0;
	}

/* Navigation */
#headCont ul {
	position: absolute;
	bottom: 0;
	width: 642px;
	height: 28px;
	}
	
#headCont ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	text-indent: -9999px;
	}
	
#headCont ul li a {
	border:0;
	text-decoration:none;
	display:block;
	background: url(../images/navigation.gif) no-repeat;
	}

/* Tab ID */	
li#home a, li#home-page a{
	width: 48px;
	height: 28px;
	}
	
li#about a, li#about-page a {
	width: 70px;
	height: 28px;
	}
	
li#products a, li#products-page a {
	width: 69px;
	height: 28px;
	}
	
li#warranty a, li#warranty-page a {
	width: 71px;
	height: 28px;
	}
	
li#galleries a, li#galleries-page a {
	width: 70px;
	height: 28px;
	}
	
li#testimonies a, li#testimonies-page a {
	width: 84px;
	height: 28px;
	}
	
li#request a, li#request-page a {
	width: 95px;
	height: 28px;
	}
	
li#specials a, li#specials-page a {
	width: 70px;
	height: 28px;
	}
	
li#repairs a, li#repairs-page a {
	width: 65px;
	height: 28px;
	}
	
/* Anchor Pseudo-Classes */
/* Home */
li#home a:link, li#home a:visited {
	background-position: 0px 0px;
	}
li#home a:hover, li#home a:focus {
	background-position: 0px -28px;
	}
li#home-page a:link, li#home-page a:visited {
	background-position: 0px -56px;
	}
	
/* About Us */
li#about a:link, li#about a:visited {
	background-position: -48px 0px;
	}
li#about a:hover, li#about a:focus {
	background-position: -48px -28px;
	}
li#about-page a, li#about-page a:visited {
	background-position: -48px -56px;
	}

/* Products */
li#products a:link, li#products a:visited {
	background-position: -118px 0px;
	}
li#products a:hover, li#products a:focus {
	background-position: -118px -28px;
	}
li#products-page a, li#products-page a:visited {
	background-position: -118px -56px;
	}

/* Warranty */
li#warranty a:link, li#warranty a:visited {
	background-position: -187px 0px;
	}
li#warranty a:hover, li#warranty a:focus {
	background-position: -187px -28px;
	}
li#warranty-page a, li#warranty-page a:visited {
	background-position: -187px -56px;
	}

/* Galleries */
li#galleries a:link, li#galleries a:visited {
	background-position: -258px 0px;
	}
li#galleries a:hover, li#galleries a:focus {
	background-position: -258px -28px;
	}
li#galleries-page a, li#galleries-page a:visited {
	background-position: -258px -56px;
	}

/* Testimonies */
li#testimonies a:link, li#testimonies a:visited {
	background-position: -328px 0px;
	}
li#testimonies a:hover, li#testimonies a:focus {
	background-position: -328px -28px;
	}
li#testimonies-page a, li#testimonies-page a:visited {
	background-position: -328px -56px;
	}

/* Request Info */
li#request a:link, li#request a:visited {
	background-position: -412px 0px;
	}
li#request a:hover, li#request a:focus {
	background-position: -412px -28px;
	}
li#request-page a, li#request-page a:visited {
	background-position: -412px -56px;
	}

/* Specials */
li#specials a:link, li#specials a:visited {
	background-position: -507px 0px;
	}
li#specials a:hover, li#specials a:focus {
	background-position: -507px -28px;
	}
li#specials-page a, li#specials-page a:visited{
	background-position: -507px -56px;
	}

/* Repairs */
li#repairs a:link, li#repairs a:visited {
	background-position: -577px 0px;
	}
li#repairs a:hover, li#repairs a:focus {
	background-position: -577px -28px;
	}
li#repairs-page a, li#repairs-page a:visited{
	background-position: -577px -56px;
	}

/* Content Container */
.contentCont {
	position: relative;
	width: 650px;
	margin: 25px 0 35px 25px;
	}
	
.contentCont div.heading {
	padding-top: 8px;
	border-bottom: 1px solid #777;
	}
	
.contentCont h1 {
	margin: 0;
	padding: 0;
	color: #506e8b;
	}
	
.contentCont h2 {
	margin: 0;
	padding: 0;
	color: #555;
	}
	
.contentCont p {
	line-height: 150%;
	}
	
.contentCont em {
	font-size: 90%;
	}
	
.contentCont img {
	float: right;
	}
	
.contentCont img.nofloat {
	float: none;
	}
	
.contentcont img.product-lines {
	float: none;
	width: 80%;
	border-top: 1px dotted #444;
	}
	
.contentCont img.margin {
	margin: 10px 0 10px 10px;
	}
	
.contentCont img.optioncharts {
	float: none;
	}
	
.contentCont ul {
	width: 160px;
	float: right;
	margin-top: -10px;
	margin-left: 20px;
	margin-bottom: 20px;
	background: #f0eddd;
	border-right: 1px solid #777;
	border-left: 1px solid #777;
	}
	
.contentCont li {
	display: block;
	padding: 3px 3px 3px 12px;
	vertical-align: middle;
	border-bottom: 1px dotted #999;
	}
	
.contentCont li:hover, .contentCont li:hover a {
	background: #FFF;
	color: #5986ad;
	}
	
.contentCont li a {
	color: #666;
	text-decoration: none;
	}

.contentCont li a:hover {
	color: #5986ad;
	}
	
.bullets ul {
	float: none;
	margin-bottom: 0;
	margin-left: 10px;
	width: inherit;
	background: none;
	border: none;
	}
	
.bullets li {
	border: none;
	display: inherit;
	padding-left: 15px;
	color: #666;
	font-style: italic;
	font-size: 8pt;
	background: url(../images/bullet.gif) no-repeat 0 3px;
	}
	
.bullets li:hover {
	background: none;
	color: #666	;
	background: url(../images/bullet.gif) no-repeat 2px 3px;
	}
	
/* contentCont FORM */
.contentCont div.form {
	width: 215px;
	float: left;
	}
	
.contentCont div.form-next {
	width: 350px;
	float: left;
	}
	
.contentCont div.form-small {
	width: 215px;
	float: left;
	}
	
.contentCont div.form-end {
	width: 650px;
	clear: left;
	}
	
.contentCont div.specials {
	width: 250px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background: #FFF;
	border: 2px dashed #506e8b;
	text-align: center;
	}

.specials a {
	text-decoration: none;
	}

.specials a:hover {
	text-decoration: underline;
	}

.couponCont {
	position: relative;
	width: 600px;
	height: 400px;
	margin-top: 20px;
	margin-left: 20px;
	border: 1px solid #506e8b; /* #555 */
	background: url(../images/coupon.jpg) no-repeat top left;
	}

.coupon {
	position: absolute;
	top: 160px;
	right: 25px;
	width: 422px;
	text-align: center;
	}

.coupon h1 {
	font-size: 4em;
	}
	
/* Feature Contatiner */
.featCont {
	margin: 0 0 25px 25px;
	width: 650px;
	display: table;
	border-bottom: 1px solid #787677;
	background: url(../images/features-bg.gif);
	}
	
.featCont a {
	text-decoration: none;
	}
	
.featCont img {
	float: right;
	margin-left: 10px;
	}
	
.featCont h1 {
	color: #506e8b;
	margin: 5px 0 0 10px;
	line-height: 0;
	}
	
.featCont p{
	width: 305px;
	padding-left: 10px;
	font-size: 8pt;
	line-height: 125%;
	}
	
.featCont span.left {
	float: left;
	width: 324px;
	}
	
.featCont span.right {
	float: left;
	width: 326px;
	}
	
	
/* Product & Gallery Container */
.productCont, .galleryCont {
	clear: both;
	width: 650px;
	position: relative;
	left: 25px;
	margin-bottom: 50px;
	}
	
.productCont p, .galleryCont p {
	font-size: 8pt;
	line-height: 150%;
	}
	
.productList, .active, .galleryList {
	display: table;
	height: 117px;
	padding: 10px 0 0 10px;
	border-top: 1px dotted #999;
	}
	
.galleryList {
	border: none;
	}

.active {
	background: #f5f3e7;
	}
	
.productList img, .active img {
	float: left;
	padding-right: 10px;
	}
	
.galleryList img {
	float: left;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #FFF;
	border: 1px solid #AAA;
	}
	
.galleryList div.heading {
	margin-bottom: 10px;
	padding-top: 8px;
	border-bottom: 1px solid #777;
	}
	
.productList h2, .galleryList h2 {
	margin-top: 0;
	margin-bottom: -10px;
	margin-left: 155px;
	color: #506e8b;
	}

.galleryList h2 {
	margin-left: 0;
	margin-bottom: 0;
	}
	
.active h2 {
	margin-top: 0;
	margin-bottom: -10px;
	margin-left: 155px;
	color: #5986ad;
	}
	
.productList p, .active p {
	margin-left: 155px;
	margin-bottom: 10px;
	width: 485px;
	}
	
.productList div.control, .active div.control, galleryList div.control {
	float: right;
	margin-right: 5px;
	}
	
/* Foot Container */

#footCont p {
	margin: 7px 0 0 10px;
	font-size: 7pt;
	}
	
#footCont img {
	position: absolute;
	top: 3px;
	right: 10px;
	}