body {
	background-image: url(images/stripes.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #dee9f6;
	padding: 0;
	margin: 0;
	height: 100%;
	color: #666666;
	font-family: Arial, Tahoma, Verdana, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
	font-size: 12px;
}

#container {
	width: 908px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 6px;
}

#banner {
	width: 908px;
	height: 107px;
	background-image: url(images/banner.png);
}

#navbar {
	width: 908px;
	height: 31px;
	background-image: url(images/nav.png);
	padding-top: 4px;
	margin-bottom: 5px;
}

#navbar ul {
	float:left;
	line-height:26px;
	list-style:none;
	margin:0;
	padding:0 10px 0 10px;
	width: 891px;
}

#navbar li {
	display:inline;
	padding:0;
}

#navbar a {
	color:#9ea0a3;
	background-image: url(images/nav-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
	padding:0 3px 0 28px; /* left 3 px because of left.png image */ 
	text-decoration:none;
	font-weight: bold;
}

#navbar a.home {
	color:#9ea0a3;
	background-image: url(images/nav-left-home.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
	padding:0 3px 0 28px;
	text-decoration:none;
	font-weight: bold;
}

#navbar a.forum {
	color:#9ea0a3;
	background-image: url(images/nav-left-forum.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
	padding:0 3px 0 28px;
	text-decoration:none;
	font-weight: bold;
}

#navbar a.blog {
	color:#9ea0a3;
	background-image: url(images/nav-left-blog.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
	padding:0 3px 0 28px;
	text-decoration:none;
	font-weight: bold;
}

#navbar a.services {
	color:#9ea0a3;
	background-image: url(images/nav-left-services.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
	padding:0 3px 0 28px; 
	text-decoration:none;
	font-weight: bold;
}

#navbar a.youtube {
	color:#9ea0a3;
	background-image: url(images/nav-left-youtube.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
	padding:0 3px 0 28px;
	text-decoration:none;
	font-weight: bold;
}

#navbar a.contact {
	color:#9ea0a3; /* need because it will use default link color */
	background-image: url(images/nav-left-contact.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
	padding:0 3px 0 28px; /* left 3 px because of left.png image */ 
	text-decoration:none;
	font-weight: bold;
}

#navbar a.login {
	color:#9ea0a3; /* need because it will use default link color */
	background-image: url(images/nav-left-login.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
	padding:0 3px 0 28px; /* left 3 px because of left.png image */ 
	text-decoration:none;
	font-weight: bold;
}

#navbar a.register {
	color:#9ea0a3; /* need because it will use default link color */
	background-image: url(images/nav-left-register.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
	padding:0 3px 0 28px; /* left 3 px because of left.png image */ 
	text-decoration:none;
	font-weight: bold;
}

#navbar a span {
	display:block;
	background-image: url(images/nav-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	float:none;
	padding:0 10px 0 7px;
}

/* show picture when mouse over link */
#navbar a:hover{
	background: url(images/nav-left.gif) no-repeat bottom left;
}

#navbar a.home:hover{
	background: url(images/nav-left-home.gif) no-repeat bottom left;
}

#navbar a.forum:hover{
	background: url(images/nav-left-forum.gif) no-repeat bottom left;
}

#navbar a.blog:hover{
	background: url(images/nav-left-blog.gif) no-repeat bottom left;
}

#navbar a.services:hover{
	background: url(images/nav-left-services.gif) no-repeat bottom left;
}

#navbar a.youtube:hover{
	background: url(images/nav-left-youtube.gif) no-repeat bottom left;
}

#navbar a.contact:hover{
	background: url(images/nav-left-contact.gif) no-repeat bottom left;
}

#navbar a.login:hover{
	background: url(images/nav-left-login.gif) no-repeat bottom left;
}

#navbar a.register:hover{
	background: url(images/nav-left-register.gif) no-repeat bottom left;
}


#navbar a:hover span {
	background:url(images/nav-right.gif) no-repeat bottom right;
	color: #ffffff;
}

#navbar a.right {
	float:right !important;
}

#leftcol {
	float: left;
	width: 700px;
}

#fullcol {
	float: left;
	width: 907px;
}

#rightcol {
	float: right;
	width: 193px;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	margin-top: 2px;
	height: 477px;
}

.right-box-title {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6d6d6d;
	width: 173px;
	height: 11px;
	text-align: right;
	padding: 10px;
	padding-top: 9px !important;
}

.button-service-enabled {
	margin-top: -5px;
	position: relative;
	left: 6px;
	width: 193px;
	height: 22px;
	background-image: url(images/buttons.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.button-service-enabled:hover {
	background-position: left -22px;
	cursor: pointer;
}

.button-service-enabled:active {
	background-position: left -44px;
	cursor: pointer;
}

.subtext {
	position: relative;
	left: 70px;
	top: 4px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	width: 110px;
}

#rightcol ul {
	padding-top: 5px;
}

#rightcol ul li {
	list-style-image: url(images/bullet_point_blue.gif);
}

#stop {
	margin-top: 2px;
	padding-left: 165px;
	padding-right: 10px;
	width: 530px;
	height: 148px;
	background-image: url(images/stopbg.gif);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

#in {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #f8fefe;
	border: 1px solid #a1e2f5;
	margin-bottom: 10px;
	width: 685px;
	height: 120px;
	padding: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 2px;
	text-align: center;
	padding-top: 20px;
}

#stop a:link, #stop a:visited {
	color: #c9fff5 !important;
	text-decoration: underline !important;
}

#stop a:hover {
	text-decoration: none !important;
}

#stop-form {
	width: 500px;
	height: 30px;
	position: relative;
	top: 10px;
}

.formbg {
	background-image: url(images/formbg.gif);
	background-repeat: no-repeat;
	width: 165px;
	height: 18px;
	color: #363535;
	font-family: Tahoma, Geneva, sans-serif;
	border: 0;
	background-color: #062E5A;
	padding: 5px;
	font-size: 14px;
	margin-right: 5px;
}

#formsubmit {
	background-image: url(images/inputbg.png);
	width: 119px;
	height: 30px;
	background-position: top;
	color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-align: center;
	border: 0;
	background-color: #06264a;
}

#formsubmit:hover {
	background-position: bottom;
	cursor: pointer;
}

#welcome {
	background-image: url(images/welcomebg.png);
	width: 685px;
	height: 295px;
	background-repeat: no-repeat;
	padding: 10px;
}

.welcome {
	background-image: url(images/bubble.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 60px;
	margin-top: -5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

.stats {
	background-image: url(images/chart.png);
	background-repeat: no-repeat;
	height: 43px;
	padding-top: 5px;
	padding-left: 60px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	margin-top: 20px;
}

.donating {
	background-image: url(images/network.png);
	background-repeat: no-repeat;
	height: 43px;
	margin-top: 20px;
	padding-top: 5px;
	padding-left: 60px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

a:link, a:visited {
	color: #3d3d3d;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.big-title {
	font-size: 24px;
	font-weight: bold;
}

.trophy-fotm {
	background-image: url(images/trophybg.png);
	width: 230px;
	height: 140px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-left: 60px;
	padding-top: 10px;
	padding-right: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

.regular-box{
	background-image: url(images/regular-box.png);
	width: 280px;
	height: 130px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 3px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	padding: 10px;
}

.bigbox {
	background-image: url(images/bigbox.gif);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	width: 580px;
	height: 130px;
	float: right;
	padding: 10px;
	margin-top: 2px;
}

.footer {
	width: 900px;
	height: 35px;
	float: left;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	margin-bottom: 7px;
	padding-top: 5px;
	padding-left: 7px;
	color: #437aac;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}

.footer a:link, .footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.service {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #f8f8f8;
	border: 1px solid #d1d0d0;
	margin-bottom: 10px;
	width: 670px;
	padding: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}

.service h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	margin-top: -5px;
	background-image: url(images/tick.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.service ul li {
	list-style-image: url(images/bullet_point_blue.gif);
}

.contactform {
	width: 260px;
	font-family: "trebuchet ms";
	background-color: #fbfbfb;
	border: 1px solid #d6d6d6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.contactform:hover {
	width: 260px;
	font-family: "trebuchet ms";
	background-color: #fdfdfd;
	border: 1px solid #00679a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.contactform:focus {
	width: 260px;
	font-family: "trebuchet ms";
	background-color: #fbfbfb;
	border: 1px solid #42b8f3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

h1 { margin: 10px 0 10px; font-size: 24px;}
hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact { display: block; width: 650px; margin: 70px auto; padding: 35px; border: 1px solid #cbcbcb; background-color: #FFF; -moz-border-radius: 5px; -webkit-border-radius:5px; margin-top: 10px;}

label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 1.5em; }
input, textarea, select { margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -moz-border-radius: 5px; -webkit-border-radius:5px; }   
input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
input.submit { cursor: pointer; border: 1px solid #222; background:#333; color:#fff; -moz-border-radius: 5px; -webkit-border-radius:5px; }
input.submit:hover { background:#444; }
fieldset { padding:20px; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }
legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }

span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('images/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; margin: 10px 0; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius: 5px; -webkit-border-radius:5px; }

#succsess_page h1 { background: url('images/success.gif') left no-repeat; padding-left:22px; }

.no-sponsor {width: 100px; height: 60px; background-color: #f9f9f9; border: 1px solid #cccccc; color: #666; display: block; float: left; margin: 10px; padding-top: 40px; text-align: center; font-weight: bold;}
.sponsor-old {width: 100px; height:100px; float: left; margin:10px; display: block;}
.sponsor {width: 125px; height: 67px; background-color: #f9f9f9; border: 1px solid #cccccc; color: #666; display: block; float: left; margin: 6px; padding-top: 55px; text-align: center; font-weight: bold;}
.sponsorleft {width: 125px; height:125px; float: left; margin:7px; display: block;}
.sponsorright {width: 125px; height:125px; float: right; margin:7px; display: block;}
