@charset "utf-8";
/* CSS Document for Decortex */

body, html{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
}

body a:link {
	text-decoration:none;
	color:#333;
}

body a:visited {
	text-decoration:none;
	color:#333;
}

body a:hover {
	text-decoration:none;
	color:#768f31;
}

body a:active {
	text-decoration:none;
	color:#333;
}

label{
	width: 345px;
}

textarea {
	height: 124px;
}

img{
	border:none;
}

p {
	margin-bottom:10px;
}

h1 {
	margin-bottom:10px;
	font-weight:bold;
}

h2 {
	margin-bottom:10px;
	font-weight:bold;
}

li{
	padding-left:40px;
	display:list-item;
}

ul{
	margin-bottom:10px;
}

.decortexLogoHolding{
	margin-top:40px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

.greenText{
	color:#768f31;
}

.blueText{
	color:#444456;
}

.greyText{
	color:#666666;
}

.navButton{
	padding-left:20px;
	padding-right:20px;
	height:30px;
	display:block;
	float:left;
}

.textinput {
	width: 344px;
	margin-bottom: 12px;
	padding: 2px;
	color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image:url(../images/bg.png);
	border: 2px solid #768f31;
}

.floatright {
	float: right;
}


.navDivider{
	display:block;
	float:left;
}

.contentEdge{
	float:left;
}

#mainContainer{
	margin-left:auto;
	margin-right:auto;
	width:750px;
	font-size:14;
}

#headContainer{
	width:750px;
	float:left;
	height:117px;
	background-image:url(../images/headerBg.png);
}

#formdividerleft {
	width: 355px;
	float: left;
	display: block;
}

#formdividerright {
	width: 355px;
	float: right;
	display: block;
}


#headerInfo{
	width:730px;
	height:67px;
	float:left;
	text-align:center;
	padding-left:20px;
	padding-top:20px;
	font-weight:bold;
}

#contactform {
	width: 710px;
	float: left;
	display: block;
	padding-top: 10px;
}

#contacttext {
	float: left;
	width: 200px;
	display: block;
	padding-left:10px;
}

#map {
	width: 500px;
	height: 200px;
	display: block;
	float: left;
}


#nav{
	width:730px;
	height:30px;
	float:left;
	display:block;
	line-height:30px;
	padding-left:20px;
}

#nav a:link {
	text-decoration:none;
	color:#333;
	display:block;
}

#nav a:visited {
	text-decoration:none;
	color:#333;
	display:block;
}

#nav a:hover {
	text-decoration:none;
	color:#768f31;
	display:block;
}

#nav a:active {
	text-decoration:none;
	color:#333;
	display:block;
}

#contentContainer{
	width:750px;
	display:block;
	background-image:url(../images/contentBg.png);
	margin-top:20px;
	float:left;
}

#contentArea{
	float:left;
	width:710px;
	background-image:url(../images/contentWatermark.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	border:solid;
	border-top:none;
	border-bottom:none;
	border-right-width:5px;
	border-left-width:5px;
	border-color:#dfdfdf;
	padding:15px;

}

#footer{
	background-image:url(../images/footerBg.png);
	height:51px;
	width:400px;
	float:left;
	display:block;
	font-size:10px;
	padding-top:10px;
	line-height:18px;
}

#footerLogos{
	float:right;
	width:188px;
	height:51px;
	display:block;
}

#flashContainer{
	display:block;
	float:left;
	padding-right:10px;
}

#greenBanner{
	background-image:url(../images/greenBanner.png);
	width:690px;
	height:32px;
	color:#ffffff;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:10px;
	padding-right:10px;
	line-height: 16px;
	margin-bottom:10px;
}

#textColumnRight{
	width:710px;
	display:inline;
	float:left;
}
