/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
body {
	margin: 0;
	padding: 0;
	background: #000000 url(templates/Thunder/resources/palettes/blue/images/img1_blue.png) repeat-x;
	color: #fff;
}

a {
	color: #0099CC;
}

a:hover {
	text-decoration: none;
	color: #00CCFF;
}
a:visited {
	color: #8DBCD3;
}

/* Header */

#header {
	width: 778px;
	height: 203px;
	margin: 0 auto;
}

/* Logo */

#logo {

}

#logo * {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

#logo h1 {
	padding: 70px 0 30px 0;
	letter-spacing: -3px;
	font-size: 2.4em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
}

#logo h2 {
	letter-spacing: 1px;
	font-size: 1em;
}

/* Menu */

#menu {

}

#menu ul {
	margin: 0;
	padding: 3px 0 0 0;
	list-style: none;
	text-align:right;
}

#menu li {
	display: inline;
	text-align:right;}

#menu a {
	display: block;
	float: left;
	padding: 5px 20px;
	text-decoration: none;
	font-size: 1em;
	margin:0 10px 0 0;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	padding: 5px 19px;
	background: #2F1A1A url(templates/Thunder/resources/common/images/img2.gif) repeat-x left bottom;
	border: 1px solid #1E1010;
	border-right-color: #7A6D6D;
	border-bottom-color: #7A6D6D;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 778px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#textfield1 {
	width: 150px;
	margin-left: 20px;
	background: #9E9E9E url(templates/Thunder/resources/common/images/img4.gif) repeat-x;
	border: 1px solid #9C9C9C;
	border-right-color: #C6C6C6;
	border-bottom-color: #C6C6C6;
}

#submit1 {
	background: #9E9E9E url(templates/Thunder/resources/common/images/img5.gif) repeat-x;
	border: 1px solid #625252;
	border-right-color: #1B0F0F;
	border-bottom-color: #1B0F0F;
	color: #CCCCCC;
}

/* Footer */

#footer {
	clear: both;
	width: 778px;
	height: 60px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(templates/Thunder/resources/palettes/blue/images/img6_blue.png) repeat-x;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: smaller;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;}