body {
/*	background: #18355c url(../images/background.png) repeat-x; */
	background-color: #142c4a !important;
}


#wrapper {
	background: #d2d2d2 ;
	-moz-box-shadow: 0 0 5px 2px #000;
	-webkit-box-shadow: 0 0 5px 2px #000;
	box-shadow: 0 0 5px 2px #000;
}

header {
		  position: relative;
		  height: 163px;
		  background: #eee;
		  margin-bottom: 10px;
}

.logo {
		  margin-left: 30px;
		  margin-top: 10px;
}

nav ul {
		  list-style-type:none;
		  padding: 0;
		  margin: 0;
/*		  border-bottom: 5px solid #9f9f9f;*/
		  height: 38px;
/*		  background: #0b3d91;*/content-bg
		  margin-top: 15px;
}

nav li {
		  float: left;
		  margin: 0;
		  border-right: 1px solid #677dac;
}

nav ul a {
		  display: block;
		  line-height: 40px;
		  font: bold 12px "Verdana";
		  text-shadow: 1px 1px #000;
		  color: #fff;
		  padding: 11px;
}

nav ul a:visited, nav ul a:link {
		  color: #fff;
}

nav ul a:hover {
		  text-decoration:none;
}


nav li {
  color: #fff;
  background: #0b3d91;

}

nav li:hover {
		  background: #cc2e1d;
background: #d34f41; /* Old browsers */
background: -moz-linear-gradient(top,  #d34f41 0%, #cc2e1d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d34f41), color-stop(100%,#cc2e1d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d34f41 0%,#cc2e1d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d34f41 0%,#cc2e1d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d34f41 0%,#cc2e1d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d34f41 0%,#cc2e1d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d34f41', endColorstr='#cc2e1d',GradientType=0 ); /* IE6-9 */

}

nav ul, nav li {


background: #606c88; /* Old browsers */
background: -moz-linear-gradient(top,  #606c88 0%, #3f4c6b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606c88), color-stop(100%,#3f4c6b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #606c88 0%,#3f4c6b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */

}

nav ul li.home a {
		  color:  #989898;
}
nav ul li.home a:hover{
		  color: #fff;
}
nav .home {
		  color: #999;
/*		background: url(img/menu-home.png);*/
		  text-shadow: 1px 1px #989898;

background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

}

nav .forum {

background: #2e579d; /* Old browsers */
background: -moz-linear-gradient(top,  #2e579d 1%, #0b3d91 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#2e579d), color-stop(100%,#0b3d91)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2e579d 1%,#0b3d91 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2e579d 1%,#0b3d91 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2e579d 1%,#0b3d91 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2e579d 1%,#0b3d91 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e579d', endColorstr='#0b3d91',GradientType=0 ); /* IE6-9 */


}


nav .ltwo {
		  color: #fff;
background: #ffd65e; /* Old browsers */
background: -moz-linear-gradient(top, #ffd65e 0%, #febf04 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65e), color-stop(100%,#febf04)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffd65e 0%,#febf04 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffd65e 0%,#febf04 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffd65e 0%,#febf04 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffd65e 0%,#febf04 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-9 */

}

nav .ltwo:hover {
background: #d34f41; /* Old browsers */
background: -moz-linear-gradient(top,  #d34f41 0%, #cc2e1d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d34f41), color-stop(100%,#cc2e1d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d34f41 0%,#cc2e1d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d34f41 0%,#cc2e1d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d34f41 0%,#cc2e1d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d34f41 0%,#cc2e1d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d34f41', endColorstr='#cc2e1d',GradientType=0 ); /* IE6-9 */


}



	
.socialicons {
	position: absolute;
	width: 490px;
	right: 2px;
	top: 0px;
}

.ads-header {
	position: absolute;
	right: 0px;
	top: 35px;
	width: 490px;
	height: 60px;
}

.l2-scroller {
	position: absolute;
	right: -0px;
	top: 103px;
	width: 483px;
	height: 20px;
	background: #d5c496;
	padding: 5px 0 0 5px;
	border: 1px solid #bbac83;
}

.ads-footer {
	position: absolute;
	right: 0px;
	width: 728px;
	height: 90px;
}


.submenu_container
{
	 background-color: #EDEDED;
}

.submenu
{
	 margin-left: 7px;
	 line-height: normal;
	 height:22px;
	 font-family: Arial;
		  font-size: 12px;	 
}

.submenu ul
{
	 margin: 0;
	 padding: 0px 0px 0px 0px;
	 list-style: none;
}
.submenu li
{
	 display: inline;
	 margin: 0;
	 padding: 0;
}
.submenu a
{
	 float: left;
	 margin: 0;
	 padding: 0 0 0 6px;
	 text-decoration: none;

}
.submenu a.ActiveCategory
{
	 background-color:#717171; 
	 
}
.submenu a span
{
	 float: left;
	 display: block; 
	 padding: 4px 15px 4px 8px;
	 color: #717171;
	 font-weight: Bold;
}

.submenu a.ActiveCategory span
{
	 color: #ffffff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.submenu a span
{
	 float: none;
}
/* End IE5-Mac hack */
.submenu a:hover span
{
	 color: #261D5B;
}
.submenu a:hover
{
	 background-color: #C5BFB5;
}
.submenu a:hover span
{
	 background-color: #C5BFB5;
}



.sky_banner{
	padding: 0px 5px 12px 5px;
}


/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	 color: #808080;
	 text-decoration: none;
}
a.nav:hover
{
	 color: #cc3333;
	 text-decoration: underline;
}
a.nav  span{
		font-size: 14px;
		font-weight:bold;

}

.navigate_section {
margin-bottom: 15px;
}

#main_content_section {
	background: #fff;
	width: auto !important;
	padding: 4px;
}


.table_list tbody.content td.info p {
	margin-top: 3px;
}


#facebox .close { 
	top:18px !important;
}


.bbc_img {
	max-width: 700px;
	height: auto;
}
