@charset "utf-8";
/* CSS Document */
body {
	background: url(images/bg.jpg) repeat-x #f1f1f1;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 960px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
}
#comingsoon {
	float: right;
	width: 161px;
	height: 74px;
	background: url(images/returning-nov-2011.png) no-repeat;
	margin-top: -80px;
}
#topmenu {
	width: 958px;
	border: #bfbfbf solid 1px;
	height: 75px;
	background: url(images/menu-bg.png) repeat;
}
#topmenu img {
	border: 0px;
	float: left;
	padding: 20px;
}
#maincontent {
	margin-top: 30px;
	width: 960px;
	min-height: 318px;
	max-height: 318px;
	background: url(images/box-bg.jpg) repeat-x bottom;
}
#maincontent h1 {
	font-family: 'Droid Sans', arial, serif;
	font-size: 50px;
	font-weight: normal;
	color: #666;
	letter-spacing: -3px;
	width: 400px;
	padding: 20px 0px 20px 20px;
	margin-bottom: -30px;
}
#maincontent p {
	font-family: 'Droid Sans', arial, serif;
	color: #666;
	font-size: 18px;
	width: 400px;
	margin-left: 20px;
}
#work {
	width: 518px;
	height: 320px;
	margin-top: -2px;
	background: url(images/latestworkimage.png) no-repeat;
	float: right;
}
.highlight {
	color: #f36;
}
.contact {
	text-align: center;
}
.contact a {
	text-align: center;
	text-decoration: none;
	border-bottom: none;
	color: #456715;
}
#siteby {
	width: 281px;
	height: 80px;
	background: url(images/siteby.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}
#siteby:hover {
	background:  url(images/siteby2.png) no-repeat;
}
