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



html, body, #wrapper {
	margin:0 auto;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#999;
	font-size:12px;
}

html,body {
	background:url(Background.jpg) repeat-x top #F1F2F2;
}

#wrapper {
	margin: 0 auto;
	padding:30px 0 20px;
    vertical-align: middle;
    width: 740px;
}



#header {
	position:relative;
	margin:0 auto 10px;
	width:850px;
	min-height:20px;
}

#frame_top {
	position:relative;
	margin:0 auto;
	width:850px;
	height:20px;
	background:url(images/frame_top.png);
	repeat:none;
}

#frame_mid {
	position:relative;
	margin:0 auto;
	width:850px;
	min-height:100px;
	background:#FFF;
	repeat:none;
}

#frame_bottom {
	position:relative;
	margin:0 auto;
	width:850px;
	height:20px;
	background:url(images/frame_bottom.png);
	repeat:none;
}

#footer, #footer a {
	position:relative;
	margin:18px auto;
	width:850px;
	min-height:20px;
	font-size:11px;
	color:#BBB;
	text-decoration:none;
}

#footer a:hover {
	color:#666;
}

#menu {
	position:absolute;
	top:10px;
	right:0px;
	width:480px;
	min-height:19px;
	text-align:right;
	font-size:14px;
}

#menu a {
	color:#666;
	text-decoration:none;
}

#menu a:hover {
	color:#006838;
}

#menu_products {
	position:absolute;
	width:112px;
	min-height:10px;
	top:29px;
	left:489px;
	z-index:2;
	padding:5px;
	background:#006838;
	color:#FFF;
	height: 28px;
	display:none;
}


/* - - - - - Content - - - - - */


#content {
	position:relative;
	margin:0 20px;
	width:810px;
	min-height:100px;
}

#images {
	position:relative;
	margin:0 auto 20px;
	width:810px;
	height:220px;
}

#content_about {
	position:relative;
	margin:0 20px 0 0;
	width:550px;
	min-height:100px;
	float:left;
}

#images_about {
	position:relative;
	margin:0 20px 0 20px;
	width:240px;
	min-height:220px;
	background:#333;
	float:left;
}

#content_advice {
	position:relative;
	margin:0 20px 0 0;
	width:590px;
	min-height:100px;
	float:left;
}

#images_advice p {
	margin-top:0px;
	margin-bottom:8px;
}

#images_advice {
	position:relative;
	margin:0 20px 0 20px;
	width:200px;
	min-height:220px;
	float:left;
	color:#006838;
}

#images_advice a {
	color:#006838;
	text-decoration:none;
	font-size:14px;
}

#images_advice a:hover {
	color:#030;
	font-weight:bold;
}

#content_contact {
	position:relative;
	margin:0 20px 0 0;
	width:390px;
	min-height:100px;
	float:left;
}

#images_contact {
	position:relative;
	margin:0 20px 0 20px;
	width:400px;
	min-height:220px;
	background:#333;
	float:left;
}

#clear {
	position:relative;
	margin:0;
	width:810px;
	height:1px;
	clear:both;
}


/* - - - - - Fonts - - - - - */


h1 {
	font-size:18px;
	font-weight:normal;
	margin-top:0px;
	color:#006838;
}

h2 {
	font-size:14px;
	font-weight:normal;
	color:#006838;
}

p {
	margin-bottom:0px;
}

#content_contact a{
	text-decoration:none;
	font-weight:bold;
	color:#666;
}