* {
	margin:0;
	padding:0;
}
body {
	background:#cbd3de none repeat-x scroll top left;
	margin:0 auto;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	
}


/* wrapper */
div.wrap {
	width:750px;
	margin:0 auto;
	padding:0;
}


/* header & nav */
div.header {
	margin:0 auto;
}
div.nav {
	padding:0;
	margin:0 0 0 8px;
	background:#8ca5c8 url('../images/nav-bg-right.png') no-repeat scroll bottom right;
}
div.banner {
	margin:0 auto; 
	background: #cbd3de url('../images/titlebg.png') repeat-x scroll 50% 50%;
}
div.logo {
	padding-right:80px;
    width: 680px;
	margin:0 auto;
    background: url('../images/logo.png') no-repeat scroll left;
}
div.languages {
    width: 60px;
	padding: 0;
    border:0px;
	margin:-25px 0 0 700px;

}
div.anim {
    width: 200px;
	margin:0 0 0 430px;
}
div.innernav { 
	margin:0 8px 0 0;
	background:#8ca5c8 url('../images/nav-bg.png') repeat-x scroll bottom left;
	height:60px;
}
div.outernav {
	width:760px;
	margin:0 auto;
	background:#8ca5c8 url('../images/nav-bg-left.png') no-repeat scroll bottom left;
}

div.nav ul {
	list-style:none;
	padding:0 5px 0 5px;
	margin:0;
	position:relative;
}
div.nav ul li {
	display:inline;
	float:left;
}
div.nav ul li a, div.nav ul li a:visited {
	float:left;
	margin:0 5px;
	padding:20px 20px 10px 20px;
	height:30px;
	text-decoration:none;
	color:#ffffff;
	font-weight:normal;
	font-size:0.85em;
	font-family:Arial, Helvetica, sans-serif;
}
div.nav ul li a:hover {
	background-color:#134273;
}

div.welcome{
	width:470px;
	margin-left: 45px;

}

div.brochure{
	width:480px;
	margin-left: 25px;

}

div.company{
	width:350px;
	margin-left: 10px;

}


/* headers */
h1, h2 {
	text-align:left;
	color:#fff;
}
h1 {
	font-size:3em;
	padding-left:10px;
}
h1 a, h1 a:hover, h1 a:visited {
	text-decoration:none;
	color:#ffffff;
}
h2 {
	padding:0 0 10px 10px;
	font-size:0.9em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size:1.5em;
	font-family:'Lucida Sans Unicode','Lucida Grande',verdana,sans-serif;
	font-weight:normal;
	color:#333333;
}
h4 {
	color:#134273;
	font-family:Verdana, sans-serif;
	font-size:0.8em;
	font-weight:normal;
	padding:5px 5px 5px 5px;
	border-left:10px solid #134273;
}

h5 {
	font-size:0.6em;
	font-family:'Lucida Sans Unicode','Lucida Grande',verdana,sans-serif;
	font-weight:normal;
	color:#333333;
}
	
h6 {
	color:#333333;
	font-family:'Lucida Sans Unicode','Lucida Grande',verdana,sans-serif;
	font-size:1.5em;
	font-weight:normal;
}
h7 {
	color:#333333;
	
	font-size:1.1em;
	font-weight:normal;
}


/* element defaults */
p {
	margin-bottom:20px;
	line-height:1.5em;
	font-size:0.80em;	color:#333333;
}
ul {
	padding:0 0 20px 35px;
}
code {
	border:1px solid #A40000;
	border-left-width:10px;
	display:block;
	padding:10px;
	margin:10px 0;
}

/* default forms */
form {}
form input, form textarea {
	border:2px solid #dddddd;
	padding:5px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
}
form input.formbutton {
	background:#8ca5c8 url('../images/nav-bg.png') repeat-x scroll bottom left;
	color:#ffffff;
	font-size:0.9em;
	border:1px solid #A40000;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* default tables */ 
table {
	width:90%;
	margin:10px 0 0 40px;
}
table tr th, table tr td {
	padding:5px 10px;
	font-size:0.7em;
	font-family:Helvetica, sans-serif;
}
table tr th {
	background:#8ca5c8 url('../images/nav-bg.png') repeat-x scroll bottom left;
	color:#ffffff;
}
table tr td {

	border-bottom:0px solid #dddddd;
	
}


/* default links */
a { 
	color:#092039;
}
a:visited { 
	color:#092039;;
} 
a:hover { 
	color:#092039; 
}
	

/* centeral page */
div.pagewrapper {
    width: 750px;
   /* overflow: auto; */
	margin:0 auto;
	background:#ffffff url('../images/content-bg-right.png') no-repeat scroll top right;
	
}
div.innerpagewrapper {
	background:#ffffff url('../images/content-bg-left.png') no-repeat scroll top left;
	margin:0 10px 0 0;

}
div.page {
    width: 720px;
    height: 440px;
	margin:0 0 0 10px;
	background-color:#ffffff;
	padding:8px 7px 0 5px;
    background:#ffffff url('../images/frlogo.jpg') no-repeat scroll bottom left;
	

}
div.page ul {
	list-style:square;
	font-size:0.95em;
}
div.page ul li {
	padding:3px 0;
}


/* content */
div.content {
	width:585px;
    height:430px;
    overflow: auto;
    padding:5px 8px 0 0;
    margin:0 auto;
	float: right;
}


/* sidebar */
div.sidebar {
	width:5%;
	float:left;
}
div.sidebar ul {
	list-style:none;
	padding:10px 10px 25px 10px;
}
div.sidebar ul li {
	padding:7px 0;
}
div.sidebar ul li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-size:1.1em;
}

/* footer */
div.footer {
	clear:both;
	margin-top:10px;
	border-top:1px solid #c6c6c6;
	background:#dddddd url('../images/footerbg.png') repeat-x scroll bottom left;
	width:750px;
	height:20px;
    margin:0 auto;

}
div.footer p {
	text-align:center;
	color:#666666;
	padding-top:4px;
    padding-bottom:2px;
	font-size:0.55em;
	font-family:"Trebuchet MS", Verdana, Arial;
}
div.footer p a {
	color:#666666;
}

/* search form */
form.searchform {
	padding-top:10px;
}


/* misc classes */
*:focus {
	outline:none;
}
.clear {
	clear:both;
}


#pic {
	font-style:normal;
	background-color: transparent;
	position: static;
	width:340px;
	height: 20px;
	
}



#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: relative;
	top: -1px;
	width: 1px;
}


#pic a img {
	border: 0;

}



#pic p1, #pic p1:visited {
	background: #FFFFFF;
    font-style: normal;
		
}



#pic a.p1:hover {
	background-color: transparent;
	color: #092039;
    font-style:normal;
	text-decoration: none;	

}



#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 117px;
	width: 180px;
	position: relative;	
	left: 240px;
	top: -15px;
	
}