/* FooterStickAlt */
html {
	height: 100%;
}
body {
	height: 100%;
}
#non_footer {
	position: relative;
	min-height: 100%;
}
* html #non_footer {
	height: 100%;
}
#container {
	padding-bottom:240px;
}
#footer {
	position: relative;
	height:210px;
	margin-top:-210px;
}


/* Sitewide Styles */
body {
	font-family:arial, georgia, "Times New Roman", serif;
	color:#333;
}
.clear {
	clear:both;
	height:0;
	overflow:hidden;
}
a {
  color:#4B6282;
}
a:hover {
  color:#333;
}
em {
  font-style:italic;
  font-weight:inherit;
}
strong {
  font-style:inherit;
  font-weight:bold;
}
h1, h2, h3, h4, h5 {
	color:#4B6282;
}
h1, h2, h3 {
	font-family:georgia, "Times New Roman", serif;
}
h1 {
  margin-bottom:10px;
}
h3 {
	font-size:24px;
}
h4 {
	font-family:arial, helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
h4 a, h3 a {
  text-decoration:underline;
}
.box {
  margin-bottom:20px;
}
.link-list li a {
	display:block;
	padding:4px 6px;
	font-size:14px;
	font-family:arial, helvetica, sans-serif;
	color:#4B6282;
	text-decoration:none;
	border-bottom:1px solid #ccc;
}
.link-list li a:hover {
  bo rder-color:#4B6282;
  text-decoration:underline;
}
.section {
  margin-bottom:20px;
}
.section.styled {
  background:#f0f0f0;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  padding:10px;
}
.section.styled h4 {
  margin-bottom:10px;
}
.section.styled p {
  font-size:12px;
  line-height:18px;
  color:#333;
  margin:0;
}
a.section.styled {
  display:block;
  text-decoration:none;
}
a.section.styled h4 {
  text-decoration:underline;
}
a.section.styled:hover {
  border-color:#999;
  text-decoration:underline;
}
.section.styled.callout {
  text-align:center;
  margin:40px 100px;
}
a.image {
  display:block;
  line-height:0;
  position:relative;
  text-decoration:none;
}
a.image .expand,
a.image .go {
  position:absolute;
  display:block;
  width:19px;
  height:19px;
  bottom:0;
  right:0;
}
a.image:hover .expand,
a.image:hover .go {
  background-position:0 -19px;
}
a.image .expand {
  background:url(/static/expand.gif);
}
a.image .go {
  background:url(/static/go.gif);
}
.testimonial {
	font-family:georgia, "Times New Roman", serif;
  text-align:center;
}
.testimonial blockquote {
	color:#000;
	font-size:20px;
}
.testimonial cite {
	display:block;
	margin-top:5px;
	font-size:14px;
	font-style:italic;
	color:#666;
}
blockquote.callout {
	font-family:georgia, "Times New Roman", serif;
  font-style:italic;
  line-height:1.5em;
  border-left:4px solid #ccc;
  padding-left:10px;
  margin:1.5em 0;
}
.breadcrumbs {
  margin-bottom:20px;
  font-size:12px;
  color:#999;
  font-family:arial, helvetica, sans-serif;
}
.breadcrumbs span {
  padding-right:6px;
}
.breadcrumbs span.last {
  color:#666;
}
.breadcrumbs a {
  text-decoration:none;
  font-weight:bold;
}
.breadcrumbs a:hover {
  text-decoration:underline;
}
.main p {
  font-size:14px;
  margin:1em 0;
  line-height:1.5em;
}
.main ol {
  list-style:decimal;
  margin-left:1.5em;
}
.main ol li {
  margin:1em 0;
  line-height:1.5em;
}
.bullet-lists {
  width:100%;
  margin:0.5em 0 1.5em;
}
.bullet-lists td {
  width:50%;
  vertical-align:top;
}
.bullet-list {
  list-style:disc;
  list-style-position: inside;
  font-size:14px;
  line-height:1.5em;
}
.main form p {
    margin-top:5px;
}
.main form label {
    display:block;
    font-weight:bold;
    font-size:13px;
}
.main form input[type="text"],
.main form input[type="password"],
.main form textarea {
    font-size:14px;
    padding:2px;
}
.main form .errorlist {
    font-size:14px;
    color:red;
}


/* Main Structure */
#container {
	width:980px;
	margin:0 auto;
	position:relative;
}
#header {
	padding:20px 10px;
	border-bottom:1px solid #ccc;
}
#logo a {
	display:block;
	overflow:hidden;
	width:169px;
	height:0;
	padding-top:56px;
  background:url(/static/logo.png);
}
#header .navigation {
	margin-top:14px;
	float:right;
}
#header .navigation li.top {
	float:left;
	margin-right:6px;
	border:1px solid #fff;
	border-bottom:none;
}
#header .navigation li.over {
	border-color:#ccc;
}
#header .navigation li.products-dropdown ul {
  width:110px;
}
#header .navigation li.why-alpha-dropdown ul {
  width:130px;
}
#header .navigation li a.ideas,
#header .navigation li a.products,
#header .navigation li a.why-alpha,
#header .navigation li a.about,
#header .navigation li a.contact {
  display:block;
	padding:6px 8px 8px 9px;
	font-family:arial, helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#4B6282;
	text-decoration:none;
	text-transform:uppercase;
}
#header .navigation .dropdown a span {
	padding-right:8px;
	background:url(/static/dropdown-arrow.png) no-repeat right;
}
#header .navigation li.dropdown div {
	position:absolute;
	top:65px;
	display:none;
	background:#fff;
	border-top:1px solid #ccc;
	border-bottom:4px solid #4B6282;
	margin-left:-1px;
	z-index:1;
}
#header .navigation li.dropdown.over div {
  display:block;
}
#header .navigation li.dropdown div ul {
	padding:6px 10px 12px;
  border-right:1px solid #ccc;
  border-left:1px solid #ccc;
}
#header .navigation li.dropdown .link-list li a {
	display:block;
}
#header .navigation li.dropdown.over .coverup {
  position:absolute;
  display:block;
  line-height:0;
  overflow:hidden;
  height:1px;
  background:#fff;
  border-right:1px solid #ccc;
  z-index:2;
}
#footer {
	width:980px;
	margin-right:auto;
	margin-left:auto;
	background:#ddd;
}
#footer .footer-nav {
	padding:20px;
}
#footer h4 {
	color:#666;
	text-decoration:none;
	margin-bottom:10px;
}
#footer .links a {
	font-size:12px;
	text-decoration:none;
	color:#4B6282;
}
#footer .links a:hover {
	color:#333;
}
#footer .ideas,
#footer .products,
#footer .why-alpha {
	float:left;
	padding-right:40px;
}
#footer .logo-grey {
  text-align:right;
  padding:20px 20px 0 0;
}
#footer .orgs {
  float:right;
  margin-top:30px;
}
#footer .orgs td {
  vertical-align:bottom;
  padding-right:20px;
}


/* Column Structure */
.l-column {
	width:610px;
	float:left;
	margin-right:-380px;
}
.r-column {
	width:350px;
	float:right;
	margin-left:20px;
}


/* Homepage */
.homepage .intro {
	padding:20px 0;
	border-bottom:1px solid #ccc;
}
.homepage .slideshow {
	padding:5px;
	background:#ddd;
	line-height:0;
}
.homepage .intro .products li {
	float:left;
	margin-bottom:20px;
}
.homepage .intro .products li.siding,
.homepage .intro .products li.patio-doors {
	margin-right:20px;
}
.homepage .intro .products li.accents,
.homepage .intro .products li.patio-doors {
	margin-bottom:0;
}
.homepage .intro .products a {
	display:block;
	padding:5px;
	background:#ddd;
	line-height:0;
}
.homepage .intro .products a:hover {
	background:#999;
}
.homepage .details {
	padding:20px 0;
}
.homepage .details h3 {
	margin-bottom:5px;
}
.homepage .details p {
  font-size:14px;
  line-height:1.5em;
}
.homepage .details .tax-credit,
.homepage .details .testimonial {
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
}
.homepage .details .testimonial {
	padding-top:20px;
}
.homepage .details .free-estimate {
	padding-top:20px;
}


/* Other pages general structure */
.main {
  padding-top:20px;
}
.main .l-column {
  width:710px;
	margin-right:-280px;
}
.main .r-column {
  width:250px;
	margin-left:20px;
}
.main .r-column .testimonial {
  padding:10px;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
}
.main .r-column .testimonial blockquote {
  font-size:16px;
}
.main .r-column .testimonial cite {
  font-size:12px;
}


/* Product Index: "/products" */
.main .products {
  border-top:1px solid #ccc;
}
.main .products .product {
  border:1px solid #ccc;
  border-top:none;
  padding:20px;
}
.main .products .product .image {
  bord er:1px solid #ccc;
  width:180px;
  line-height:0;
}
.main .products .product .image a {
  dis play:block;
  padd ing:4px;
  bord er:1px solid #ccc;
}
.main .products .product .image a:hover {
  border-color:#999;
}
.main .products .product .info {
  vertical-align:top;
  padding:0.5em 0 0.5em 20px;
}
.main .products .product .info p {
  margin:0.5em 0;
  font-size:12px;
  line-height:18px;
}


/* Product Page */
.product-page .images {
  float:left;
  width:250px;
  margin-right:-460px;
}
.product-page .details {
  float:right;
  margin-left:20px;
  width:440px;
  font-size:14px;
  line-height:21px;
}
.product-page .details ul {
  list-style:disc;
  margin-left:1.5em;
}
.product-page .details ul li {
  margin-bottom:0.5em;
}
.product-page .section {
  margin-bottom:2em;
}
.product-page p {
  margin:1em 0;
}
.product-page .images .colors-image {
  line-height:0;
}
.color-selector {
  margin-t op:10px;
}
.color-selector .color-image {
  position:relative;
}
.color-selector .color-image .image-wrap {
  background:#ccc;
  padding:4px;
  position:absolute;
  line-height:0;
}
.selector {
  padding-top:5px;
}
.selector .color {
  float:left;
  line-height:0;
  margin:0 5px 5px 0;
}
.selector .color a {
  display:block;
}


/* Galleries */
.gallery {
  margin-top:20px;
}
.gallery .entry {
  float:left;
  padding:20px;
  border:1px solid #ccc;
  margin-bottom:20px;
}
.gallery .entry.left {
  margin-right:20px;
}
.gallery .entry a.image {
  line-height:0;
  width:300px;
}
.gallery .entry .info {
  padding-top:20px;
}
.main .gallery .entry .info p {
  margin:0.5em 0;
  font-size:12px;
  line-height:18px;
}
.main .gallery .before {
  padding-right:20px;
  width:300px;
}


/* Testimonials Page */
.testimonials .testimonial {
  padding:20px 0;
  border-bottom:1px solid #ccc;
  text-align:left;
}
.testimonials .testimonial.last {
  border-bottom:none;
}
.testimonials .testimonial blockquote {
  font-size:16px;
}


/* Popup styling */
.popup .product {
  padding:10px;
}
.popup .close {
  float:right;
  color:#eee;
}
.popup .title {
  background:#4B6282;
  color:#fff;
  font-weight:bold;
  font-size:13px;
  padding:8px;
  border-bottom:#ddd 5px solid;
  margin-bottom:10px;
}
.popup .image {
  margin:10px 0;
}
.popup #loader {
  line-height:0;
  text-align:center;
  margin-bottom:10px;
  background:url(/static/loading.gif) #111 no-repeat center center;
}
.popup #loader img {
  background:#111;
}


/* About page */
.licenses {
    margin-top:20px;
    font-size:14px;
    width:400px;
}
.licenses td {
    padding:2px 4px;
}
