@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	font-family:Tahoma, Arial, sans-serif;
	background:#f4f4f4;
	font-size:11px;
	text-align:left;
}

/*------------------------------------------------*/
/*-------------------form style-------------------*/
/*------------------------------------------------*/

input{
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
}

select{
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
}

textarea{
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
}


/*------------------------------------------------*/
/*---------------align text classes---------------*/
/*------------------------------------------------*/

.top{
	vertical-align:top;
}

.right{
	text-align:right;
}

.left{
	text-align:left;
}

/*------------------------------------------------*/
/*----------------------links---------------------*/
/*------------------------------------------------*/

a{
	text-decoration:none;
	color:#990033;
}

a:hover{
	color:#999900;
}

a:active{
	color:#990099;
}


/*------------------------------------------------*/
/*----------------------images--------------------*/
/*------------------------------------------------*/

img{
	border:0;
}

/*------------------------------------------------*/
/*------------------other classes-----------------*/
/*------------------------------------------------*/

.clear{
	font-size:1px;
	line-height:1px;
	clear:both;
}

.red-star{
	color:#FF0000;
}

/*------------------------------------------------*/
/*----------------------div id--------------------*/
/*------------------------------------------------*/

#wrapper{
	width:922px;
	margin:0 auto;
	clear:both;
}

/*------------------------------------------------*/
/*---------------------div class------------------*/
/*------------------------------------------------*/

.box{
	margin-bottom:5px;
	border-top:2px solid #999999;
	clear:both;
}

.box-title{
	background:url(../images/bullet.jpg) left no-repeat;
	padding:5px 5px 5px 15px;
	color:#bd1212;
	font-weight:bold;
	clear:both;
}

.box-content{
	line-height:18px;
	padding:5px;
	clear:both;
}

.more{
	text-align:right;
	padding:5px;
	clear:both;
}

/*---------------*/
/*-----------------header---------------*/
/*---------------*/

#header{
	width:922px;
	height:149px;
	background:url(../images/header.jpg) no-repeat;
	clear:both;
}


/*---------------*/
/*-----------------menu-----------------*/
/*---------------*/

#menu-top-area{
	width:922px;
	height:25px;
	background:url(../images/bg-menu.jpg) repeat-x;
	text-align:left;
	clear:both;
	direction:ltr;
}

#menu-top-area a{
	width:90px;
	height:15px;
	text-decoration:none;
	padding:5px 5px 5px 5px;
	display:inline-block;
	text-align:center;
}

#menu-top-area a:hover{
	color:#FFF;
	height:15px;
	background:url(../images/bg-menu.jpg) 0 -25px repeat-x;
}

#menu-bottom-area{
	width:922px;
	height:25px;
	background:url(../images/bg-menu.jpg) repeat-x;
	text-align:center;
	clear:both;
	direction:ltr;
}

#menu-bottom-area a{
	text-decoration:none;
	padding:5px;
	display:inline-block;
}

#menu-bottom-area a:hover{
	color:#000;
}
/*---------------*/
/*-----------------main-----------------*/
/*---------------*/

#main{
	width:922px;
	background:#FFF;
	clear:both;
}

/*---------------nav-left---------------*/

#nav-right{
	width:727px;
	padding:5px;
	float:right;
}

#content{
	background:#FFF;
	padding:5px;
	text-align:justify;
	direction:ltr;
	clear:both;
}

.title{
	background:url(../images/bullet.jpg) left no-repeat;
	border-bottom:2px solid #cd3232;
	padding:5px 0 8px 22px;
	font-weight:bold;
	color:#ad1414;
	clear:both;
}

.text{
	padding:5px 0;
	line-height:18px;
	clear:both;
}

/*---------------nav-right--------------*/

#nav-left{
	width:175px;
	background:url(../images/bg-nav-left.jpg) repeat-y #e7e7e7;
	padding:5px;
	float:left;
}

#advertisment-area{	
	margin-bottom:5px;
	clear:both;
}

#advertisment-area img{
	margin-bottom:5px;
}


/*---------------*/
/*-----------------footer---------------*/
/*---------------*/

#footer{
	width:922px;
	background:#FFF;
	color:#999;
	clear:both;
}
#copyright{
	width:912px;
	text-align:center;
	padding:5px;
	clear:both;
}