* { margin:0; padding:0; }

body
{ 
	font:12px Arial; color:#000000;
	background: #333333 url('images/background.png') repeat-x;
}

A:link {text-decoration: none; color: #0039b0;}
A:visited {text-decoration: none; color: #0039b0;}
A:active {text-decoration: none; color: #0039b0;}
A:hover {text-decoration: none; color: #000;}

#topbar {
	background: url('images/topbar.png') repeat-x;
	border-bottom: 1px solid #3c3c3c;
	width: 100%;
	color: #999999;
	margin-bottom: 33px;
	height: 25px;
	padding: 6px 0 0 0;
	font-weight: bold;
}

#topbar A:link {text-decoration: none; color: #999999;}
#topbar A:visited {text-decoration: none; color: #999999;}
#topbar A:active {text-decoration: none; color: #999999;}
#topbar A:hover {text-decoration: none; color: #FFF;}

ul.topbarllinks li {
	list-style-type: none;
	display: inline;
	float: left;
	border-right: 1px solid #323232;
	padding: 3px 11px 0 11px;
	height: 17px;
}

.topbarright {
	float: right;
	margin: 3px 5px 0 0;
}

div#centertopbar {
	margin-left: auto;
	margin-right: auto;
	width: 50em; height: auto;
	text-align: left; width: 924px;	
	padding: 0 8px 0 0px;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 50em; height: auto;
	text-align: left; width: 911px;
	background-color: #FFF;
	border-radius: 10px;
	-moz-border-radius: 15px;
	padding: 8px 8px 50px 8px;
	-moz-box-shadow: 0 0 10px #181818;
	 -webkit-box-shadow: 0 0 10px #181818;
	 box-shadow: 0 0 10px #181818;
}

#banner {
	background: url('images/banner.png') no-repeat;
	width: 910px; height: 129px;
}

#mainbar {
	background: url('images/mainbarbg.png') no-repeat;
	height: 30px;
}

#nav2 {
	float: left;
	padding: 7px 0 0 0px;
	font-size: 14px;
	text-shadow: 0.1em 0.1em 0.05em #5d6368;
	width: 700px;
}

#nav2 li {
	position: relative;
	list-style: none;
	float: left;
	z-index: 1;
}

#nav2 a {
	padding: 8px 12px 10px 12px;
	color: #FFF;
}

#nav2 li:hover > a {
	background-color: #b1b7bb;
	background: url(images/menuhoverleft.png) left no-repeat, url(images/menuhoverright.png) right no-repeat, url(images/menuhover.png) top repeat-x;
	padding: 7px 12px 7px 12px;
	text-decoration: none;
}

#nav2 .home a:hover {
	border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	background: url(images/menuhoverright.png) right no-repeat, url(images/menuhover.png) top repeat-x;
}

#nav2 li:hover > ul {
	display: block;
}

#nav2 ul {
	display: none;
	margin: 0 0 0 -10px;
	padding: 5px 5px 10px 10px;
	position: absolute;
	top: 20px;
	background: url('images/hoverbg.png');
	width: 374px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: normal;
}

#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	font-weight: normal;
}

#nav2 ul li a {
	color: #FFF;
	text-shadow: none;
	font-size: 11px;
	margin: 0 0 0 5px;
	padding: 0;
	font-weight: normal;
}

#nav2 ul li:hover a {
	background: url(images/hoverleft.png) left no-repeat, url(images/hoverright.png) right no-repeat, url(images/hovermid.png) top repeat-x;
	margin: 0 0 0 5px;
	padding: 0;
	font-weight: normal;
}

.hoversubmenu {
	float: left;
	height: 74px;
	width: 172px;
	font-family: Tahoma;
	margin: 0 0 -15px 0;
	padding: 0 5px 0 5px;
}

span.hoversubmenu:hover {
	background: url(images/divhover.png) no-repeat;
	color: #000;
}

.smtitle {
	display: block;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	width: 172px;
	height: 62px;
	font-family: Arial;
	padding: 9px 5px 5px 0px;
	z-index: 100;
}

.smtitle:hover {
	color: #105289;
}

#nav2:after {
	content: ".";
	display: block;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#nav2 {
	display: inline-block;
}

html[xmlns] #nav2 {
	display: block;
}
 
* html #nav2 {
	height: 1%;
}

.search {
	border: 0px;
	float: right;
	width: 126px;
	height: 20px;
	margin: 4px 6px 0 0px;
	padding: 1px 5px 0 25px;
	background: url('images/search.png') no-repeat;
}

#ads {
	text-align: center;
	margin: 10px 0 10px 0;
}

#leftsidebar {
	width: 160px;
	float: left;
	margin-right: 4px;
}

.sidebarbox {
	background-color: #eaeaea;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
	font-size: 11px;
	color: #999999;
	margin: 0px 0 11px 0;
}

h3 {
	font-size: 13px;
	color: #e32056;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 5px;
}

ul.normallist li {
	list-style: none;
	background: url('images/arrow.png') no-repeat top left;
	padding: 0 0 0 13px;
}

.advert2 {
	margin-bottom: 11px;
}

.mediabuttons {
	margin: 2px 0 9px 0;
	border: 0;
}

#content {
	width: 583px;
	float: left;
	margin-right: 3px;
}

.newsbox {
	border: 8px solid #eaeaea;
	border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #f5f5f5;
	padding: 10px 5px 5px 5px;
	margin-bottom: 11px;
}

.icon {
	float: left;
	margin: 2px 10px 0 10px;
	height: 30px;
}

h2 {
	display: inline;
	font-size: 18px;
	color: #d6194f;
}

hr {
	background: url('images/hr.png') repeat-x;
	border: 0;
	height: 2px;
	margin: 10px 0 10px 0;
}

.contentimg {
	border: 4px solid #444444;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.newsbox p {
	margin: 15px 0 0 0;
}

.newsbox A:link {font-weight: bold;}
.newsbox A:visited {font-weight: bold;}
.newsbox A:active {font-weight: bold;}
.newsbox A:hover {font-weight: bold;}

.advert3 {
	margin-bottom: 11px;
	text-align: center;
}

.pagination {
	font-weight: bold;
	list-style: none;
}

.pagination li {
	float: left;
	padding:5px;
	background: #eee;
	margin-right: 3px;
	margin-bottom:3px; 
}

.pagination li.active {
	background: grey;
}

.pagination li.active a {
	color: white !important;
}



#rightsidebar {
	width: 160px;
	float: right;
}

ul.wanttohelp {
	list-style: none;
	font-size: 14px;
	font-weight: bold;
}

.registertext {
	font-size: 11.5px;
	color: #0b477f;
	font-weight: bold;
}

.login {
	color: #000;
	font-size: 11.5px;
	font-weight: bold;
	margin: 5px 0 20px 0;
}

.logininput {
	width: 140px;
	margin: 5px 0 5px 0;
	border-top: 1px solid #abadb3;
	border-left: 0;
	height: 17px;
}

.affiliates {
	list-style: none;
}

.copyright {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 15px 0;
	text-align: center;
}

.clear {
	clear: both;
}

.navigation {
	font-size: 13px;
	font-weight: bold;
	color: #878787;
	margin-bottom: 2px;
}

.navigation A:link {text-decoration: none; color: #425769;}
.navigation A:visited {text-decoration: none; color: #425769;}
.navigation A:active {text-decoration: none; color: #425769;}
.navigation A:hover {text-decoration: none; color: #000;}

.navigation2 {
	font-size: 13px;
	font-weight: bold;
	color: #878787;
	margin-bottom: 2px;
	float: left;
}

.navigation2 A:link {text-decoration: none; color: #425769;}
.navigation2 A:visited {text-decoration: none; color: #425769;}
.navigation2 A:active {text-decoration: none; color: #425769;}
.navigation2 A:hover {text-decoration: none; color: #000;}

.sort {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-bottom: 2px;
	float: right;
}

.sort A:link {text-decoration: none; color: #425769;}
.sort A:visited {text-decoration: none; color: #425769;}
.sort A:active {text-decoration: none; color: #425769;}
.sort A:hover {text-decoration: none; color: #000;}

.commentscontainer {
	margin: 25px 7px 25px 10px;
}

.avatar {
	float: left;
	width: 75px;
}

.commentarea {
	float: right;
	width: 490px;
}

.commentarea blockquote {
	background: url('images/quote.png') no-repeat;
	padding: 4px 0 5px 30px;
	margin: -5px 0 5px 0;
}

.download {
	color: #999999;
	font-size: 13px;
	font-weight: bold;
}

.subpagebox {
	border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #eaeaea;
	padding: 10px;
	margin-bottom: 11px;
}

.subpageimage {
	float: left;
	width: 180px;
}

.subpagecontent {
	float: right;
	width: 380px;
	color: #666666;
}

.subpagecontent p {
	color: #000;
	margin: 5px 0 0 0;
}

.subpagecontent A:link {text-decoration: none; font-weight: bold; color: #425769;}
.subpagecontent A:visited {text-decoration: none; font-weight: bold; color: #425769;}
.subpagecontent A:active {text-decoration: none; font-weight: bold; color: #425769;}
.subpagecontent A:hover {text-decoration: none; font-weight: bold; color: #000;}

.download2 {
	color: #999999;
	font-weight: bold;
}

.download2 A:link {text-decoration: none; font-weight: normal; color: #0039b0;}
.download2 A:visited {text-decoration: none; font-weight: normal; color: #0039b0;}
.download2 A:active {text-decoration: none; font-weight: normal; color: #0039b0;}
.download2 A:hover {text-decoration: none; font-weight: normal; color: #000;}

.tags {
	margin: 10px 0 35px 0;
}

.tags ul li {
	list-style: none;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 11px;
}

.tags ul li a {
	color: #8f8f8f;
	background-color: #3d3d3d;
	border: 1px solid #282828;
	border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 5px 0 0;
	padding: 4px 7px 3px 7px;
}

.tags ul li a:hover {
	background-color: #0b6582;
	color: #9fc8d4;
	border: 1px solid #064f6b;
	border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 5px 0 0;
	padding: 4px 7px 3px 7px;
}

#selected a {
	background-color: #0b6582;
	color: #9fc8d4;
	border: 1px solid #064f6b;
	border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 5px 0 0;
	padding: 4px 7px 3px 7px;
}

.subpagebox hr {
	background-image: none;
	background-color: #cbcbcb;
	height: 2px;
	border: 0;
	margin: 20px 0 20px 0;
}

.categories {
	margin-bottom: 10px;
}

.categories ul li {
	list-style: none;
	display: inline;
	font-weight: bold;
	font-size: 12px;
}

.categories A:link {text-decoration: none; color: #425769;}
.categories A:visited {text-decoration: none; color: #425769;}
.categories A:active {text-decoration: none; color: #425769;}
.categories A:hover {text-decoration: none; color: #000;}

.subpagebox ul li {
	list-style-type: none;
	background: url('images/arrow3.png') no-repeat left center;
	padding: 1px 0 1px 15px;
	color: #666666;
}


.subpagebox A:link {text-decoration: none; font-weight:bold; color: #425769;}
.subpagebox A:visited {text-decoration: none; font-weight:bold; color: #425769;}
.subpagebox A:active {text-decoration: none; font-weight:bold; color: #425769;}
.subpagebox A:hover {text-decoration: none; font-weight:bold; color: #000;}

.subpagebox ul li {
	list-style-type: none;
	background: url('images/arrow3.png') no-repeat left center;
	padding: 1px 0 1px 15px;
	color: #666666;
}

.subpagebox1 A:link {text-decoration: none; font-weight:bold; font-size: 18px; color: #425769;}
.subpagebox1 A:visited {text-decoration: none; font-weight:bold; font-size: 18px; color: #425769;}
.subpagebox1 A:active {text-decoration: none; font-weight:bold; font-size: 18px; color: #425769;}
.subpagebox1 A:hover {text-decoration: none; font-weight:bold; font-size: 18px; color: #000;}