body {
	background:#fff;
	color:#0F0F0F;
	font-size: 12pt;
	font-family: Trebuchet MS;
	margin:32px 0 0;
	padding:0;
}

div, h1, h2, h3, p, img {
	margin:0;
	padding:0;
}

h1 {
	font-family: Georgia;
	font-weight: normal;
	color: #ff7113;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.main {
	width:780px; 
	height:100px; 
	position:relative; 
	margin:0 auto; 
	padding:0;
}

.main img{
	width:321px;
	height:85px;
	z-index: 1;
	position:absolute;
	margin:0;
	margin-left: 0px;
	top: -6px;
}

.main ul {
	width:730px;
	height:36px;
	list-style-type: none;
	margin: 0px;
}

.main ul#navi {
	border-bottom: 1px solid #aeaeae;

}

.main ul#seo {
	position: relative;
	font-weight: normal;
}

.main ul li {
	float:right;
	font:12px/36px "Trebuchet MS",Arial, Helvetica, sans-serif;

}

.mail ul li.first {
	background-color: gray;
}

.main ul li a {
	width:125px;
	height:36px;
	display:block; 
	padding:0; 
	color:#555; 
	text-align:center;
}

.main ul li a:hover {
	text-decoration: none;
}

.main ul#navi li {
	font-weight: bold;
}

.main ul#navi li a:hover{
	color: #ffffff;
}

.main ul#seo li a:hover {
	background-color: #aaaaaa;
	color:#ffffff;
}

a.firstl:hover {
	background-color: #ff6500;
}
a.secondl:hover {
	background-color: #83bb35;
}
a.thirdl:hover {
	background-color: #397dc2;
}



.main ul li.active{
	width:125px; 
	display:block; 
	height:36px; 
	background-color: #AEAEAE; 
	color:#fff; 
	text-align:center; 
	margin:0 1px 0 0;
}



.buttons {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/*  */

.header {
	width:246px;
	height:263px;
	float: left;
	margin-left: 12px;
}

.header p {
	width: 180px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 30px;
	padding-left: 30px;
	background-repeat: no-repeat;
}

.header h2 {
	font-size: 13pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 35px;
	padding-left: 105px;
}

.header a {
	color: #ffffff;
}

#first {
	background-image: url(../../img/orange-normal.jpg);
	background-color: #ff6502;
}

#second {
	background-image: url(../../img/green-normal.jpg);
	background-color: #7dd300;
}

#third {
	background-image: url(../../img/blue-normal.jpg);
	background-color: #3689df;
}

/*  */

div#content {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

div#content h1 {
	font-size: 20pt;
	color: #ff7113;
	margin-top: 30px;
	margin-bottom: 10px;
}

/*
div#content h2 {
	font-size: 10pt;
	text-indent: 30px;
	text-align: right;
}
*/

div#content h2 {
	font-family: Georgia;
	margin-bottom: 10px;
}

div#content h2 a {
	color: #498cf1;
	border: solid #2375ef 1px;
	padding: 3px;
}

div#content p {
	margin-bottom: 15px;
}

div#content p a {
	color: #3a90e5;
	font-weight: bold;
}

div#content ul li a {
	color: #3a90e5;
	font-weight: bold;
}

div#content ul.navi li a {
	color: #fc561c;
	font-weight: bold;
}

div#content ul.links-example {
	background-color: #fdf4ec;
	border-color: #ddbbbb;
	border-width: 1px;
	border-style: solid;
	height: 20px;
	padding-left: 3px;
	list-style-type: none;
	padding-bottom: 0;
}

div#content ul.links-example li {
	padding: 0;
	margin: 0;
	float: left;
	width: 33%;
	padding-right: 15px;
	padding-bottom: 0;
}

div#content ul.links-example li a {
	font-size: 8pt;	
}

/*
div#content h1.links-example {
	font-size: 13pt;
	font-weight: bold;
	padding-top: 30px;
}
*/

#partners {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

#partners ul {
	list-style-type: none;
	margin-bottom: 20px;
}

#partners ul li {
	float: left;
	font-size: 10pt;
	margin-right: 20px;
}

#partners ul li a {
	color: #ed3616;
}

/*  */

#footer {
	width: 100%;
	background: #DCDCDC;
	color: #4C4C4C;
	font-size:10pt;
	padding-top: 10px;
	height: 50px;
	margin-top: 50px;
}

#footer div {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#footer div img {
	float: left;
	margin-right: 25px;
}

#footer div a {
	color: #bf290f;
}

#footer div p.small {
	font-size: 8pt;
}

