/*	

Hedrick Design and Remodeling | default stylesheet
Developed for Aphion, Inc. and Hedrick Design and Remodeling by Richard Medek, http://richardmedek.com.

*/



/* --------------------[ global styles ]-------------------- */

*	{
	margin: 0;
	padding: 0;
}

html, body	{
	background: #000;
}

body	{
	color: #000;
	font: 76%/1.2 "times new roman", serif;
}

p	{
	margin: 1em 0;
}

a:link		{ color: #930; text-decoration: underline; }
a:visited	{ color: #930; text-decoration: underline; }
a:hover		{ color: #C41C1B; text-decoration: none; }
a:active	{ color: #930; text-decoration: underline; }



/* --------------------[ accessibility ]-------------------- */

#nav h3, #header p, #header ul	{
	display: none;
}



/* --------------------[ image replacement ]-------------------- */

h1, #nav li	{
	text-indent: -9999px;
	overflow: hidden;
}



/* --------------------[ container setup ]-------------------- */

#wrapper	{
	width: 720px;
	margin: 3em auto 0 auto;
}

#main	{
	background: #FCFDB1;
	width: 380px;
	padding: 25px 35px;
	min-height: 255px;
	float: left;
	margin: 0 0 10px 8px;
}

#header	{
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom: solid 5px #FE0200;
}

#footer	{
	clear: both;
	padding-top: 12px;
	border-top: solid 5px #FE0200;
}



/* --------------------[ navigation ]-------------------- */

#nav 	{
	float: right;
	width: 210px;
	margin-bottom: -13px;
}

#nav ul	{
	width: 152px;
	margin-top: 6px;
}

#nav li	{
	list-style: none;
	width: 152px;
	height: 13px;
	margin-bottom: 27px;
}

#nav li a	{
	display: block;
	height: 13px;
}

#nav li a:hover	{
	background-position: left -15px;
}

#nav_about a		{ background: url(../images/nav/about.gif) no-repeat left top; }
#nav_design a		{ background: url(../images/nav/design.gif) no-repeat left top; }
#nav_kitchens a		{ background: url(../images/nav/kitchens.gif) no-repeat left top; }
#nav_additions a	{ background: url(../images/nav/additions.gif) no-repeat left top; }
#nav_renovations a	{ background: url(../images/nav/renovations.gif) no-repeat left top; }
#nav_testimonials a	{ background: url(../images/nav/testimonials.gif) no-repeat left top; }
#nav_gallery a		{ background: url(../images/nav/gallery.gif) no-repeat left top; }
#nav_contact a		{ background: url(../images/nav/contact.gif) no-repeat left top; }



/* --------------------[ headings ]-------------------- */

h1	{
	width: 720px;
	height: 155px;
	background: url(../images/header.gif) no-repeat center top;
}

h1 a	{
	display: block;
	width: 225px;
	height: 140px;
	text-decoration: none;
}

h2	{
	font-size: 1.2em;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 1.2em;
}

h3	{
	font-size: 1.1em;
	margin: 1.5em 0 1em 0;
}



/* --------------------[ home page ]-------------------- */

#home #main	{
	padding: 0;
	width: 450px;
	height: 305px;
}

#home #main object	{
	display: block;
	margin: 10px auto;
	width: 430px;
	height: 285px;
}



/* --------------------[ contact page ]-------------------- */

#contact #main 	{
	text-align: center;
}

#contact h3	{
	margin-bottom: -.75em;
	text-transform: uppercase;
	font-weight: normal;
}



/* --------------------[ footer ]-------------------- */

#footer	{
	text-align: center;
	color: #FCFDB1;
	font-size: .9em;
}

#footer p	{
	margin: 0;
}

#footer p.logo	{
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: .2em;
}

#footer a:link		{ color: #FCFDB1; }
#footer a:visited	{ color: #FCFDB1; }
#footer a:hover		{ color: #D5D696; }
#footer a:active	{ color: #FCFDB1; }


