/* HTML ELEMENTS */
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	overflow: auto;
}
#background {
	position: fixed;
	width: 200%;
	height: 200%;
	top: -10%;
	left: -50%;
	text-align: center;
	z-index: 0;
}
#background IMG {
	min-height: 50%;
	min-width: 50%;
}
#main {
	position: relative;
	width: 100%;
	z-index: 3;
}
#header {
	/*position: fixed;*/
	width: 100%;
	height: 200px;
	/*top: 0px;
	left: 0px;*/
	background-image: url("../images/header_bg.png");
}
#logo, #logoText {
	display: block;
	width: 680px;
	margin: 0 auto;
	padding: 10px 0 5px 20px;
}
#logoText {
	text-transform: uppercase;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	padding-top: 0;
	border-top: 1px solid #3b4b26;
	color: #759a44;
}
#centerContainer {
	width:100%;
}
#content, #footer, #footer h2, #footer h3, .footerRow, #portfoolio, form .formRow {
	background-image: url("../images/White_bg.png");
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#content {
	width: 385px;
	height: 330px;
	margin-left: 55%;
	margin-right: 20%;
	font-weight: bold;
	font-size: 10pt;
	text-transform: uppercase;
	color: #fff;
	z-index: 5;
}
#footer {
	clear: both;
	position: relative;
	float: left;
	width: 420px;
	padding: 10px;
	margin-top: -206px;
	margin-right: 5%;
	margin-left: 10%;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	z-index: 4;
}
#footer h2, #footer h3 {
	padding-left: 20px;
	color: #759a44;
}
#footer p {
	padding-left: 5px;
}
#portfoolio {
	clear: both;
	position: relative;
	float: right;
	width: 370px;
	padding-top: 10px;
	margin-top: 50px;
	margin-left: 5%;
	margin-right: 5%;
	z-index: 6;
}
#portfoolio img {
	width: 370px;
	height: 136px;
	border: none;
}
a {
    color: #003399;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: none;
}
a:hover {
	color: #ff3333;
    text-decoration: underline;
}
input.button {
	background-color: #545a4c;
    border-top: 1px solid #67677e;
    border-right: 1px solid #67677e;
    border-bottom: 1px solid #67677e;
    border-left: 1px solid #67677e;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff;
    cursor: pointer;
}
input.button:HOVER, input.button:ACTIVE {
	background-color: #5f6656;
    border-top: 1px solid #b2b2c4;
    border-right: 1px solid #b2b2c4;
    border-bottom: 1px solid #b2b2c4;
    border-left: 1px solid #b2b2c4;
}
.menuLangueDiv, .menuLangueDivHover {
	color: #444;
 	font-size: 9pt;
 	padding: 1px 5px;
 	cursor: pointer;
 	text-transform: lowercase;
}
.menuLangueDivHover {
	background-image: url("../images/Green_bg.png");
	/*background-image: url("../images/White_bg.png");*/
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	color: #fff; /*759a44;*/
}
/* form elements */
form {
	color: #fff;
}
fieldset {
	border: none;
}
legend {
	font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
	color: #e88817;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: -5px;
	padding: 10px;
}
form .formRow {
	clear: both;
	margin: 2px 0;
	padding: 6px 0;
	color: #545a4c;
}
label.text {
	display: block;
	float: left;
	width: 80px;
	margin: 0 20px 0 0;
	padding-top: 10px;
	text-align: right;
}
.formRowtextbox label.text {
	display: block;
	float: left;
	width: 250px;
	margin: 0 0 10px 132px;
	padding-top: 2px;
	text-align: right;
}
.formRow select {
	width: 202px;
	border: 1px solid #9898a2;
}
input.text, textarea {
	padding: 6px;
	width: 200px;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #666;
	border: 1px solid #bac9a7;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
textarea {
	width: 250px;
}
input.text:focus, textarea:focus {
	background-color: #d8e3c9;
}