/* ------------------------------------ Some cleaning  and defaults ------------------------------------ */
* {
	margin:0; padding:0; border: none;
}

a, a:hover, a:visited {
	text-decoration: none;
}

/* ------------------------------------ MAIN LAYOUT ------------------------------------ */
body { height:100%; min-width:1150px;}

html { height:100%; } 

.min_width1, .min_width2 { height:100%; }


#content { padding-bottom:30px; }

#footer { height:30px; margin-top:-30px}

#wrapper { min-height:100%;}

#header { height: 30px; overflow: visible;}

.menu_align { width:800px; margin:0 auto;}
.mover {width: 100px; float: left;}
.mover_photo {width: 200px; float: left;}

.clearer {
	clear:both;
}


body {
	/*font: 8pt Arial, Helvetica, sans-serif*/
	font: 62.5%/1.4 Arial, Helvetica, sans-serif
}



/* ------------------------------------ HEADER ------------------------------------ */
#header {
	color:#ddd;
	background: #000000 url("../images/s1/menu-bg.gif") no-repeat top right;
	border:2px solid #313030; 
	border-width:2px 0;
}

#header {
    background-color: #000000;
	color: white;
}

/* ------------------------------------ MENU ------------------------------------ */
.menu_panel {
	float: left;
	width: 100px;
}

.menu_panel .l1 {
	font-size:7pt;	
	color:#b4b3b3;
	text-align:center; 
	padding:0;
}
.menu_panel .l2 {
	font-size:7.9pt; 
	background:url("../images/s1/men-exp.gif") no-repeat left center;
	color:#dededd;
	text-align: center; 
	width:100px;
	font-weight:normal
}

#menu, #menu a, #menu a:visited {
	color:#DDDDDC;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	color:#EB3D00;
}


a.logo_mini {
	float:left;
	width:34px;
	height:24px;
	margin:0 2px;
	background:url("../images/s1/logo-mini-0.gif") no-repeat top;
}

a.logo_mini:hover {
	background:url("../images/s1/logo-mini-1.gif") no-repeat top;
}

.menu_wrapper {
	float:left;
	margin-top:7px;
	font-size: 1.1em;
}

/* ------------------------------------ LANGUAGES PANEL ------------------------------------ */

.lang_panel {
	height:30px;
	width: 75px;
	float: right;
	text-align:right;
	font-weight: bold;
	padding:18px 24px 0 0;
	background:url("../images/s1/lang-bg.gif") no-repeat bottom right;
}

.lang_panel {
	font-size: 1.2em;
	color: white;
}

.lang_panel a, .lang_panel a:hover, .lang_panel a:visited {
	color: #EB3D00;
}


/* ------------------------------------ FOOTER ------------------------------------ */

#footer, #footer a {
	color: white;
	text-align: right;
}

/* ------------------------------------ COPYRIGHTS ------------------------------------ */
.copyr_develop {
	margin-left: 10px;
	float:left;
	height:30px;
	cursor:pointer;
	text-align:right
}

.copyr_design {
	float: right;
	height:30px;
	cursor:pointer;
	text-align:right;
	margin-right: 210px;
}
.copyr_design {
	padding-top: 0px;
}

.copyr_text {
	display: block;
	float:left
}

/* ------------------------------------ OTHER ------------------------------------ */

.text_img {
	background: url(../images/s1/lamp.jpg) no-repeat left top;
	padding: 15px 100px;
	min-height: 120px;
	font-size: 1.2em;
}

.text_img p {
	padding: 5px 0px 0px 0px;
	width: 700px;
	text-align: justify;
}

.content_info {
	padding: 15px 100px;
	/*min-height: 120px;*/
}

.content_info h2 {
	color: #FC3D00;
	font-size: 1.5em;
}

.content_info p {
	padding: 5px 0px 0px 0px;
}


.main_page_img {
	padding-top: 20px;
}

.main_page_img img {
	width: 727px;
}

.page_content {
	padding-top: 30px;
}

.page_content  p{
	margin: 15px 0px 5px 0px;
	font-size: 1.2em;
	width: 700px;
}

.page_content  ol, .page_content  ul{
	font-size: 1.2em;
	padding-left: 20px;
}

.page_content {
	color: #FFFFFF;
}
/*
.page_content  p,.page_content  ol, .page_content  ul {
	color: #FFFFFF;
}
*/

/*
body { background: #A8A9AD;}
*/
