/* © Didier Berck @ noosphere */

/* common elements --> */
body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg-body.gif);
	color: #5d5d5d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a img {
	border: 0;
}
.clear {
	visibility: hidden;
	clear: both;
}
div#container {
	width: 770px;
	padding: 25px;
	margin: auto;
	background-color: #fff;
}
/* <-- common elements */

/* header --> */
div#header {
	height: 88px;
	background-color: #43a5d7;
	background-image: url(../images/bg-header.jpg);
}
div#header h1 {
	width: 340px;
	margin: 0;
	padding: 11px 0 0 32px;
	float: left;
	color: #000;
	font-size: 16px;
}
div#header h2 {
	margin: 0;
	padding: 70px 0 0 75px;
	float: left;
	color: #000;
	font-size: 13px;
}
div#header p {
	margin: 0; 
	padding: 70px 30px 0 0;
	float: right;
}
div#header p img {
	margin-left: 2px;
}
div#header a {
	color: #000;
}
/* <-- header */

div#header p#languages {
	display: none;
}


/* navigation --> */
div#nav {
	padding: 15px 0;
	clear: both;
}
div#nav ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	border-left: 1px solid #b3b3b3;
}
div#nav li {
	width: 90px;
	display: inline;
	float: left;
	border-right: 1px solid #b3b3b3;
	font-weight: bold;
}
div#nav h3 {
	margin: 0;
	font-size: 15px;
}
div#nav span {
	margin-top: -18px;
	float: right;
}
div#nav p {
	margin: -10px 0 0 0;
	float: right;
}
div#nav a {
	padding: 2px 0;
	display: block;
	color: #1a171b;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}
div#nav p a {
	color: #01aad3;
	font-size: 11px;
}
div#nav ul a:hover, 
div#nav ul a:focus, 
div#nav ul a.active {
	background-color: #b3b3b3;
	color: #fff;
}
/* <-- navigation */

/* dropdown --> */
div#nav ul li.daddy {
	margin-bottom: -12px;
}
div#nav ul li[class~=daddy] {
	margin-bottom: 0;
}
div#nav ul ul {
	width: 145px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -999em;
	float: left;
	background-color: #e7e7e8;
	border: 2px solid #fff;
	border-bottom: none;
	list-style: none;
}
div#nav ul ul li {
	width: 145px;
	border-right: none;
	border-bottom: 2px solid #fff;
}
div#nav ul li:hover ul, 
div#nav ul li.sfhover ul {
	margin-left: -1px;
	left: auto;
}
div#nav ul ul a {
	width: 137px;
	padding: 4px;
	display: list-item;
	float: none;
	font-size: 11px;
	text-align: left;
}
/* <-- dropdown */

/* content --> */
div#content {
	min-height: 474px;
	background-image: url(../images/bg-content.gif);
}
div.home {
	background-image: url(../images/bg-content-home.gif) !important;
}
div.contact {
	background-image: url(../images/bg-content-contact.gif) !important;
}
div#content h3 {
	width: 170px;
	height: 474px;
	overflow: hidden;
	margin: 0 25px 0 0;
	float: left;
	color: #000;
}
div#content a {
	color: #5d5d5d;
}
div#content a:hover,
div#content a:focus {
	text-decoration: none;
}
/* <-- content */

/* page --> */
div#page {
	width: 545px;
	padding: 0 15px;
	float: left;
}
div.homepage {
	width: 290px !important;
	padding: 0 80px 0 15px !important;
}
div.linkpage {
	width: 575px !important;
	padding: 0 !important;
}
div#page h4 {
	margin: 15px 0;
	font-size: 12px;
}
div#page h5 {
	margin: 10px 0 0 0;
	color: #000;
	font-size: 11px;
}
div#page p {
	margin: 16px 0;
	line-height: 18px;
}
div#page p.link {
	margin: 0;
}
div#page p.link img {
	margin-right: 5px;
	vertical-align: middle;
}
div#page ul {
	margin-left: 15px;
	line-height: 18px;
	padding: 0;
}
/* <-- page */

/* meet --> */
div#meet {
	width: 150px;
	height: 150px;
	padding: 25px;
	position: absolute;
	top: 436px;
	left: 50%;
	margin-left: 185px;
	background-color: #fff;
}
div#meet_home {
	width: 150px;
	height: 150px;
	position: absolute;
	top: 486px;
	left: 50%;
	margin-left: 234px;
}

/* <-- meet */

/* column --> */
div#column {
	width: 150px;
	height: 474px;
	overflow: hidden;
	float: right;
	font-size: 11px;
}
div#column h4 {
	margin: 0;
	padding-left: 30px;
	color: #000;
	font-size: 13px;
	line-height: 13px;
	background-position: top left;
	background-repeat: no-repeat;
}
div#column h4.calc {
	background-image: url(../images/icon-calc.gif);
}
div#column h4.user {
	height: 20px;
	padding-top: 5px;
	background-image: url(../images/icon-user.gif);
}
div#column ul {
	margin: 12px 0;
	padding-left: 30px;
}
div#column li {
	margin-bottom: 6px;
	list-style-image: url(../images/bullet.gif);
}
div#column p {
	margin: 6px 0;
}
div#column div.hr {
	height: 1px;
	overflow: hidden;
	margin-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
}

/* <-- column */

/* links --> */
div.link {
	height: 105px;
	padding: 15px 15px 0 15px;
	padding-bottom: 25px;
	background-color: #f7f7f7;
	background-image: url(../images/bg-link.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
div.link h4 {
	margin-top: 0 !important;
}
div.link p {
	margin-left: 135px !important;
}
div.link img {
	float: left;
	margin-right: 15px;
}
/* <-- links */

/* forms --> */
form#nav_login {
	margin: 0;
	padding-left: 10px;
	float: left;
	display: none;
}
form#nav_login p {
	float: left;
	color: #a1a1a1;
	font-size: 10px;
}
form#nav_login input.input {
	width: 90px;
	margin: -3px 5px 0 0;
}
form#nav_login input.submit {
	margin-top: 10px;
	padding: 0;
	cursor: pointer;
	background: none;
	border: none;
	color: #141215;
	font-size: 11px;
	font-weight: bold;
}

form#login {
	margin: 0;
	padding-bottom: 39px;
}
input, 
select, 
textarea {
	border: 1px solid #d3d3d3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
form#login p {
	margin: 4px 0;
}
div#page form {
	margin: 12px 0;
}
form#login input.input {
	width: 146px;
	margin-top: -2px;
	font-size: 10px;
}
form#login input.submit {
	padding: 0;
	float: right;
	cursor: pointer;
	background: none;
	border: none;
	color: #141215;
	font-size: 11px;
	font-weight: bold;
}
div#page form label.left, 
div#page form span.left {
	width: 130px;
	float: left;
}
div#page form span.right, 
div#page form p.right {
	padding: 0;
	clear: none;
	float: left;
}
div#page form p {
	margin: 0;
	padding: 3px 0;
	clear: both;
}
div#page form input.input, 
div#page form textarea.input {
	width: 290px;
	padding: 1px 2px;
	float: left;
	background-image: url(../images/bg-input.gif);
	background-repeat: repeat-y;
}
div#page form textarea.input {
	height: 80px;
}
div#page form select.input {
	width: 296px;
}
div#page form input.submit {
	width: 120px;
	height: 20px;
	margin-left: 306px;
	background-image: url(../images/bg-input.gif);
	background-position: right;
	color: #646567;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}
/* <-- forms */

/* tables --> */
table.list {
	width: 100%;
	margin-top: 10px;
	border-collapse: collapse;
}
table.list a,
table.list img {
	background-color: transparent !important;
}
table.list tr {
	background-color: #ecf0f2;
}
table.list tr.over {
	background-color: #fff;
}
table.list th, 
table.list td { 
	padding: 1px 5px 0 5px;
	vertical-align: top;
}
table.list th {
	height: 20px;
	text-align: left;
}
table.list a {
	color: #646567 !important;
	text-decoration: none;
}
table.list th.left {
	border: 1px solid #f0f7fa;
	border-bottom-width: 2px;
}
table.list th.right, 
table.list th.actions, 
table.list th.boxes {
	border-top: 1px solid #f0f7fa;
	border-right: 1px solid #f0f7fa;
	border-bottom: 1px solid #f0f7fa;
	border-bottom-width: 2px;
}
table.list td.left,
table.list td.left10 {
	border-right: 1px solid #f0f7fa;
	border-bottom: 1px solid #f0f7fa;
	border-left: 1px solid #f0f7fa;
}
table.list td.right, 
table.list td.right10, 
table.list td.actions, 
table.list td.actions10, 
table.list td.boxes, 
table.list td.boxes10 {
	border-right: 1px solid #f0f7fa;
	border-bottom: 1px solid #f0f7fa;
}
table.list th.actions, 
table.list td.actions, 
table.list td.actions10 {
	width: 80px;
	padding: 1px 0 0 0;
	text-align: center;
	line-height: 16px;
}
table.list th.boxes, 
table.list td.boxes {
	width: 17px;
	padding: 1px 0 0 0;
	text-align: center;
}
table.list td.left10,
table.list td.right10, 
table.list td.actions10, 
table.list td.boxes10 {
	border-bottom-width: 2px;
}
table.list td img {
	vertical-align: bottom;
} 
/* <-- tables */

/* footer --> */
p#footer {
	margin: 10px 0 0 0;
	text-align: center;
}
p#footer span {
	margin: 0 4px;
}
p#footer a {
	color: #032A60;
	text-decoration: none;
}
p#footer a:hover, 
p#footer a:focus {
	text-decoration: underline;
}
/* <-- footer */

/* copyright --> */
div#copyright {
	width: 9px;
	position: absolute;
	top: 595px;
	left: 50%;
	margin-left: -425px;
}
/* <-- copyright */

