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

html{
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	background:#fff;
}
body{
	background:#fff;
}
#container {
	width:1030px;
	margin:0 auto;
	background:url(../images/mainbg.gif) repeat-y;
}
#header{
	margin:0 auto;
	width:900px;
	height:150px;
	background:#ffffff url(../images/header.gif) no-repeat;
}
#logo a{
	display:block;
	width:205px;
	height:80px;
	background:url(../images/logo.jpg) no-repeat;
	float:left;
	margin-top:50px;
	margin-left:50px;
	text-indent:-9999px;
}
#top{
	width:300px;
	height:65px;
	background:url(../images/phone.gif) no-repeat;
	float:right;
	margin:40px 40px 0 0;
	background-position:right;
}
#email{
	float:right;
	margin:15px 40px 0 0;
	text-align:right;
	width:250px;
	height:60px;
}
.phone {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13pt;
	color:#999933;
	margin:5px;
	float
}
.mail {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10pt;
	color:#999900;
	text-decoration:none;
	margin:5px;
}
#menu {
	margin:0 auto;
	width:900px;
	height:170px;
	background:url(../images/bgmenu.gif) repeat-x;
	padding-top:30px;
}
#menu ul {
	width:900px;
	margin-left:10px;
	
}
#menu ul li {
	list-style-type: none;
	float:left;
	display:table;
	margin:5px;
	
}
#menu ul li a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14pt;
	color:#5B5911;
	text-decoration: none;
	background:url(../images/btn.gif) no-repeat;
	width:150px;
	height:135px;
	line-height:20px;
	vertical-align:middle;
	display:table-cell;
	padding:0 30px;
}
#menu ul li a:hover {
	background:url(../images/btnh.gif) no-repeat;
}
#content {
	background:#555657 url(../images/contentbg.gif) repeat-x;
	text-align:left;
	line-height:20px;
	width:900px;
	margin:0 auto;
}
#left {
	width:400px;
	float:left;
	padding:10px;
	padding-left:30px;
	font-size:11pt;
	border-right:1px solid #333;
	
}
#content h2 {
	color:#a5a844;
	font-size:14pt;
	margin:10px 0;
	letter-spacing:2px;
	font-family:Verdana, Geneva, sans-serif;
}
#right img {
	float:right;
	margin:10px;
	border:1px solid #333;

}
#right {
	width:430px;
	padding:10px;
	display:block;
	float:right;
	margin-bottom:30px;
	font-size:11pt;
}
p {
	line-height:25px;
	color:#CCC;
}
#work {
	width:420px;
	height:290px;
	background:url(../images/workbg.gif);
}
#left img {
	float:right;
	margin:10px;
	background: url(../images/beverlybg.gif) no-repeat;
	width:100px;
	height:140px;
	padding:10px;
}
#left ul {
	list-style-image: url(../images/list.gif);
	line-height:25px;
	font-weight:bold;
	color:#CCC;
	padding-top:5px;
	padding-left:20px;
}
#footer {
	width:900px;
	height:25px;
	clear:both;
	text-align:center;
	background:url(../images/bgmenu.gif) repeat-x;
	font-size:10pt;
	color:#fff;
	padding-top:5px;
}

