/*
CSS Credit: http://www.templatemo.com/
*/

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: #444;
	background-color: #e0e0e0;
}

h1 {
	height: 33px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3em;
	color: #EEA304;
	background: url(images/h1.gif) no-repeat;
	padding: 0px 0 2px 0;
	margin: 10px 0 10px 0;
}
h2 {
	height: 21px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	color: #444;
	background: url(images/gray.gif) no-repeat;
	padding: 0px 0 2px 0;
	margin: 10px 0 2px 0;
}
h2 a, h2 a:active, h2 a:visited {
	text-decoration: none;
	color: #444;
}
h2 a:hover {
	text-decoration: none;
	color: #EEA304;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #444;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	text-align:left;
}
hr {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-style: dotted;
	border-color: #666;
	margin-top: 4px !important;
	margin-bottom: 3px !important;
	height: 1px;
	overflow: hidden;
}
ul {
	list-style-type: square;
	margin: 5px 5px 5px 15px;
	padding-left: 10px;
}

#container {
	width: 890px;
	margin: auto;
	background: url(images/container_bg.png) repeat-y;
}
#header {
	height: 130px;
	background: url(images/header.png) no-repeat;
}
#site_title {
	float: left;
	height: 60px;
	padding-top: 34px;
	padding-left: 50px;
	width: 490px;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.2em;
}
#site_title img {
	margin-bottom: -5px;
	
}
#site_title b {
	color: #EEA304;
	font-size: 26px;
	display: none;
}
#search_box {
	float: right;
	text-align: right;
	width: 300px;
	height: 35px;
	padding-right: 50px;
	padding-top: 50px;
	font-size:11px;
	color:#FC0;
}
input {
	font-size: 11px;
}
.search_input {
	font-size: 11px;
	width: 150px;
}
.search_button {
	margin: 7px 0px -1px 7px;
	width: 50px;
	height: 22px;
	color: #666;
	font-size: 11px;
	background: url(images/link_hover.jpg) repeat-x;
	border: none;
	text-decoration: none;
}
.menu {
	float: left;
	width: 890px;
	height: 35px;
	margin: 0px;
	padding: 0px;
}

.menu ul {
	margin: 0px;
	padding-left: 60px;
	list-style: none;
	text-align: center;
}

.menu li {
	display: inline;
}

.menu li a {
	float: left;
	padding: 7px 35px;
	margin: 0px 1px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	/*width: 83px;*/
}
.menu li .current { 
	color: #000000;
	background: url(images/link_current.jpg) center repeat-x;
}
.menu li .forum { 
	color: #fff; /*#FAB21B;*/
}
.menu li a:hover {
	color: #000000;
	background: url(images/link_hover.jpg) center repeat-x;
}
#header_pic {
	margin-left: 26px;
	height: 117px;
	width: 838px;
	background-color: #E5E5E5;
	background-repeat: no-repeat;
}
#slogan {
	display: block;
	float: right;
	width: 440px;
	/*text-align: right;*/
	padding-right: 20px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.0em;
}
#slogan h1 {
	height: 25px;
	font-weight: bold;
	line-height: 1.3em;
	font-size: 16px;
	color: #444;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style: dotted;
	border-color: #666;
}
#slogan ul {
	float: left;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 1px;
}
#slogan ul ul {
	display: block; 
	float: left;
	width: auto;
	padding-left: 18px;
	margin-right: 50px;
}
#slogan li {
	text-align: left;
	font-size: 12px;
	/*text-transform: uppercase;*/
	white-space: nowrap;
	list-style-type: square;
	text-decoration: none;
	color: #444;
}
#slogan li.active, #slogan li a.active {
	color: #EEA304;
}
#slogan li a {
	text-decoration: none;
	padding: 1px 3px 1px 3px;
	color: #444;
}
#slogan li a:hover {
	text-decoration: none;
	background-color: #FFF;
}
#slogan_text {
	float: right;
	text-align: right;
	width: 450px;
	padding-top: 5px;
	padding-right: 50px;
	font-size:12px;
}
#content {
	width: 890px;
}
#content2 {
	width: 890px;
	background-image: url(images/content.png);
	background-repeat: no-repeat;
	background-position: top;
}
#content a:link, #content a:visited, #content2 a:link, #content2 a:visited {
	color: #222;
	/*font-weight: bold;*/
}
#content a:active, #content a:hover, #content2 a:active, #content2 a:hover {
	color: #EEA304;
	/*font-weight: bold;*/
}
#top {
	float: left;
	width: 790px;
	margin-top: 10px;
	padding-left: 50px;	
	/*text-align: justify;*/
}
#devider {
	float: left;
	width: 790px;
	margin-top: 0px;
	padding-left: 50px;	
}
#top2 {
	float: left;
	width: 790px;
	margin-top: 0px;
	padding-left: 50px;	
	/*text-align: justify;*/
}
#top2 img {
	margin: 2px;
	padding: 0px;
	border: 1px;
	border-color: #CCC;
}
#thumbnails {
	float: left;
	width: 790px;
	padding: 20px 0px 0px 60px;	
	text-align: center;
}
#left {
	float: left;
	width: 250px;
	margin-top: 10px;
	padding-left: 50px;	
/*	text-align: justify;*/
}
#left3 {
	float: left;
	width: 385px;
	margin-top: 0px;
	padding-left: 50px;
	/*text-align: justify;*/
}
#left_forum {
	float: left;
	width: 555px;
	margin-top: 10px;
	padding-left: 50px;	
	/*text-align: justify;*/
}
#left_forum a:link, #left_forum a:visited, #left_forum a:active, #left_forum a:hover { 
    text-decoration: none; 
}
#forum_nvg {
	float: left;
	font-size: 11px;
	color: #000;
}
#forum_nvg span {
	color: #666;
	font-weight: normal !important; 
	margin: 0px;
	padding: 2px 4px 3px 4px;
	background-image: url(images/link_hover.jpg);
	background-repeat: repeat-x;
}
#forum_nvg a.current{ 
  	font-weight: bold;
}
#forum_nvg a:link, #forum_nvg a:visited, #forum_nvg a:active{
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding: 2px 4px 3px 4px;
	background-image: url(images/link_hover.jpg);
	background-repeat: repeat-x;
}
#forum_nvg a:hover{
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding: 2px 4px 3px 4px;
	background-image: url(images/link_current.jpg);
	background-repeat: repeat-x;
}
#forum_small {
	font-size: 10px;
/*	vertical-align: middle;*/
}

#top span, #left span, #left2 span, #left_forum span, #middle span, #right span {
	color: #EEA304;
	font-weight: bold;
}
#middle {
	float: left;
	width: 250px;
	margin-top: 10px;
	margin-left: 20px; 
/*	text-align: justify;*/
}
#right {
	float: right;
	width: 250px;
	margin-top: 10px;
	padding-right: 50px;
/*	text-align: justify;*/
}
#right3 {
	float: right;
	width: 385px;
	margin-top: 0px;
	padding-right: 50px;
	/*text-align: justify;*/
}
#top img, #thumbnails img, #left img, #left3 img, #middle img, #right img, #right3 img {
	padding: 1px 1px 1px 1px;
	border: 0px;
}
#download_file {
    /*background-color: #e5e5e5;*/
	margin: 5px 5px 15px 15px;
	padding: 0px 3px 0px 0px;
	border: 1px dotted #AAA;
}

.writer {
	background-color: #E5E5E5;
	color: #000000;
	font-size: 9px;
	border-top-width: 0px;
	border-right-width: 4px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-bottom-width: 0px;
	border-left-width: 0px;
	clip:  rect(   );
	white-space: nowrap;
	padding-right: 3px;
	padding-left: 1px;
	background-image: url(images/t4.gif);
	background-position: left bottom;
	cursor: default;
}
.writer a {
	text-decoration: none; 
}

#ver {
	font-size: 10px;
	font-weight: normal;
	color: #444;
}
#file {
	margin-left: 35px; 
	font-size: 10px;
	font-weight: normal;
	color: #444;
	line-height: 1em;
}
.code {
	font-size: 9px;
	font-family:"Courier New", Courier, monospace;
	width: 320px;
	background-color: #EEE;
	border: 1px dotted #AAA;
	line-height: 1.2em;
	text-align: left;
	padding: 2px;
	margin: 1px 1px 1px 15px;
}
#footer span {
	color: #FAB21B;
	font-weight: bold;
}
#footer {
	clear: both;
	width: 838px;
	height: 102px; 
	padding: 0px 26px 0px 26px;
	background: url(images/footer2.png) no-repeat;
	background-position: bottom;
}
.footer_left {
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size: 12px;
	float: left;
	width: 820px;
	height: 52px;
	padding: 4px 0px 3px 0px; 
	color: #C9C9C9;
}
.footer_left a:link, .footer_left a:visited { color: #C9C9C9; text-decoration: none; } 
.footer_left a:active, .footer_left a:hover { color: #FAB21B; text-decoration: none; }

.footer_left ul {
	margin: 0px;
	padding-left: 0px;
	list-style: none;
	text-align: left;
}

.footer_left li {
	display: inline;
}

.footer_left li a {
	float: left;
	padding: 8px 12px;
	margin: 0px 1px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	/*width: 83px;*/
}
.footer_left li .current{ 
	color: #000000;
}
.footer_left li a:hover {
	color: #000000;
}
.footer_right {
	float: right;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	width: 234px;
	height: 60px;
}

#files_list {
	line-height: 1.35em;
}
#files_list a {
	text-decoration: none;
}
.referenc {
	border: 1px solid #666 !important;
}

.clients {
	margin-bottom:10px
}
.clients a:link {
	text-decoration: none;
}
