﻿body {
	margin: 0px;
	background: url(../template/footer.bg.gif);
}

#header {
	width: 100%;
	height: 200px;
	background: url(../template/header.bg.jpg) top center repeat-x;
}

#navbar {
	width: 100%;
	height: 26px;
	background: url(../template/nav.bg.jpg) top center repeat-x;
	text-align: center;
}

#basebar {
	width: 100%;
	height: 26px;
	background: url(../template/nav.bg.jpg) top left repeat-x;
	text-align: center;
}

#content {
	width: 100%;
	background-color: #ffffff;
	text-align: left;
}



.base {
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}

.base li {
	display: inline;
	margin-right: 98px;
	text-align: left;
	float: left;
}

.base li a {
	color: #ffffff;
}

.base li a:hover {
	color: #543316;
	text-decoration: none;
}




.textbox {
	border: 1px solid #CCCCCC;
	margin: 1px;
	font-family: Tahoma; 
	padding-left: 3px;
	font-size: 12px; 
}

#tableH {
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
	margin-left: 18px;
	margin-top: 3px;
	margin-right: 3px;
}

#blockTextNH {
	width: 355px;
	padding-top: 5px;
	margin-left: 30px;
	margin-top: 3px;
	margin-right: 3px;
	float: left;
	display: inline;
}

#blockTextH {
	width: 330px;
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
	margin-left: 18px;
	margin-top: 3px;
	margin-right: 3px;
	float: left;
	display: inline;
}

#blockText {
	width: 330px;
	margin-left: 18px;
	margin-bottom: 15px;
	margin-right: 3px;
	float: left;
	display: inline;
}

#blockTextF {
	width: 335px;
	margin-left: 50px;
	margin-bottom: 15px;
	margin-right: 3px;
	float: left;
	display: inline;
}

#sectionLink {
	width: 320px;
	margin-bottom: 2px;
}

#sectionLink a {
	width: 320px;
	text-decoration: none;
	border-left: 4px solid #AD2C2C;
	border-bottom: 1px dotted #FFFFFF;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 3px;
	color: #000000;
	padding-left: 8px;
	float: left;
	display: inline;
}

#sectionLink a:hover {
	width: 320px;
	text-decoration: none;
	border-left: 4px solid #B8D3A0;
	border-bottom: 1px dotted #B8D3A0;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 3px;
	padding-left: 8px;
	float: left;
	display: inline;
}

a:link		{ text-decoration: none; color: #674a27 }
a:visited	{ text-decoration: none; color: #674a27 }
a:hover		{ text-decoration: underline; color: #674a27 }

.c:link		{ text-decoration: none; color: #FFFFFF }
.c:visited	{ text-decoration: none; color: #FFFFFF }
.c:hover	{ text-decoration: none; color: #FFFFFF }

.ia:link		{ text-decoration: none; color: #c4b195 }
.ia:visited		{ text-decoration: none; color: #c4b195 }
.ia:hover		{ text-decoration: none; color: #631010 }

.toplink:link		{ text-decoration: none; color: #6e6c66 }
.toplink:visited	{ text-decoration: none; color: #6e6c66 }
.toplink:hover		{ text-decoration: none; color: #631010 }

.toplinka:link		{ text-decoration: none; color: #000000 }
.toplinka:visited	{ text-decoration: none; color: #000000 }
.toplinka:hover		{ text-decoration: none; color: #000000 }

.f:link		{ text-decoration: none; color: #000000 }
.f:visited	{ text-decoration: none; color: #000000 }
.f:hover	{ text-decoration: none; color: #2C9426 }

.p:link		{ text-decoration: none; color: #9A9A9A }
.p:visited	{ text-decoration: none; color: #9A9A9A }
.p:hover	{ text-decoration: none; color: #000000 }

h4 {
	font-family: Georgia, Times New Roman, serif, Arial Narrow, Arial, Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #6E6C66;
	margin: 0px;
}

.dimension {
	font-family: Georgia, Times New Roman, serif, Arial Narrow, Arial, Tahoma;
	font-size: 11px;
	color: #6E6C66;
	margin-bottom: 6px;
}

.rotate {
	font-family: Tahoma;
	font-size: 10px;
	color: #6E6C66;
	width: 53px;
	height: 10px;
	padding-left: 1px;
	text-decoration: none;
	background: url(../images/rotate-off.gif);
	background-position: 1px left;
	background-repeat: no-repeat;
}

.rotate:hover {
	color: #000000;
	text-decoration: none;
	background: url(../images/rotate.gif);
	background-position: 1px left;
	background-repeat: no-repeat;
}

.enlarge {
	font-family: Tahoma;
	font-size: 10px;
	color: #6E6C66;
	width: 53px;
	height: 10px;
	padding-left: 8px;
	margin-left: 10px;
	text-decoration: none;
	background: url(../images/expand-off.gif);
	background-position: 1px left;
	background-repeat: no-repeat;
}

.enlarge:hover {
	color: #000000;
	text-decoration: none;
	background: url(../images/expand.gif);
	background-position: 1px left;
	background-repeat: no-repeat;
}