html, body{
	height: 100%;
	
}

body{
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #777777;
	color: #222222;
	font-family: sans-serif, Arial;
	font-size: 12px;
}

h2{
	font-family: sans-serif, Arial;
	font-size: 15px;
	font-weight: bold;
}

a{
	color: #EF5033;
	text-decoration: none;	
}

a:hover{
	text-decoration: underline;	
}

hr{
	width: 600px;
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;
}

#content{
	width: 900px;
	/*min-height: 100%;*/
	background: url(img/background_left.jpg) repeat-y;
}




#leftbar{
	float: left;
	overflow: hidden;
	width: 250px;
	background-color: #000000;	
}

#leftbar #logo{
	height: 120px;	
	text-align: center;
	vertical-align: bottom;
	display: block;
	}

#leftbar #logo img{
	margin-bottom: 10px;
	margin-top: 40px;
	border: 0px;	
}

#leftbar #menu{
	
}

#leftbar #menu #menubox{
	margin-top: 20px;
}

#leftbar #menu #menubox a{
	width: 150px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
	
	float: left;
	clear: both;
	padding-left: 35px;
	padding-top: 8px;
	padding-bottom: 8px;
	
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#leftbar #menu #menubox a.submenu{
	width: 100px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
	
	float: left;
	clear: both;
	padding-left: 45px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}


#leftbar #menu #menubox a:hover{
	
	background-color: #EF5033;
	color: #000000;
}

#leftbar #menu #menubox a.menu_active{
	
	background: url(img/arrow.gif) no-repeat 15px center;
	
}

#leftbar #menu #menubox a.menu_active:hover{
	color: #DDDDDD;
}



#centralcontent{
	margin-left: 250px;
	background-color: #FFFFFF;
	/*height: auto;*/
	min-height: 100%;
}

* html #centralcontent #top{
	float: right;
	
}

* html #centralcontent #page{
	float: right;
	width: 630px;
	/*border: 1px solid black;*/
}

#centralcontent #top{
	height: 120px;	
	
}


#centralcontent #page{
	
	text-align: left;
	vertical-align: top;
	padding: 20px;
	padding-bottom: 50px;
	/*min-height: 550px;*/
	background: url(img/background.gif) bottom right no-repeat;
	background-color: #FFFFFF;
}

#centralcontent .showroom#page{
	padding-right: 0px;
}

img.titles{
	clear: both;
	margin-bottom: 5px;
}

#menu_projects{
	width: 200px;
	float: left;
	margin-top: 10px;
}

#menu_projects a{

}

#menu_projects img{
	margin-bottom: 12px;
	padding: 5px 14px 5px 5px;
}

#menu_projects img.normal{
	border: 1px solid #FFFFFF;
	border-right: 1px solid #EF5033;
}

#menu_projects img.active{
	border: 1px solid #EF5033;
	border-right: 1px solid #FFFFFF;
}

#content_projects{
	margin-left: 200px;
	width: 380px;
	min-height: 350px;
	border: 1px solid #EF5033;
	padding: 10px;
		
}

#footer{
	clear: both;
	border-top: 3px solid #EF5033;
	background-color: #000000;
	/*background-color: #EF5033;*/
	width: 900px;
	height: 20px;
	padding-top: 5px;
	
	color: #DDDDDD;
	font-size: 11px;
	text-align: right;
}

#footer a{
	color: #EF5033;
	text-decoration: none;	
	margin-right: 10px;
}

#footer a:hover{
	text-decoration: underline;	
}


/* forms ***/

td{
	vertical-align: top;
	text-align: left;
	padding-bottom: 6px;	
}

.ck_label{
	width: 150px;
	float: left;	
}
