*{
	padding: 0;
	margin: 0;
}
body{
	background-color: #EBF2E0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:15px;
	color: #000000;
}
#bg1{
	position:absolute;
	width: 100%;
	height: 100%;
	background-color: #EBF2E0;
	background-image: url(../images/bg-stripes.png);
	background-repeat: repeat;
	
}
#bg2{
	position:absolute;
	width: 100%;
	height: 570px;
	top:50%;
	margin-top: -340px;
	background-color: #EBF2E0;
}
#mainDiv {
	position:absolute;
	width: 990px;
	height: 580px;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center -55px;
	left: 50%;
	top: 50%;
	margin-left: -520px;
	margin-top: -330px;
}

.clear{
	clear: both;
}

#leftDiv{
	float:left;
	margin-top: 60px;
	margin-left: 60px;
	width: 237px;
	height: 452px;
	background-image: url(../images/bg-left.png);
	background-repeat: no-repeat;
}
#leftDivWrapper{
	float:left;
}
#homeIntroDiv{
	float:left;
	padding:20px;
}
#mainMenuWrapper{
	position:absolute;
	float:left;
	width: 135px;
	height: 422px;
	left: 50%;
	top: 50%;
	margin-left: 300px;
	margin-top: -255px;
	padding-top:1px;
	z-index:auto;	
}
#mainMenuDivBG,#mainMenuDiv{
	position:absolute;
	width: 135px;
	height: 422px;
	padding-top:1px;
	z-index:auto;
}
#mainMenuDivBG{
	background-color: #EBF2E0;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #EBF2E0;
	border-left-color: #EBF2E0;	
}

#contentDiv{
	float:left;
	width: 673px;
	height: 452px;
	margin-top: 60px;
	padding: 6px 0 0 6px;
	background-repeat: no-repeat;
	background-image: url(../images/bg-center.png);
}
#footerDiv{
	float:left;
	width: 100%;
	height: auto;
	margin-left: 65px;
}
#ahInfoDiv{
	float:left;
	color: #666666;
}
#mijimInfoDiv{
	float:right;
	text-align:right;
	margin-right: 90px;
}
#contentDivWrapper{
	float:left;
	width: 661px;
	height: 440px;
	overflow:hidden;
}
#contentDivWrapper.page{
	}
#mainpictDiv{
	float:left;
	width: 100%;
	height: 100%;
	
}
#headingDiv, #descriptionDiv, #toolsDiv{
	float: left;
	width: 201px;
	margin: 0 18px 0 18px;
	padding:15px 0 15px 0;
	background-image: url(../images/dotted.png);
	background-repeat: repeat-x;
	background-position: right bottom;
	overflow:hidden;	
}
#descriptionDiv{
	height: 67px;
}
#previewsDiv{
	float: left;
	width: 201px;
	margin: 0 18px 0 18px;
	padding:15px 0 5px 0;
}
#mainpageDiv{
	float: left;
	width: 400px;
	margin: 20px;
}

div.imgDiv{
	float: left;
	width: 31px;
	height: 31px;
	padding: 2px 0 0 2px;
}
div.imgDiv:hover{
	background-color: #73BE1E;	
}
.emtImgDiv{
	float: left;
	width: 29px;
	height: 29px;
	margin: 2px;
	background-color: #EBF2E0;
}

h1{
	font-size: 18px;
	font-weight: bold;
	color:#73BE1E;
	margin-bottom: 20px;
}
a{
	text-decoration: none;
	color:#73BE1E;
}
img{
	border:none;
}
ul#technicalList li {
	list-style-position: outside;
	list-style-type: none;
	display: list-item;
	padding: 0 0 5px 10px;
	list-style-image: url(../images/bullet.gif);
	margin-left: 16px;
	margin-bottom: 6px;
	background-image: url(../images/dotted.png);
	background-repeat: repeat-x;
	background-position: right bottom;
}

#mHome {
	
}
#mRooms {
margin-top: 25px;
}
#mTechnical {
	margin-top: 25px;
}
#mContact {
	margin-top: 3px;
}
 
#mHome li,#mRooms li,#mTechnical li,#mContact li {
	width: 117px;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
	background-color: #FFFFFF;
	height: 15px;
	padding-left: 8px;
	padding-top: 1px;
	color: #000000;
	font-size:10px;
	text-decoration: none;
	display: block;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #EBF2E0;
	border-left-color: #EBF2E0;
}
#mHome li:hover,#mRooms li:hover,#mTechnical li:hover,#mContact li:hover{
	cursor:pointer;
}

.intro1,.intro2{
padding-bottom: 20px;
	background-image: url(../images/dotted.png);
	background-repeat: repeat-x;
	background-position: right bottom;
}
.intro1{
font-size:14px;
line-height:22px;

}
.intro2{
font-size:12px;
line-height:19px;

}
/*||||||||||||||||FORM STYLES||||||||||||||||*/
#formWrapper{
	float:left;
	width: 450px;
	height: 332px;
	overflow:hidden;
}
#formDiv{
	float: left;
	width: 380px;
	height: auto;
	background-image: url(../images/bg-stripes2.png);
	background-repeat: repeat;
}
form#sendform{
	padding:10px;
	background-image: url(../images/bg-stripes2.png);
	background-repeat: repeat;	
}
#sliderDiv{
	float: left;
	width: 15px;
	width: auto;
	height: auto;
}
#area3 {
	height: 330px;
	width: 15px;
	border: 1px solid #E2E8D7;
}
 
#knob3 {
	height: 30px;
	width: 15px;
	background-color: #EBF2E0;
	background-image: url(../images/sliderKnob.png);
	background-repeat: no-repeat;
}
div.formblock{
	float:left;
	width: 350px;
	height: auto;
	background-color:#EBF2E0;
	padding:5px;
	margin-bottom: 10px;
}
label{
	display: block;
	font-size:9px;
	font-weight: bold;
	color:#333333;
}
input, textarea{
font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #EBF2E0;
	font-size:10px;
	line-height:11px;
	margin-bottom: 5px;
	width: 340px;
	padding: 2px;
}
input.input_s{
	width: 105px;
}
input.input_m{
	width: 225px;
}
input.input_n{
	width: 165px;
}
input.checkbox{
	width: 15px;
	border:none;
	margin:5px 5px 0 5px;
}
input.submit{
	width: 105px;
	color:#FFFFFF;
	background-color: #73BE1E;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7ACD1E;
	border-right-color: #63A618;
	border-bottom-color: #63A618;
	border-left-color: #7ACD1E;
}
textarea.input_text{
	width: 340px;
	height: 100px;
	
}
.star{
	color: #FF9900;
}
