/* CSS Document */

@import url("sIFR-screen.css");

body {
	font-family: Arial Narrow, Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #949287;
	background-color: #DBDACC;
	margin: 30px 0px; 
	padding: 0px;
	text-align: center;
	}
	
a {
	text-decoration: none;
	color: #EB7118;
	}
	
a:hover {
	text-decoration: underline;
	color: #EB7118;
	}
	
h1 {
	font-size: 15px;
	color: #949287;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-weight: normal;
	}
	
h2
	{
	font-size: 11px;
	color: #949287;
	text-transform:uppercase;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-weight: normal;
	}
	
h3
	{
	font-size: 11px;
	color: #949287;
	text-transform:none;
	border-bottom: 1px dotted #949287;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-weight: normal;
	}
	

h6 {
	font-size: 15px;
	color: #949287;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-weight: normal;
	}
	
h7
	{
	font-size: 11px;
	color: #949287;
	text-transform:uppercase;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-weight: normal;
	}
	
	
#container {
	color: #949287;
	padding: 0px 0 0 0;
	text-align: left;
	margin: 0 auto;
	width: 840px;

	text-align: left;
	}
	
#logo {
	float:left;
	text-align: left;
	padding: 0px 0 0 25px;
	width: 150px;
	height: 15px;
	font-size: 15px;
	color: #949287;
	text-transform:uppercase;
	}
	
#logo a {
	text-decoration: none;
	color: #949287;
	}
	
#logo a:hover {
	text-decoration: none;
	color: #EB7118;
	}
	
#menu {
	float:right;
	text-align: right;
	padding: 0px 22px 0 0;
	width: 400px;
	height: 15px;
	font-size: 11px;
	color: #949287;
	text-transform:uppercase;
	}
	
#menu .active {
	color: #EB7118;

} 

#menu ul {
} 


#menu li {
  float:right;  
  
  margin: 0px 2px 0px 2px;
  list-style:none;
  list-style-type:none;
 }
 
html>body #menu li {
margin: -9px 2px 0px 2px;
 }
 
 
#menu a {
	text-decoration: none;
	color: #949287;
	}
	
#menu a:hover {
	text-decoration: none;
	color: #EB7118;
	}

#content {

	background:#DBDACC url(../images/content_bg_fr.gif) no-repeat;
	height: 575px;
	width: 840px;
	text-align: center;
	padding: 25px 0 0 35px;
	padding: 10px 0 0 0px;
	}
	
#content2 {
	background:#DBDACC url(../images/content_bg.gif) no-repeat;
	height: 575px;
	width: 840px;
	text-align: center;
	padding: 25px 0 0 35px;
	padding: 10px 0 0 0px;
	}
	
#content3 {
	background:#DBDACC url(../images/content_bg_links.gif) no-repeat;
	height: 575px;
	width: 840px;
	text-align: center;
	padding: 25px 0 0 35px;
	padding: 10px 0 0 0px;
	}
	
#middle {

	margin: 0 auto;
	width: 300px;
	text-align: left;
	
	}

#left {
	float:left;
	width: 360px;
	text-align: justify;
	padding: 25px 25px 0  45px;
	}
	
#right {
	float: left;
	width: 350px;
	text-align: justify;
	padding: 25px 30px 0 25px;
	}
	
#linksleft {
	float:left;
	width: 155px;
	text-align: left;
	padding: 25px 20px 0 45px;
	}
	
#linksleftmiddle {
	float:left;
	width: 175px;
	text-align: left;
	padding: 25px 15px 0 15px;
	}
	
#linksrightmiddle {
	float: left;
	width: 175px;
	text-align: left;
	padding: 25px 15px 0 15px;

	}	
	
#linksright {
	float: left;
	width: 165px;
	text-align: left;
	padding: 25px 15px 0 15px;
	}	
	
.searchfieldorange {
	background: #fff;
	border: 1px solid #949287;
	color: #666;
	padding: 2px 0px 1px 0px;
	width: 300px;
	}

#footer {
	padding: 0px 25px 0 25px;
	text-align:right;
	font-size:10px;
	}
	
#footer a {
	text-decoration: none;
	color: #949287;
	}
	
#footer a:hover {
	text-decoration: none;
	color: #EB7118;
	}
	
/* style: fix for ie  */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}



/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */ 

