﻿body {
    background-color: #DCDCDC;
    margin: 0;
    padding: 0;
    color: black;
}
.container {
    border-left: solid 1px black;
    border-right: solid 1px black;
}

/* Standard */
th, td {
    padding: 2px 10px 2px 2px;
    text-align: left;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}
a:visited {
    color: #505abc;
}
a:hover {
    color: #1d60ff;
    text-decoration: none;
}
a:active {
    color: #12eb87;
}

#header {
    background: #000080;
    padding: 1em 0;
    color: White;
}

#logo a {
  	background:url(../images/headerlogo.gif) no-repeat 0 0;
  	display: block;
	width:451px;
	height:57px;
	text-indent:-9999px;
}

#main {
    background-color: #fff;
    padding-top: 1.5em;
}

#aftermain {
    background-color: #fff;
    padding-bottom: 30px;
}

#main ul, #main ol, #aftermain ul, #aftermain ol {
    padding-left: 3em;
}

#footer {
    background: #FAF7F7;
    border-top: solid 1px #A5A5A5;
    border-bottom: solid 1px black;
    padding: 1.5em 0;
    margin-bottom: 1.5em;
    text-align: center;
}

/* Validation */
ul.validation-summary-errors li {
    margin-left: 3em;
}

/* Progress Bar */
#progressbar {
    height: 42px;
    background: #2c8bc7 url(../images/progress-bg.gif) repeat-x;
    font-weight: bold;
    margin-bottom: 2em;
}

#progressbar a {
    display: block;
    height: 32px;
    color: #88b2cc;
    float: left;
    text-decoration: none;
    padding: 10px 35px 0px 20px;
    background: url(../images/progress-separator.gif) no-repeat top right;
}

#progressbar a.current {
    color: White;
}

#progressbar a.last {
    background: none;
}

#progressbar .left {
    display: block;
    height: 42px;
    width: 4px;
    background: url(../images/progress-left.gif) no-repeat;
    float: left;
}

#progressbar .right {
    display: block;
    height: 42px;
    width: 3px;
    background: url(../images/progress-right.gif) no-repeat;
    float: right;
}

/* Form Classes */

/* Button styling from http://www.filamentgroup.com/lab/styling_buttons_and_toolbars_with_the_jquery_ui_css_framework/ */
.fg-button {
   cursor: pointer !important;
   outline: 0;
   margin: 6px 4px 0 0;
   padding: .4em 3em;
   text-decoration:none !important;
   cursor:pointer;
   position: relative;
   text-align: center;
   zoom: 1;
   background-color: Yellow;
   font-weight: bold;
   font-size: 18pt;
   border-width: 2px;
}

.fg-button-wide {
    width: auto;
}

.formarea {
	padding: 8px 8px 16px 8px;
	border: solid 1px #E1E1E1;
	border-top-width: 0;
    margin-bottom: 2em;
    clear:both;
}

.formarea hr {
    margin: 1.5em 1.5em 1.5em 1em;
}

.formtitle {
	font-size: 120%;
	font-weight: bold;
	background-color: #f4f4f4;
	color: #666;
	padding: 10px 6px 10px 8px;
	margin: 0;
	border: solid 1px #E1E1E1;
}

/* Form Layout */
.formarea p,
label,
textarea, input, select, label, button, optgroup {
    padding: 6px 10px;
}

label {
    float: left;
    width: 125px;
    display: block;
    clear: left;
    margin-right: 1em;
    text-align: left;
    cursor: hand;
}

label.wide {
    width: 180px;
}

.medium label {
    width: 90px;
}

label.block {
    float: none;
    width: auto;
}

.radioset label {
    width: auto;
    clear: none;
}

textarea, input, select, label, button, optgroup {
    margin-top:5px;
}

input[type="checkbox"], input[type="radio"] {
    clear: left;
    float: left;
    margin-top: 14px;
}

input.wide {
    width: 400px;
}

.medium input {
    width: 240px;
}

.buttonset {
    margin-left: 6px;
}
.buttonset label {
    /* Fix just for the jQuery UI buttonset labels. */
    clear: none;
    float: none;
    width: auto;
}

/* Form Colors */
.formarea {
    color: #777;
    font-size: 15px;
    line-height: 18px;
    font-family: inherit;
}

.formarea p {
    margin-bottom: 4px;
}

input {
    margin-left: 6px;
    width: 50px;
    border: 1px solid #CCC;
    background-color: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

input.length {
    background: url(../images/length.gif) no-repeat center right;
    padding-right: 21px;
    width: 39px;
}

/* Result Views */
.data-label {
    text-transform: uppercase;
    font-size: 9pt;
    color: #999;
    margin: 0px;
}

.data-value {
    font-size: 13pt;
    line-height: 1em;
    margin: 0 0 0.5em;
}

.data-value-medium {
    font-size: 22pt;
}

.data-value-large {
    font-size: 36pt;
    font-family: Trebuchet MS, Verdana;
    line-height: 1.2em;
}

.data-grid p {
    margin: 0;
}

div.calloutfull {
    background: #E9F4F7 url(../images/callout-full-top.gif) repeat-x top;
    padding-top: 3em;
    padding-bottom: 2em;
}

div.calloutfullbottom {
    background: #FFFFFF url(../images/callout-full-bottom.gif) repeat-x top;
    height:21px;
}

div.hr {
    border-bottom:1px solid #BAE3F4;
    height:1px;
    margin:7px auto;
    width:80px;
}

/* Selectable Lists */
ol.selectable .ui-state-default {
    background-position: 0 -200px;
}
ol.selectable {
    list-style-type: none;
    margin: 0;
}
ol#quick-dimensions.selectable {
    padding: 0;
}
ol#profile.selectable {
    padding: 0;
}
ol.selectable li {
    margin: 0 16px;
    padding: 10px;
    float: left;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

ol#quick-dimensions li {
    width: 236px;
    margin: 8px 5px;
    font-size: 16pt;
}

#quick-dimensions li .quick-dimensions-thumb {
    width: 236px;
    height: 127px;
    overflow: hidden;
    position: relative;
    margin-bottom:10px;
}
#quick-dimensions li .quick-dimensions-thumb img {
    position: absolute;
}
#quick-dimensions .img30x50x12 {
    left: 0px;
    top: -254px;
}
#quick-dimensions .img30x40x12 {
    left: -236px;
    top: -127px;
}
#quick-dimensions .img40x60x14 {
    left: -236px;
    top: -254px;
}
#quick-dimensions .img25x40x12 {
    left: 0px;
    top: -127px;
}
#quick-dimensions .img30x30x10 {
    left: -236px;
    top: 0px;
}
#quick-dimensions .img50x100x16 {
    left: 0px;
    top: 0px;
}
#quick-dimensions li div span {
    color: #bcd3e5;
}

#timeframes {
    padding:0 0 0 10px;
}
   

#timeframes li {
    font-size: 12pt;
    margin: 0 8px 0 0;
    padding: 5px;
}

#main ol.selectable-color {
    margin: 14px 0;
    padding-left:0;
}

ol.selectable-color li {
    padding: 3px;
    margin: 2px;
}
 
ol.selectable-color li.ui-state-active {
    border-color: #2C8CC7;
    background: #aebec8;
}

.color-heading {
    font-size:24px;
    font-weight:normal;
}

.color-swatch {
    width:20px;
    height:20px;
    margin:0;
}

.color-swatch-label {
    text-align: center;
}

.color-swatch-large-container {
    padding-top:1em;
}

.color-swatch-large {
    width:40px;
    height:40px;
    margin:0 auto 0.5em;
}

.color-swatch-label-large {
    font-size: 16pt;
    color: #5596CA;
}

/* Online Pricing - Building Dimensions
----------------------------------------------------------*/
#building-dimensions-key {
    float: right;
    width: 425px;
    height: 145px;
    background-repeat: no-repeat;
    background-position: top left;
}

.building-dimensions-key-gable {
    background-image: url(../images/dimensions-gable.gif);
}

.building-dimensions-key-singleslope {
    background-image: url(../images/dimensions-singleslope.gif);
}

.building-dimensions-key-asymmetrical {
    background-image: url(../images/dimensions-asymmetrical.gif);
}

.building-dimensions-key-leanto {
    background-image: url(../images/dimensions-leanto.gif);
}

/* Calculate Price
----------------------------------------------------------*/
.calculate-price {
    text-align: center;
}

.calculate-price h1 {
    margin: 3em 0 0.5em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #A72D27;
    color: #FEEABA;
}

ul#menu li a:hover {
    background-color: #6F802B;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #6F802B;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #6F802B;
    color: #FEEABA;
}


/* Lineitem List
----------------------------------------------------------*/
.lineitem-container, .drawing-container {
    padding: 0.5em 1em;
}

.highlight {
    background: #f0f0cf;
}

.lineitem-info {
    width: 100%;
}

.lineitem-header h4 {
    font-size: 12pt;
    margin-bottom: 0;
}

.lineitem-header h4 span {
   margin-right:2em;
}

.lineitem-header-partnumber {
}

.lineitem-header-descriptor {
    color: #999;
}

.lineitem-header-piecemark {
    color: #666;
}

.lineitem-property {
    float: left;
    margin-right: 10px;
    color: #666;
}

.lineitem-property label {
    float: none;
    width: auto;
    color: #aaa;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color:Red;
}

.tip {
    font-style: italic;
    color: #666;
}

#menucontainer {
    background: white;
}

#logindisplay {
    font-weight: bold;
    display: block;
    line-height: normal;
}

#logindisplay a:link {
    color: #6F802B;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: #6F802B;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: #6F802B;
    text-decoration: none;
}

.field-validation-error {
    color: #ff0000;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}


/* List */
.edit-link {
    font-size: 0.5em;
    margin-left: 1em;
}
.edit-link a {
    text-transform: lowercase;
    text-decoration: none;
    color: #aaa;
    font-weight: normal;
    letter-spacing: normal;
}



/*** Superfish ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			15em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			1.8em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
}
.sf-menu a {
	border-left:	1px solid #999;
    font-size:90%;
    padding:0.5em 0.75em;
	text-decoration:none;
}
.sf-menu a.first, .sf-menu li li a, .sf-menu li li li a {
    border-left: none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#333;
}
#menucontainer, .sf-menu li {
	background:		#E1E1E1;
}
.sf-menu li li {
	background:		#EEEEEE;
}
.sf-menu li li li {
	background:		#EEEEEE;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#DDDDDD;
	outline:		0;
}

