body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding:0;
	margin:0;
	text-align: center;
}

a {	cursor: pointer; }
:focus { outline: none; }
td { font-size: 11px; vertical-align: top; }
ul { margin-top: 5px; }
li { line-height: 1.3em; }
form { display: inline; }
img {  border: 0; }
p { display: block; margin: 0px 0px 10px 0px; padding: 0px; }

/* GENERAL */

div.centered {
	position: relative;
	margin: 0 auto 0 auto;
	width: 900px;

	text-align: left;
}

div.header {
	position: relative;
	height: 100px;
}

div.header img.logo {
	position: absolute;
	top: 10px;
	left: 0px;
}

div.header img.success {
	position: absolute;
	top: 20px;
	left: 255px;	
}

div.header img.bars {
	float: right;
}

div.header div.ambiance {
	display: none;

}

div.header span.date, div.header span.temp {
	display: block;
	height: 22px;
	padding: 8px 10px 0px 10px;
	
	position: absolute;
	top: 0px;
	right: 290px;
	
	color: #808080;

	background: url(../images/header_date.png) no-repeat 100% 0%;
}

div.header span.temp {
	right: 430px;
	background-image: url(../images/header_temp.png);
}

div.header div.topmenu {
	position: absolute;
	top: 0px;
	right: 40px;
}

div.header div.topmenu li {
	display: inline;
	list-style-type: none;
}

div.header div.topmenu a {
	display: inline-block;
	padding: 3px 5px 0px 5px;
	color: #808080;
	text-decoration: none;
}

div.header div.topmenu a:hover, div.header div.topmenu a.active {
	background: url(../images/arrow_down.png) no-repeat 50% 0;
	color: #009DDF;
}

div.header_home {
	height: 335px;
}

div.header_home div.ambiance {
	display: block;
	
	position: absolute;
	left: 0px;
	bottom: 10px;

	width: 673px;
	height: 235px;

	background: url(../media/images/ambiance1.png);
}

div.header_home div.banner {
	position: absolute;
	right: 0px;
	top: 92px;
	
	width: 207px;
	height: 273px;
	
	background: url(../images/banner.gif) no-repeat;
	cursor: pointer;
}

div.footer {
	position: relative;
	height: 27px;
	padding: 62px 0px 0px 20px;
	margin: -25px 0px 20px 0px;
	
	color: #808080;
	
	background: url(../images/footer.png) no-repeat;
	
	z-index: 1;
}

div.footer a {
	text-decoration: none;
	color: #808080;
}

/* MENU */

div.menu {
	position: relative;
}

div.menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

div.menu li {
	display: inline;
	list-style-type: none;
	padding: 0px 10px 0px 10px;
}

div.menu a {
	display: inline-block;
	height: 22px;
	
	font-size: 13px;
	font-weight: bold;
	
	text-decoration: none;
	color: #009DDF;
}

div.menu a:hover, div.menu a.active {
	color: #002D47;
	background: url(../images/arrow_up.png) 50% 90% no-repeat;
}

div.menu div.bar {
	padding: 2px 0px 0px 0px;
	height: 22px;

	background: url(../images/bar_menu.png) repeat-x;
}

div.menu div.bar a {
	display: inline-block;

	padding-top: 4px;
	
	font-weight: normal;
	color: white;
}

div.menu div.bar a:hover, div.menu div.bar a.active {
	color: white;
	background: url(../images/arrow_down_trans.png) 50% 0% no-repeat;
}

/* CONTENT */

div.main {
	min-height: 550px;
	padding-top: 10px;	
		
	margin: 0px 220px 0px 220px;

	line-height: 18px;
}

div.left {
	float: left;
	
	width: 210px;
	min-height: 465px;

	padding-top: 10px;
}

div.right {
	float: right;
	
	width: 210px;
	min-height: 495px;

	padding-top: 10px;

	line-height: 18px;
}

div.content p {
	width: 100%;
	
	margin: 0px 0px 10px 0px;
	
	overflow: auto;
}

div.content p img {
	float: right;
	margin: 2px 0px 5px 5px;
}

div.content p a {
	color: black;
}

div.content p ul {
	padding: 0px 0px 0px 30px;
}

div.content p ul li {
	line-height: 18px;
}

/* HOME */

div.main_home {
	width: 680px;
	min-height: 630px;
	margin: 0px;
}

table.home {
	width: 680px;
	margin: 0px 0px 0px 0px;
}

table.home td {
	padding: 0px 10px 10px 0px;
}

table.home a.blue {
	color: #009DDF;
	text-decoration: none;
}

table.home a {
	color: black;
	white-space: nowrap;
	text-decoration: none;
}

table.home a:hover {
	color: #009DDF;
}

td.bar div {
	height: 21px;
	padding: 3px 0px 0px 10px;
	font-size: 15px;
	color: #ffffff;
}
td.bar div.blue { background: url(../images/bar_blue.png) repeat-x; }
td.bar div.green { background: url(../images/bar_green.png) repeat-x; }
td.bar div.orange { background: url(../images/bar_orange.png) repeat-x; }

table.home td.text {
	padding: 0px 20px 50px 10px;
}

div.services {
	width: 680px;
	min-height: 100px;
	
	background: url(../images/bar_blue.png) repeat-x;
}

div.services th {
	width: 210px;
	height: 20px;

	padding-left: 20px;

	text-align: left;
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
}

div.services td {
	padding-left: 20px;
	line-height: 18px;
	color: #999999;
}

div.right div.newsletter {
	width: 205px;
	height: 21px;

	padding-top: 3px;
	margin: 0px 0px 0px 10px;

	background: url(../images/bar_green.png) repeat-x;
}

div.right div.newsletter a {
	text-decoration: none;
	
	font-size: 15px;
	color: #002D47;
}

div.right div.newsletter img { 
	float: left;

	margin: -2px 10px -5px 1px;
}

div.right div.newsletter th {
	height: 20px;

	padding-left: 20px;

	text-align: left;
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
}

div.right div.newsletter td {
	padding-left: 20px;
	line-height: 18px;
	color: #999999;
}

/* NEWS RIGHT */

div.news_right {
	position: relative;
	z-index: 2;
	
	width: 190px;

	padding: 10px;
	margin-bottom: 10px;

	background: url(../images/right_news_bg.png) no-repeat;

	color: #002D47;
}

div.news_right h2 {
	font-size: 15px;
	font-weight: normal;
	margin: 5px;
}

div.news_right img.rss {
	position: absolute;
	right: 10px;
	top: 14px;
}

div.news_right div.intro {
	border-top: 1px solid #808080;
	padding: 5px;
}

div.news_right div.item {
	border-top: 1px solid #808080;
	padding: 5px;
	color: #444444;
}

div.news_right div.item span.title {
	display: block;
	color: black;
}

div.news_right div.item a {
	text-decoration: none;
	white-space: nowrap;
	color: #009DDF;
}

div.news_right div.item a:hover {
	color: #009DDF;
}

/* REFERENCES */

div.right h1 {
	display: block;

	margin: 0px 0px 5px 0px;
	padding-top: 10px;

	font-size: 11px;
	text-transform: uppercase;

	border-top: 1px solid #D0DBE1;
}

div.main_references {
	margin: 0px;
}

div.reference_logo {
	float: left;
	
	width: 165px;
	height: 106px;

	margin: 0px 7px 7px 0px;

	background: url(../images/reference.png) no-repeat;
}

div.reference {
	width: 500px;
	z-index: 1;
	position: relative;
}

div.reference div.thumbs {
	padding-top: 10px;
}

div.reference #portfolio {
	position: absolute;
	left: 235px;
	top: 0px;
}

div.reference div.text {
	width: 225px;
}

div.reference span.back a {
	display: block;
	margin-top: 10px;
	
	color: #009DDF;
	text-decoration: none;
}

/* TEXT */

div.main {
	position: relative;
	z-index: 10;
}

div.main h1, div.main h2, div.main h3 {
	display: block;
	
	margin: 0px 0px 5px 0px;
	padding-top: 10px;

	font-size: 11px;
	text-transform: uppercase;

	border-top: 1px solid #D0DBE1;
}

div.main h2 { margin-top: 10px; }

div.main h3 { 
	border: 0px;
	background: none;
	margin: 5px 0px 0px 0px;
}

div.main a.image {
	float: right;

	margin-left: 10px;
}

/* NEWS */

div.news_archive {
	margin-top: 10px;
}

div.news_archive a {
	display: block;	
	
	line-height: 16px;
	text-decoration: none;
	color: black;
}

div.news_item p {
	margin: 0px;
}

div.news_item a {
	text-decoration: none;
	color: #009DDF;
}

a.readmore {
	display: block;	
	text-decoration: none;
	color: #009DDF;
}

a.back {
	display: block;
	margin-top: 10px;
	
	text-decoration: none;
	color: #009DDF;
}

div.news_item a:hover, div.news_archive a:hover, a:hover.back {
	color: #009DDF;
}

/* LANDINGSPAGES */

div.landingspages {
	font-size: 10px;
	color: grey;

	margin-top: 40px;
}

div.landingspages span.category {
	display: block;
	font-weight: bold;

	margin-top: 10px;
}

div.landingspages a {
	color: grey;
	text-decoration: none;
}

/* CONTACT */

div.content input, div.content select, div.content textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;

	width: 322px;
}

div.content select {
	width: 326px;
	padding: 1px;
	height: 19px;
}

div.content textarea {
	height: 100px;
	overflow: auto;
}

div.content input.checkbox {
	position: relative;
	top: 3px;
	
	width: 16px;
}

div.content input.submit {
	display: block;
	
	width: auto;
	min-width: 105px;
	
	height: 18px;
	padding-bottom: 3px;
	margin-top: 10px;

	background: url(../images/button_bg.png) repeat-x #009DDF;
	border: 0px solid #0578A0;

	text-align: left;
	color: white;
	cursor: pointer;
}

div.content span.error { color: red; }

