/*-----GLOBALS-----------------------------------------------*/

body {
	
	background: #465063 url(../img/bg_main.jpg) repeat;
	margin:0;
	}
    
* {
	margin: 0;/* IE6*/
}
.wrapper {
	width: 800px;
	text-align: left;
	margin:0 auto 0 auto;
}
.content {
	width: 800px;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #FFFFFF;
}

.menu{
    height:120px;
    width:800px;
	margin:0 auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	word-spacing: 4px;
	background-image: url(../img/bg_menu.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.cel{border: 0px solid #FFFFFF;}

.iframe{background: #465063 url(../img/bg_main.jpg) repeat;}
.table{ margin: 0 auto 0 auto;}

/*-----NAVIGATION STYLES-------------------------------------*/

a {
	text-decoration: none;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
a:hover {
	text-decoration: none;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
a .on { color: #ccc;}

a.text:link {
	text-decoration: none;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ff0000;
}
a.text:visited {
	text-decoration: none;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ff0000;
}
a.text:hover {
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ff0000;
}
.red{font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ff0000;}
/*--------------navigation galery----------------*/

a.nav:link {
	text-decoration: none;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
a.nav:visited {
	text-decoration: none;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}




/*-----TEXT BEHAVIOUR----------------------------------------*/
h1 {
    font-family:  Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
    margin-bottom:5px;
	color: #ff0000;
}
.boldred {
    font-family:  Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
    margin:0;
	color: #ff0000;
}

.bold{ font-family:  Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #FFFFFF;
	text-align: left;
}
.small{font-size:10px;}
/*-----no border around links------------------------*/
:focus{outline: 0;}



/*-----list style------------------------------------*/
ul{
    margin-left:20px !important;
	margin-top:15px !important;
	margin:15px;
	padding:0;
	
}
 li 
{
	list-style-image: url(../img/check.gif);
	list-style-position: outside;
	list-style-type: none;
}


/*-----index styles------------------------------------*/
.content_index {
	width: 800px;
	margin-top: 100px;
}

.menu_index{
	height:262px;
	width:800px;
	margin:0 auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	word-spacing: 4px;
	background-image: url(../img/menu_bg_index.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}