/* ********************************************************* */
/* ************** global html tags ************************* */
/* ********************************************************* */

html, body 	{height: 100%;margin: 0px;padding: 0px;font-family: tahoma, verdana,arial; font-size: 11px; line-height:14px; color: #6E6E6E; background: #E8E8E8;}


img 					{margin: 0px; padding: 0px; border: 0px;}
div						{margin: 0px; padding: 0px; border: 0px;}



/* ********* headlines ********* */

h1						{font-size:13px;font-weight:bold;}
h2						{margin:0px 0px 0px 0px; padding:0px; border:0px;font-size: 16px; line-height:14px;font-weight:normal;color:#86856B}




/* ********* links, listings, paragraphs ...********* */


a						{font-family: tahoma,verdana,arial; font-size: 11px; line-height:14px; color: #6E6E6E;padding:0px;margin:0px;border:0px;}
a:hover					{text-decoration:underline;color: #6E6E6E;}

p 						{margin:10px 0px 0px 0px;line-height:18px;}

.clear {
	clear:both;
	height:0px;
	width:0px;
	border:0px;
	margin:0px;
	padding:0px;
	font-size:0px;
	line-height:10px;
}



/* ********************************************************* */
/* *************** main content-frames ********************* */
/* ********************************************************* */


/* ********* global frames and content elements ********* */




#mainFrame {
	position: absolute;
	width:100%;
	margin-top: 0px;
	margin-right-value: 0px;
	margin-bottom: 0px;
	margin-left-value: 0px;
	margin-left-ltr-source: physical;
	margin-left-rtl-source: physical;
	margin-right-ltr-source: physical;
	margin-right-rtl-source: physical;
	text-align: center;
	vertical-align:center;
	XXXheight:100%;
	background:#E8E8E8;
	padding: 20px 0px 20px 0px;
}
		
	
#contentFrame {
	padding: 0px;
	position: relative;
	width:700px;
	background:#FFFFFF;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #A25F11;
}

#menu {
	height:20px;
	background: #FAF6E2;
	border-top: 1px solid #D2B28D;
	border-bottom: 1px solid #D2B28D;
	text-align:right;
}

#nav {
	margin:3px 12px 0px 0px;
}

#nav a {
	text-decoration:none;
	color:#A8A8A8;
}


#nav a:hover {
	text-decoration:none;
	color:#6E6E6E;
}

.navDivider {
	height:11px;
	width:19px;
}

#footerHome {
	line-height:13px;
	font-size:9px;
	text-align:right;
	padding-right:12px;
	height:13px;
	border-top: 1px solid #D2B28D;
	background: #FAF6E2 url(../images/bgFooter_home.jpg) no-repeat;
}

#contentHome {
	width:698px;
	height:525px;
	background: #FFFFFF url(../images/bg_home.jpg) no-repeat;
}

#footer {
	line-height:13px;
	font-size:9px;
	text-align:right;
	padding-right:12px;
	height:13px;
	border-top: 1px solid #D2B28D;
	background: #FAF6E2;
}

#content {
	width:698px;
	background: #FFFFFF;
	margin: 0px 0px 20px 0px;
}



#innerContent {
	width:490px;
	height:auto;
	margin:24px 0px 0px 122px;
}


.products img {
	float:left;
	display:inline;
	margin:0px 60px 60px 0px;
}

label {
	float:left;
	width:170px;
	height:19px;
	margin:0px 0px 0px 20px;
	line-height:18px;
}

input {
	width:170px;
	height:17px;
	margin:0px 0px 0px 0px;
	border:1px solid #D2B28D;
	background:#FAF6E2;
	font-family: tahoma, verdana,arial;
	font-size: 11px;
	padding-left:2px;
	line-height:18px;

}

textarea {
	width:340px;
	height:100px;
	margin:0px 0px 0px 20px;
	border:1px solid #D2B28D;
	background:#FAF6E2;
	font-family: tahoma, verdana,arial;
	font-size: 11px;
	padding-left:2px;
	line-height:18px;
}

* HTML textarea {
	width:343px;
	height:100px;
	margin:0px 0px 0px 20px;
	border:1px solid #D2B28D;
	background:#FAF6E2;
	font-family: tahoma, verdana,arial;
	font-size: 11px;
	padding-left:2px;
	line-height:18px;

}



.formRow {
	margin-bottom:2px;

}


.contactSend {
	width:99px;
	height:19px;
	border:none;
	background:none;
	margin:20px 125px 0px 0px;

}

* HTML .contactSend {
	margin:20px 122px 0px 0px;
}
