html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
	overflow-y: scroll;
}
body {
	line-height: 1;
	background: transparent url(../img/background_pattern.png) top center;
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 11px;
	min-width: 648px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*END OF CSS RESET*/

a {
	color: #736651;
}
a:hover {
	text-decoration: none;
}
p {
color: #000;
font-size: 11px;
font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
line-height: 160%;
margin: 0px 7px 12px 7px;
}

p.intro{
	color: #615239;
	font-size: 14px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:136%;
}
h1 {
	font-size:16px;
}
h2 {
	font-size:13px;
}
h3 {
	font-size:12px;
}
input.input_text {
	background: #fff;
	border:1px solid #b7b7b7;
	border-radius: 5px;
	-moz-border-radius:5px;
	font-size: 13px;
	margin-bottom: 10px;
	margin-right: 15px;
	padding: 3px 5px 3px 5px;
	position: relative;
	width: 190px;
	z-index:1000;
}
input.input_submit {
	background: transparent url(../img/submit_back.png) repeat-x bottom;
	border:1px solid #356501;
	border-radius: 5px;
	-moz-border-radius:5px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin-right: 10px;
	position: relative;
	padding: 2px 5px 2px 5px;
	z-index: 1000;
}
input.input_file {
	margin-bottom: 10px;
}
#wrapper{
	margin: 0 auto;
	width: 648px;
}

#first_line {
	padding: 10px 0 6px 0;
	vertical-align: top;
}
	#first_line .left{
		float: left;
		font-size:12px;
		padding-left: 10px;
		width: 50%;
	}
	
	#first_line .right{
		padding: 0 10px 0 38px;
		min-width: 35px;
		height: 15px;
		float: right;
		text-align: right;
		background-image: url(../img/map_small.png);
		background-repeat: no-repeat;
		color: #878787;
	}
	
	#first_line .right a{
		color: #878787;
		text-decoration: none;
	}
	
	#first_line .right .active{
		color: #333333;
		text-decoration: none;
	}

#header{
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	width: 648px;
	height: 91px;
}
	#logo {
		width: 189px;
		height: 50px;
		padding: 21px 0 0 19px;
	}

#nav_bar{
	float: right;
	padding-top: 50px;
	text-align: right;
	margin-right: 15px;
}
	
	#nav_bar ul li{
		display: inline-block;
		height: 40px;
		margin-left: 5px;
	}
	#nav_bar ul li.active {	
		background: transparent url(../img/nool.png) 7px 30px no-repeat;
	}
	#nav_bar ul li a{	
		background: #615239;
		border-radius: 3px;
		-moz-border-radius:3px;
		color: #fff;
		display: inline-block;
		font-size:13px;
		text-decoration: none;
		padding: 3px 10px 5px 10px;
	}
	#nav_bar ul li a:hover {	
		background: #dcdcdc;
		color: #333;
	}
	#nav_bar ul li.client a {	
		background: transparent;
		border: 1px solid #77726b;
		color: #77726b;
		padding: 2px 9px 4px 9px;
	}
	#nav_bar ul li.client a:hover {
		border: 1px solid #fff;
		color: #fff;
	}
	#nav_bar ul li.active a {	
		background: #dcdcdc;
		border:none;
		color: #333;	
		padding: 3px 10px 5px 10px;
	}
	#nav_bar ul li.active a:hover {	
		background: #dcdcdc;
		border:none;
		color: #333;	
		padding: 3px 10px 5px 10px;
	}

#content{
	padding: 20px 15px 0px 15px;
}
	#content .content_left {
		float:left;
		width:294px;
	}
	#content .content_right {
		float:right;
		width:294px;
	}
.team_head {
	background: transparent url(../img/arrow_small.png) no-repeat 65px 44px;
	height:58px;
	padding: 0 7px;	
}
	.team_img {
		display: inline-block;
		margin-left: 0px;
		position:relative;
		z-index: 1001;
	}
	.team_name {
		background: #615239;	
		border-radius: 3px;
		-moz-border-radius:3px;
		color: #fff;
		display: inline-block;
		font-size:14px;
		font-weight:bold;
		padding: 4px 10px 4px 30px;
		position: relative;
			left: -20px;
			bottom: 6px;
		z-index:1000;
	}
	.team_title {
		margin-left: 10px;
		position: relative;
			left: -20px;
			bottom: 6px;
	}
#footer_separator {
	clear:both;
	height: 20px;
}
#footer{
	border: 1px solid #b7b7b7;
	border-radius: 5px;
	-moz-border-radius:5px;
	clear:both;
	margin: 0px 7px 20px 7px;
	padding: 5px 15px;
	font-size: 11px;
	line-height: 1.5;
	color: #333;
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
}

	#footer a{
		color: #615239;
	}
	#footer .left{
		float: left;
	}
	
	#footer .right{
		float: left;
		margin-left: 35px;
	}
	#footer .footer_title {
		font-size: 12px;
		font-weight: bold;
		line-height:143%;
	}
	#footer .footer_text {
		font-size: 11px;
		line-height:143%;
		
	}

a.a_user{
	line-height: 1.2;
	width: 100%;
}

a.a_user img{
	float: right;
	padding-right: 50%;
}


/** Login */
#login_boxAgree {
	background: transparent url(../img/login_boxAgree.png) no-repeat;
	display: block;
	height: 475px;
	margin: 100px auto;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 90px 30px 0 30px;
	width: 350px;
}
	#login_boxAgree .head{
		color: #463a2a;
		display:block;
		font-size: 15px;
		font-weight: bold;
		line-height: 2.5;
	}
	#login_boxAgree .input_text {
		margin-bottom: 10px;
		margin-right: 15px;
	}
	#login_boxAgree .input_submit {
		margin-right: 10px;
	}

#login_box {
	background: transparent url(../img/login_box.png) no-repeat;
	display: block;
	height: 250px;
	margin: 100px auto;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 90px 30px 0 30px;
	width: 350px;
}
	#login_box .head{
		color: #463a2a;
		display:block;
		font-size: 15px;
		font-weight: bold;
		line-height: 2.5;
	}
	#login_box .input_text {
		margin-bottom: 10px;
		margin-right: 15px;
	}
	#login_box .input_submit {
		margin-right: 10px;
	}
.error {
	margin: 15px 0;
	font-size: 13px;
	text-align: center;
}
.admin a {
	font-weight:normal;
}
.admin_submit_text {
	font-size: 12px;
}
ul.admin_list li {
	clear:both;
	display: block;
	font-weight:bold;
	height: 18px;
	width:295px;
}
	ul.admin_list li a.name {
		float:left;
	}
	ul.admin_list li a.delete{
		display: block;
		float:right;
		padding-left: 10px;
	}
.file_list{
	width: 348px;
	text-align: left;
	float: left;
}
	.pdf {
		width: 50px;
		display: block;
		float: left;
		margin-bottom: 5px;
	}
	
	.file {
		display: block;
		float: left;
		margin-left: 10px;
		padding-top: 15px;
		margin-bottom: 5px;
	}
	
	.file a{
		font-size: 12px;
		font-weight: bold;
	}
.doc_list{
	width: 270px;
	text-align: left;
	float: left;
}
	.doc_list ul li {
		background: transparent url(../img/pdf_small.png) no-repeat top left;
		font-size:12px;
		font-weight: bold;
		height: 21px;
		margin-bottom: 6px;
		padding-left: 36px;
		padding-top: 5px;
	}
.doc_list h2.admin, .file_list h2.admin {
	margin-bottom: 14px;
	color: #333;
}
.upload_lang_title {
	font-weight:bold;
	margin-top: 8px;
	margin-bottom: 5px;
}
	