/* ----------------------------------------------- 
CSS DocumentSite: Elevator Cab Renovations
Author: Transformer Studio transformerstudio.com
Description: Base CSS
----------------------------------------------- */


/* >>>> Contents <<<< ------------------------------------------------- */

/* 1. Reset -------------------------------------------- */
/* 2. Global Styles ------------------------------------ */
/* 3. Text Styles -------------------------------------- */
/* 4. List Styles -------------------------------------- */
/* 5. Masthead ----------------------------------------- */
/* 6. Navigation --------------------------------------- */
/* 7. Content Structure -------------------------------- */
/* 8. Footer ------------------------------------------- */

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


/* ---------------------------------------------------------- */
/* 1. Reset ------------------------------------------------- */
/* ---------------------------------------------------------- */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* ---------------------------------------------------------- */
/* 2. Global Styles ----------------------------------------- */
/* ---------------------------------------------------------- */

body { 
	color: #2c2c2c;
	font-family: "Bitstream Vera Sans", Lucida Grande, Verdana, sans-serif;
	background-color: #fff;
	background-image: url(images/stainless_test.png);
	background-position: 0 105px;
	background-repeat: repeat-x;
}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {
	width: 100%;
	background-image: url(images/masthead_drop_shadow.png);
	background-position: 0 105px;
	background-repeat: repeat-x;
	background-color:  transparent;
	padding-bottom: 120px;
	}  /* must be same height as the footer */

/* ---------------------------------------------------------- */
/* 3. Text Styles ------------------------------------------- */
/* ---------------------------------------------------------- */

p	{
	line-height: 1.8em;
	text-align: left;
	margin-bottom: 1em;
	font-size: 90%;
	}

h1 {
	color: #3e3e3e;
	margin-top: 0;
	margin-bottom:0.5em;
	font-size: 160%;
	font-weight: 500;
	line-height: 140%;
	text-shadow: 1px 1px 1px rgba(255,255,255,.4);
	width: 680px;
	}

h2 {
	color: #4f4f4f;
	font-size: 120%;
	font-weight: 500;
	line-height: 130%;
	margin-bottom:0.25em;
	}

h3 {
	color: #636363;
	font-size: 110%;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 0;
	}

h4 {
	color: #636363;
	font-size: 90%;
	font-weight: bold;
	}
		
a	{
	color: #5d5d5d;
	text-decoration: underline;
	}

a:visited {
	color: #2c2c2c;
	text-decoration: underline;
	}

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

strong {
	font-weight: bold;
}


/* ---------------------------------------------------------- */
/* 4. List Styles ------------------------------------------- */
/* ---------------------------------------------------------- */

#content-main ul {
	color: #636363;
	list-style: none;
	margin-left: 20px;
	margin-bottom: 2em;
	font-size: 80%;
}

#content-main ul li {
	margin-bottom: 0.5em;
	line-height: 120%;
}

ul.bulletlist {
	list-style: disc;
	margin-left: 3em;
}


/* ---------------------------------------------------------- */
/* 5. Masthead ---------------------------------------------- */
/* ---------------------------------------------------------- */

#masthead {
	width: 940px;
	position: relative;
	left: 50%;
	height: 55px;
	margin-left: -470px;
}

#branding {
	margin-top: 15px;
	float: left;
}

#branding h1 {
	text-indent: -10000px;
	background: transparent url(images/ecr_masthead_logo.png) 0 0 no-repeat;
	height: 40px;
	width: 257px;
	display: block;
	margin: 0;
}

#client-access {
	float: right;
	margin-top: 15px;
}

#client-access ul{
	list-style-type: none;
	}
	
#client-access li {
	float: left;
	margin: 0;
	padding: 0;
	}
	
#client-access li a {
	font-family: "Bitstream Vera Sans", Lucida Grande, Verdana, sans-serif;
	list-style-type: none;
	text-decoration: none;
	float: left;
	margin-left: 25px;
	color: #8C9993;
	font-weight: normal;
	font-size: 80%;
	}

#client-access li a:hover {
	color: #007A4D;
	}
	
/* ---------------------------------------------------------- */
/* 6. Navigation -------------------------------------------- */
/* ---------------------------------------------------------- */

#main-nav {
	clear: both;
	width: 940px;
	position: relative;
	left: 50%;
	margin-left: -470px;
	margin-top: 20px;
	height: 42px;
	background-image: url(images/nav_shadow.png);
	background-position: 0 30px;
	background-repeat: no-repeat;
}

#main-nav ul{
	list-style-type: none;
	}
	
#main-nav li {
	float: left;
	margin: 0;
	padding: 0;
	}
	
#main-nav li a {
	font-family: "Bitstream Vera Sans", Lucida Grande, Verdana, sans-serif;
	list-style-type: none;
	text-decoration: none;
	float: left;
	height: 30px;
	padding-bottom: 12px;
	display: block;
	margin-left: 25px;
	color: #707070;
	}

#main-nav li.home a {
	margin-left: 0;
	}			

#main-nav li a:hover {
	color: #007A4D;
	}

body#home #main-nav li.home a,
body#alook #main-nav li.alooksystem a,
body#alookdesign #main-nav li.alookdesign a,
body#aboutecr #main-nav li.aboutecr a,
body#resources #main-nav li.resources a,
body#contact #main-nav li.contact a {
	color: #007A4D;
	background-image: url(images/nav_hover_arrow.png);
	background-position: center 16px;
	background-repeat: no-repeat;
}
	
#sub-nav {
	width: 220px;
	position: relative;
	float: left;
	margin-top: 30px;
/*	background-image: url(images/sub_nav_fade.png);
	background-position: 0 0px;
	background-repeat: repeat-y ; */
}

#sub-nav ul {
	text-align: right;
	list-style-type: none;
}

#sub-nav ul li a{
	color: #6d6d6d;
	line-height: 1.4em;
	font-size: 80%;
	border-bottom: 1px dotted #6d6d6d;
	text-decoration: none;
	display: block;
	padding: 7px 20px 7px 10px;
	width: 190px;
}

#sub-nav ul li a:hover{
	color: #007A4D;
}

#sub-nav ul li.current a{
	color: #007A4D;
	background-image: url(images/sub_nav_arrow.png);
	background-position: center right;
	background-repeat: no-repeat;
}

#sub-nav ul li.alook-system a,
#sub-nav ul li.alook-features a,
#sub-nav ul li.alook-models a,
#sub-nav ul li.alook-designer a {
	font-weight: bold;
	font-size: 90%;
}

#sub-nav ul li.last a {
	border: 0;
}
	
/* ---------------------------------------------------------- */
/* 7. Content Structure ------------------------------------- */
/* ---------------------------------------------------------- */

/* Home page styles */

#flashcontainer {
	margin-bottom: 20px;
}

#flashcontainer-install {
	width: 700px;
	position: relative;
	left: 50%;
	margin-left: -350px;
	margin-bottom: 70px;
	clear: both;
}


#flashmovieplayer {
	width: 680px;
	margin-bottom: 15px;
	clear: both;
}

.home-call-outs {
	width: 280px;
	float: left;
	margin-left: 50px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.home-call-outs.first {
	margin-left: 0;
}

/* Home page styles ends */

/* General page styles */

.content-container {
	width: 940px;
	position: relative;
	left: 50%;
	margin-left: -470px;
	clear: both;
}

#content-main {
	width: 680px;
	position: relative;
	float: right;
	padding-top: 25px;
}

#cab-model-container {
	width: 678px;
	background-color: #fff;
	padding: 20px 0 20px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #959595;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
	margin-bottom: 20px;
}

#cab-model-container img {
	margin-left: 52px;
}

.resources-container {
	width: 678px;
	background-color: #fff;
	padding: 10px 0 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #959595;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
	margin-bottom: 20px;
	height: 80px;
}

.resources-container img {
	float: left;
	margin-right: 20px;
	margin-left: 10px;
}

#content-main img {
	margin-bottom: 30px;
}

.cab-model-right {
	float: right;
}

#content-main h1, h2, h3, h4 {
	clear: both;
}

.resources-container h1, h2, h3, h4 {
	clear: none;
	margin-top: 10px;
}

#content-main h3 {
	margin-bottom: 20px;
}

#content-column-one {
	width: 210px;
	float: left;
	margin-bottom: 20px;
}

#content-column-two {
	width: 210px;
	float: left;
	margin-left: 25px;
}

#content-column-three {
	width: 210px;
	float: left;
	margin-left: 25px;
}

#content-column-one img, #content-column-two img, #content-column-three img {
	margin: 0 0 10px 0;
} 

#content-column-one h1, #content-column-one h2, #content-column-two h1, #content-column-two h2, #content-column-three h1, #content-column-three h2 {
	padding: 0;
	font-size: 100%;
	font-weight: bolder;
	color: #007A4D;
}

#content-column-one p, #content-column-two p,  #content-column-three p {
	padding: 0;
	font-size: 80%;
}
	
.breakfloat {
	clear: both;
}

#sub-nav-call-out {
	width: 218px;
	border: 1px solid #DEDEDE;
	background-color: #fff;
	margin-top: 30px;
	padding: 10px 0;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

body#contact #sub-nav-call-out,
body#resources #sub-nav-call-out {
	margin-top: 0;
}

#sub-nav-call-out p {
	text-align: center;
	padding: 0 5px;
	margin-bottom: 0;
	line-height: 1.4em;
	color: #636363;	
}

#cab-call-out {
	width: 220px;
	position: relative;
	float: left;
	margin-top: 30px;
	margin-bottom: 20px;
}

#cab-features {
	width: 680px;
	position: relative;
	float: right;
	margin-top: 30px;
	margin-bottom: 20px;
}

#cab-features-module {
	width: 219px;
	position: relative;
	float: left;
	border-right: 1px dotted #6d6d6d;
	height: 150px;
}

#cab-features-module.last {
	border-right: 0;
}

#cab-features h4 {
	margin-bottom: 5px;
	margin-left: 10px;
}

#cab-features h4.download {
	margin-left: 0px;
}

#cab-features h4.first-module-header {
	margin-left: 0;
}

#cab-features p {
	color: #636363;
	font-size: 80%;
	line-height: 120%;
}

#cab-features p.quote {
	line-height: 150%;
}

#cab-features img {
	float: left;
	margin: 0 6px 0 10px;
}

#cab-features ul {
	color: #636363;
	list-style: disc;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 80%;
}

#cab-features ul li {
	margin-bottom: 0.5em;
	line-height: 120%;
}


/* ---------------------------------------------------------- */
/* 8. Footer ------------------------------------------------ */
/* ---------------------------------------------------------- */

#footer-wrapper{
	width: 100%;
	background-color: #3e3e3e;
	border-top: 1px solid #B1B1B1;
	margin-top: -120px; /* negative value of footer height */
	height: 120px;
	clear:both; 	
}

#footer {
	width: 940px;
	position: relative;
	left: 50%;
	margin-left: -470px;
}

#footer a	{
	color: #fff;
	text-decoration: none;
	}

#footer a:visited {
	color: #fff;
	text-decoration: none;
	}

#footer a:hover {
	color: #B1B1B1;
	text-decoration: none;
	}

#footer ul {
	list-style-type: none;
}

#footer ul li a{
	font-family: "Bitstream Vera Sans", Lucida Grande, Verdana, sans-serif;
	font-size: 75%;
	list-style-type: none;
	text-decoration: none;
	float: left;
	padding: 10px 8px 0 8px;
	border-left: 1px solid #B1B1B1;
	display: block;
	margin: 0;
	color: #fff;
	margin-bottom: 15px;
	background-image: url(images/footer_shadow.png);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#footer ul li.last a{
	border-right: 1px solid #B1B1B1;
}

#footer ul li a:hover{
	color: #B1B1B1;
}

#footer p {
	color: #fff;
	font-size: 70%;
	clear: both;
	margin-bottom: 0;
}

.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 */