/*
	Simix main style sheet 
*/

body{
	margin: 0 0 0 0px;
}
div#container_left, div#container_right, div#wrapper, div#head, div#footer_center{
	width:760px;
}
div#wrapper{
	position:absolute;
	margin-left:-380px;
	left:50%;
}
div#head, div#footer{
	display:block;
}
div#head{
	background:url('../design/head.jpg') left top no-repeat;
	height:137px;
}
div#container_left, div#container_right{
	width:760px;
}
div#container_left{
	background:url(../design/main_left.jpg) top left repeat-y;		
}
div#container_right{
	background:url(../design/main_right.jpg) top right repeat-y;
}
div#footer_center{
	height:39px;
	background:url(../design/bottom_center.jpg) center top no-repeat;
	overflow:hidden;
}
div#footer_left{
	width:25px; height:39px;
	float:left;
	background:url(../design/bottom_left.jpg) no-repeat;
}
div#footer_right{
	width:25px; height:39px;
	float:right;
	background:url(../design/bottom_right.jpg) no-repeat;
}
div#content{
	width:710px;
	margin:0px 25px 5px 25px;
	text-align:center;
}
div#menu_container{
	margin:0px 37px 0px 37px;
	height:47px;
	background:url('../design/menu_bg.jpg') top repeat-x;
}
div#menu_wrapper_left, div#menu_wrapper_right{
	width:760px; height:47px;
}
div#menu_wrapper_left{
	background:url(../design/menu_left.jpg) no-repeat left top;
}
div#menu_wrapper_right{
	background:url(../design/menu_right.jpg) no-repeat right top;
}
div.pad4{
	margin-left:4px;
}
div.pad7{
	margin-left:7px;
}
div.menu_item{
	display:inline;
	margin-top:auto;
	height:47px;
}
div#select_language{
	margin-top:10px;
	margin-bottom:5px;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	height:30px;
}
div.language_item{
	display:inline;
	float:left;
	width:200px;
	text-align:center;
}
img{
	border:none;
}
.normal_text{
	font-family:"verdana";
	font-size:13px;
	font-weight:normal;
}


a, a.houses{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:12px;
}

a:link {
	color:#333333;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color:#666666;
}

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

a:active {
	text-decoration: none;
	color:#666666;
}

li{
	padding-bottom: 5px;
	list-style-type:decimal;
	list-style-position:outside;
}


p{
	font-family:"Verdana";
	font-size:13px;
}

div.main_page{
	padding-left: 40px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

div.main_page h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}

