/* Awlwood Joinery styles - (C) Optimalworks.net */
*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: georgia, times new roman, serif;
	font-size: 1em;
	margin: 26px 0;
	color: #555;
	background: #030 url("../images/backtop.gif") 0 0 repeat-x;
	border: 0px none #030;
}

/* layout */
#page
{
	min-width: 36em;
	max-width: 64em;
	margin: 0 auto;
	background-color: #fff;
}

/* header */
#header
{
	width: 100%;
	background: #031b03 url("../images/backhead.jpg") 100% 0 no-repeat;
	border-top: 6px solid #070;
	border-bottom: 6px solid #070;
}

h1 a
{
	display: block;
	width: 440px;
	height: 160px;
	background: url("../images/awlwood.gif") 100% 40% no-repeat;
}

h1 a strong { display: none; }

/* menu */
#header div
{
	width: 100%;
	font-size: 1.4em;
	line-height: 1.6em;
	text-align: center;
	background: url("../images/wood.jpg") 0 50% repeat-x;
}

#header ol
{
	list-style-type: none;
	width: 25em;
	margin: 0 auto;
	overflow: hidden;
}

#header ol li
{
	float: left;
	padding: 0 0 0 5px;
	margin: 0;
	background: url("../images/menudiv.gif") 1px 50% no-repeat;
}

#header ol li.first { padding: 0; background-image: none; }

#header ol li a
{
	display: block;
	width: 6em;
	text-align: center;
	text-decoration: none;
	color: #ddcfb2;
}

#header ol li a:hover
{
	color: #fff;
	background: url("../images/woodhover.jpg") 0 50% repeat-x;
}

/* content */
#wrapper
{
	display: inline;
	float: left;
	width: 100%;
	background: url("../images/backcontent.gif") 0 0 repeat-x;
}

#content { margin: 2em 6em 3em 6em; }
#content.sidebar { margin-right: 17em; }

/* sidebar */
#sidebar
{
	float: left;
	width: 9em;
	padding: 0;
	margin: 4.4em 0 2em -15em;
	background: #704532 url("../images/menutl.gif") 0 0 no-repeat;
}

#sidebar ol
{
	list-style-type: none;
	width: 100%;
	padding: 8px 0;
	margin: 0;
	background: url("../images/menutr.gif") 100% 0 no-repeat;
}

#sidebar li
{
	padding: 0;
	margin: 0;
	background: url("../images/woodhover.jpg") 0 50% repeat-x;
}

#sidebar li a
{
	display: block;
	font-size: 1.2em;
	text-decoration: none;
	height: 1%;
	padding: 0.1em 0 0.3em 16px;
	color: #ddcfb2;
	background: url("../images/wood.jpg") 0 50% repeat-x;
}

#sidebar li a.active, #sidebar li a:hover
{
	color: #fff;
	background: url("../images/menuactive.gif") 6px 50% no-repeat;
}

/* footer */
#footer
{
	clear: both;
	position: relative;
	padding: 0.2em 0 0.8em 0;
	background: #aba url("../images/backfoot.gif") 0 0 repeat-x;
	border-top: 6px solid #070;
}

#footer a { text-decoration: none; color: #030; }

/* contact hcard microformat */
.vcard
{
	font-size: 1.3em;
	text-align: center;
	line-height: 1em;
	color: #030;
}

.vcard p { margin: 0; }

.vcard ol
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.vcard ol li
{
	padding: 0;
	margin: 0;
}

.vcard dt { display: none; }
.vcard ol.geo { display: none; }

/* add to contacts */
a.add
{
	position: absolute;
	top: 0.8em;
	right: 1em;
	display: block;
	font-size: 0.7em;
	padding: 0 0 0 20px;
	background: url("../images/iconvcard.gif") 0 50% no-repeat;
}

/* credits */
#credits
{
	clear: both;
	font-size: 0.85em;
	text-align: center;
	padding: 0.5em 0;
	color: #fff;
	background: #030 url("../images/backcredits.gif") 0 0 repeat-x;
}

#credits p { margin: 0.3em 0; }

#credits a { text-decoration: none; color: #fff; }
#credits a:hover { text-decoration: underline; }

/* customer comments */
blockquote p.quote
{
	font-size: 1.5em;
	font-style: italic;
	text-align: center;
	line-height: 1.1em;
	margin: 1em 1em 0 1em;
}

blockquote p
{
	text-align: right;
	margin: 0 1em 1em 1em;
}

/* weblinks */
ul#links
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#links li
{
	font-size: 0.9em;
	text-align: center;
	line-height: 1.1em;
	padding: 0;
	margin: 3em 2em;
}

ul#links li a { text-decoration: none; color: #555; }

ul#links li img, ul#links li strong
{
	display: block;
	font-size: 3em;
	font-weight: normal;
	line-height: 0.9em;
	margin: 0 auto 3px auto;
	color: #030;
	border: 0px none #fff;
}

/* generic form styles */
form
{
	margin: 1em auto;
}

form div { clear: both; }

label
{
	display: inline;
	float: left;
	width: 12em;
	text-align: right;
	line-height: 1.5em;
	padding: 0;
	margin: 0 0.5em 0 0;
}

input, select, textarea, button
{
	font-family: georgia, times new roman, serif;
	font-size: 1em;
	text-align: left;
	padding: 1px 2px;
	margin: 0;
	color: #000;
	background-color: #fff;
	border: 1px solid #030;
}

div.button input
{
	width: 8.2em;
	font-weight: bold;
	text-align: center;
	margin: 0 0 0 12.7em;
	color: #fff;
	background-color: #030;
	border: 1px solid #030;
	cursor: pointer;
}

div.button input:hover { background-color: #070; }

.inputsml { width: 8em; }

/* ticker */
#ticker
{
	clear: both;
	position: relative;
	margin: 1em;
	overflow: hidden;
}

#ticker p
{
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin: 0;
}

/* map styles */
div#map
{
	position: relative;
	height: 400px;
	border: 1px solid #030;
	margin: 1em 0 2em 0;
	background: #fff url("../images/map.jpg") 50% 50% no-repeat;
}

div#map div.address p
{
	font-size: 1.5em;
	text-align: center;
	margin: 0.6em 0 0 0;
	color: #030;
}

/* typography */
h2, h3
{
	clear: both;
	font-size: 2em;
	font-weight: normal;
	color: #070;
	margin: 1em 0 0.1em 0;
}

h3 { font-size: 1.5em; }

h4
{
	font-size: 1em;
	font-weight: bold;
	margin: 1.5em 0 0 0;
}

p
{
	line-height: 1.25em;
	margin: 0 0 1em 0;
}

ul, ol
{
	padding: 0;
	margin: 1em 0 1.5em 2.5em;
}

ul { list-style-type: disc; }
ol { list-style-type: decimal; }

li
{
	padding: 0;
	margin: 0.5em 0;
}

a, a:link { text-decoration: underline; color: #090; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; color: #c00; }

/* inline photographs */
p.photo { clear: both; }

p.photo a
{
	display: inline;
	float: left;
	padding: 3px;
	margin: 0 10px 1em 0;
	background-color: #fff;
	border: 1px solid #666;
}

p.alt a
{
	float: right;
	margin: 0 0 1em 10px;
}

p.photo a img
{
	display: block;
	border: 1px solid #333;
}

p.photo a:hover { background-color: #aba; }
