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

Title : 
Author : Kevin Klein	
Email : kevin.klein@gmail.com 
We Are : Laura Cary Design (lauracarydesign.com)

Description : Master Stylesheet

Created : 10/10/07
Modified : 10/19/07

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

/* global whitespace reset */
* { padding:0; margin:0; }

html, body { height: 100%; }

body {
    background:#fff url(images/bg-body.gif) repeat-x 0 0;
	color: #111;
	font-family: Helvetica, Arial, sans-serif;
	font-size:62.5%;
}

body.home {
	background:#fff url(images/bg-body-home.gif) repeat-x 0 0;
}

/*********** = structure = ***********/

#wrapper {
	background: url(images/bg-wrapper.gif) repeat-x 0 100%;
	position: relative;
	height: auto !important; /* For newish browsers */
	height: 100%; /* This is for crappy IE*/
	min-height: 100%; /* For newish browsers*/
	width: 100%;
}

#content {
	background: url(images/bg-content.gif) top left no-repeat;
	min-height: 553px;
	padding: 0 0 70px 0;
	position: relative;
	width: 1024px;
}

body.home #content {
	background: url(images/bg-content-home.gif) top left no-repeat;
	padding: 0;
	width: auto;
}

#copy {
	padding: 187px 0 0 46px;
}

#copy.products {
	padding-top: 200px;
}

#copy.philosophy {
	padding-top: 210px;
}

#copy.contact {
	padding-top: 210px;
}

#copy.atoz {
	padding: 225px 0 0 147px;
}

body.home #copy {
	padding: 141px 0 0 0;
}

.sidebar {
	background: url(images/bg-sidebar.gif) no-repeat 0px 68px;
	display: inline;
	float: right;
	padding: 60px 65px 0 12px;
	position: relative;
	width:225px;
	zoom: 1;
}

.sidebar.blank {
	background: none;
}

.sidebar.fixed {
	background: none;
	float: none;
	left: 590px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 307px;
}

#footer {
	clear: both;
	padding: 65px 0 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	text-indent: 46px;
	width: 100%;
}

body.home #footer {
	background: url(images/bg-footer-home-inner.gif) no-repeat 0 0;
	margin: 5px 0 0 0;
	padding: 65px 0 0 0;
	position: relative;
	bottom: auto;
	left: auto;
}

#footer-stripe {
	background-color: #74b9e5;
	height: 15px;
	margin: 15px 0 0 0;
	width: 100%;
}

/*********** = headers = ***********/

h1 {
	height: 141px;
	left: 0;
	position: absolute;
	top: 0;
	width: 340px;
	z-index: 9999;
}

h1 a {
    display:block;
    height: 141px;
	width: 340px;
	text-indent:-999em;    
}

h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}

h2 {
	color: #5ea7d7;
	font-size: 22px;
	line-height: 20px;
	margin: 10px 0;
}

div.columns h2 {
	font-size: 26px;
	line-height: 1em;
	margin: 0;
}

div.columns h2 strong {
	display: block;
	font-size:16px;
	font-weight: normal;
}

*html .atoz h2 {
	margin: 30px 0 0 0;
}

.philosophy div.columns h2 {
	font-size: 22px;
	margin: 30px 0 0 0;
}

h3 {
	color: #333;
	font-size: 15px;
	margin: 7px 0;
}

table h3 {
	color: #5ea7d7;
	margin: 0 0 7px 0;
}

h4 { 
	color: #333;
	font-size:17px; 
	line-height: 1em;
	margin: 12px 0;
	padding: 0;
}

.shop h4 { 
	color: #333;
	font-size:17px; 
	line-height: 1em;
	margin: 0;
	padding: 12px 0 0 0;
}

div.retail-info h4 {
	color: #5ea7d7;
}

/* shop row */

.shop {
	
}

.shop .left { 
	border: 1px solid #dae5ec;
	background: url(images/bg-stripes.gif);
	display: inline;
	float: left;
	height: 6.5em;
	line-height:6.5em;
	margin: 0 7px 0 0;
	text-align: center;
	width: 84px;
}

.shop .right { 
	border: 1px solid #dae5ec;
	background: url(images/bg-shop-right.gif);
	float: left;
	height: 6.5em;
	line-height:6.5em;
	margin: 0 7px 0 0;
	text-align: center;
	width: 382px;
}

*html .left,
*html .right {
	overflow: hidden;
}

.shop form {
	color: #333;
	float: left;
	font-size:13px; 
	line-height: 1em;
	padding: 1em 0 0 0;
	text-align: center;
	width: 129px;
}

.shop form .image {
	display: block;
	margin: 5px auto 0 auto;
}

/*********** = misc typography = ***********/

a,
a:visited { 
	color:#5ea7d7; 
	text-decoration:none;
}

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

a.normal {
	font-weight: normal !important;
}

a.learn,
a.learn:visited {
	background: url(images/bg-learn.gif) no-repeat 100% 60%;
	color: #5ea7d7;
	font-size: 13px;
	font-weight: bold;
	padding-right: 9px;
	text-decoration:underline; 
}

a.learn:hover {
	color: #333;
}

a.learn-pre,
a.learn-pre:visited {
	color: #5ea7d7;
	font-size: 13px;
	font-weight: bold;
	text-decoration:underline; 
}

span.comma {
	color: #999;
	text-decoration: none;
}

.small {
	font-size: 11px;
}

.sidebar {
	color: #333;
	font-size: 13px;
	line-height: 1.3em;
}

.sidebar.blue {
	color: #3f6085;
}

.blue {
	color: #005892;
}

strong.dark {
	color: #333;
}

.sidebar p {
	margin: 20px 0;
}

.sidebar a {
	font-weight: bold;
}

.sidebar a.print,
.sidebar a.print:visited {
	color: #333;
}

.sidebar img {
	clear: both;
	float: right;
	margin: 0 0 0 10px;
}

div#copy {
	color:#333;
}

div#copy p {
	color: #333;
	font-size: 13px;
	line-height: 1.2em;
	margin:12px 0;
}

table p {
	margin-bottom: 5px !important;
}

div#copy .columns p {
	margin:7px 0 12px 0 !important;
} 

div#copy .columns p.testimonial {
	color: #5ea7d7;
	font-size: 15px;
	line-height: 20px;
	margin: 0 !important;
}

div#copy .columns p.testimonial strong {
	display: block;
	font-weight: normal;
	font-size: 13px;
	margin: 7px 0 0 0;
}

div#copy .columns p.testimonial span {
	margin-left: -5px;
}

div#copy .columns div.margins p,
div#copy .columns p.margins {
	margin: 10px 0 16px 0 !important;
} 

div#copy .columns .testimonials {
	margin: 25px 0 0 0;
}

div#copy .columns .testimonials p {
	line-height: 18px;
}

div#copy .columns .testimonials strong {
	color: #5ea7d7;
	display: block;
	font-weight: normal;
}

div#copy p.collapse {
	margin: -4px 0 15px 0;
}

div#copy div.intro p {
	color: #333;
	font-size: 13px;
	line-height: 17px;
	margin: 0 0 15px 0;
}

body.home div#copy div.intro p {
	color: #666;
	margin: 0;
	padding-left: 47px;
}

div.retail-info {
	background: url(images/bg-contact-column.jpg) no-repeat 0 0;
	height: 16.5em;
	padding: 110px 23px 0 23px;
	width: 298px;
}

#footer,
#footer a,
#footer a:visited {
	color: #5ea7d7;
	font-size: 12px;
	text-decoration: none;
}

#footer span {
	color: #ccc;
	padding: 0 12px;
}

input, 
select {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:12px;
}

/*********** = misc divs and classes = ***********/

div.columns {
	border-bottom: 1px solid #dae5ec;
	margin: 0;
	padding: 30px 0 24px 0;
	width: 928px;
}

div.columns .column.first {
	float:left;
	width: 334px;
}

div.columns .column.last {
	float: right;
	width: 559px;
}

.philosophy div.columns,
.contact div.columns {
	border: none;
	width: 930px;
}

.philosophy div.columns .column.first,
.contact div.columns .column.first {
	float:left;
	width: 499px;
}

.philosophy div.columns .column.last,
.contact div.columns .column.last {
	float: right;
	width: 347px;
}

div.hr {
	background: #dae5ec;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 30px 0 30px 0;
}

/*********** = lists = ***********/

div#copy ul {
	color: #666;
	font-size: 13px;
	list-style-type: none;
	margin: 12px 0;
}

div#copy li {
	background: url(images/bg-bullet.gif) no-repeat 0 3px;
	margin:8px 0;
	padding: 0 0 0 12px;
}

div#copy ul.how li {
	background: url(images/arrow.png) no-repeat 0 3px;
}

.sidebar ul {
	list-style-type: none;
	margin:0 0 15px 0;
}

.sidebar li {
	background: none;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 4px 0;
}

.sidebar ul.alt li {
	background: url(images/bg-bullet-alt.gif) no-repeat 0 8px; 
	color: #666;
	padding: 4px 0 4px 12px;
}

li.last {
	border-bottom: none !important;
}

*html div#copy li,
*html sidebar li {
	height: 1%;
	zoom: 1;
}

/*********** = #primary (navs and search) = ***********/

div#primary {
	height: 28px;
	left: 454px;
	position: absolute;
	top: 113px;
}

div#primary ul {
	list-style-type: none;  
}

div#primary ul li {
	float: left;
	position: relative;
	height: 28px;
	overflow: hidden;
}

div#primary ul li a, 
div#primary ul li a:visited {
	background-repeat: no-repeat;
	background-position: 0 0;
    display:block;
    height: 28px;
    text-indent: -9999em;
}

a#home {
	background-image: url(images/bg-nav-home.gif);
}

a#products {
	background-image: url(images/bg-nav-01.gif);
	width: 88px;
}

a#testimonials {
	background-image: url(images/bg-nav-testimonials.gif);
	width: 107px;
}

a#philosophy {
	background-image: url(images/bg-nav-02.gif);
	width: 99px;
}

a#atoz {
	background-image: url(images/bg-nav-03.gif);
	width: 135px;
}

a#contact {
	background-image: url(images/bg-nav-04.gif);
	width: 78px;
}

div#primary ul li a:hover,
div#primary ul li a.active {
	background-position: 0 -28px;
}

/*********** = tables = ***********/

table {
	border: 1px solid #dae5ec;
	border-bottom: none;
	margin: 35px 0 15px 0;
	width: 725px;
}

table td {
	border-bottom: 1px solid #dae5ec;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

table td.first {
	width: 57px;
	text-align: center;
}

table img {
	border: 1px solid #dae5ec;
}

/*********** = utility classes = ***********/

.clearfix {
	display:inline-block; /* IE 6 & 7 */
}

.clearfix:after { /* modern browsers */
	content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

*html .clearfix {
	height:1%; /* fIE 6 */
}

.clear {
	clear:both;
	height:1px;
	margin:-1px 0 0 0;
	padding:0;
}

.clear.height {
	margin: 25px 0;
}

.clear.left {
	clear:left;
}

.clear.right {
	clear:right;
}

.center {
	text-align:center;
}

.centered {
	margin-left:auto;
	margin-right:auto;
}

.alignright {
	float:right;
}
	
.alignleft {
	float:left
}

.collapse-top {
	margin-top: 0 !important;
}

/* images */

img#quote {
	left: 581px;
	/* height: 151px; */
	position: absolute;
	top: 81px;	/* width: 255px; */
}

img#report {
	left: 615px;
	height: 147px;
	position: absolute;
	top: 322px;
	width: 147px;
}

img.intro {
	margin: 0 0 30px 0;
}

img { border:none; }

img.pdf {
	margin:10px 0;
}

img.float-r {
	float:right;
    margin:0px 0 2px 15px;
}

img.float-l {
	float:left;
	margin:0px 40px 2px 0;
}

img.float-l.min {
	margin: 0 15px 2px 0;
}

/* forms */

form {
	float: left;
	font-size: 13px;
	margin: 0 0 12px 0;
}

div#copy form p {
	clear: both;
	margin: 0;
	padding: 4px 0;
}

label {
	color: #666;
	float: left;
	padding-right: 5px;
	width: 90px;
}

input.text,
textarea.text {
	background: url(images/bg-field.gif) no-repeat 0 0;
	border: 1px solid #ccc;
	color: #444;
	font-family: Helvetica, Arial;
	font-size: 13px;
	padding: 3px;
	width: 364px;
}

textarea.text {
	height: 136px;
}

div.submit {
	font-family: Helvetica, Arial;
	margin: 5px 0 0 15%;
	padding-left: 5px;
	text-align: right;
}

div.submit input {
	background: #005892;
	border: 1px solid #005892;
	color: #fff;
	font-size: 15px;
	padding: 5px 10px;
}

form.report label {
	color: #005892;
	float: left;
	width: 120px;
}

form.report p {
	clear: both;
	padding-bottom: 10px;
}
