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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color:#000000;
	text-align: left;
	}
	
#bodyBg
{
	text-align: center;
	background-color:#FFFFFF;
}

p
{
	text-align: left;
}

p.small
{
	font-size: 11px;
}

strong
{
	font-weight: bold;
}

#wrapper {
	position:relative;
	width: 750px;
	margin: 0 auto;
	text-align: center; 
	padding-top:1px;
}
.header{
    width: 750px;
	margin: 0 auto;
	text-align: left;
    float:left;
    padding-top: 10px;
}

.logo {
	width: 250px;
	height: 136px;
	margin: 0 auto;
	text-align: right;
    float:left;

}

.menu {
	
	
	width: 475px;
	height: 30px;
	float: right;


}

.menu a{
	text-decoration: none;
	font-size: 17px;
}
.menu a:hover, .menu a.over{
	text-decoration: none;
	color: #006633;
}
.menutype1 {
	float:left;
	padding-right: 10px;
	padding-top: 9px;
	padding-left: 10px;
}
.menutype1 a{
	color: #000000;
	background-color: #FFFFFF;
	

}
.menutype1 a{
	background-color: #FFFFFF;
	display: inline-block;

}



.menutype1 a:hover, .menutype1 a.over{
	border-bottom-style:solid;
	border-bottom-color: #006633;
	border-bottom-width: 3px;


}

.menutype2 {	
	height:25px;
	float:left;
	background-color: #009933;
	padding: 9px 5px 3px 5px;
	margin-right: 1px;

}
.menutype2 a{
	
	color: #FFFFFF;
	

}

.menutype2 a:hover, .menutype2 a.over{
	
	color: #000000;
	

}

.flag {

	float:left;
	padding-right: 10px;
	padding-top: 9px;
	padding-left: 0px;
}


.divider{
	width: 730px;
	padding: 0 10px;
	background-color:#D6D6D6;
	
}

.mainFullContent {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.fullContent {
	width: 500px;
	margin: 0 auto; 
	text-align: left;
	float:right;
	padding-top: 20px;
	padding-bottom: 20px;
}

.leftContent {
	position:relative;
	width: 250px;
	margin: 0 auto; 
	text-align: left;
	float:left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.caption {
	text-align: left;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 30px;
	padding-bottom: 20px;

}

.contact{

	
	padding-left: 20px;
	/*font-size: 14px;*/

}

.form {
	width: 500px;
	text-align:center;
	margin-top: 25px;
	font-size: 14px;
	line-height: 25px;

}

.formText {
	width: 75px;
	float: left;
	text-align: left;
	padding-left: 50px;
}

.formInput {
	text-align: left;
	width: 375px;
	float: right;
	

}

.map {
	margin-top: 50px;
	margin-bottom: 5px;

}

.footer{
    width: 750px;
	background-color:#D6D6D6;

}

.products {
	
}




a:hover {
	text-decoration: underline;
	color:#009933;
}
a {
	text-decoration: underline;
	color: #006633;
}

a.top
{
	text-decoration: underline;
}

h1 { font-size:12px; }
h2 { color:#000000; text-align:left; font-size:19px; text-transform:uppercase; margin-bottom: 10px; }
h3 { color:#000000; text-align:left; font-size:14px; margin-bottom: 6px;}

h2 + h3 { margin-top: 0px; }

h4
{
	font-weight: bold;
	margin-bottom: 16px;
}

.text {
	position:relative;
	float:left;
	width:370px;
	height: 500px;
	padding-left:30px;
	margin-top: -30px;
	text-align:justify;
	color:#FFFFFF;
}

.hidden { display:none; }
