/*	Stylesheet for A&A Joinery and Woodworking Ltd.
	Aimee/Rich, Web Team, Icomm Technologies
	July 2006.
 */

/*	Colors used in this website:
	#07572f		navigation bar green
	#068146		lighter green
	#07572F		hr green
	#FAF5DB		content cream
	#55524D		grey
	#454545		lighter grey
	
	#0b8146		page links
*/

body {
	font: normal 9pt/13.5pt arial,verdana,helvetica,sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}


/* STANDARD FORMATTING */
p, h1, h2, h3, dl, ul, ol {
	margin: 0px 20px 0px 200px;
	padding: 0px 0px 20px 0px;
}
h1 {
	margin: 0px;
}
h2, h3 {
	padding-bottom: 2px;
}
dl, ol, ul {
	margin-left: 217px;
}
a:link {
	color: #0b8146;;
}
a:visited {
	color: #77736c;
}
a:hover, a:active {
	color: #b8aa08;
}
a:hover, 
a:active {
	text-decoration: none;
}
table {
	width: 375px;
	margin: 0px 10px 0px 200px;
	padding: 0px 0px 0px 0px;
}
th, td {
	line-height: 16px;
	padding: 4px 4px 3px 4px;
	text-align: left;
	border-bottom: 1px solid #d5d1bb;
}
th {
	background-color: #737165;
	padding-top: 3px;
	color: #ffffff;
	font-size: 7.5pt;
	font-weight: bold;
	text-transform: uppercase;
}



/* CUSTOM FORMATTING */
.companyname{
	font-weight: bold;
}
.newsection {
	font-weight: bold;
	color: #737165;
}
.smallprint {
	font-size: 8pt;
	line-height: 9pt;
	color: #57544f;
}
.jobTitle { 
	font-style: italic;
}


/* CONTACT FORM */

form {
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 200px;
}
.row {
	clear: both;
}
label, .label {
	float: left;
	display: block;
	width: 80px;
	text-align: left;
	
}
input {
	font: normal 8.5pt verdana,arial,helvetica,sans-serif;
}
.textbox {
	float: left;
	display: block;
	width: 270px;
	font: normal 8.5pt verdana,arial,helvetica,sans-serif;	
	color: #068146;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
}
.button {
	margin-left: 0px;
}

.validation {
	color: #FF0000;
	font-size: 9pt;
}


#topbanner {
	background: #ffffff url(images/aa_joinery_woodworking.gif) no-repeat top left;
	height: 180px;
	text-align: right;
}

#topbanner img {
	margin: 20px 10px 0px;
	border: 0px;
}


/* NAVIGATION */
#topnav_container {
	background: #07572f;
	top: 180px;
	height: 21px;
	margin: 0px;
	padding: 0px;
}

#topnav {
	color: #ffffff;
	padding: 0px 0px 0px 200px;
}

#topnav a {
	color: #FFFFFF;
	text-decoration: none;
}

#topnav a:hover, a:active {
	text-decoration: underline;
}


/* MAIN CONTENT */

#content_container {
	background: #faf5db;
	margin: 0px;
	padding: 0px;
}

#content_container img.bodyphoto {
	padding: 0px 0px 25px 0px;
}


/* FOOTER */

#footer {
	border-top: 1px solid #07572F;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

#footer p {
	color: #454545;
	text-transform: uppercase;
	line-height: 12px;
	margin: 0px 0px 0px 200px;
	padding: 10px 0px 0px 0px;
}

#footer p.icomm {
	border-top: 1px solid #dedede;
	padding-top: 12px;
	padding-bottom: 15px;
	margin-top: 15px;
	color: #908b82;
}

#footer a {
	padding: 0px 5px 0px 0px;
}

#footer p.icomm a {
	color: #908b82;
}


