body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background: #f6d362 url("images/bodybgr.png") no-repeat top center;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

.clearfix{ clear: both; }

#wrapper {
	width: 822px;
	margin: auto;
}

#player {
	top: 10px;
	left: 70px;
	width: 315px;
	height: 197px;
	position: absolute;
	z-index: 100;
	border: 1px solid #fff;
}
#FlashPlayer {
	margin: 0;
	padding: 0;
	top: 0px;
	left: 0px;
	width: 315px;
	height: 197px;
}
#top {
	width: 822px;
	height: 209px;
	background: transparent url("images/topbgr.png") no-repeat top center;
	position: relative;
	z-index: 10;
}

#header {
	height: 94px;
	padding-top: 15px;
	width: 814px;
	text-align: right;
	margin: auto;
	position: relative;
}
#logo {
	float: left;
	width: 210px;
	height: 94px;
	background: transparent url("images/actionhouse.jpg") no-repeat top center;
	margin-left: 500px;
}
#language {
	float: right;
}
span.language_item a img {
	display: block;
	margin-bottom: 5px;
}

#contentwrapper {
	width: 822px;
	background: #fff;
	margin-top: -96px;
}

#menu {
	width: 814px;
	height: 159px;
	background: transparent url("images/headbgr.jpg") no-repeat top left;
	margin: auto;
}
#menu ul {
	margin: 0;
	padding: 0;
	margin-top: 0px;
	margin-left: -1px;
	width: 819px;
	height: 43px;
	background: #990000 url("images/menubgr.gif") repeat-x top left;
}
#menu ul li {
	float: left;
	display: inline;
	border-left: 1px solid #fff;
	list-style-type: none;
	text-align: center;
	position: relative;
}
#menu ul li:first-child {
	border: none;
}

#menu ul li a {
	color: #fff;
	background: #990000 url("images/menubgr.gif") repeat-x top left;
	font-weight: bold;
	display: block;
	padding-top: 13px;
	height: 30px;
	width: 115px;
}
#menu ul li a:hover {
	background: #990000 url("images/menubg_hover.gif") repeat-x top left;
	text-decoration: none;
}

#menu ul li ul{
	position: absolute;
	top: 43px;
	width: 115px;
	display: none;
	padding: 0px;
	margin: 0px;
	background: none;
}

#menu ul li ul li{
	position: relative;
	display: block;
	width: 115px;
	padding: 0px;
	margin: 0px;
	border: none;
}

#menu ul li ul li a{
	background: #b52d3d;
	padding: 5px 0px;
	display: block;
	height: auto;
}

#menu ul li ul li a:hover{
	background: none;
	background-color: #892430;
}

#menu ul li ul li ul{
	position: absolute;
	left: 100%;
	top: 0px;
}

#middle {
	overflow: hidden;
	width: 814px;
	margin-left: 4px;
	margin-right: 4px;
	background: transparent url("images/contentbgr.jpg") no-repeat right bottom;
	padding-bottom: 120px;
}

#slideshowimages {
	display: block;
	position: relative;
	width: 144px;
	height: 197px;
	margin-left: 10px;
}
#slideshowimages img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 144px;
	height: 197px;
}

#content {
	float: left;
	display: inline;
	width: 783px;
	margin-bottom: 15px;
	margin-left: -1px;
	margin-right: 15px;
	margin-top: 10px;
	padding-left: 15px;
	padding-bottom: 128px;
	border-left: 1px solid #d4d4d4;
}

#content h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}
#content h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}

#map {
	width: 589px;
	border: 5px solid #aaa;
	height: 220px;
}

label.heading {
	float: left;
	display: inline;
	width: 120px;
}
input.field {
	width: 250px;
}
textarea.field {
	width: 400px;
}
input.phone {
	width: 150px !important;
}

#formalert {
	display: none;
	color: #f00;
}
#formresponse {
	margin: 10px;
	font-weight: bold;
}

ul.newslist { list-style: none; padding: 0; margin: 0; font-size: 11px; }
ul.newslist li { border-bottom: 1px solid #ccc; padding: 7px 0; overflow: hidden; }
ul.newslist li span.date { font-weight: bold; display: block; }
ul.newslist li a { display: block; font-size: 12px; }
ul.newslist li img { float: left; border: 1px solid #ccc; padding: 3px; margin-right: 10px; margin-bottom: 5px; margin-top: 15px;  }


#footer {
	width: 814px;
	margin-left: 4px;
	margin-right: 4px;
	background: #66ccff url("images/footerbgr.gif") repeat-x top left;
	height: 19px;
	padding-top: 3px;
}
#footer ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
#footer ul li {
	list-style-type: none;
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}
#footer, #footer a {
	color: #fff;
	font-size: 10px;
}

