html, body, div, span, p, img, form ,label, legend, table, tr, th, td,ul,ol,li
{
	margin:0px;
	padding:0px;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

@font-face 
{
    font-family: 'Yekan';
	src: url('../includes/fonts/BYekan.eot'), 
	     url('../includes/fonts/BYekan.woff') format('woff'), 
	     url('../includes/fonts/BYekan.ttf')  format('truetype');
}

body 
{
	font-family:'Yekan', Tahoma, Geneva, sans-serif;
	background-color:#FFF;
	font-size:62.5%;
	color:#333;	
	background:url(../images/content.jpg);
}

img
{
	border:none;
}

ul,li
{
	list-style-type:none;	
}

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

h3 
{
	padding: 5px 0px;
	font-family: 'Yekan',Tahoma, Geneva, sans-serif;
	font-size:1em;
	font-weight:100;
	color:#060c46;
}

.bold
{
	font-weight:bold;	
}

#actionMsg
{
	width: 100%;
	height: 35px;
	text-align: right;
}

span.successProcess
{
	background:url(../images/success.png) no-repeat right;
	color:#8dc73f;
	font-size:1.2em;
	font-weight:bold;
}

span.failProcess
{
	background:url(../images/fail.png) no-repeat right;
	color:#F00;
}

/**********************header***********************/

.container
{
	width:1007px;
	margin:0 auto;
}

div#header
{
	width:100%;
	height:130px;
}

div#header span.color
{
	color:#c02c44;
}

div#logo
{
	width:225px;
	margin-top: 5px;
	float:left;
}

div#headerbg
{
	width:260px;
	height:120px;
	float:left;
	margin-left:72px;
}

div#textHeader
{
	width:600px;
	float:right;
	margin-top:38px;
	text-align:center;
}

div#textHeader div#barg
{
	width:45px;
	height:60px;
	float:right;
}

div#textHeader div#barg img
{
	position: relative;
	top: 5px;
}

div#textHeader ul#text
{
	width:550px !important;
	height:80px !important;
}

div#textHeader h1#subTitle
{
	width:390px;
	color:#8dc73d;
	font-size:15px;
}

div#textHeader h1#title
{
	color:#024d85;
	font-size:30px;
}

/*********lang**********/

div#lang
{
	width:75px;
	height:30px;
	float:left;
	font-size: 1.2em;
	margin-top:95px;
	margin-left:35px;
	font-weight: bold;
}

div#lang span
{
	position: relative;
	left: 5px;
	bottom: 6px;
}

div#lang span:hover
{
	color:#ec2625;
}

div#lang img:hover
{
	color:#ec2625;
}

/********************menu***********************/

div#menu
{
	width:100%;
	height:52px;
 }

/********************content***********************/

div.mainContent
{
	width:100%;
	min-height:500px;
}

/********************footer***********************/

div#footer
{
	width:100%;
	position:relative;
	color:#333;
}

div#footer .container
{
	border-top:solid 3px #C02D45;
}

div#left
{
	width:542px;
	float:left;
	color:#000;
}

div#right
{
	width:465px;
	float:right;
	color:#000;
	position:relative;
}

div#right img
{
	position: relative;
	left: 380px;
}

div#copyrights
{
	width:210px;
	margin-left:170px;
	position:absolute;
	top:30px;
	font-family:Tahoma, Geneva, sans-serif;
}

div#fourse
{
	width:170px;
	position:absolute;
	top: 45px;
	left: 210px;
}

div#fourse a
{
	color:#F60;
}

div#fourse span
{
	display:block;
	color:#333;
	position:relative;
	left:3px;
}