h1, h2, h3, h4, h5, h6, img, table, th, tr, td, ul, li, ol, a, p, hr, form {
	margin:					0;
	padding:				0;
	border:					0;
}

body { 
	background-color: 		#fff; 
	font-family: 			'Arial', 'Helvetica', 'Verdana', sans-serif; 
	font-size: 				0.75em; 
	color: 					#000; 
}

a:link, a:visited {
	text-decoration: none;
	color: #4A8BB2;
}

a:hover, a:active {
	color: #666;
	text-decoration: none;
}

h2 {
	font-size:				16pt;
	font-weight:			normal;
	line-height:			22pt;
	color:					#333;
}

h3 {
	color: 					#fff;
	font-size:				13px;
}
	
h5   {
	font-size:				11pt;
	font-weight:			bold;
	line-height:			16pt;
	padding:				0 0 0 0;	
}

h6   {
	font-size:				9pt;
	font-weight:			bold;
	line-height:			15pt;
	padding:				0 0 0 0;
}

textarea {
	font-family:			'Arial', sans-serif;
	font-size:				9pt;
}

#container {
	width: 					884px;
	margin: 				0 auto;
	background-color: 		#fff;
}

/* TOP MENU */

#menu_top ul {
	float:					right;
	clear:					right;
	list-style-type:		none;
	margin:					8px 0 10px 0;
}

#menu_top ul li {
	float:					left;
	background-repeat:		no-repeat;
	background-position:	0 0;
	
	height:					22px;
	margin-left:			10px;
}

#menu_top ul li.lit {
	background-image:		url(bluebox_left.gif);
}

#menu_top ul li.lit a {
	background-image:		url(bluebox_right.gif);
	color:					#fff;
}

#menu_top ul li a {
	float:					left;
	background-repeat:		no-repeat;
	background-position:	100% 0;
	height:					22px;
	padding:				0 8px 0 8px;
	font-size:				9pt;
	line-height:			16pt;
	color:					#666;
	text-decoration:		none;
}

#header #search .submit {
	vertical-align:			bottom;
	font-size:				1pt;
	color:					#666;
}

#header {
	width:					884px;
	height:					55px;
	background-image:		url(head.gif);
	background-repeat:		no-repeat;
}

#header h1 {
	float:					left;
	overflow:				hidden;
	background-image:		url(head_logo.gif);
	background-repeat:		no-repeat;
	
	width:					202px;
	height:					28px;
	
	margin:					14px 0 0 20px;
	text-indent:			-1000px;
}
	
#header #search {
	float: 					right;
	background-image:		url(search_box.gif);
	background-repeat:		no-repeat;
	
	width:					187px;
	height:					25px;
	margin:					15px 15px 0 0;
}

#header #search .query {
	float:					left;
	width:					130px;
	border:					0;
	background-color:		#fff;
	margin:					4px 0 0 7px;
}

#header #search .submit {
	float:					right;
	background-image:		url(search_button.gif);
	background-repeat:		no-repeat;
	
	width:					47px;
	height:					25px;
	border:					0;
}

#header #search label {
	display:				none;
}

#container   #content   {
	height:					100%;
	padding-bottom:			30px;
}
#container   #content.nomenu   {
    height: 100%;
    padding-bottom: 30px;
    width: 100%;}
/*
#thisisatest  {
	height: 200px;
	background: yellow;
	float: right;
	width: 					683px;
	margin: 				20px 0px 30px 0;
	overflow:				hidden;
	text-align: 			left;
}
*/
/* LEFT MENU */

#left_column {
	float: 					left;
	width: 					187px;
	margin-top:				20px;	
}

#left_column .title {
	display:				block;
	background-image:		url(menu_header.gif);
	background-repeat:		no-repeat;
	width:					187px;
	height:					37px;
	text-align:				center;
	line-height:			26pt;
	font-size:				11pt;
}

#menu {
	display:				block;
	clear:					both;
	
	background-repeat:		repeat-y;
	background-image: 		url(menu_background.gif);
	
	list-style-type:		none;
}

#menu ul {
	display: 				block;
	
	list-style-type:		none;
}

#menu li {
	clear:					both;
}

#menu li a {
	display: 				block;
	background-repeat:		repeat-y;
	background-image: 		url(menu_elements.gif);
	
	padding-left: 			10px;
	height: 				37px;
	margin:					0 1px 0 1px;
	
	line-height:			24pt;
	color:					#333;
	font-size:				9pt;
	font-weight:			bold;
}

#menu li.level1.item1 a {		background-position: 0 0; }
#menu li.level1.item2 a {		background-position: 0 0; }
#menu li.level1.item3 a {		background-position: 0 -37px; }
#menu li.level1.item4 a {		background-position: 0 -75px; }
#menu li.level1.item5 a {		background-position: 0 -111px; }
#menu li.level1.item6 a {		background-position: 0 -149px; }
#menu li.level1.item7 a {		background-position: 0 -185px; }

#menu li.level1.item1 a.opened {		background-position: -185px 0; }
#menu li.level1.item2 a.opened {		background-position: -185px 0; }
#menu li.level1.item3 a.opened {		background-position: -185px -37px; }
#menu li.level1.item4 a.opened {		background-position: -185px -75px; }
#menu li.level1.item5 a.opened {		background-position: -185px -111px; }
#menu li.level1.item6 a.opened {		background-position: -185px -149px; }
#menu li.level1.item7 a.opened {		background-position: -185px -185px; }

#menu li.level1.item2 ul {		background-color: #fff; }
#menu li.level1.item3 ul {		background-color: #fff; }
#menu li.level1.item4 ul {		background-color: #fff; }
#menu li.level1.item5 ul {		background-color: #fff; }

#menu li li a {
	background-image:		none!important;
	color:					#5088ab;
	font-weight:			normal;
	height:					16px;
	line-height:			12pt!important;
	font-size:				9pt!important;
}

#menu li a:hover {
	color: 					#000;
	text-decoration: 		none;
}

#menu li ul {
	padding:				5px 0 5px 0;
	margin:					0 1px 0 1px;
}

#menu-bottom {
	display:				block;
	background-image:		url(nav-bottom.gif);
	background-repeat:		no-repeat;
	
	width:					187px;
	height:					9px;
	margin-bottom:			15px;
}

/* MAIN CONTENT */

#breadcrumb {
	float:					left;
	margin:					5px 0 10px 0;
	
	font-size:				8pt;

}

#bookmark {
	float: 					right;
	clear:					right;
	background-image:		url(icons/16x16/bookmark-new.png);
	background-repeat:		no-repeat;
	
	padding-left:			20px;
	margin:					5px 0 0 0;
	height:					16px;
	
	font-size:				8pt;
}

#content {
	float: 					right;
	width: 					683px;
	margin: 				20px 0px 30px 0;
	overflow:				hidden;
	text-align: 			left;
}

#content p {
	margin-bottom:			10px;
	line-height:			14pt;
}

#content ul,
#content ol {
	padding:				0 0 10px 20px;
}

.shield {

}

.textblock {

}

/* HOME PAGE */
	
#page_home .column {
	float: 					left;
	background-color: 		#efefef;
	width: 					282px;
	
	margin-left:			16px;
	margin-bottom:			10px;
}

#page_home .column.first {
	margin-left:			2px;
}

#page_home .column.fixed {
	height: 				280px;
}

#page_home .column.fixed.toprow {
	height: 				280px;
}

#page_home .column p,
#page_home .column h4,
#page_home .column h5,
#page_home .column a,
#page_home .column ul {
	margin:					10px 10px 0 10px;
}

#page_home .column li {
	margin:					0 0 5px 20px;
}

/* BANNER ADS */

.new_square_ads  {
	float: right;
	text-align: right;
	margin: 0;
	padding: 0 0 0 0;
}

/* FOOTER */

#footer {
	clear: 					both;
	border-top:				1px #999 solid;
	width: 					884px;
	height: 				50px;
	margin: 				0 auto;
	padding:				10px 0 0 0;
	font-size: 				0.9em;
	text-align: 			center;
	color:					#666;
}

#footer  a  {
	color: 					#666;
	text-decoration: 		none;
	padding:				0 5px;
}

#footer  a:hover   {
	color: #4A8BB2;
	text-decoration: none;
}

#footer  #copyright   {
	padding-top:			5px;
}

/* FOOTER  BANNERS */	

#adverts-bottom {
	display:				block;
	clear:					both;
}

#adverts-bottom .advert {
	margin:					10px auto 10px auto;
	text-align:				center;
}

/* UNKNOWN */

.advert p {
	color:					#36497A;
	font-weight:			bold;
	border: 1px solid red;
}

.h2_longbar {
    background-image: url("longbar.gif");
    background-repeat: no-repeat;
    display: block;
    height: 54px;
    padding: 10px 0 0 20px;
    width: 884px;
}

/* FORUM */
.frow{
    margin: 8px 0;
}
.frow .rhead{
    clear: both;
    display: table;
    width: 100%;
    margin: 4px 0;
    padding: 3px 0;
    border-top: 1px solid #cdcbcc;
    border-bottom: 1px solid #cdcbcc;
}
.frow .rhead a.profile{
    display: inline;
    float: left;
    width: 151px;
    font-weight: bold;
    padding: 2px 0;
}
.frow .rhead a.like{
    display: inline;
    float: right;
    width: auto;
    margin-left: 8px;
    padding: 2px 8px;
    background: #4a8bb3;
    color: #eee;
}
.frow .rhead span.fdate{
    color: #7f7f7f;
    padding: 2px 0;
    display: inline-block;
}
.frow .rbody{
    clear: both;
    display: table;
}
.frow .rbody .rbody-l{
    display: inline;
    float: left;
    width: 151px;
}
.frow .rbody .rbody-l img{
    width: 60px;
    height: 80px;
}
.frow .rbody .rbody-r{
    display: inline;
    float: left;
    width: 530px;
}
.fnav{
    text-align: right;
    height: 30px;
}
.fnav a{
    background: #9c9899;
    padding: 4px 8px;
    color: #fff;
    margin-left: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
}
.f_thickborder{
    border-top: 4px solid #bdbdbd;
}
.flrow{
    clear: both;
    display: table;
    margin: 0;
    padding: 3px 0;
    width: 100%;
}
.fltitles{
    display: inline;
    float: left;
    font-weight: bold;
    padding: 2px 0;
}
.flposts{
    display: inline;
    float: left;
    padding: 2px 0;
}
.fmessages{
    width: 340px;
}
.fauthor{
    width: 130px;
}
.freplies{
    width: 90px;
}
.fposted{
    width: 120px;
}
.f_pagination{
    padding: 5px 7px;
    background: #e1ecf2;
    clear: both;
    display: table;
    width: 98%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
}
.f_pagination .pleft{
    display: inline;
    float: right;
    width: auto;
    height: 25px;
    margin-right: 8px;
}
.f_pagination .pleft span{
    line-height: 25px;    
    padding: 0 2px;
}
.f_pagination .pleft a{
    line-height: 25px;
    padding: 0 4px;
}
div.forum_title{
    background: url(forum_title.gif) repeat-x 0 0;
    height: 21px;
    padding: 14px 12px;
    font-size: 13px;
    color: #528cb2;
    font-weight: bold;
    -moz-border-radius-topleft: 14px;
    -moz-border-radius-topright: 14px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 00px;
    -webkit-border-radius: 14px 14px 0px 00px;
    border-radius: 14px 14px 0px 00px; 
}
.fmessage{
    
}
.fmessage li {
    clear: both;
    display: table;
    list-style: none;
    margin: 6px 0;
    padding: 10px;
}
.fmessage li:nth-child(2){
    background: #deebf1;
}
.fmessage li label{
    display: inline;
    float: left;
    padding: 2px 0;
    color: #528CB2;
    width: 120px;
}
.fmessage li input, .fmessage li textarea{
    display: inline;
    width: 520px;
    float: left;
    padding: 2px 0;
    border: 1px solid #d8d8d8;
    background: #fff;
}
.fmessage li input[type='submit']{
    width: 100px;
    background: #9c9899;
    padding: 4px 8px;
    color: #fff;
    margin-top: 10px;
    float: right;
    margin-left: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
}
.freply{
    
}
.freply li {
    clear: both;
    display: table;
    list-style: none;
    margin: 6px 0;
    padding: 10px;
}
.freply li:nth-child(1){
    background: #deebf1;
}
.freply li label{
    display: inline;
    float: left;
    padding: 2px 0;
    color: #528CB2;
    width: 120px;
}
.freply li input, .freply li textarea{
    display: inline;
    width: 520px;
    float: left;
    padding: 2px 0;
    border: 1px solid #d8d8d8;
    background: #fff;
}
.freply li input[type='submit']{
    width: 100px;
    background: #9c9899;
    padding: 4px 8px;
    color: #fff;
    margin-left: 8px;
    margin-top: 10px;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
}
.fconfirm{
    
}
.fconfirm li {
    clear: both;
    display: table;
    list-style: none;
    margin: 6px 0;
    padding: 10px;
}
.fconfirm li span{
    display: inline;
    float: left;
    padding: 2px 0;
    color: #528CB2;
    width: 120px;
}
.fconfirm li p{
    display: inline;
    width: 520px;
    float: left;
    padding: 2px 0;
    background: #fff;
}
.fconfirm li input[type='submit']{
    width: 100px;
    background: #9c9899;
    padding: 4px 8px;
    color: #fff;
    margin-left: 8px;
    margin-top: 10px;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
}
.rbody .likes{
    padding-top: 8px;    
}
.rbody .thanks{
    padding-top: 8px;    
}

