@charset "utf-8";
/* Tony Trinh @ VDP WEBSITES 05.07.2008 / ESD MARKETING / NORMAL VERSION
--------------------------------------------------------------------------- */
/*
-- ID = "#blah", CLASS = ".blah"
-- Font: Calibri, Arial, sans-serif
-- Colors:
	#614918 = brown
	#372605 = brown-dark
	#ffffff = white 
	#e5e5e5 = grey-light 
	#cecece = grey 
	#646567 = grey-dark 
	#e5efc3 = green-light 
	#97be0d = green-medium 
	#7a990b = green-medium-dark 
	#5c7308 = green-dark
*/
/* GENERAL
--------------------------------------------------------------------------- */
body {
	background: url(../img/bg2.gif) repeat-x;
	background-color: #372605;
	margin: 10px;
	text-align: center;
}
#wrap {
	margin: 0 auto;
	text-align: center;
	width: 700px;
}
h1 {
	background-image: url(../img/banner.gif);
	text-indent: -9999px;
	width: 700px;
	height: 125px;
	margin: 0;
	padding: 0;
}
/* NAVIGATION
--------------------------------------------------------------------------- */
#navigation {
	background-image:url(../img/bannerbot.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: center;
	height: 17px;
	width: 700px;
	overflow: hidden;
}
#navspacer {
	display: block;
	float: right;
	width: 10px;
	height: 17px;
}
.current {
	background-position: 0 -17px;
}
#home {
	float: right;
	display: block;
	margin: 0 1px 0 0;
	width: 48px;
	height: 17px;
	background-image: url(../img/home.gif);
}
#home:hover { 
	background-position: 0 -17px;
}
#home span {
	display: none;
}
#designers {
	float: right;
	display: block;
	margin: 0 1px 0 0;
	width: 71px;
	height: 17px;
	background-image: url(../img/designers.gif);
}
#designers:hover { 
	background-position: 0 -17px;
}
#designers span {
	display: none;
}
#thermal {
	float: right;
	display: block;
	margin: 0 1px 0 0;
	width: 115px;
	height: 17px;
	background-image: url(../img/thermal.gif);
}
#thermal:hover { 
	background-position: 0 -17px;
}
#thermal span {
	display: none;
}
#manu {
	float: right;
	display: block;
	margin: 0 1px 0 0;
	width: 94px;
	height: 17px;
	background-image: url(../img/manufacturers.gif);
}
#manu:hover { 
	background-position: 0 -17px;
}
#manu span {
	display: none;
}
#product {
	float: right;
	display: block;
	margin: 0 1px 0 0;
	width: 93px;
	height: 17px;
	background-image: url(../img/product.gif);
}
#product:hover { 
	background-position: 0 -17px;
}
#product span {
	display: none;
}
#contact {
	float: right;
	display: block;
	margin: 0;
	width: 73px;
	height: 17px;
	background-image: url(../img/contact.gif);
}
#contact:hover { 
	background-position: 0 -17px;
}
#contact span {
	display: none;
}
/* CONTENT
--------------------------------------------------------------------------- */
#seperator {
	background-image:url(../img/seperator.gif);
	width: 700px;
	height: 45px;
}
#content {
	background: url(../img/contentbg.gif);
	width: 680px;
	padding: 5px 10px 0 10px;
}
#content-forum {
	background: url(../img/contentbg.gif);
	width: 685px;
	padding: 0;
}
#content-left {
	background-color: #ffffff;
	margin-right: 5px;
	display: block;
	float: left;
	width: 185px;
}
#content-right {
	background-color: #e5efc3;
	text-align: left;
	width: 470px;
	display: block;
	padding: 10px;
	float: left;
}
/* FORM STYLE-FORMATTING
--------------------------------------------------------------------------- */
.formstyle {
	font: 12px/18px Calibri, Arial, sans-serif;
	color: #000000;
}
.formstyle .text {
	font: 12px/18px Calibri, Arial, sans-serif;
	color: #000000;
}
.formstyle .td {
	font: 12px/18px Calibri, Arial, sans-serif;
	color: #000000;
}
table {
			font: 12px/18px Calibri, Arial, sans-serif;
	color: #000000;	
}
.weblink a {
	font: 10px verdana;
	color: #D9D3C9;
	text-decoration: none;
	text-align: center;
}
.weblink a:hover {
	text-decoration: underline;
}
/* CONTENT-LEFT-FORMATTING
--------------------------------------------------------------------------- */
#gradient{
	background-image: url(../img/gradient.gif);
	width: 185px;
	height: 265px;
}
#login {
	width: 165px;
	padding: 10px;
	background-color: #e5efc3;
	text-align: left;
}
#textbox {
	width: 165px;
	padding: 0 10px 10px 10px;
	background-color: #e5efc3;
	margin-bottom: 5px;
	text-align: left;
	font: lighter 14px/16px Calibri, Arial, sans-serif;
	color:#7a990b;
	letter-spacing: 1px;
}
#login p {
	padding: 0;
	margin: 0;
	font: 18px/22px Gill Sans MT, Calibri, Arial, sans-serif;
	color: #7a990b;

}
#form {
	text-align: left;
	display: block;
	padding: 0;
	margin: 0;
}
#textbox a:link, #textbox a:visited, #textbox a:active {
	text-decoration: none;
	color: #7a990b;
}
#textbox a:hover {
	color: #5c7308;
	text-decoration: none;
}
.button {
	text-transform: uppercase;
	font: 12px Calibri, Arial, sans-serif;
	color: #7a990b;
	background-color: #ffffff;
	border: 1px #7a990b solid;
	margin: 5px 5px 0 0;
	padding: 0 5px 0 5px;
	float: left;
}
.input {
	background-color: #ffffff;
	border: 1px #7a990b solid;
	width: 100%;
	padding: 0;
	margin: 0;
}
/* CONTENT-RIGHT-FORMATTING
--------------------------------------------------------------------------- */
#content-right p {
	font: 12px/18px Calibri, Arial, sans-serif;
	color: #000000;
	text-indent: 20px;
	text-align: justify;
}
#content-right h2 {
	font: 24px/28px Gill Sans MT, Calibri, Arial, sans-serif;
	text-indent: 10px;
	color: #5c7308;
	width: 470px;
	padding: 0;
	margin: 0;
}
#content-right h3 {
	font: 18px/22px Gill Sans MT, Calibri, Arial, sans-serif;
	text-indent: 10px;
	color: #7a990b;
	padding: 0;
	margin: 0;
}
#content-right a:link, #content-right a:visited, #content-right a:active {
	font: 12px/18px Calibri, Arial, sans-serif;
	text-decoration: none;
	color: #5c7308;
}
#content-right a:hover {
	color: #7a990b;
	text-decoration: none;
}
/* FORUMSTYLE
--------------------------------------------------------------------------- */
#forumstyle {
	background-image: url(../img/forumbg.gif);
	background-repeat: repeat-y;
	text-align: left;
	width: 660px;
	display: block;
	padding: 20px;
	margin-left: -15px;
}
#forumstyle p {
	font: 12px/14px Calibri, Arial, sans-serif;
	color: #000000;
	text-indent: 20px;
	text-align: justify;
}
#forumstyle h2 {
	font: bold 24px/26px Gill Sans MT, Calibri, Arial, sans-serif;
	text-indent: 10px;
	color: #5c7308;
	width: 470px;
	padding: 0;
	margin: 0;
	font-weight: lighter;
}
#forumstyle h3 {
	font: 18px/20px Gill Sans MT, Calibri, Arial, sans-serif;
	text-indent: 10px;
	color: #7a990b;
	padding: 0;
	margin: 0;
	font-weight: lighter;
}
#forumstyle a:link, #content-right a:visited, #content-right a:active {
	font: 12px/14px Calibri, Arial, sans-serif;
	text-decoration: none;
	color: #5c7308;
}
#forumstyle a:hover {
	color: #7a990b;
	text-decoration: none;
}
/* FOOTER
--------------------------------------------------------------------------- */
#footer {
	background-image: url(../img/footer.gif);
	width: 700px;
	height: 10px;
	overflow: hidden;
}