@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-image: url(images/bg_all.gif);
	background-position: center top;
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #01131E;
}
.bg_all {
	background-image: url(images/bg_be.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 80px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h1 {
	margin: 0px;
	padding: 3px;
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	padding-left: 15px;
}
p {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul { list-style:none;}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:link {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #FDF1C9;
}

.section {
	font-size: 22px;
	font-weight: bold;
	color: #333;
}


.signature {
	font-style: italic;
	text-align: right;
}
.more {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 1px;
}
.underline {
	text-decoration: underline;
}



#container  {
	width: 990px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
	border: 2px double #0c0c0c;
	height: auto;
} 
#header  {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #021228;

} 
#logo {
	float: left;
	padding: 0px;
}
#logo  a img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#language {
	float: left;
	margin-left: 100px;
	font-size: 14px;
	background-image: url(images/design/language.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right center;
	width: 454px;
	height: 27px;
	text-align: right;
	padding-top: 10px;
	color: #666666;
	font-weight: bold;
}
#language  a:link {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#language a:active {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#language a:hover {
	font-size: 14px;
	color: #003333;
	font-weight: bold;
	text-decoration: none;
}
#language a:visited {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#ad-up  {
	margin-left: 700px;
	padding-top: 25px;
	text-align: center;
	color: #999;
}
#ad-up a {
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
}
#ad-up a:hover {
	font-weight: bold;
	color: #09F;
	font-size: 14px;
}
.menu {
	clear: left;
	background-color: #1A1A1A;
	padding: 0px;
	background-image: url(images/nav_hover.jpg);
	height: 40px;
	text-align: center;
	margin: 0px;
}
.menu-welcome {
	float: left;
	width: 260px;
	height: 75px;
	text-align: center;
	vertical-align: middle;
	padding-top: 25px;
}

.menu li a {
	display:block;
	float:left;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	background-image: url(images/nav.jpg);
	background-repeat: repeat;
	background-position: left center;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
	background-color: #1a1a1a;
	width: 135px;
	margin-left: 1px;
	font-weight: bold;
}
.menu li a:hover {
	color: #6CF;
	background-color: #333333;
	text-decoration: none;
}
.menu li .first {
	margin-left: 50px;
}

.menu li a.current {
	color: #CCCCCC;
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: none;
}


#sidebar1  {
	width: 240px;
	margin: 0px;
	background-color: #111314;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	border: 1px solid #3C3A3B;
	overflow: hidden;
}

#mainContent  {
	background-position: left top;
	margin-bottom: 0;
	margin-left: 0;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #012550;
	border-right-width: 0px;
	float: none;
	width: 740px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
} 
#insidemenu {
	float: left;
	width: 185px;
	background-color: #111314;
	border: 1px solid #3C3A3B;
	margin: 0px;
	padding: 0px;
}

#insidemenu img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#leftmenu div {
	background-color: #01224B;
	padding-left: 30px;
	background-image: url(images/bul.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	height: 22px;
	padding-top: 5px;
	width: 155px;
	font-weight: bold;
}
#leftmenu  a:hover  {
	color: #FFF;
	text-decoration: underline;
}
#leftmenu     .bg  {
	background-color: #02182D;
	background-image: url(images/bul.png);
	background-position: 15px center;
	background-repeat: no-repeat;

}
#insidemenu .ad {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #0c0c0c;
}

#insidearticle {
	width: auto;
	margin-left: 190px;
}
.welcome     {
	text-align: justify;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFF;
	background-color: #000;
	margin-top: 8px;
	margin-left: 200px;
	width: 500px;
}
.welcome2 {
	text-align: justify;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFF;
	background-color: #000;
	margin-top: 8px;
}

.row2 {

}

.border5 {
	border: 5px solid #484848;
}
.border2 {
	border: 2px solid #484848;
	padding: 5px;
}






#insidearticle a {
	color: #FFFFFF;
	text-decoration: underline;
}

.item {
	width: 155px;
	background-color: #333333;
	text-align: center;
	padding: 5px;
	float: left;
	margin: 7px;
	display: inline;
}
.item img {
	border: 1px solid #000000;
}
#insidearticle .item .stat {
	background-color: #000;
	padding-top: 8px;
	padding-bottom: 7px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#insidearticle .item .stat a {
	color: #6CF;
	text-decoration: none;
	font-weight: bold;
}
#insidearticle  .item  .stat  a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.box {
	width: 300px;
	background-color: #333333;
	text-align: center;
	padding: 7px;
	float: left;
}

h2 {
	padding: 5px;
	margin: 0px;
}
.gallery td {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 1px solid #484848;
	margin: 0px;
}


.box a {
	color: #FFFFFF;
	font-weight: bolder;
}
.box .name a {
	color: #37A9C5;
}
.box p {
	padding: 5px;
}


.box .name {
	color: #FFFFFF;
	background-color: #484848;
	height: 25px;
}
.box img {
	border: 1px solid #000000;
}



#footer  {
	height: 75px;
	font-weight: bold;
	color: #CCC;
	text-align: center;
	padding: 8px;
} 
	
#footer p {
	color: #333;
	display: inline;
	padding-right: 10px;
}


#footer a:link {
	text-decoration: none;
	color: #CCC;
}
#footer  a:hover {
	color:#333;
	text-decoration: none;
}
#footer a:visited {
	color: #333;
	text-decoration: none;
}

#footer a:active {
	color:#333;
	text-decoration: none;
}
textarea {
	background-color: #555756;
	color: #CCCCCC;
	border: 2px solid #333333;
	padding: 8px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table {
}
.linkstab  a {
	text-transform: uppercase;
}
.gallery {
	text-align: center;

}
.new  .item {
	width: 230px;
	background-color: #333333;
	text-align: center;
	padding: 5px;
	margin: 7px;
	display: inline;
}
.sidebar .item {
	width: 230px;
	background-color: #333333;
	text-align: center;
	padding: 5px;
	display: inline;
}

.footerm li a {
	display:block;
	float:left;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
	width: 90px;
	margin-left: 1px;
	font-weight: bold;
}
.footerm li .first {
	margin-left: 50px;
}

.footerm li a.current {
	color: #CCCCCC;
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: none;
}
#sidebar1 .reviews {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.blog {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

