/*Coded by Sapphiro @ www.sapphiro.net, remove this line if applicable*/

/* universal */
* {
	margin: 0px; 
	padding:0px;
}

body {
	font: 12px Trebuchet MS;
	margin: 0;
	padding: 0;
	background: #fff url(images/bg.png) repeat-x;
}

img { border: none; }
img.button { border: none; margin: 0 5px 0 5px; }
img.screenshot { border: none; margin: 5px 0 5px 0; }

/* Default link colors */

a:link {color: #fff; text-decoration: none;}
a:visited {color: #fff; text-decoration: none;}
a:hover {color: #fff; text-decoration: underline;}
a:active {color: #fff; text-decoration: none;}

a.white:link {color:#fff; font-family:Trebuchet MS; font-weight: bold; font-size:13px; text-decoration:none;}
a.white:visited {color:#fff; font-family:Trebuchet MS; font-weight: bold; font-size:13px; text-decoration:none;}
a.white:hover {color:#bbb; font-family:Trebuchet MS; font-size:13px; font-weight: bold; text-decoration: none;}


a.green:link {color:#5A803F; font-family:Trebuchet MS; font-weight: bold; font-size:13px; text-decoration:none;}
a.green:visited {color:#5A803F; font-family:Trebuchet MS; font-weight: bold; font-size:13px; text-decoration:none;}
a.green:hover {color:#304321; font-family:Trebuchet MS; font-size:13px; font-weight: bold; text-decoration: none;}




/* Resetting styles for cross-browser compatibility */

h1, h2, h3, h4, h5, h6, h7 {
	font-family: Trebuchet MS;
}
h1, h2 {
	font-size: 16px;
}

h3, h4 {
	font-size: 14px;
}

h5, h6, h7 {
	font-size: 12px;
}



/* General style */
#wrapper {
	margin: 0 auto;
	width: 940px;
	background: #fff url(images/wrapper.png) repeat-y;

}

#hotlinks {
	position: relative;
	margin: -50px 0 0 70%;
	color:white;
}


#header {
	background: #2E2E2E url(images/header.png) no-repeat;
	height: 57px;
	width: 940px;
	padding: 40px 0 0 40px;
}

#logo {
	background:url(images/logo.png) no-repeat;
	width: 255px;
	height: 40px;
}


#menu {
	background:url(images/menu.png) no-repeat;
	height: 70px;
	width: 940px;
	font-weight: 600;
	font-size: 15px;
	padding: 10px 0 0 60px;
}

#menu li {
	float: left;
	list-style: none;
	margin: 0 55px 0 0;
	
}

#menu li a {
	margin: -10px 0 0 0;
	font-family: Trebuchet MS;
}


#menu .maintab {
	background: url(images/maintab.png) no-repeat;
	height: 38px;
	width: 92px;
	margin: -10px 55px 0 -10px;
	padding: 10px 0 0 0px;
	text-align: center;
}

#menu .maintab a {
	color: #86C25B;
}

#menu #notification {
	clear:both;
	margin: -12px 0 0 25px;
	font-size: 12px;
	font-weight: 100;
	font-family: Trebuchet MS;
}

#contents {
	margin: 35px 0 0 0;
	padding: 0 70px 0 70px;
	font-size: 13px;
	font-family: Trebuchet MS;
	color:#5E5E5E;
}

#left {
	float: left;
	width: 400px;
}



#left h2 {
	color: #404040;
	font-weight: 100;
}

#search {
	margin: 5px 0 5px -10px;
	background: url(images/searchbox.png) no-repeat;
	border:0;
	width:295px;
	height:35px;
	color:#555;
	font-size:18px;
	padding: 10px 0 0 15px;
}

#search2 {
	margin: 5px 0 0 -10px;
	background-color: #ABDB6C;
	border:0;
	width:295px;
	height:35px;
	color:#555;
	font-size:18px;
	padding:15px 0 0 15px;
}


#right {
	float: right;
	width: 400px;
	margin: -20px 0 0 0;
}

#right h2 {
	color: #404040;
	font-weight: 100;
	margin: 0 0 0 100px;
}

#spacer {
	clear: both;
	height: 35px;
}

#footer {
	clear:both;
	background: #2E2E2E;
	height: 69px;
}

#footer-container {
	background: url(images/footer.png) no-repeat;
	margin: 0 auto;
	width: 940px;
	height: 69px;
	text-align: center;
	padding: 15px 0 0 0;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

#footer-container a {
	color:#fff;
	font-size: 13px;
	font-weight: 100;
	margin: 0 15px 0 15px;
	font-family: Trebuchet MS;
}

#footnote {
	margin: 10px 0 0 0;
}
