body, p, h1, h2, h3, h4, h5, h6, a, img, div, ul, ol, li, form, fieldset, label {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	width: 100%;
	margin: 0 auto;
	font: 0.7em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	background: #787878;
}
h2 {
	padding: 15px 10px;
	font-size: 1.4em;
	font-weight: normal;
	text-align: left;
}
h3 {
	padding: 15px 10px;
	color: #eee;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
}
p {
	padding: 5px 10px;
}
a {
	color: #00b3ef;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #67d9ff;
	border-bottom: 1px dotted #67d9ff;
}
ul, ol {
	padding: 5px 10px;
}
li {
	margin: 5px 0 5px 30px;
}
hr {
	color: #ddd;
	background: #ddd;
	width: 100%;
	height: 1px;
	border: 0;
}
fieldset{
	width: 100%;
	padding: 0.5em 0;
}
fieldset ol{
	list-style: none;
}
fieldset li{
	padding: 0.5em 0;
	margin: 0;
}
label{
	float: left;
	margin-right: 1.0em;
	text-align: right;
}
input.textbox, select, option, textarea {
	position: relative !important;
	color: #906e23;
	border: 1px solid #cfb479;
	background: #fff !important;
}
input {
	position: relative !important;
}
option {
	border: 0;
}
.required, .error {
	color: #cc0000;
}
.center {
	text-align: center;
}
.light {
	color: #c0a260;
	font-weight: normal;
}
.small {
	font-size: 0.7em;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.noshow {
	display:block;
	width:0;
	height:0;
	padding:0;
	overflow:hidden;
}

/**************************************************************
	PAGE LAYOUT
**************************************************************/
#container {
	width: 960px;
	margin: 0 auto;
	background: #1e1e1e;
}

.admin {
	background: #1e1e1e url(/_img/bg.jpg) bottom right repeat-y!important;
}


.sidebar01 {
	background: #1e1e1e url(/_img/sidebar_01.jpg) bottom right no-repeat!important;
}

.sidebar02 {
	background: #1e1e1e url(/_img/sidebar_02.jpg) bottom right no-repeat!important;
}

.sidebar03 {
	background: #1e1e1e url(/_img/sidebar_03.jpg) bottom right no-repeat!important;
}

.sidebar04 {
	background: #1e1e1e url(/_img/sidebar_04.jpg) bottom right no-repeat!important;
}
#main {
	float: left;
	width: 720px;
	background: #010010;
}
#header {
	width: 720px;
	height: 349px;
}
#header p {
	position: relative;
	top: 280px;
	left: 0;
	padding: 5px 30px;
	height: 60px;
	color: #fff;
	font-weight: bold;
	/* background: url(/_img/bg_header.png) repeat-x; */
}
.b-projects #header img.project {
	display: block;
	float: left;
	margin-top: -70px;
}
#content {
	padding: 10px 25px;
	font-size: 120%;
	line-height: 150%;
}
.b-home #content, .b-contacts #content {
	padding: 20px 25px 20px 70px;
}
#leftcol {
	float: left;
	width: 160px;
}
#leftcol ul {
	list-style: none;
	width: 140px;
}
#leftcol li {
	margin: 0 0 10px 0;
}
#midcol {
	float: left;
	width: 500px;
	padding: 0 0 0 10px;
}
#midcol a img {
	margin: 5px;
	border: 1px solid #fff;
}
#midcol a:hover {
	border-bottom: 0;
}
#right_col {
	display: none;
	float: left;
	width: 240px;
}
#nav {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	display: inline;
	float: left;
	margin: 0 10px 5px 10px;
	width: 220px;
	height: 35px;
	background: url(/_img/bg_nav.jpg) repeat-x;
}
#nav a {
	display: block;
	width: 210px;
	height: 35px;
	padding: 0 10px 0 20px;
	line-height: 35px;
	font-size: 14px;
	color: #fff;
}
#nav li.parent:hover {
	background: url(/_img/bg_nav_parent.jpg) no-repeat;
}
#nav a:hover {
	color: #000;
	border: 0;
}
#nav li ul {
	position: absolute;
	left: -1500px;
	width: 146px;
	border-top: 1px solid #67d9ff;
	border-right: 1px solid #67d9ff;
	border-left: 1px solid #67d9ff;
	background: #1e1e1e;
}
#nav li:hover ul, #nav li.subhover ul {
	display: block;
	position: absolute;
	left: auto;
	margin: -35px 0 0 -148px;
	padding: 0;
}
#nav li:hover ul li, #nav li.subhover ul li {
	width: 146px;
	height: 33px;
	margin: 0;
	border-bottom: 1px solid #67d9ff;
	background: none;
}
#nav li:hover ul li a, #nav li.subhover ul li a {
	width: 126px;
	height: 33px;
	line-height: 33px;
	padding: 0 10px;
	margin: 0;
	color: #00b3ef;
}
#nav li:hover ul li a:hover, #nav li.subhover ul li a:hover {
	color: #67d9ff;
}

.first-para {
	margin-top: 7px;
	}
#footer {
	clear: both;
	width: 700px;
	padding: 20px 10px;
	background: #010010;
}
#footer p {
	color: #5d7b99;
	border-top: 1px solid #29c3ec;
}
