/* Chapel Kitchens CSS Document */

/********** Reset **********/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/********** End of Reset **********/

body {
	width: 950px;
	margin: 0 auto;
	background-color: #A1B69A;
	font-family: Arial, Helvetica, sans-serif;
}

#masthead {
	width: 950px;
	height: 153px;
	text-align: center;
	background: #A1B69A url(../images/chapelkitchens.jpg) center 12px no-repeat;
}


/********** Navigation **********/
#navigation {
	width: 950px;
	height: 31px;
	background: #A1B69A url(../images/navigation_bg.jpg) left top no-repeat;
}

#navigation ul	{
	height: 31px;
	width: 950px;
	background: transparent url(../images/nav.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

#navigation ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
#navigation ul li, #navigation ul a {
	height: 31px;
	display: block;
	}
	
#navigation ul li a {
	text-indent: -9999px;
	text-decoration: none;
	}

#home	{left: 0; width: 132px;}
#about  {left: 132px; width: 127px;}
#portfolio	{left: 261px; width: 155px;}
#manufacturing	{left: 416px; width: 178px;}
#design {left: 594px; width: 170px;}
#contact	{left: 764px; width: 188px;}

#home a:hover	{background: transparent url(../images/nav.gif) 0 -31px no-repeat;}
#about a:hover	{background: transparent url(../images/nav.gif) -132px -31px no-repeat;}
#portfolio a:hover {background: transparent url(../images/nav.gif) -261px -31px no-repeat;}
#manufacturing a:hover {background: transparent url(../images/nav.gif) -416px -31px no-repeat;}
#design a:hover {background: transparent url(../images/nav.gif) -594px -31px no-repeat;}
#contact a:hover {background: transparent url(../images/nav.gif) -764px -31px no-repeat;}

body.page_home #home a:link, body.page_home #home a:visited	{background: transparent url(../images/nav.gif) 0 -31px no-repeat;}
body.page_about #about a:link, body.page_about #about a:visited	{background: transparent url(../images/nav.gif) -132px -31px no-repeat;}
body.page_portfolio #portfolio a:link, body.page_portfolio #portfolio a:visited {background: transparent url(../images/nav.gif) -261px -31px no-repeat;}
body.page_manufacturing #manufacturing a:link, body.page_manufacturing #manufacturing a:visited {background: transparent url(../images/nav.gif) -416px -31px no-repeat;}
body.page_design #design a:link, body.page_design #design a:visited {background: transparent url(../images/nav.gif) -594px -31px no-repeat;}
body.page_contact #contact a:link, body.page_contact #contact a:visited {background: transparent url(../images/nav.gif) -764px -31px no-repeat;}
/********** End of Navigation **********/


/********** SubNav **********/
#subnav {
	width: 950px;
	height: 31px;
	background: #A1B69A url(../images/subnav_bg.jpg) left top no-repeat;
}

#subnav ul	{
	height: 31px;
	width: 950px;
	background: transparent url(../images/subnav.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

#subnav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
#subnav ul li, #subnav ul a {
	height: 31px;
	display: block;
	}
	
#subnav ul li a {
	text-indent: -9999px;
	text-decoration: none;
	}

#kitchens	{left: 270px; width: 126px;}
#bedrooms  {left: 395px; width: 134px;}
#furniture	{left: 529px; width: 130px;}

#kitchens a:hover	{background: transparent url(../images/subnav.gif) -270px -31px no-repeat;}
#bedrooms a:hover	{background: transparent url(../images/subnav.gif) -395px -31px no-repeat;}
#furniture a:hover {background: transparent url(../images/subnav.gif) -529px -31px no-repeat;}

.page_kitchens #kitchens a:link, .page_kitchens #kitchens a:visited	{background: transparent url(../images/subnav.gif) -270px -31px no-repeat;}
.page_bedrooms #bedrooms a:link, .page_bedrooms #bedrooms a:visited	{background: transparent url(../images/subnav.gif) -395px -31px no-repeat;}
.page_furniture #furniture a:link, .page_furniture #furniture a:visited {background: transparent url(../images/subnav.gif) -529px -31px no-repeat;}



/********** End of SubNav **********/




#fullwidth {
	width: 950px;
	height: 230px;
	text-align: center;
	background: #A1B69A url(../images/fullwidth_holder.jpg) center 0 no-repeat;
}

#fullwidth a {
    display: block;
    width: 18px;
    height: 34px;
    float: right;
    margin: 172px 20px 0 0;
}


.main {
	float: left;
	width: 270px;
	color: #FFF;
	font-size: 0.75em;
	padding: 25px 0 30px 50px;
}

.main_home {
	width: 530px;
}

.main_bedroom {
    width: 305px;
    padding: 25px 0 0 20px !important;
}

.main h1 {
	font-size: 1.8em;
	line-height: 1.2em;
	padding-bottom: 10px;
}

.main h2 {
    font-size: 24px;
	margin-top: 20px;
}

.main h5 {
    font-size: 12px;
    padding-top: 20px;
}

.main p {
	line-height: 1.4em;
}

.main p.contact span {
    display: block;
    float: left;
    width: 60px;
}

.main a:link, .main a:visited {
    color: #FFF;
    text-decoration: underline;
}

.main a:hover {
    color: #FFF;
    text-decoration: none;
}

.main_home p {
	padding-top: 15px;
}

.main_portfolio {
	width: 200px;
}

.secondary {
	float: right;
	width: 550px;
	color: #FFF;
	text-align: right;
	font-size: 0.75em;
	padding: 25px 60px 15px 0;
}

.secondary_home {
	width: 250px;
}

.secondary_portfolio {
	width: 620px;
}

.secondary h2 {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #D8E1D5;
	padding-bottom: 10px;
}

.secondary h3 {
    padding-bottom: 5px;
}

#map {
    width: 400px;
    height: 300px;
    border: 3px solid #FFFFFF;
    float: right;
    margin: 10px 0 20px 0;
}


#footer {
	width: 950px;
	height: 70px;
	clear: both;
	text-align: center;
	background: #A1B69A url(../images/footer_bg.jpg) center 0 no-repeat;
	padding-top: 15px;
}

#footer #copyright {
	float: left;
	padding-left: 22px;
	color: #FFF;
	font-size: 0.65em;
}

#footer #extreme {
	float: right;
	padding-right: 34px;
	color: #FFF;
	font-size: 0.65em;
}

#footer #extreme a {
	color: #FFF;
	text-decoration: none;
}

#footer #extreme a:hover {
	text-decoration: underline;
}

#flashshadow {
    background: #A1B69A url(../images/flashshadow.jpg) right top no-repeat;
    width: 642px;
    height: 483px;
    padding: 9px 8px 0 0;
}

#flashcontent {
    border: 3px solid #FFF;
    width: 620px;
    height: 460px;
    float: right;
}

#flashshadow_p {
    background: #A1B69A url(../images/flashshadow_p.jpg) right top no-repeat;
    width: 483px;
    height: 642px;
    padding: 9px 8px 0 0;
}

#flashcontent_p {
    border: 3px solid #FFF;
    width: 460px;
    height: 620px;
    float: right;
}

label {
    display: block;
    float: left;
    clear: left;
    width: 160px;
    height: 18px;
    padding-top: 5px;
    height: 17px; 
    text-align: right; 
}

input {
    display: block;
    float: left; 
    margin: 0 0 5px 5px;
    height: 17px;
    color: #454;
    font-size: 11px;
    padding: 3px 0 0 3px;
    width: 200px;
}

.valid-info {
    float: left; 
    height: 21px; 
    margin: 0 0 0 5px;
}

.submit-btn {
    width: 125px; 
    height: 24px; 
    margin: 0 0 0 164px; 
    clear: both;
}

.spacer {
    height: 20px; 
    width: 20px; 
    font-size: 9px; 
    padding: 0; 
    margin: 0 auto;
}

.portfolio_logo {
    margin: 9px 0 18px 0; 
    border-top: 1px solid #C7D3C2; 
    border-bottom: 1px solid #C7D3C2;
}