body{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color	 : #666666;
	margin   : 0px;
	padding  : 20px 0px 0px 0px;
	background: #fff;
}

a img{
	border: solid 0px;
}

a{
	text-decoration: none;
	color: #336699;
}

a:hover{
	text-decoration: underline;
}

h1{
	font-size: 1.5em;
	color	: #333;
}

h2{
	font-size : 1.4em;
	color : #333;
	width : 100%;
	text-align: left;
	border-bottom: dotted 1px #333;
}

th{
	border-bottom: solid 1px #333;
	font-size:1em;
	text-align : left;
	padding: 2px 5px;
}

div#wrapper{
	width  : 965px;
	height : 128px;	
	margin : 0px auto;
}

div#header{
	padding: 1px 0px;
	border : solid 4px #000;
	border-left : 0px;
	border-right: 0px;
	background:url(../img/header_bg.jpg) center right no-repeat;
}

div#header_content{
	border : solid 3px #534F4E;
	padding: 5px 0px 4px 0px;
	border-left : 0px;
	border-right: 0px;
}

div#preload{
	width: 100%;
	height: 100%;
	background: #fff;
}

img.logo{
	vertical-align:text-bottom;
}

span.langs{
	display: inline;
	text-align : right;
	float: right;
	margin-top: 60px;
}

span.langs a{
	color : #000066;
	font-weight : bold;
	font-size: 0.8em;
	text-decoration : none;
	margin-left: 8px;
}

span.langs a:hover, span.langs #selected_l{
	text-decoration : underline;
}

div#image_container{
	height : 315px;
	margin : 3px 0px 6px 0px;
	background : url(../img/1.jpg) top left no-repeat;
}

div.about_us{
	background-image : url(../img/about_us.jpg) !important;
}

div.philosophy{
	background-image : url(../img/philosophy.jpg) !important;
}

div.portfolio{
	background-image : url(../img/portfolio.jpg) !important;
}

div.contact{
	background-image : url(../img/contact.jpg) !important;
}
div.start{
	background-image : url(../img/start.jpg) !important;
}

/* NAVBAR */
div#menu
{
	border-top : solid 2px #000;
	height     : 12px; 
	overflow   : hidden;
	text-align : center;
	padding-top: 15px;
	background : #fff;
}

div#menu2
{
	height     : 12px; 
	overflow   : hidden;
	text-align : center;
	padding-top: 15px;
	background : #fff;
}

div#menu ul, div#menu2 ul
{
	margin: 0px auto;
	text-align: center; 
	height: 100%;
}

div#menu ul li, div#menu2 ul li
{
	display: inline;      
	text-align: center;
	height: 12px;
}

div#menu ul li a, div#menu2 ul li a
{
	background-position: 0px 0px;
	font-weight: bold;  		
	height: 12px;
}

div#menu ul li a:hover, div#menu ul li a#selected, div#menu2 ul li a:hover, div#menu2 ul li a#selected
{
	background-position: 0px -12px !important;
}

.txt{
	margin-top: 15px;
	width: 800px; margin-right: auto; margin-left:auto;
}
/* NAVBAR STYLE END */

.form_container{
	float: left;
	margin: 0px 100px;
	text-align : center;
}

.form_container div{
	text-align : right;
	margin: 8px;
}

.form_container div label{
	color: #006699;
}

.form_container div input, .form_container div select {
	width: 200px;
}

/* TABULAR DATA */
table, td, tr{
	border: solid 0px;
}

tr td{
	padding: 5px;
}

tr.set1{
	background: #E8E8E8;
}
tr.set2{
	background: #E1E1E1;
}
tr.set3{
	background: #DADADA;
}

.bottom_btns{
	padding: 10px 5px 5px 5px;
	text-align:center
}

div#login_area{
	width  : 400px;
	margin : 100px 50%;
	left   : -200px;
	padding: 0px;
	background: #fff;
	position: absolute;
	border : solid 2px #000066;
	text-align: center;
}
div#login_area .fields{
	float : left;
	width : 250px;
	height: 80px;
	padding:5px;
	text-align: right;
}
div#login_area .btn{
	padding: 5px;
	float :left;
	width : 118px;
	height:80px;
}

.errorText{
		color : #ff0000;
		font-weight: bold;
		position : absolute;
		text-align : left;
		margin-left: 10px;
}

.txtField{
	width: 250px;
	margin-bottom: 15px;
}
.txtFieldErr{
	width: 250px;
	background: #ff000;
	margin-bottom: 15px;
}

/****** news page */
.news_header{
	border-top	 : solid 2px #777;
	border-bottom: solid 3px #999;
	padding		 : 5px 5px;
	margin-top	 : 15px;
	margin-bottom: 10px
}

.news_title{
	float: left;
	font-size : 1.3em;
	/*color	: #666;*/
	font-weight: bold;
}

.news_date{
	font-weight:bold;
	float: right;
}
.content_form{
	width: 500px;
	text-align: left;
	font-weight: bold;
}

.content_form input, .content_form textarea{
	width: 100%;
}

.content_form textarea{
	height: 250px;
}

.hidden{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 20px;
}