* {
	margin:		0;
	padding:	0;
	outline:	none;
	font-family: Lucida Sans Unicode, "Lucida Grande", Arial, Helvetica, sans-serif;
	color:		#000;
}
html {
	min-height:	100%;
}
body {
	background:	#fff url(../images/green-bg.jpg) repeat-x;
	min-height:	100%;
	width:		100%;
	position:	absolute;
}
object {
	display:	none;
}
#header {
	width:		1263px;
	margin:		15px auto 0;
	border:		none;
	display:	block;
}
#header #top-bar {
	width:		780px;
	background:	#fff;
	margin:		0 auto;
	-webkit-border-top-left-radius:		10px;
	-webkit-border-top-right-radius:	10px;
	-moz-border-radius-topleft:			10px;
	-moz-border-radius-topright:		10px;
	border-top-left-radius:				10px;
	border-top-right-radius:			10px;
}
#header #top-bar #logo {
	width:		246px;
	height:		52px;
	display:	inline;
	float:		left;
	margin:		15px 30px;
	background:	url(../images/logo.png) no-repeat;
}
#header #top-bar #menu {
	margin:		25px 10px 10px;
	display:	block;
	float:		left;
}
#header #top-bar #menu ul {
	float:		left;
	list-style:	none;
}
#header #top-bar #menu ul li {
	float:		left;
	display:	inline;
}
#header #top-bar #menu ul li a {
	display:	block;
	padding:	0 7px;
	font-size:	13px;
	border-right:	0px solid #000;
	text-decoration:none;
}
#header #top-bar #menu ul li a:hover {
	text-decoration:underline;
}
#header #top-bar #menu ul li a.last {
	border-right:	none;
}
#header #bottom-bar {
	width:		780px;
	height:		35px;
	background:	#c9d68a;
	display:	block;
	margin:		0 auto;
	border-bottom:	1px solid #a8b861;
	-webkit-border-bottom-left-radius:	10px;
	-webkit-border-bottom-right-radius:	10px;
	-moz-border-radius-bottomleft:		10px;
	-moz-border-radius-bottomright:		10px;
	border-bottom-left-radius:			10px;
	border-bottom-right-radius:			10px;
	
}
#header-shadow {
	width:		1263px;
	height:		50px;
	display:	block;
	border:		none;
	margin:		0 auto;
	background:	url(../images/header-shadow.png) center no-repeat;
}
#slider-shadow {
	width:		1263px;
	height:		427px;
	background:	transparent url(../images/slider-shadow.png) bottom left no-repeat;
	position:	relative;
	margin:		0 auto;
}
#slider-shadow #slider-cont {
	width:		960px;
	height:		346px;
	margin:		0 auto;
	position:	relative;
	z-index:	2;
	overflow:	hidden;
}
#slider-shadow #slider-cont #slider {
	position:	absolute;
	top:		10px;
	left:		10px;
}
#slider-shadow #slider-cont #slider img {
	display:	inline;
	float:		left;
}
#slider-shadow #slider-cont #slider-overlay {
	width:		960px;
	height:		346px;
	background:	transparent url(../images/slider-overlay.png) center no-repeat;
	margin:		0 auto;
	position:	absolute;
	z-index:	999;
	top:		0;
}
#slider-shadow #slider-cont #slider-overlay #slider-controls {
	position:	absolute;
	bottom:		0;
	margin:		0 auto;
	list-style:	none;
}
#slider-shadow #slider-cont #slider-overlay #slider-controls li {
	float:		left;
	display:	inline;
}
#slider-shadow #slider-cont #slider-overlay #slider-controls li a {
	width:		8px;
	height:		8px;
	margin:		1px;
	background:	transparent url(../images/slider-controls.png) top center no-repeat;
	display:	block;
	float:		left;
	cursor:		pointer;
}
#slider-shadow #slider-cont #slider-overlay #slider-controls li a:hover {
	background-position:	bottom center;
}
#slider-shadow #slider-cont #slider-overlay #slider-controls li a.active {
	background-position:	bottom center;
}
#content {
	width:		1263px;
	margin:		0 auto;
}
#content #content-text {
	float:		left;
	text-align:	center;
	width:		1263px;
	margin:		10px 0 100px 0;
	font-weight:bold;
	text-shadow:1px 1px 1px #fff;
}
#footer {
	position:	relative;
	bottom:		0;
	width:		100%;
	height:		200px;
	background:	transparent url(../images/footer.jpg) bottom repeat-x;
}
#footer #footer-content {
	width:		940px;
	margin:		0 auto;
	padding:	0 161px;
}
#footer #footer-content #left {
	float:		left;
	width:		650px;
	display:	inline;
}
#footer #footer-content #left #association {
	float:		left;
	margin-top:	20px;
}
#footer #footer-content #left #association #association-text {
	color:		#fff;
	font-size:	11px;
}
#footer #footer-content #left #association #association-links {
	float:		left;
}
#footer #footer-content #left #association #association-links a {
	display:	inline;
	float:		left;
	outline:	none;
	text-decoration:	none;
}
#footer #footer-content #left #association #association-links a.broadland {
	background:	transparent url(../images/broadland_logo.png) no-repeat;
	width:		203px;
	height:		26px;
}
#footer #footer-content #left #association #association-links a.wehost {
	background:	transparent url(../images/wehostany.png) no-repeat;
	width:		183px;
	height:		26px;
	margin-left:45px;
}
#footer #footer-content #left #contact {
	float:		left;
	margin-top:	30px;
	display:	inline;
}
#footer #footer-content #left #contact #contact-head {
	color:		#fff;
	font-size:	12px;
}
#footer #footer-content #left #contact #contact-address {
	color:		#fff;
	font-size:	12px;
}
#footer #footer-content #left #contact #contact-address a {
	color:		#fff;
	font-size:	12px;
	text-decoration:	none;
}
#footer #footer-content #left #contact #contact-address a:hover {
	color:		#fff;
	font-size:	12px;
	text-decoration:	underline;
}
#footer #footer-content #left #contact #contact-address .address-green {
	color:		#a7be39;
}
#footer #footer-content #left #privacy {
	float:		left;
	margin-top:	29px;
	margin-left:25px;
	line-height:13px;
	display:	inline;
}
#footer #footer-content #left #privacy a {
	color:		#fff;
	font-size:	12px;
	text-decoration:	none;
}
#footer #footer-content #left #privacy a:hover {
	color:		#fff;
	font-size:	12px;
	text-decoration:	underline;
}
#footer #footer-content #left #copyright {
	margin-top:	25px;
	font-size:	11px;
}
#footer #footer-content #left #copyright .registered {
	float:		left;
	display:	inline;
	color:		#fff;
}
#footer #footer-content #left #copyright .copy {
	float:		left;
	display:	inline;
	margin-left:30px;
	color:		#fff;
}
#footer #footer-content #right {
	float:		right;
	width:		290px;
}
#footer #footer-content #right #social {
	float:		right;
	list-style:	none;
	margin-top:	3px;
}
#footer #footer-content #right #social li {
	float:		left;
	width:		64px;
	height:		67px;
	display:	inline;
	margin:		0 10px 0 0;
	background:	transparent url(../images/social-background.png) no-repeat;
}
#footer #footer-content #right #social li.last {
	margin:		0;
}
#footer #footer-content #right #social li a {
	display:	block;
	width:		56px;
	height:		56px;
	margin:		5px auto 0;
}
#footer #footer-content #right #social li a.facebook {
	background:	transparent url(../images/facebook.png) no-repeat bottom center;
}
#footer #footer-content #right #social li a:hover.facebook {
	background-position:	top center;
}
#footer #footer-content #right #social li a.twitter {
	background:	transparent url(../images/twitter.png) no-repeat bottom center;
}
#footer #footer-content #right #social li a:hover.twitter {
	background-position:	top center;
}
#footer #footer-content #right #social li a.skype {
	background:	transparent url(../images/skype.png) no-repeat bottom center;
}
#footer #footer-content #right #social li a:hover.skype {
	background-position:	top center;
}
#footer #footer-content #right #social li a.rss {
	background:	transparent url(../images/rss.png) no-repeat bottom center;
}
#footer #footer-content #right #social li a:hover.rss {
	background-position:	top center;
}
