
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #E7E7E7 url(images/bg01.gif) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
}

.logo_head {
	position: absolute;
	top: 10px;
	margin: 0; padding: 0;

}

.headmenue {
	position: absolute;
	top: 20px;  left: 65%;
	margin: 0; padding: 0;

}

h1, h2 {
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #306CAF;
}

h1 {
	letter-spacing: -2px;
	font-size: 26px;
}

h2 {
	letter-spacing: -1px;
	font-size: 15px;
}

h1 span, h2 span {
	color: #414141;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 2.2;
	text-align: justify;
}

strong {
	color: #505050;
}

a {
	color: #307FC0;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
	margin-left: 50px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

.white-wrapper {
	background: #FFFFFF url(images/bg03.gif) repeat-y left top;
}

.white-wrapper .bg-top {
	background: url(images/bg04.gif) no-repeat left top;
}

.white-wrapper .bg-bottom {
	padding: 0px 0px 0px 0px; /* Alt 0 0 50 0 */
	background: url(images/bg05.gif) no-repeat left bottom;
}

.blue-wrapper {
	background: #012F56 url(images/bg06.gif) no-repeat center top;
}

.blue-wrapper .container {
	padding: 20px 0px 0px 0px; /* Alt 50 0 30 0 */
}

.blue-wrapper * {
	color: #93B2CB;
}

.blue-wrapper h1, .blue-wrapper h2 {
	color: #FFFFFF;
}

.blue-wrapper h1 span, .blue-wrapper h2 span {
	color: #A2D5FF;
}

.blue-wrapper ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 2.8;
}

.blue-wrapper ul li {
	border-top: 1px solid #1E4C73;
}

.blue-wrapper ul li.first {
	border: none;
}

.blue-wrapper a {
	color: #B6D6F1;
}

.blue-wrapper strong {
	color: #CCE8FF;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	height: 25px;
}

/** MENU */

#menu {
	height: 110px;
	background: url(images/bg02.gif) no-repeat left top;
}

#menu ul {
	float: right;
	margin: 0px;
	padding: 77px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 27px;
	margin: 0px 30px 0px 0px;
	padding: 7px 10px 0px 10px;
}

#menu a {
	float: left;
	text-decoration: none;
	letter-spacing: -1px;
	outline: none;
	font: 17px/1 Georgia, "Times New Roman", Times, serif;
	color: #898888;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li.active {
	background: #FFFFFF;
}

#menu li.active a, #menu li.active a:hover {
	text-decoration: none;
	color: #454545;
}

/** PAGE */

.page {
}

/** CONTENT */

.content {
	float: right;
	width: 675px;
	padding: 0px 50px 0px 0px;
}

.single .content {
	float: none;
	width: auto;
	padding: 0px 50px;
}

/** SIDEBAR */

.sidebar {
	float: left;
	width: 175px;
	padding: 0px 0px 0px 50px;
}

/** FOOTER */

#footer {
	padding: 10px 0px 10px 0px; /* Alt 40 0 80 0 */
	background: #001D37;
}

#footer p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-transform: lowercase;
	color: #0E395D;
}

#footer a {
	color: #0E395D;
}



 .set_navi                    { padding-top:10px; }
 .set_navi .link_inner        { float:left;display:inline; overflow:hidden;}
 .set_navi .link_inner img    { margin-right:7px; }
 .set_navi .link_inner .txt a { height:12px;overflow:hidden;display:block; width: 175px; }
 .setnavicon_art		  { float:left;display:inline; overflow:hidden; width: 225px;}
 .setnavicon_art1		  { float:left;display:inline; overflow:hidden; width: 425px;}


.tblcompare {
	width: 100%;
	margin: 0 0 20px 0;
	font: 9px  Verdana, 'Trebuchet MS', Arial, Sans-serif;
}
.tblcompare thead th {
	height: 30px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 0 0 0 10px;
	font-size: 10px;
	color: #444;
}
.tblcompare tbody td, .tblcompare tfoot td {
	height: 25px;
	vertical-align: middle;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #606060;
	font-size: 10px;
	text-align: left;
	padding: 2px 0 2px 10px;
}
.tblcompare tbody tr.odd td {
	background: #efefef;
}
.tblcompare tbody tr td.cellfeat, .tblcompare tbody tr.odd td.cellfeat {
	background: #dcdcdc;
	padding: 2px 0 2px 10px;
	font-size: 10px;
	font-weight: bold;
	color: #444;
	text-align: left;
	width: 400px;
}
