/*===== Default styles =====*/

* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#726f68;
	background:#aca9a1;
}

h1 {
	font-size:4.58em;
	color:#007f3d;
}

h2 {
	font-size:1.67em;
	color:#a9d379;
	font-weight:normal;
	margin:0.5em 0;
}

h3 {
	font-weight:bold;
	font-size:1.17em;
}

p {
	margin:0 0 1.12em 0;
	line-height:1.5em;
}

a {
	color:#a9d379;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#007f3d;
}

#main li {
	line-height:1.5em;
	margin-left:25px;
}

#main ul li {
	background: url("/gfx/lilsun.gif") no-repeat;
	margin:0;
	padding-left:25px;
	list-style:none;
}

#main ul, #main ol {
	margin-bottom:1.12em;
}

img {
	border:0;
}

.hr {
	height:1px;
	line-height:1px;
	margin:20px 0;
	clear:both;
}

.dottedHr {
	height:1px;
	line-height:1px;
	margin:20px;
	clear:both;
	background:url("/gfx/hr.gif") no-repeat bottom;
}

.cleaner {
	height:1px;
	line-height:1px;
	clear:both;
}

.hidden {
	display:none;
}

.reallyHidden {
	visibility:hidden;
}

.size1 { font-size: 75% !important; }
.size2 { font-size: 90% !important; }
.size3 { font-size: 100% !important; }


/*===== Layout: Header =====*/
#headerWrap {
	background:url("/gfx/headerBg.gif") repeat-x top;
	height:167px;
}

#header {
	position:relative;
	width:1000px;
	margin:0 auto;
}

#logo {
	position:absolute;
	top:15px;
	left:6px;
}

#topMenu {
	position:absolute;
	top:130px;
	left:10px;
	border-left:1px solid #fff;
}

#topMenu li {
	float:left;
	list-style:none;
	border-right:1px solid #fff;
}

#topMenu li a {
	display:block;
	height:35px;
	overflow:hidden;
	text-indent:-9000px;
}

#topMenu1 a { background: url("/gfx/topMenu1.gif"); width:87px; }
#topMenu1 a:hover, #topMenu1 a.on { background: url("/gfx/topMenu1h.gif"); }

#topMenu2 a { background: url("/gfx/topMenu2.gif"); width:133px; }
#topMenu2 a:hover, #topMenu2 a.on { background: url("/gfx/topMenu2h.gif"); }

#topMenu3 a { background: url("/gfx/topMenu3.gif"); width:93px; }
#topMenu3 a:hover, #topMenu3 a.on { background: url("/gfx/topMenu3h.gif"); }

#topMenu4 a { background: url("/gfx/topMenu4.gif"); width:174px; }
#topMenu4 a:hover, #topMenu4 a.on { background: url("/gfx/topMenu4h.gif"); }

#topMenu5 a { background: url("/gfx/topMenu6.gif"); width:150px; }
#topMenu5 a:hover, #topMenu5 a.on { background: url("/gfx/topMenu6h.gif"); }

#topMenu6 a { background: url("/gfx/topMenu7.gif"); width:176px; }
#topMenu6 a:hover, #topMenu6 a.on { background: url("/gfx/topMenu7h.gif"); }

#topMenu7 a { background: url("/gfx/topMenu8.gif"); width:165px; }
#topMenu7 a:hover, #topMenu7 a.on { background: url("/gfx/topMenu8h.gif"); }

#bonusMenu li {
	float:right;
	list-style:none;
	border-right:1px solid #aca9a1;
	padding:15px 10px 2px 10px;
}

#bonusMenu li:first-child {
	border:none;
}

#bonusMenu li a {
	color:#a9d379;
}

#bonusMenu img {
	vertical-align:top;
}

#searchLabel {
	display:none;
}

#searchBox {
	position:absolute;
	top:72px;
	right:109px;
	width:224px;
	height:16px;
	padding:3px;
	border:1px solid #a9d379;
	background:#eeebe2;
}

#searchButton {
	position:absolute;
	top:70px;
	right:10px;
}

/*===== Layout: Middle =====*/
#middleWrap {
	background:#eeece3;
	padding:20px 0;
}

#middle {
	width:940px;
	margin:0 auto;
	background:#fff;
	padding:20px;
}

#sideMenu {
	width:210px;
	float:left;
	border-right:1px solid #eeece3;
	margin-top:20px;
}

#sideMenu ul {
	border-bottom:1px solid #eeece3;
}

#sideMenu ul ul {
	border:none;
}

#sideMenu li {
	list-style:none;
	display:inline;
}

#sideMenu li a {
	color:#aca9a1;
	padding:9px 0 9px 20px;
	display:block;
	border-top:1px solid #eeece3;
	font-weight:bold;
	background:url("/gfx/sideMenu.gif") no-repeat left;
}

#sideMenu li a:hover, #sideMenu li a.on {
	color:#fff;
	background:#a9d379 url("/gfx/sideMenuOn.gif") no-repeat left;
	text-decoration:none;
}

#sideMenu li li a {
	border:none;
	color:#a9d379;
}

#main {
	float:right;
	width:710px;
}


/*===== Layout: Footer =====*/
#footerWrap {
	background:url("/gfx/footerBg.gif") repeat-x top;
	height:155px;
}

#footer {
	width:980px;
	margin:0 auto;
	position:relative;
}

#footerMenu {
	padding-top:10px;
}

#footerMenu li {
	float:left;
	list-style:none;
	border-left:1px solid #aca9a1;
	height:22px;
	line-height:22px;
	padding:0 19px;
}

#footerMenu li:first-child {
	border:none;
	padding-left:0;
}

#footerMenu li a {
	color:#a9d379;
}

#copyright {
	float:left;
	height:45px;
	color:#fff;
	font-weight:bold;
	width:500px;
	padding-top:0px;
}
