/** Globals
   */



/* Pull them into this stylesheet 
   when done with the project */


/* Global Tag Definitions */
@import url("globals.css");
@import url("dialog.css");


/** Sizing Chart
   **/

/* 

   Desired pixel size - Percentage equivilent
   10...................77
   11...................85
   12...................93
   13...................100
   14...................108
   15...................116
   16...................123.1
   17...................131
   18...................138.5
   19...................146.5
   20...................153.9
   21...................161.6
   22...................167
   23...................174
   24...................182
   25...................189
   26...................197

   */





/** Color Key
   

   nav................. 	#7f8a8f
   #be1e2d (hover)

   copy................ 	414042

   grey headings.......		788a91

   quotes..............		c8171d
   red headings

   links ..............		be1e2d
   price

   red text ........... 	d71920




   */



/** layout
   */



html {
    
}
body {
    text-align: center;
    background: url(../images/body-bg.gif) repeat-y top center;
}
#wrapper {
    width: 755px;
    margin: 0 auto;
    text-align: left;
    background: url(../images/wrapper-bg.gif) repeat-y top left;
}
#header {
/*    height: 33px;*/
    margin: 19px 0 0 0;
    background: url(../images/header-bg.jpg) no-repeat top left;
}
#header img {
    float: left;
}
#header h1 {
    margin-top: 15px;
	margin-bottom: 0 !important;
    font-size: 85%;
    float: right;
}

/**     Nav     */

#nav {
    border-top: 1px solid #cdd2d5;
	clear: right;
	margin-top: 18px;
	

}
#nav ul {
    margin: -1px 0 0 0;
    padding: 0;
    float: right;
    clear:both;
    padding-top: 22px;
}
#nav li {
    margin: 0 2px 0 0;
    padding: 0;
    float: left;
    list-style-image: none;
}


#content-container {
    width: 487px;
    float: right;
    padding-top: 35px;
    /*	margin-bottom: 100px;*/
}
#left-col-container {
    width: 250px;
    padding-top: 30px;
    float: left;
    
}
#content-container2 {
/*    width: 487px;
    float: left;
    padding-top: 35px;*/
    /*	margin-bottom: 100px;*/
}
#left-col-container2 {
/*    width: 250px;
    padding-top: 30px;
    float: right;*/
    
}
#left-col img {
    margin-bottom: 5px;
}

/**     For single column     */


#home #content-container,
#contact #content-container,
#upload #content-container,
#products #content-container {
    width: 100%;
    float: none;
    clear: both;
}


/**     Footer     */


#footer {
    clear: both;
    padding: 16px 0 32px 0;
    border-top: 1px solid #cdd2d5;
    margin-top: 200px;
    width: 100%;
    float: left;
}
#footer ul {
    margin: 0;
    padding: 0;
}

#footer p {
    margin-top: -45px; 
}

#footer li {
    display: inline;
    margin: 0 7px;
}

/**     Sub Nav     */


#sub-nav {
    clear: both;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #cdd2d5;
    text-align: right;
    margin: 0 0 17px 0;
}


/**     Quotes     */


.sm {
    background: url(../images/border-box-sm.gif) no-repeat top left;
    width: 249px;
    min-height: 193px;
}

.med {
    background: url(../images/border-box-med.gif) no-repeat top left;
    width: 424px;
    min-height: 154px;
}

.lg {
    background: url(../images/border-box-lg.gif) no-repeat top left;
    width: 502px;
    min-height: 98px;
}

blockquote, .quotee {
    color: #c8171d;
    font-size: 108%;
    font-family: "Myriad Pro";
    line-height: 20px;
}
blockquote {
    padding: 19px 19px 0 19px;
}
div.quotee {
    font-style: italic;
    margin: 10px 19px 0 19px;
}







/** Links
   */

a:link, a:visited  {
    color: #be1e2d;
    text-decoration: none;
}

a:hover {
    color: #be1e2d;
    text-decoration: underline;
}
a:active {
    color: #be1e2d;
    text-decoration: none;
}


/**     Nav Links     */


#nav a:link {
    color: #7f8a8f;
    text-decoration: none;
    padding: 22px 10px 0 10px;
    background: url(../images/nav-bg.gif) repeat-x top left;
}
#nav a:visited {
    color: #7f8a8f;
    text-decoration: none;
    padding: 22px 10px 0 10px;
    background: url(../images/nav-bg.gif) repeat-x top left;
}
#nav a:hover, #nav a.current {
    color: #be1e2d;
    text-decoration: none;
    padding: 22px 10px 0 10px;
    background: url(../images/nav-hover-bg.gif) repeat-x top left;
}
#nav a:active {
    text-decoration: none;
    padding: 22px 10px 0 10px;
    background: url(../images/nav-bg.gif) repeat-x top left;
}


/**     Sub Nav Links     */

#sub-nav a:link, #sub-nav a:visited {
    color: #788a91;
    text-decoration: none;
}

#sub-nav a:hover {
    color: #be1e2d;
    text-decoration: none;
}

#sub-nav a:active {
    color: #788a91;
    text-decoration: none;
}

#products #content a:link,
#products #content a:visited {
	text-decoration: underline;
}

#products #content a:link.anchor,
#products #content a:visited.anchor {
	text-decoration: none;
	color: #000;
}

#products #content a:hover.anchor{
	text-decoration: underline;
	color: #000;
}


/**     Footer Links     */

#footer a:link, #footer a:visited {
    color: #7f8a8f;
    text-decoration: none;
}
#footer a:hover, #footer a.current {
    color: #be1e2d;
    text-decoration: none;
}
#footer a:active {
    text-decoration: none;
}

/* ! Typography  ------------------------------------------------------------------------- */

/* ! --------- Globals --------- */



body {
    color: #414042;
}

p, ul {
    margin: 0 0 20px 0; 
}

p {
    font-size: 100%;
}

ul, label, .label, select {
    font-size: 85%;
}

p, li, h1, h2, h3, strong, label, a:link {
    line-height: 1.3em;
}

em {
    color: #be1e2d;
    font-size: 138.5%;
}

strong {
    font-weight: bold;
}
h1 {
    font-size: 123.1%;
    color: #c8171d;
    margin-bottom: 20px;
}

span.tagline {
	float: right;
	clear: right;
	margin-top: 3px;
/*	padding-bottom: 20px;*/
	font-size: 15px;
	font-color: black;
	font-family: times;
	font-style: italic;
}

/**     Specific     */

#home p {
	font-size: 85%;
}

#home .button-box p {
    margin: 10px 10px 8px 10px;
}

#home .sm p {
    margin: 0 20px 20px 20px;
}

#home h2 {
    font-size: 123.1%;
    color: #788a91;
    margin: 20px 0 20px 20px;
}

#contact p, #upload p {
	font-size: 85%;
}


/* ! --------- Products page --------- */


#products #top .left {
	width: 365px;
}

#products #top .right {
	width: 340px;
}

#products #top h1 {
	font-size: 25px;
	margin-top: 30px;
}

#products h3 {
	font-size: 25px;
	color: #C8171D;
	margin: 0 0 20px 0;
}

#products #top .left div {
	margin-bottom: 10px;
}

#products #top .left div h2 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

#products #top .left div p {
	font-size: 12px;

}

#products #top #aluminum-finishes {
	width: 349px;
	height: 100px;
	background: url(../images/products/aluminum-finishes.jpg) no-repeat top left;
}

#products #top .left #aluminum-finishes h2 {
	padding: 24px 0 3px 13px;
	margin: 0;
}

#products #top .left #aluminum-finishes p {
	padding: 0 0 0 13px;
}

#products #top #framing-options {
	width: 349px;
	height: 76px;
	background: url(../images/products/anodized-aluminum.jpg) no-repeat top left;
}

#products #top .left #framing-options h2 {
	padding: 14px 0 3px 77px;
	margin: 0;
}

#products #top .left #framing-options p {
	padding: 0 0 0 77px;
}

#products #top #float-mount {
	width: 365px;
	height: 89px;
	background: url(../images/products/frameless-float-mount.jpg) no-repeat top left;
}

#products #top .left #float-mount h2 {
	padding: 20px 0 3px 13px;
	margin: 0;
}

#products #top .left #float-mount p {
	padding: 0 0 0 13px;
}


.pricing {
	margin: 25px 0 20px 0;
}

#products blockquote {
	font-size: 18px;
	line-height: 22px;
}

#products #finishes,
#products #framing,
#products #mount {
	padding: 60px 0 0 0;
}

#products #finishes div {
	width: 162px;
	float: left;
}

#products #finishes #col-1,
#products #finishes #col-2,
#products #finishes #col-3 {
	margin: 25px 33px 0 0;
}

#products #finishes #col-4 p#new {
	margin: 0;
	padding: 0;
	height: 25px;
}

#products #finishes img {
	margin-bottom: 21px;
}

#products #finishes h4 {
	font-size: 13px;
	margin: 0 0 22px 0;
	padding: 0;
	line-height: 17px;
	font-weight: bold;
}

#products #framing .left {
	width: 495px;
	border-right: 1px solid #cdd2d5;
}

#products #framing .left p {
	padding-right: 83px;
}

#products #framing .right {
	width: 180px;
}

#products #finishes p#new {
	margin-left: 8px !important;
	color: #C8171D;
	font-weight: bold;
}

#products #framing .left,
#products #framing .right  {
	margin: 10px 0 0 0;
}

#products #framing .left img {
	margin: 0 0 29px 0;
}

#products #framing .right img {
	padding: 0 0 50px 0;
}

#products #framing img#recessed {
	margin: 20px 0 29px 0;
}

#products #framing h4 {
	color: #000;
	font-weight: bold;
	margin: 0 0 3px 0;
}

#products #framing h4 span {
	font-weight: normal;
}

#products #hardware {
	margin: 60px 0 30px 0;
	padding: 29px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#products #hardware .left,
#products #hardware .right {
	width: 340px;
}

#products #hardware img {
	float: left;
}

#products #hardware p,
#products #hardware h4 {
	margin-left: 144px;
}

#mount h3 span {
	font-weight: bolder;
}





/*#finish2 h3 {
    font-size: 79%;
    color: #c8171d;
    margin-bottom: 15px;
}*/


/*#products #width {
	float:left;
	margin:0;
	padding:0;
	width:40%;
}

#products #height {
	float:right;
	margin:0;
	padding:0;
	width:40%;
}*/




.shaded-box p {
	margin: 0 0 10px 0;
}

#faq #content h1, 
#artspecs h2 {
    font-size: 85%;
    color: #788A91;
    margin-bottom: 4px;
}

#artspecs ul {
    margin-left: 30px;
}

#artspecs #content li {
    list-style: outside;
    margin-bottom: 15px;
}


#quote p#size-limitations {
	font-weight: bold;
/*	color: #000000;*/
	padding: 5px 0 0 0;
	margin: 0;

}



#nav ul {
    font-size: 77%;
    text-transform: uppercase;
}

#footer ul {
    text-align: center;
    font-size: 77%;
}

#sub-nav {
    font-size: 77%;
}

.shaded-box h1 {
	color: #414042;
	font-size: 146.5%;
	margin: 0 0 10px 0;
	padding: 0;
}

.highlight {
    color: #be1e2d;
}







/** Pages
   */


#home #flash-container, #home .button-box  {
    margin-bottom: 5px;
}

#home .gutter {
    margin-right: 4px;
    margin-left: 4px;
}

#home .button-box {
    width: 249px;
    height: 76px;
    background: url(../images/button-box-bg.gif) no-repeat top left;
}
#home .button-box img {
    margin-left: 10px;
}
#home .sm {
    height: 270px;
}

#home .lg {

    clear: both;
}


/** Gallery
   */

#gallery #flash-container {
    width: 755px;
    /*	height: 378px;*/
    height: 450px;
    /*	background: url(../images/ssp-bg.gif) no-repeat top left;*/
}



/** Product Page
   */

#calculate2 {
	margin-bottom: 22px;
	width: 495px;
	float: right;
}

/*Some rules that apply to all the options*/

#finish, .framing, #size {
    clear: both;
    margin-bottom: 50px;
}
#finish2 {
    clear: both;
}
.option {
    float: left;
}
.option input {
    float: left;
}
.option img {
    float: left;
}
.option .description {
    float: left;
    width: 157px;
}
.option2 {
    float: left;
    width: 160px;
}
.option3 {
    float: left;
    width: 240px;
    padding-right: 5px;
}
.option .description div {
    margin-left: 5px;
}
.option .description p {
    margin-bottom: 0;
}


/**     Finish Options     */


#finish .option {
    width: 251px;
}
#finish.option .description {
    width: 157px;
}

/**     Framing Options     */


.framing {
    float: left;
    clear: left;
    width: 598px;
}
.framing .option {
    width: 199px;
}
.framing .option .description {
    width: 100px;
}

/**     Frame construction box     */


#frame-construction {
    width: 156px;
    height: 301px;
    float: right;
    clear: both;
    background: url(../images/sturdy-frame-bg.gif) no-repeat top left;
}
#frame-construction img {
    margin-top: 15px;
    margin-left: 18px;
}
#frame-construction p {
    margin: 15px 12px 0 18px;
}

/**     Frame construction 2 box     */


#frame-construction2 {
    width: 490px;
    height: 95px;
    float: left;
    clear: both;
    background: #e7e9ea;
    margin-top: 15px;
}
#frame-construction3 {
    margin-top: 8px;
    margin-left: 20px;
   width: 210px;
    float: left;
 }
#frame-construction4 {
    margin-top: 0px;
    margin-left: 20px;
   width: 210px;
    float: left;
 }
#frame-construction2 img {
    margin-top: 8px;
    margin-left: 20px;
    float: left;
}
#frame-construction2 p {
    xmargin: 15px 12px 0 18px;
    float: left;
}
#frame-construction3 label {
    font-size: 90%;
    font-weight: bold;
}
#frame-construction4 label {
    font-size: 90%;
    font-weight: bold;
}





/**     Size     */


#size {
    float: left;
    clear: both;
}
#size select {
    margin-right: 20px;
}



/**     Quantity     */


#quantity {
    float: left;
    clear: left;
}

/**     Buttons     */

#button-container {
    float: left;
    clear: left;
    width: 249px;
    margin-top: 20px;
}
#buttons {
    width: 249px;
    height: 88px;
    margin-bottom: 20px;
    background: url(../images/calculate-bg.gif) no-repeat top left;
}

#button-container #calculate-btn {
    padding: 10px 0 10px 10px;
}
#button-container #sub-total {
    padding: 0 0 0 10px;
}
#button-container #upload-btn {
    float: right;
    padding: 10px 10px 10px 0px;
}


/** Gallery
   */

#gallery #flash-container {
    clear: both;

}

/** FAQ
   */

#faq #left-col, #clients #left-col {
    margin-top: 5px;
}

/**     Clients     */


#clients .right {
    padding-right: 90px;
    clear: right;
}
#clients #sub-nav {
    clear: both;
    float: right;
    width: 100%;
    margin: 30px 0 0 0;
}



/**     Video Page     */


#video #sub-nav {
    clear: both;
    float: right;
    width: 100%;
    margin: 30px 0 0 0;
}

#video #left-col-container {
    padding-top: 35px;

}

/* ! --------- Contact and Upload Page --------- */


/*Shared between Upload and Contact page*/

#contact .left select,
#upload .left select,
#contact .left textarea,
#upload .left textarea,
#contact .left input,
#upload .left input {
/*    width: 224px;*/
	width: 350px;
}


#contact .left input#submit,
#upload .left input#submit {
	width: 109px;
}



/* This secton needs to be cleaned up. Someone used camelCase and names that don't make any sense */





#contact .left-container,
#upload .left-container {
    float: left;
	width: 400px;
}

#contact .left,
#upload .left {
    margin: 1em 0 0 0;
	width: 378px;
    border-right: 1px solid #CCC;
}

#contact .right-container,
#upload .right-container {
    float: right;
	width: 355px;
}

#contact .right,
#upload .right {
	margin: 1em 0 0 0;
}


#contact div.left div, 
#contact div.right div,
#upload div.left div, 
#upload div.right div {
    margin-bottom: 15px;
}

#upload .upload div {
    margin-bottom: 10px;
}

#contact select#state {
/*	width: 100px;*/
}

#contact input, 
#contact select, 
#contact textarea,
#upload input, 
#upload select, 
#upload textarea {
    margin-top: 7px;
}

#contact #subscribe,
#upload #subscribe {
    width: 1em !important;
}


/**     Order Box     */

/*#order-container {
    width: 250px;
    float: right;
}*/




#upload .upload {
	margin: 15px 0 0 0;
}

#upload .upload div, 
#upload .upload .label {
    padding: 0;
    margin-left: 0 !important;
    max-width: 16em;
}

#upload .right #width {
    float: left;
    padding: 0;
    margin: 0;
    width: 50%;
}

#upload .right #height {
    float: right;
    padding: 0;
    margin: 0;
    width: 50%;
}

#upload .upload #browse {
    width: 145px;
    vertical-align: middle;
}

#upload .upload #browse-btn {
    width: 52px;
    vertical-align: middle;
}

#upload .upload #sub-total img {
    display: block;
    margin: 25px 0 25px 0;
}

#send {
    clear: both;
    border-top: 1px solid #cdd2d5;
    margin-top: 30px;
    padding-top: 15px;
}

#send #address {
    float: right;
}

#submit-container  {
    margin: 40px 0 0 0;
}




#uploaderOverlay { 
    position:absolute;
    z-index:2; 
	height: 2em;
}

#uiElements {
    padding: 0px !important;
}

#uploaderContainer {
    padding: 0px !important;
}

#uploaderContainer object, 
#uploadOverlay embed {
    width: 9em;
}

#yuigen0 {
    width: 9em;
}

#contact-graphic { 
	margin-top: 0.5em;
}

#comments-container { 
	margin-bottom: 0 !important;
}



.calc {
    margin: 0 !important;
}

#contact #previewbtn,
#upload #previewbtn {
    margin-top: 1em;
}

#contact #dataTableContainer, 
#contact #dataTableContainer div,
#upload #dataTableContainer, 
#upload #dataTableContainer div {
    margin: 0;
    padding-left: 0px !important;
}

#contact #dataTableContainer th,
#upload #dataTableContainer th {
    display: none;
}

#contact #dataTableContainer td,
#upload #dataTableContainer td {
    display: block;
    margin-bottom: 0.5em;
}

.selectFilesLink, 
#uploaderOverlay {
    padding-left: 0 !important;
}

#upload #ht, 
#upload #wt {
/*    width: 100%;*/
}

#upload #uploadFinePrint {
    margin: 0;
}

#contact #subscribe,
#upload #subscribe {
    margin: 1em 0.3em 0 0;
}    

/*#contact #selectLink {
    color: black;
    font-size: 85%;
    padding: 0;
}*/

/*#contact .selectedFile {
    font-size: 85%;
}*/

#upload .upload input {
    width: 189px !important;
}

/*#products .upload input {
	width: 88px;
}*/


/* ! Sample Box ------------------------------------------------------------------------- */

#samples img {
	margin: 0 0 15px 0;
}

#samples select#industry,
#samples select#sampletype {
	width: 316px;
}


/* ! Quote Box ------------------------------------------------------------------------- */

#quote select#finish,
#quote select#frameopt,
#quote select#framing,
#quote select#packaging {
	width: 316px;
}

#quote select#wt,
#quote select#ht,
#quote select#qt {
	width: 100px;
}





/* ! --------- Misc --------- */

.shaded-box {
	padding: 12px;
    background: #e0e1e2;
    border: 2px solid #cad1d4;
    width: 329px;
}


/* ! --------- Need to clean all this up and use sensible names --------- */


select b {
	color: #FF0000; 
}

#comp_table {
	width: 495px;
	margin-top: 15px;	
}

#ct_head {
	width: 495px;
}

#ct_head #ct_head_item {
	float: left;
	font-weight: bold;
	font-size: 85%;
	vertical-align: center;
	width: 112px;
	height: 25px;
	padding-left: 5px;
	/* border: 1px solid; */
}

#ct_head #ct_head_item1 {
	float: left;
	font-weight: bold;
	font-size: 85%;
	vertical-align: center;
	width: 133px;
	height: 25px;
	padding-left: 4px;
	/* border: 1px solid; */
}

#ct_div {
	vertical-align: center;
	height: 25px; 
	float: left;
}
#ct_div2 {
	margin-top: 5px;
	height: 90px; 
	float: left;
}

#ct_hr {
	width: 495px;
	height: 5px;
	padding-top: 7px;
	background: url(/assets/images/ct_hr.gif) repeat-x bottom left;
}

#ct_hr2 {
	width: 495px;
	height: 5px;
	background: url(/assets/images/ct_hr.gif) repeat-x top left;
}

#ct_row {
	width: 495px;
	height: 85px;
	background: #e7e9ea;
}

#ct_row2 {
	width: 495px;
	height: 55px;
	background: #e7e9ea;
/*	border: 1px solid; */
}

#ct_row #ct_row_item1,
#ct_row2 #ct_row_item1 {
	float: left;
	/* margin-top:20px;*/
	vertical-align: center;
	width: 133px;
	padding-left: 4px;
	/* border: 1px solid; */
}

#ct_row_item1 p {
	padding: 4px;
	font-weight: bold;
	font-size: 84%;
}
#ct_row_item p {
	padding: 4px;
	font-size: 83%;
}

#finish2 p {
	padding-right: 5px;
	width: 150px;
	font-size: 83%;
}

#ct_row #ct_row_item,
#ct_row2 #ct_row_item {
	float: left;
	/* margin-top:20px; */
	padding-left: 4px;
	vertical-align: center;
	width: 112px;
	/* border: 1px solid; */
}

.prod_quote  {
	background:transparent url(/assets/images/products_quote_bg.gif) no-repeat scroll left top;
/*	height:193px;*/
	width:231px;
}