/* custom styles */
body{
	background:#FFFFFF;
	}
#maincontainer{
	width:1100px;
	background:white;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border:solid 1px #EEEEEE;
	}
	
#top{
	position:relative;
	height:190px;
	background:black;
	text-align:center;
	}
#topmenu {
	position:relative;
	background:white;
	display:block;
	height:38px;
	}
.menu{
	display:block;
	}
.menu ul {
	position:absolute;
	left:250px;
	list-style:none;
	padding:0px;
	width:700px;
	margin:0px;
	}
.menu li {
	background:white;
	color:red;
	border-left:1px grey solid;
	border-right:1px grey solid;
	text-align:center;
	width:120px;
	float:left;
}
#languageLink{
	float:right;
 	font-size:18px;
	color:black;
	width:150px;
	border-left:1px grey solid;
	border-right:1px grey solid;
}
#topmenu a {
	color: #444444;
	display: block;
	padding: 0 10px;
	line-height:38px;
	text-decoration: none;
}
#topmenu a:visited {
	color: #333333;
}
#topmenu ul ul li {
	min-width: 180px;
}
#topmenu ul ul ul {
	left: 100%;
	top: 0;
}
#topmenu ul ul a {
	background: #333333;
	line-height: 1em;
}
#topmenu a:hover{
	background: #333333;
	color: #fff;
}
#topmenu ul li.current_page_item > a,
#topmenu ul li.current-menu-ancestor > a,
#topmenu ul li.current-menu-item > a,
#topmenu ul li.current-menu-parent > {
	color: #333333;
}

#topmenu ul li a:hover {
	color: #FFFFFF;
}
	
.pose{
	position:absolute;
	top:-30px;
	left:10px;
	z-index:100;
	display:block;
	}
	
#footer{
	padding-top:5px;
	background:#DDFFFF;
	text-align:center;
	border-top:7px solid black;
	float:left;
	width:100%;
	}

#middle{
	margin:20px;
	margin-left:auto;margin-right:auto;
	text-align:left;
	width:800px;
	display:inline-block;
}
.leftimg {
	float:left;
	margin:10px;
	display:block;
}
.rightimg {
	float:right;
	margin:10px;
	display:block;
}
#middle ul{
	list-style:circle;
}

.req {
	color:red;
	}
	
body { 
	font-size:1em; 
	font-family: arial;
	}

#formContainer{
	width:380px;
	border:1px solid #EDEDED;
	margin-left:auto;
	margin-right:auto;
	}

#contactForm {
	text-align: right;
	margin:10px;
	}
.contentrow{
	display:inline-block;
	width:770px;
}
#content{ width: auto; float:left; }
#primary{ width: 148px; float: right; display: inline-block; border-left:solid 1px #dddddd; font-size:12px; }
.widget-container {margin-bottom:11px;}
.entry-meta{ font-size:10px; }
.entry-title{ margin:2px; }
.post{ width: 650px;}