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

#container {
	padding: 0px;
	height: auto;
	width: 800px;
	background-color: #FFF;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #333;
}
/*
#menu {
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul li {
	display: inline;
	margin: 0px;
}
.li_padding_right {
	padding-right: 60px;
}

#menu ul li a {
	font-size: 14px;
	text-decoration: none;
	color: #060;
}
#menu ul li a:hover {
	color: #F60;
	text-decoration: none;
}
*/

#header {
	height: 174px;
	width: 800px;
	color: #EDEDED;
	font-size: 0.0015px;
	background-image: url(images/okohaus-static-header.jpg);
	background-repeat: no-repeat;
	background-position: 10px top;
	padding: 0px;
	margin: 0px;
}
#header h1 {
	font-size: 0.00015em;
	font-family: Arial, Helvetica, sans-serif;
	color: #EDEDED;
}
#content {
	margin: 0px;
	height: auto;
	width: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#footer {
	margin: 0px;
	height: 30px;
	width: auto;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	color: #FFFFFF;
	font-size: 11px;
}
.footer_left {
	float: left;
	width: 400px;
}
.footer_right {
	float: right;
	width: 300px;
	text-align: right;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #666;
	text-decoration: underline;
}


/* ####### IMAGE 1 ########## */

.rollover_img1 {
	width: 167px;
	height: 49px;
	background-image: url(images/things-like.png);
	background-position: top;
	/* -moz-border-radius:10px;
 -webkit-border-radius:10px;
 border:10px solid #ccc;*/
 font:13px normal Arial, Helvetica, sans-serif;
	line-height:18px;
	float:left;
	margin: 0;
 }

.rollover_img1 a { 
color: #fff;
width: 167px;
height: 49px;
display: block;
text-decoration: none;
}

.rollover_img1 a:hover { 
background:#FFF;
/* opacity:.50;
filter:alpha(opacity=50);*/
}

.rollover_img1 a span { 
display: none;
width: 167px;
padding:3px;
}

.rollover_img1 a:hover span { 
display: block; 
}

/* ####### IMAGE 2 ########## */

.rollover_img2 {
 width: 243px; height: 49px;
 background-image: url(images/architectural-images.png);
 background-position: top;
/* -moz-border-radius:10px;
 -webkit-border-radius:10px;
 border:10px solid #ccc;*/
 font:13px normal Arial, Helvetica, sans-serif;
 line-height:18px;
 float:left;
 margin:0;
 }

.rollover_img2 a { 
color: #fff;
width: 243px;
height: 49px;
display: block;
text-decoration: none;
}

.rollover_img2 a:hover { 
background:#FFF;
/* opacity:.50;
filter:alpha(opacity=50);*/
}

.rollover_img2 a span { 
display: none;
width: 243px;
padding:3px;
}

.rollover_img2 a:hover span { 
display: block; 
}


/* ####### IMAGE 3 ########## */

.rollover_img3 {
 width: 123px; height: 49px;
 background-image: url(images/contact.png);
 background-position: top;
/* -moz-border-radius:10px;
 -webkit-border-radius:10px;
 border:10px solid #ccc;*/
 font:13px normal Arial, Helvetica, sans-serif;
 line-height:18px;
 float:left;
 margin:0;
 }

.rollover_img3 a { 
color: #fff;
width: 123px;
height: 49px;
display: block;
text-decoration: none;
}

.rollover_img3 a:hover { 
background:#FFF;
/* opacity:.50;
filter:alpha(opacity=50);*/
}

.rollover_img3 a span { 
display: none;
width: 123px;
padding:3px;
}

.rollover_img3 a:hover span { 
display: block; 
}

/* ##### menu spacer ######## */

.menu_spacer {
	width: 50px;
	height: 49;
	float: left;
}

#menu {
	margin: 0px;
	height: 50px;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.clicktoenlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
#content a {
	color: #5D861E;
	text-decoration: none;
}
#content a:hover {
	color: #F60;
	text-decoration: underline;
}
