/* Start of CMSMS style sheet 'global' */

/* 	Site: Alaska Solar Control
		Info: Global Stylesheet
		Created by: Dreamtime Media - http://www.dreamtimemedia.com
		Date: 2/10/07

		COLOR GLOSSARY
 		Blue: #3891DC;
		Green: #BDED46;
		Grey: #333333;
		Light Grey: #EEF2F4;
		Lighter Grey: #F7F9FA;		
		
*/
/* =Reset
----------------------------------------------- */
body, div, dl, img, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, iframe, fieldset, input, p, blockquote, th, td, span {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
li a {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =Global
----------------------------------------------- */
body {
	font-size: 62.5%;
	color: #333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: #F7F9FA;
	height: 100%;
	text-align: center;
  padding-bottom: 100px;
}
#wrap {
	position: relative;
	width: 860px;
	margin: 0 auto;
  padding-bottom: 40px;
	background: #FFF;
  border: 4px double #EEF2F4;
  border-top: 0;
	min-height: 100%;
	text-align: left;
}

/* =Navigation
----------------------------------------------- */
ul#nav {
	position: relative;
	top: 50px;
	left:  409px;
	width: 409px;
	z-index: 500;
	height: 0;
}
ul#nav span {
	display: none;
}
li#services a, li#fading a, li#products a, li#solutions a, li#solutions a, li#contact a {
	background: transparent;
	position: absolute;
	height: 24px;
	outline:none;
	top: 0;
}
/* li#services a { left: 0; width: 68px; background: url(/images/nav.png) no-repeat 0 0; } */
li#products a { left: 80px; width: 60px; background: url(/images/nav.png) no-repeat -80px 0; }
li#fading a { left: 164px; width: 86px; background: url(/images/nav.png) no-repeat -164px 0; }
li#solutions a { left: 272px; width: 64px; background: url(/images/nav.png) no-repeat -272px 0; }
li#contact a { left: 357px; width: 53px; background: url(/images/nav.png) no-repeat -357px 0;}

/* li#services a:hover { background-position: 0 -23px;} */
li#products a:hover { background-position: -80px -23px;}
li#fading a:hover { background-position: -164px -23px;}
li#solutions a:hover { background-position: -272px -23px;}
li#contact a:hover { background-position: -357px -23px;}

ul.leftnav li {
	font-size: 105%;
	line-height: 0;
}
ul.leftnav li a, ul.leftnav li a:hover {
	border-bottom: 1px solid #EEF2F4;
	display: block;
	padding: 4px 0 4px 15px;
	line-height: 1.4;
}
ul.leftnav li a.currentpage {
	color: #333;
	background: url(/images/dot.png) no-repeat 0 50%;
}
ul.leftnav {
  padding-bottom: 20px;
}
#site-info ul {
  float: left;
}
#site-info ul li {
	display: inline;
  color: #969DA1;
}
#site-info li a {
	margin: 0;
  color: #969DA1;
}
#site-info li a:hover {
  color: #FFF;
}

/* =Branding
----------------------------------------------- */
#branding {
	height: 135px;
	position: relative;
	margin: 15px 40px 0 40px;
}
body.homepage #branding {
	height: 290px;
}
#flashcontent, img#leftbrand {
	margin-top: 15px;
	float: left;
}
 a#homelink {
	text-indent: -9999px;
	display: block;
	width: 258px;
	height: 52px;
	background: url(/images/asc-logo.png) no-repeat;
}
#branding p a {
	position: absolute;
	top: 265px;
	left: 16px;
	z-index: 100;
	display: block;
	text-indent: -9999px;
	width: 226px;
	height: 42px;
	border-bottom: 0;
	background: url(/images/learn-button.png) no-repeat -1px 0;
}
#branding p a:hover {
	background-position: -233px 0;
}
#branding p#call {
	position: absolute;
	text-indent: -10000px;
	left: 555px;
	padding: 0;
	top: 130px;
	width: 230px;
	height: 20px;
	background: url(/images/calltoday.png) no-repeat;
}
body.homepage #branding p#call {
	top: 291px!important;
}

/* =Layout
----------------------------------------------- */
#content-main {
	position: relative;
	margin: 30px 40px 0 40px;
	min-height: 400px;
  line-height: 1.4;
}
body.homepage #main {
	position: relative;
	width: 380px;
	left: 260px;
	top: 0;
}
#main {
	position: relative;
	width: 490px;
	left: 150px;
	top: 0;
	padding-bottom: 20px;
}
#whyChoose {
	position: absolute;
	left: 0px;
	top: 0;
	width: 240px;
	padding-right: 10px;
}
#content-right {
	position: absolute;
	top: 24px;
	left: 660px;
	width: 120px;
	margin-bottom: 20px;
}
#content-left {
	position: absolute;
	left: 0px;
	top: 24px;
	width: 135px;
}
body.homepage #content-right {
	top: 0;
}
#content-sub {
	margin: 0 40px;
  line-height: 1.3;
}
#site-info {
	clear: both;
	position: relative;
	background: #EEF2F4 url(/images/site-info-bg.png) ;
	margin: 0 40px;
	padding: 10px 15px 0 15px;
	color: #FFF;
	height: 65px;
  text-align: right;
}
#contact-info {
	position: absolute;
	right: 13px;
	top: 0;
}
/* =Links
----------------------------------------------- */
a:link {
	color: #3891DC;
	text-decoration: none;
	padding: 1px;
	line-height: 1;
}
a:visited {
	color: #3891DC;
	text-decoration: none;
}	
a:hover {
	color: #FFF;
	background: #3891DC url(/images/link-bg.png);
	border-bottom: 0;
	text-decoration: none;
}
a:active {
	color: #FFF;
	background: #BDED46;
	border-bottom: 0;
	text-decoration: none;
}
p a:link, p a:visited {
  text-decoration: underline;
}

/* =Lists
----------------------------------------------- */
#whyChoose li {
	padding-left: 20px;
	background: url(/images/checkmark.png) no-repeat 0 3px;
}
#whyChoose li p {
	margin-bottom: 15px;
	padding: 0;
	font-size: 115%;
}
#content-sub ul {
	padding-bottom: 120px;
}
#content-sub li {
	width: 240px;
	float: left;
	padding: 0 20px 20px 0;
}
ul#testimonials, ul#testimonials li  {
	background: #FFF;
}
#main ul {
	margin: 0 0 30px 30px;
	font-size: 110%;
}
#main li {
	padding: 4px 0;
	list-style: disc;
}

/* =Misc
----------------------------------------------- */
#trail {
	margin: -5px 0 0 40px;
	color: #666;
}
#content-sub img {
	float: right;
}
#main img {
	padding: 2px;
	border: 2px solid #EEF2F4;
	background: #FFF;
	margin: 5px;
}
body.homepage #content-right img {
	margin-top: 25px;
}
.right {
	float: right;
}
.left {
	float: left;
}
th {
	font-family: Lucida Sans, Helvetica, Verdana, Arial, sans-serif;
	padding: 5px;
	line-height: 1.2;
	border-bottom: 5px solid #D7DCDF;
}
td {
	padding: 5px;
	border-bottom: 1px solid #D7DCDF;
	vertical-align: top;
}
td * {
	padding: 3px;
}
tr.alt td {
	background: #F7F9FA;
}
tr.over td {
	background: #EEF2F4;
}
#edit {
	position: absolute;
	left: 44%;
	top: 15px;
	z-index: 500;
	border: 2px solid #FFF;
	padding: 2px;
	background: #FFF;
}
#edit:hover {
	background: #3891DC url(/images/link-bg.png);
}

/* =Quote
----------------------------------------------- */
div#quote {
	margin: 0 40px;
	background: #333 url(/images/form-bg.png);
	border-left: 5px solid #3891DC;
	border-right: 5px solid #3891DC;
	width: 770px;
	position: relative;
	z-index: 130;
}
p#quoteopen {
	position: relative;
	border-top: 5px solid #3891DC;
	margin: 0 40px;
	padding: 0;
	width: 780px;
}
p#quoteopen a {
	position: absolute;
	left:650px;
	top: 0;
	display: block;
	height: 24px;
	width: 130px;
	background: url(/images/quote-button.gif) no-repeat -1px 0;
	text-indent: -10000px;
	outline: none;
	z-index: 140;
}
p#quoteopen a:hover {
	background-position: -134px 0;
}
fieldset#tryit {
	padding: 0 20px 30px 20px;
	width: 730px;
	border: 0;
	position: relative;
}
body.contact fieldset {
	border: 0;
}
body.contact legend {
	color: #E43030;
	font-size: 100%;
}
legend {	
	color : #FFF;
	font-size: 140%;
	padding: 10px;
}
.formfloat {
	float: left;
	width: 225px;
}
.form {
	color: #FFF;
	display: block;
	text-align: left;
	margin-left: 30px;
	padding: 3px;
}
div.row {
	clear:both;
	display: block;
	padding: 2px;
	text-align:center;
	color: #FFF;
}
body.contact div.row {
	clear:both;
	display: block;
	padding: 2px;
	text-align:center;
	color: #333;
}
div.row span.formw {
	float:left;
	padding: 2px 5px;
	text-align:left;
	color: #FFF;
	vertical-align: bottom;
}
div.row span.formw input {
	color: #333;
	padding: 1px 3px;
	border: 3px solid #FFF;
	background: #e5e5e5;
	width: 180px;
}
body.contact div.row span.formw input {
	color: #333;
	font-family: verdana;
	font-size: 140%;
	padding: 3px;
	background: #EEF2F4 url(/images/site-info-bg.png);
	border: 2px solid #BEC4C7;
	width: 180px;
}
body.contact textarea {
	border: 0;
	font-family: verdana;
	font-size: 140%;
	height: 100px;
	padding: 3px;
	color: #333;
	border: 2px solid #BEC4C7;
	background: #EEF2F4 url(/images/site-info-bg.png) ;
	width: 475px;
}
div.row span.formw input:focus {
	background: #FFF;
	border: 3px solid #e5e5e5;
}
input.number {
display: none;
}
div.row span.label {
	padding: 5px 0 0 5px;
	display: block;
	text-align: left;
}
body.contact div.row span.label {
	padding: 5px 0 0 5px;
	display: block;
	text-align: left;
}
div.row span.reqLabel {
	padding: 5px 0 0 5px;
	display: block;
	text-align:left;
	font-weight: bold;
	color: #FF6464;
}
div.row span.submit {
	float:left;
	padding: 1px 5px;
	text-align:left;
	color: #FFF;
	vertical-align: bottom;
}
input#contact_submit {
	width: 130px;
	margin: 20px 0 0 10px;
	font-weight: bold;
	color: #31363E;
}
input#submit {
	width: 170px;
	margin-top: 10px;
	font-weight: bold;
	color: #31363E;
}
div#errors h2, div#success h2 {
	background: none;
	color: #FFF;
	font-size: 140%;
	visibility: visible;
}
div#errors ol {
	margin: 5px 30px;
}
div#errors li {
	list-style: decimal;
	padding: 1px;
}
div#results {
	margin-bottom: 15px;
}

/* End of 'global' */

/* Start of CMSMS style sheet 'Type' */
/* =Typography
----------------------------------------------- */

/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-active h1 {
  visibility: hidden;
	font-family: Lucida Sans, Helvetica, Verdana, Arial, sans-serif;
  line-height: 1em;
  font-size: 19px;
}
.sIFR-active h2 {
  visibility: hidden;
	font-family: Lucida Sans, Helvetica, Verdana, Arial, sans-serif;
  line-height: 1em;
  font-size: 19px;
}
.sIFR-active h3, .sIFR-active th {
  visibility: hidden;
	font-family: Lucida Sans, Helvetica, Verdana, Arial, sans-serif;
  line-height: 1em;
  font-size: 17px;
}
.sIFR-active h4 {
  visibility: hidden;
	font-family: Lucida Sans, Helvetica, Verdana, Arial, sans-serif;
  line-height: 1em;
  font-size: 15px;
}
h3, h4, h5, h6 {
	font-family: Lucida Sans, Helvetica, Verdana, Arial, sans-serif;
	line-height: 1.2;
	color: #333;
	margin-bottom: 5px;
}
h1#sub {
	width: 780px;
	height: 60px;
	padding: 0;
	margin: 15px 0 0 00!important;
	text-indent: -9999px;
	background-color: #3891DC;
}
body.products h1#sub {
	background: #3891DC url(/images/header-products.jpg) no-repeat 0 0;
}
body.solutions h1#sub {
	background: #3891DC url(/images/header-solutions.jpg) no-repeat 0 0;
}
body.services h1#sub {
	background: #3891DC url(/images/header-services.jpg) no-repeat 0 0;
}
body.fading h1#sub {
	background: #3891DC url(/images/header-fading.jpg) no-repeat 0 0;
}
body.contact h1#sub {
	background: #3891DC url(/images/header-contact.jpg) no-repeat 0 0;
}
body.cases h1#sub {
	background: #3891DC url(/images/header-cases.jpg) no-repeat 0 0;
}
h1, h2 {
	background: #FFF url(/images/dotted-underline.png) repeat-x 0 24px;
  z-index: 1000;
	color: #333;
	margin-bottom: 5px;
}
#content-sub h2 {
	margin-bottom: 8px;
}
#content-main h3 {
	margin-bottom: 0;
}
#content-sub h3 {
	font-size: 135%;
	margin-bottom: 5px;
	visibility: visible;
}
#whyChoose h3 {
	text-transform: uppercase;
	color: #3891DC;
	margin: 10px 0 0 0;
}
ul#subnav h3 {
  text-transform: uppercase;
}
h3 a {
	border-bottom: 1px solid #3891DC;
}
h3 a:hover {
	color: #FFF!important;
}
h4.img-desc {
	visibility: visible;
	font-size: 115%;
}
#contact-info h4 {
	visibility: visible;
  text-align: right;
  padding: 10px 0 5px 0;
  margin: 0;
  color: #666;
}
table.filmtypes h4 {
	text-align: left;
	margin-left: -5px;
}
table.filmtypes p {
	margin-top: -15px;
}
h5 {
	font-size: 110%;
}
p {
	padding: 5px 0;
	font-size: 110%;
  color: #333;
}
#main p {
	padding-bottom: 15px;
}
#main blockquote {
	font-size: 110%;
	padding: 10px 15px;
	margin: 10px;
	background:  #F7F9FA;	
}
#main q {
	line-hight: 1.3;
}
#content-sub li p {
	padding: 0;
}
#content-right p {
	line-height: 1.1;
	font-size: 100%;
}
#site-info p {
	color: #666;
	font-size: 9px;
	padding: 3px 0;
}
p#copyright {
	position: relative;
	top: 108px;
	right: -15px;
}
#site-info p a {
	color: #666;
	text-decoration: underline;
}
#site-info p a:hover {
	color: #FFF;
	text-decoration: none;
} 
blockquote {
	font-size: 90%;
	text-align: left;
	padding: 10px 0;
}
cite {
	text-align: right;
	display: block;
}



/* End of 'global' */

/* Start of CMSMS style sheet 'Type' */
/* =Typography
----------------------------------------------- */

/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-active h1 {
  visibility: hidden;
	font-family: Lucida Sans, Helvetica, Verdana, Arial, sans-serif;
  line-height: 1em;
  font-size: 19px;
}
.sIFR-active h2 {
  visibility: hidden;
	font-family: Lucida Sans, Helvetica, Verdana, Arial, sans-serif;
  line-height: 1em;
  font-size: 19px;
}
.sIFR-active h3, .sIFR-active th {
  visibility: hidden;
	font-family: Lucida Sans, Helvetica, Verdana, Arial, sans-serif;
  line-height: 1em;
  font-size: 17px;
}
.sIFR-active h4 {
  visibility: hidden;
	font-family: Lucida Sans, Helvetica, Verdana, Arial, sans-serif;
  line-height: 1em;
  font-size: 15px;
}
h3, h4, h5, h6 {
	font-family: Lucida Sans, Helvetica, Verdana, Arial, sans-serif;
	line-height: 1.2;
	color: #333;
	margin-bottom: 5px;
}
h1#sub {
	width: 780px;
	height: 60px;
	padding: 0;
	margin: 15px 0 0 00!important;
	text-indent: -9999px;
	background-color: #3891DC;
}
body.products h1#sub {
	background: #3891DC url(/images/header-products.jpg) no-repeat 0 0;
}
body.solutions h1#sub {
	background: #3891DC url(/images/header-solutions.jpg) no-repeat 0 0;
}
body.services h1#sub {
	background: #3891DC url(/images/header-services.jpg) no-repeat 0 0;
}
body.fading h1#sub {
	background: #3891DC url(/images/header-fading.jpg) no-repeat 0 0;
}
body.contact h1#sub {
	background: #3891DC url(/images/header-contact.jpg) no-repeat 0 0;
}
body.cases h1#sub {
	background: #3891DC url(/images/header-cases.jpg) no-repeat 0 0;
}
h1, h2 {
	background: #FFF url(/images/dotted-underline.png) repeat-x 0 24px;
  z-index: 1000;
	color: #333;
	margin-bottom: 5px;
}
#content-sub h2 {
	margin-bottom: 8px;
}
#content-main h3 {
	margin-bottom: 0;
}
#content-sub h3 {
	font-size: 135%;
	margin-bottom: 5px;
	visibility: visible;
}
#whyChoose h3 {
	text-transform: uppercase;
	color: #3891DC;
	margin: 10px 0 0 0;
}
ul#subnav h3 {
  text-transform: uppercase;
}
h3 a {
	border-bottom: 1px solid #3891DC;
}
h3 a:hover {
	color: #FFF!important;
}
h4.img-desc {
	visibility: visible;
	font-size: 115%;
}
#contact-info h4 {
	visibility: visible;
  text-align: right;
  padding: 10px 0 5px 0;
  margin: 0;
  color: #666;
}
table.filmtypes h4 {
	text-align: left;
	margin-left: -5px;
}
table.filmtypes p {
	margin-top: -15px;
}
h5 {
	font-size: 110%;
}
p {
	padding: 5px 0;
	font-size: 110%;
  color: #333;
}
#main p {
	padding-bottom: 15px;
}
#main blockquote {
	font-size: 110%;
	padding: 10px 15px;
	margin: 10px;
	background:  #F7F9FA;	
}
#main q {
	line-hight: 1.3;
}
#content-sub li p {
	padding: 0;
}
#content-right p {
	line-height: 1.1;
	font-size: 100%;
}
#site-info p {
	color: #666;
	font-size: 9px;
	padding: 3px 0;
}
p#copyright {
	position: relative;
	top: 108px;
	right: -15px;
}
#site-info p a {
	color: #666;
	text-decoration: underline;
}
#site-info p a:hover {
	color: #FFF;
	text-decoration: none;
} 
blockquote {
	font-size: 90%;
	text-align: left;
	padding: 10px 0;
}
cite {
	text-align: right;
	display: block;
}

/* End of 'Type' */

