/*------------------------------------------------------------------
[Splash Stylesheet]

Project: Select Drapery Hardware
Author: Scott Lively <scott@123shoot.com>
Version: 1.1
Last change: 2/12/09
-------------------------------------------------------------------*/

@import 'reset.css';

/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header       [#hdr]
3. Navigation   [#nav_main]
4. Content      [#content]
5. Coupon
    a. Coupon Code Form
    b. Contact Info Form
6. Footer       [#ftr]
7. Error
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[1. Body ]
-------------------------------------------------------------------*/
html, body { height:100%; margin:0 0 1px; min-height:101%; padding:0; }

body {
    background-color:#7A6C5E;
    color:#463D34;
    font-family:"Times New Roman", Times, serif;
    font-size:16px;
    font-style:normal;
    font-weight:normal;
    letter-spacing:0px;
    line-height:20px;
    text-align:left;
    word-spacing:0px;
}

a { color:#463D34; }
a:hover { color:#000; }

h1 { color:#000; font-size:68px; font-weight:lighter; line-height:74px; text-align:center; }
h2 { font-size:16px; font-style:italic; font-weight:bold; padding-left:212px; }

#wrapper { background-repeat:no-repeat; height:617px; margin:auto; width:831px; }

.normal { font-style:normal; }
.red { color:#A80532; }
.lightbrown { color:#615C5A; }

/*------------------------------------------------------------------
[2. Header ]
-------------------------------------------------------------------*/
#hdr { height:116px; padding:22px 0px 0px 30px; width:801px; }

/*------------------------------------------------------------------
[3. Navigation ]
-------------------------------------------------------------------*/
#nav_main_container { padding:0px 0px 4px 15px; width:814px; }

#nav_main {
    height:25px;
    padding:7px 0px 0px 6px;
    padding:7px 0px 0px 20px; /* remove this line when ready to show Gallery page again */
	width:520px;
	border:0px solid #ff0000;
}

#nav_main li { display:inline; list-style-type:none; }

#nav_main a {
	color:#FFF;
	font-size:16px;
	padding:0px 5px;
	padding:0px 15px; /* remove this line when ready to show Gallery page again */
	text-decoration:none;
	text-shadow:#FFF 0 0 0px;
}

#nav_main a:hover { color:#C6BCB2; }

#dropmenudiv2 { background-color:#C6BCB2; border:1px solid #463D34; border-bottom-width:0px; line-height:18px; position:absolute; z-index:100; }
#dropmenudiv2 a { border-bottom:1px solid #463D34; display:block; padding:1px 0px; text-decoration:none; text-indent:3px; width:100%; }
#dropmenudiv2 a:hover { background-color:#C6BCB2; color:#9B8A78; }

/*------------------------------------------------------------------
[4. Content ]
-------------------------------------------------------------------*/
#col1, #col2, #col2_contactinfo, #col3 { float:left; }

#col1 { height:331px; width:198px; }

#col2 { height:309px; padding:12px 8px 10px 40px; width:237px; }
#col2_contactinfo { height:325px; padding:6px 0px 0px 40px; width:408px; }
#col2 ul { padding-top:12px; }
#col2 ul li { color:#A90332; line-height:18px; padding:6px 0px; }
#col2 ul li span.default { color:#463D34; font-size:14px; font-style:italic; font-weight:bold; }
#col2 p { font-style:italic; font-weight:bold; }

#col3 { padding:89px 0px 25px 2px; }

#content { float:left; height:444px; width:470px; }

#slideshow_edition2 { float:right; padding:198px 108px 4px 0px; }

#finish_container { padding:35px 0px 0px 236px; }
#finish_chips { height:34px; padding:8px 0px 0px 0px; width:230px; }

img.fchip { display:block; float:left; margin:0px 8px; }
    
#login_msg { color:#28231E; font-size:11px; padding:8px 0px; }

/*------------------------------------------------------------------
[5a. Coupon - Coupon Code Form ]
-------------------------------------------------------------------*/
#coupon_container { padding:4px 0px 0px 214px; height:100px; width:600px; }
#coupon_form_container { background-color:#9B8A77; font-size:14px; font-style:italic; height:84px; padding:0px 4px; text-align:center; width:263px; }
#coupon_form_container span.normal { color:#D6CDC4; }
#coupon_form_container div.left { float:left; height:32px; width:120px; }
#coupon_form_container div.right { background-color:#847768; float:right; height:50px; padding:6px 4px 0px 4px; text-align:center; width:130px; }

.form_txt_fld { border:1px solid #5D564E; border-width:2px 1px 1px 2px; width:124px; }
#submitlink { background-color:transparent; border:none; color:#FFF; cursor:pointer; font-size:16px; font-style:italic; font-weight:bold; padding-top:4px; margin:0px; text-decoration:none; }

/*------------------------------------------------------------------
[5b. Coupon - Contact Info Form ]
-------------------------------------------------------------------*/
#contactinfo_form_container { font-size:12px; font-style:normal;}
#contactinfo_form_container div.inputholder { height:28px; }
#contactinfo_form_container div.left { float:left; height:26px; padding:0px 4px; text-align:right; width:80px; }
#contactinfo_form_container div.right { float:left; height:26px; width:314px; }
#contactinfo_form_container input.text { border:1px solid #5D564E; border-width:2px 1px 1px 2px; height:18px; width:124px; }

/*------------------------------------------------------------------
[6. Footer ]
-------------------------------------------------------------------*/
#ftr { height:60px; line-height:16px; margin:auto; width:831px; }

div.nav_ftr, div.copyright { color:#000; font-size:12px; padding:2px 0px; text-align:center; }

div.nav_ftr a { color:#000; text-decoration:none; }
div.nav_ftr a:hover { color:#C6BCB2; }

/*------------------------------------------------------------------
[7. Error ]
-------------------------------------------------------------------*/
.err_msg, #errFirstName, #errLastName, #errCompany,
#errEmail, #errAddress, #errCity, #errZip, #errPhone { color:#A90332; }
