* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background: #c4deef url(../images/skins/bg.gif) repeat-x;
	margin: 0;
	padding-bottom: 20px;
	font-family: Verdana, sans-serif;
}

/*
 * MAIN 
 */

div#main {
	background: transparent url(../images/skins/m-bg.gif) repeat-y;
	margin: 0 auto;
	padding-bottom: 10px;
	position: relative;
	width: 800px;
}
div#main div.bot {
	position: absolute; bottom: 0; right: 0;
	background: transparent url(../images/skins/m-bot.gif) no-repeat bottom right;
	height: 4px; width: 800px;
}

/*
 * HEADER
 */

div#header-r, div#header-g, div#header-y {
	position: relative;
	background: transparent url(../images/skins/f-bg.gif) repeat;
	height: 128px;
	margin: 0 10px 10px 10px;
}
div#header-r {
	border-bottom: 3px solid #ef997f;
}
div#header-g {
	border-bottom: 3px solid #a3ce7a;
}
div#header-y {
	border-bottom: 3px solid #e6bb5e;
}

/*
 * CONTENT 
 */
div#content {
	position: relative;
	background: #ffffff;
	margin: 0 10px 10px 10px;
	padding: 10px;
}
div#content div.nw {
	position: absolute; top: 0; left: 0;
	background: transparent url(../images/skins/b-nw.gif) no-repeat top left;
	height: 4px; width: 4px;
}
div#content div.ne {
	position: absolute; top: 0; right: 0;
	background: transparent url(../images/skins/b-ne.gif) no-repeat top right;
	height: 4px; width: 4px;
}
div#content div.se {
	position: absolute; bottom: 0; right: 0;
	background: transparent url(../images/skins/b-se.gif) no-repeat bottom right;
	height: 4px; width: 4px;
}
div#content div.sw {
	position: absolute; bottom: 0; left: 0;
	background: transparent url(../images/skins/b-sw.gif) no-repeat bottom left;
	height: 4px; width: 4px;
}
p#breadcrumbs {
	border-top: 3px solid #ffd068;
	border: 0;
	font-size: 69%;
	font-style: italic;
}
p#breadcrumbs a:link, p#breadcrumbs a:visited {
	color: black;
	text-decoration: none;
}
p#breadcrumbs a:hover, p#breadcrumbs a:hover {
	text-decoration: underline;
}

div#text {
	margin: 0 2em 0 220px;
	padding: 0 0 3em 0;
}

h1 {
	clear: both;
	color: #857c71;
	color: black;
	color: #ca0000;
	font-family: Georgia, serif;
	font-size: 167%;
	font-style: italic;
	font-weight: normal;
	font-weight: lighter;
	margin: 0 3px .35em 0;
}
h2 {
	clear: both;
	color: #999090;
	font-family: Arial, sans-serif;
	font-size: 108%;
	font-weight: bold;
	margin: 2.5em 3px .625em 0;
}
div#text p, div#text ul li {
	color: black;
	font-size: 77%;
	line-height: 1.45;
}
div#text li {
	list-style-image: url(../images/bullet.gif);
	margin: 0 0 0 1em;
}
p, ul {
	margin: 0 0 2em 0;
	padding: 0 .5em 0 0;
}
li {
	list-style-type: none;
}
a:link {
	color: #c52d2d;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #c52d2d;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #c52d2d;
	font-weight: bold;
	text-decoration: underline;
}
input, textarea, select, input.submit {
	border: 1px solid #ddd;
}
input {
	margin-right: 7px;
}
img.illustration {
	border: 1px solid #ccc;
	float: left;
	margin: 0 1em 1em 0;
	padding: 1px;
	width: 150px; height: 150px;
}

/*
 * THUMBNAILS
 */
table#thumbnails {
	margin-bottom: .625em;
	width: 492px;
}
table#thumbnails td {
	height: 72px;
	padding: 3px;
	text-align: center;
}
table#thumbnails td img {
	border: 1px solid #ccc;
	padding: 1px;
}

/*
 * AWNING TABLE
 */
table.awningtable3, table.awningtable4 {
	border-collapse: collapse;
	margin-bottom: 2em;
	width: 80%;
}
table.awningtable3 td, table.awningtable3 th {
	font-family: Arial, sans-serif;
	font-size: .5em;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	width: 33%;
}
table.awningtable4 td, table.awningtable4 th {
	font-family: Arial, sans-serif;
	font-size: .5em;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	width: 25%;
}
table.awningtable4 th {
	padding: 5px 5px 10px 5px;
}
	
/*
 * NAVIGATION 
 */
div#navigation ul {
	margin: 0; padding: 0;
}
div#navigation ul li {
	font-weight: bold;
	list-style: none;
	line-height: 1.6;
	padding-left: 1em;
	width: auto;
}
div#navigation ul li.sub {
	font-weight: normal;
	padding-left: 2em;
}
div#navigation ul li.sub a {
	font-weight: normal;
}
div#navigation a {
	color: black;
	display: block;
	text-decoration: none;
}
div#navigation a:hover {
	text-decoration: underline;
}

/*
 * CONTACT FORM 
 */

form.contactrequest input,
form.contactrequest select,
form.contactrequest textarea {
	border: 1px solid #666;
}
table.formcheckoff input {
	border: 0;
}
form.contactrequest p.correction {
	font-weight: bold;
}
form.contactrequest input.correction {
	border: 3px solid #666;
}

p.correction {
	font-weight: bold;
}
span.blank, span.good {
	display: none;
}
span.correction {
	display: inline;
}


/*
 * FOOTER
 */
div#footer {
	color: #e5e4d5;
	position: relative;
	background: transparent url(../images/skins/f-bg.gif) repeat;
	margin: 0 10px 0 10px;
	padding: 10px;
}
div#footer div.nw {
	position: absolute; top: 0; left: 0;
	background: transparent url(../images/skins/f-nw.gif) no-repeat top left;
	height: 4px; width: 4px;
}
div#footer div.ne {
	position: absolute; top: 0; right: 0;
	background: transparent url(../images/skins/f-ne.gif) no-repeat top right;
	height: 4px; width: 4px;
}
div#footer div.se {
	position: absolute; bottom: 0; right: 0;
	background: transparent url(../images/skins/f-se.gif) no-repeat bottom right;
	height: 4px; width: 4px;
}
div#footer div.sw {
	position: absolute; bottom: 0; left: 0;
	background: transparent url(../images/skins/f-sw.gif) no-repeat bottom left;
	height: 4px; width: 4px;
}
div#footer p {
	font-size: 69%;
	line-height: 1.2;
	margin: 0; padding: 0;
}
div#footer div#f1 {
	margin: 0; padding: 0;
	float: left;
	text-align: right;
	width: 192px;
}
div#footer div#f2 {
	margin: 0; padding: 0;
	float: left;
	padding-left: 20px;
	width: 306px;
}
div#footer div#f3 {
	margin: 0; padding: 0;
	text-align: right;
}
