body {
	margin: 0px;

	text-align: center;
	font-family: calibri, verdana, sans;

	color: #ccc;

	background-color: #000;
}

#global {
	text-align: center;
	background-image: url(images/background.gif);
	display: table;
	width: 100%;
}

#subglobal {
	position: relative;
        top: -20px;
}

#header {
	height: 125px;
	text-align: left;

	background-image: url(images/background.png);
	background-repeat: repeat-x;
}

tr.header {
	height: 84px;
}


#headerimg {
	height: 105px;
	width: 750px;
	text-align: center;

	color: #111;

	background-image: url(images/header.gif);
}

#headerimg a {
	color: #151;
	text-decoration: none;
}

#headerimg a:hover {
	color: #fff;
	text-decoration: underline;
}

div.container {
	width: 750px;
	overflow: hidden;

	border-left: 1px solid #444;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;

	background-color: #111;
}

table.details {
	height: 100%;
	width: 100%;
}

#top_sect {
	height: 185px;
	width: 752px;

	margin-top: 10px;
	margin-bottom: 10px;

	background-image: url(images/details.gif);

	text-align: left;

	overflow: hidden;
}

div.pagenav {
	color: #666;
	padding-left: 20px;
	font-weight: bold;
}

#main {
	text-align: left;

	background-image: url(images/main_bg.gif);
	background-repeat: repeat-x;

	background-color: #111;
	border-top: 1px solid #444;

	padding: 10px;

	color: #ccc;
	font-size: 12px;

	display: table;
	width: 100%;
}



#footer {
	background-color: #000;
	color: #666;
	text-align: center;

	border-top: 1px solid #444;
	margin-top: 10px;
	padding: 3px;
	height: 100px;
	font-size: 12px;
}

#footerleft {
	width: 750px;
	text-align: left;
}

a {
	text-decoration: none;
	color: #7a993c;
}

a:hover {
	text-decoration: underline;
	color: #7a993c;
}

h3 {
	color: #ffae00;
	border-bottom: 1px solid #444;
	height: 32px;
	overflow: hidden;

	font-size: 24px;

	line-height: 100%;

	margin: 0px;
	margin-bottom: 10px;
}

h2 {
	margin: 0px;
}

h4 {
	color: #ffae00;
	font-size: 14px;
	text-align: center;
}

div.small {
	font-size: 13px;
}

div.verysmall {
	font-size: 10px;
	color: #515a37;
	font-weight: normal;
}

#linksheader {
	margin-bottom: 15px;
	font-size: 11px;

	color: #666;
}

#product_ad {
	width: 730px;
	height: 185px;

	margin: 10px;

	overflow: hidden;
}

tr.row {
}

tr.row1 {
	background-color: #222;
}

th {
	border: 1px solid #444;
	background-color: #191919;
	text-align: left;
	font-size: 12px;

	font-weight: bolder;

	padding: 4px;
}

#blogtable {
	width: 220px;
	float: left;
}

#blogtable th {
	border: 1px solid #444;
	background-color: #191919;
	text-align: left;
	font-size: 10px;

	font-weight: bolder;

	padding: 4px;
	padding-left: 10px;
}

tr.gap {
	height: 25px;
}

tr.blgap {
	height: 5px;
}

td {
	padding: 6px;
	font-size: 14px;
	text-align: center;
}

#blogtable td.post {
	border-bottom: 1px dashed #444;
	color: #666;
	font-size: 10px;
	text-align: left;
}

blockquote {
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 10px;
}

blockquote.exclamation {
	margin-left: 0px;
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	background-image: url(images/exclamation.gif);
}

}

#lastupdate {
	height: 292px;
	overflow: auto;

	border-bottom: 1px solid #444;
}

#leftblock {
	width: 500px;
	float: left;

	padding-top: 3px;

	line-height: 140%;

	display: table-cell;
}

#rightblock {
	width: 220px;
	float: left;
	margin-left: 10px;

	display: table-cell;
}

#totalblock {
	width: 730px
}

#subinfo {
	border: 1px dashed #030;
	background-color: #010;
	padding: 5px;
}

div.module {
	display: table;
	width: 220px;
	border-bottom: 1px dashed #444;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

/* NAVIGATION CSS */

#navglobal {
	font-size: 16px !important;
	font-size: 13px;

	height: 40px;
	width: 752px;
	position: relative;
	background: url(images/nav_bottom.gif);
	top: -20px;
}

#toolbar {
	height: 35px;
	width: 750px;

	background: url(images/toolbar-bg.png) repeat-x;
	position: relative;

	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#nav {
	background: url(images/toolbar-div.png) 0 0 no-repeat;
}

#nav li {
	background: url(images/toolbar-div.png) 100% 0 no-repeat;
}

#nav li a {
	color: #fff;
}

#nav a:hover {
	color: #ffae00;
}

#nav {
	margin: 0 0 0 10px;
	padding: 0;
	height: 35px;
	text-align:center;
}

#nav ul {
	padding: 0;
	margin: 0;
	margin-left: 2px;

	width: 100%;
	text-align: center;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}

#nav a {
	text-decoration: none;
	cursor: pointer;
	font-weight: normal;
}

#nav li.on li.on a {
	text-decoration: underline;
}

#nav li a {
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
}
