/*
Company:	LET Group
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: url(../images/btm-fade.gif) repeat-x 0 100% #5b544e;
}
body {
	font-family: "Verdana", Arial, sans-serif;
	background: url(../images/top-fade.gif) repeat-x 0 0;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
div.hd-top {
	padding: 0 0 10px 0;
}

/* Body */
div#bd {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 40px 0;
}
body.inside div#bd {
	padding: 45px 0;
}

/* Footer */
div#ft {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #8f8c89;
	padding: 20px 0 20px 0;
}
div#ft p {
	color: #c8c8c8;
	font-size: 100%;
	text-align: center;
	margin: 0;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 286px;
	height: 76px;
	background: url(../images/let-logo.png) no-repeat 0 0;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Client Login */
div.client-login {
	width: 335px;
	padding: 20px 0 0 0;
	float: right;
	display: inline;
}
div.client-login label {
	color: #c8c8c8;
	font-size: 108%;
	display: block;
	padding: 0 0 4px 0;
}
div.client-login input.txt {
	color: #000000;
	font-size: 93%;
	width: 120px;
	padding: 4px;
	background-color: #a89f98;
	border: none;
	vertical-align: middle;
	margin-right: 6px;
}
div.client-login input.btn {
	vertical-align: middle;
}
div.client-login p.login-help {
	color: #c8c8c8;
	margin: 0;
	padding: 8px 6px 0 0;
	text-align: right;
	font-size: 93%;
}
div.client-login a:link, div.client-login a:visited {
	color: #c8c8c8;
	text-decoration: none;
}
div.client-login a:hover {
	text-decoration: underline;
}

/* Home Callouts */
div.home-callout-left {
	width: 302px;
	float: left;
	display: inline;
}
div.home-callouts div.home-callout-left p {
	font-size: 93%;
	background: url(../images/bullet-square.gif) no-repeat 10px 4px;
	padding: 0 0 0 20px;
}
div.home-callouts div.home-callout-left p.follow {
	background: none;
	padding: 0;
	font-size: 100%;
}
div.home-callout-center {
	width: 302px;
	margin: 0 0 0 35px;
	float: left;
	display: inline;
}
div.home-callout-right {
	width: 297px;
	padding: 0 5px 0 0;
	float: right;
	display: inline;
}
div.home-callouts h2 {
	color: #fafafa;
	font-size: 174%;
	font-family: Georgia, times, serif;
	font-weight: normal;
	margin: 0 0 8px 0;
}
div.home-callouts p {
	color: #fefefe;
	font-size: 100%;
}
div.home-callouts p.more-videos {
	padding: 10px 0 0 0;
}
div.home-callouts a:link, div.home-callouts a:visited {
	color: #fefefe;
	text-decoration: underline;
}
div.home-callouts a:hover {
	text-decoration: none;
}

/* HR */
div.hr {
	border-bottom: 1px solid #928e8b;
	height: 1px;
	overflow: hidden;
	margin: 0 0 30px 0;
}

/* Hero */
div.hero-wrap-spacer {
	width: 980px;
	height: 414px;
	border-top: 1px solid #797776;
}
div.hero-wrap {
	width: 980px;
	height: 414px;
	position: absolute;
	z-index: 2;
	margin-top: -9px;
	overflow: hidden;
}
div.hero {
	width: 980px;
	height: 414px;
}
div.hero-pic {
	width: 980px;
	height: 414px;
	position: absolute;
	z-index: 10;
}
div.hero-text {
	width: 330px;
	position: absolute;
	margin: 60px 0 0 585px;
	z-index: 11;
}
div.hero h1 {
	color: #f7941e;
	font-size: 180%;
	font-family: Georgia, times, serif;
	font-weight: normal;
	margin: 0 0 10px 0;
}
div.hero p {
	color: #37322f;
	font-size: 108%;
	line-height: 150%;
}
div.hero p.more a {
	background: url(../images/learn-more-arrow.gif) no-repeat 93% 50% #f7941e;
	padding: 6px 30px 6px 12px;
	display: block;
	float: left;
	display: inline;
}
div.hero p.more a:link, div.hero p.more a:visited {
	color: #f9f9f9;
	text-decoration: none;
}
div.hero p.more a:hover {
	text-decoration: none;
}

div.hero-nav {
	/*float: left;*/  /* once slides are larger than 5 it pushes the nav off of the edge */
	/*display: inline;*/
	display: block;
	margin: 30px 0 0 0;
}
div.hero-nav p {
	margin: 0;
}
div.hero-nav p img {
	vertical-align: middle;
}
div.hero-nav a.hero-all {
	background: url(../images/arrow-all-products.gif) no-repeat 100% 50%;
	padding: 0 20px 0 0;
}
div.hero-nav p.view-all a:link, div.hero-nav p.view-all a:visited {
	color: #5b544e;
	text-decoration: none;
}
div.hero-nav p.view-all a:hover {
	text-decoration: underline;
}
div.hero-pager-wrap {
	position: absolute;
	z-index: 600;
	margin: 330px 0 0 587px;
}
div.hero-pager {
	margin: 0 20px 10px 0; /** added 10 px to bottom to push hero-nav down **/
	float: left;
	display: inline;
}
div.hero-pager a {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/btn-blank.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin: 0 5px 0 0;
	float: left;
	display: inline;
}
div.hero-pager a.activeSlide {
	background: url(../images/btn-pause.gif) no-repeat 0 0;
}

/*** hero video styles ***/
div.hero.video-slide div.hero-pic {
	background: transparent url(../images/hero-video-bg.png) no-repeat top left;
	padding: 75px 0 0 40px;
}
div.hero.video-slide .hero-text p{
	font-size: 90%;
}
/*** end hero video styles ***/

/* Side */
div.side {
	width: 245px;
	padding: 50px 0 0 0;
	float: left;
	display: inline;
}

/* Sidenav */
div.sidenav {
	text-align: right;
	margin-bottom: 60px;
	border-right: 1px solid #7f7d7b;
	padding: 0 15px 0 0;
}
div.sidenav h3 {
	color: #f7941e;
	font-size: 116%;
	margin: 0 0 11px 0;
	padding: 5px 0 0 0;
	font-weight: normal;
	text-transform: uppercase;
	width: 99%;
}
div.sidenav ul {
	margin: 0;
	padding: 0;
}
div.sidenav li {
	font-size: 108%;
	list-style: none;
	margin: 0;
	padding: 0;
}
div.sidenav ul a {
	display: block;
	width: 99%;
	padding: 4px 0 4px 0;
	margin: 0 0 7px 0;
}
div.sidenav ul a:link, div.sidenav ul a:visited {
	color: #ffffff;
	text-decoration: none;
}
div.sidenav ul a:hover {
	color: #f7941e;
}

/* Main */
div.main {
	width: 700px;
	float: right;
	display: inline;
}

/* Main Callout */
div.main-callout-top {
	width: 698px;
	height: 12px;
	background: url(../images/main-callout-top.gif) no-repeat 0 0;
	overflow: hidden;
	margin-top: 20px;
}
div.main-callout-btm {
	width: 698px;
	height: 22px;
	background: url(../images/main-callout-btm.gif) no-repeat 0 0;
	overflow: hidden;
	margin-bottom: 20px;
}
div.main-callout {
	background: url(../images/main-callout-bkg.gif) repeat-y 0 0;
	padding: 1px 20px;
}
div.main-callout-left {
	width: 115px;
	margin: 0 0 0 20px;
	float: left;
	display: inline;
}
div.main-callout-right {
	width: 500px;
	float: right;
	display: inline;
}

/* Page Pics */
.picleft {
	margin: 0 20px 15px 0;
	padding: 4px;
	border: 1px solid #7f7d7b;
	float: left;
	display: inline;
}
.picright {
	margin: 0 0 15px 20px;
	padding: 4px;
	border: 1px solid #7f7d7b;
	float: right;
	display: inline;
}

/* Testimonials */
div.testimonial {
	text-align: right;
	padding: 0 18px 0 8px;
	margin: 0 0 60px 0;
}
div.testimonial blockquote {
	color: #fafafa;
	font-size: 167%;
	font-family: Georgia, times, serif;
	margin: 0 0 15px 0;
}
div.testimonial p.more a {
	background: url(../images/learn-more-arrow.gif) no-repeat 93% 50% #f7941e;
	padding: 6px 30px 6px 12px;
	display: block;
	font-size: 108%;
	float: right;
	display: inline;
}
div.testimonial p.more a:link, div.testimonial p.more a:visited {
	color: #f9f9f9;
	text-decoration: none;
}
div.testimonial p.more a:hover {
	text-decoration: none;
}
div.testimonial p.more-testimonial-signature {
	padding: 6px;
	color:#fff;
	display: block;
	font-size: 108%;
	float: right;
	display: inline;
}

/* Login Help */
div.login-help-form {
	display: none;
	width: 276px;
	padding: 20px 25px 10px 25px;
	position: absolute;
	z-index: 999;
	background: url(../images/login-help-arrow.gif) no-repeat 95% 7px #7e7d79;
	margin: 0 0 0 -25px;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.login-help-form input.txt {
	border: 2px solid #000;
	background-color: #fff;
	padding: 4px;
	width: 200px;
	font-size: 14px;
}
div.login-help-form-fields {
	margin: 0 0 5px 0;
}
div.login-help-form a:link, div.login-help-form a:visited {
	color: #fff;
	text-decoration: underline;
}
div.login-help-form a:hover {
	text-decoration: none;
}
div.login-help-form p.close-login-help {
	text-align: right;
	margin: 0;
}
div.login-help-form p.close-login-help a:link, div.login-help-form p.close-login-help a:visited {
	text-decoration: none;
}

/* Video */
.tabs {
	margin: 0;
	padding: 10px 0 0 10px;
	float: left;
	display: inline;
}
.tabs li {
	display:inline;
	float:left;
}
.tabs a {
	display: block;
	background:transparent url(../images/video-btn-blank.gif) no-repeat;
	height:14px;
	margin:0 5px 0 0;
	text-indent:-9000px;
	width:14px;
	display: inline;
	float: left;
}

.tabs a.active {
	background:transparent url(../images/video-btn-current.gif) no-repeat;
}

#video-tag {
	float: left;
	margin: 0;
	padding: 10px 0 0 4px;
	color: #fff;
	display: inline;
}

.vzaar_media_player {display: none;}

/* @end */

/* @group Common Text Styles */
div.main p {
	color: #fefefe;
	font-size: 100%;
	line-height: 140%;
}
/* @end */

/* @group Default Headings */
div.main h1, div.main h2 {
	color: #fafafa;
	font-size: 223%;
	font-family: Georgia, times, serif;
	font-weight: normal;
	margin: 0 0 15px 0;
	background: url(../images/icon-h1-arrow.png) no-repeat 0 10px;
	padding: 0 0 0 22px;
}
div.main div.main-callout h2 {
	background: none;
	padding: 0;
}
/* @end */

/* @group Default Lists */
div.main ul {
	color: #fefefe;
}
div.main li {
	list-style: square;
	margin-bottom: 6px;
}
/* @end */

/* @group Nav */
div#nav {
	clear: both;
	border-top: 1px solid #797776;
	height: 42px;
}
body.inside div#nav {
	border-bottom: 1px solid #797776;
}
div#nav ul {
	margin: 0;
	padding: 0 0 0 80px;
	width: 898px;
	position: absolute;
	z-index: 550;
}
div#nav ul li {
	list-style: none;
	padding: 0 15px;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	line-height: 42px;
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
}
div#nav ul li.twitter a {
	width: 32px;
	background: url(../images/icon-twitter.png) no-repeat 0 50%;
	text-indent: -9000px;
}
div#nav ul li.facebook a {
	width: 100px;
	background: url(../images/icon-facebook.png) no-repeat 0 50%;
	text-indent: -9000px;
}
div#nav ul a:link, div#nav ul a:visited {
	color: #fff;
	text-decoration: none;
}
div#nav ul a:hover {
	text-decoration: none;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background-color: #7f7d7b;
	z-index: 600;
	width: 260px;
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	/*left: -999em;*/
	display: none;
}
div#nav ul li ul li {
	background-image: none;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 22px;
	padding: 8px 10px;
	margin: 0;
	font-size: 100%;
	display: block;
	font-weight: normal;
	background-image: none!important;
	border-bottom: 1px solid #a6a4a3;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	/*left: auto;*/
	display: block;
}
div#nav ul li ul a:hover {
	background-color: #f7941e;
}

/* Fix for sticky IE drop downs */
div#nav ul li:hover, div#nav ul li.sfhover {position: static;}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #fefefe;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
