body {
	margin: 0;
	padding: 0;
	color: #000;
	font: normal 0.9em/1.2em Helvetica, Arial, Verdana, sans;
	padding: 0;
}

body div#container {
	width: 650px;
	margin: 0 auto;
}

a {
	color: #48a5c2;
}

/***** HEADER *****/

div#logo {
	width: 230px;
	height: 60px;
	float: left;
	font-size: 2em;
	line-height: 1em;
}

div#gallery {
	height: 60px;
	visibility:hidden;
}

/***** PARTNERS *****/

ul#partners {
	list-style-type: none;
	width: 230px;
	margin: 7px 0 0 0;
	padding: 0;
	float: left;
}

ul#partners li {
	width: 230px;
	float: left;
}

ul#partners li a {
	display: block;
	width: 230px;
	margin-bottom: 20px;
	float: left;
	font-size: 1.5em;
	line-height: 1em;
	text-decoration: none;
}

/***** NAVIGATION *****/

ul#nav {
	display: none;
}

/***** CONTENT *****/

div#contentTop {
	display: none;
}

div#content {
	width: 360px;
	margin: 0;
	padding: 10px 30px 30px 30px;
	float: left;
	background: transparent url(../gfx/content_back.gif) repeat-y bottom left;
}

div#content h1 {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	color: #83c0d2;
	font-weight: bold;
}

div#content h2 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
}



div#content h3 {
	font-size: 1em;
	font-weight: bold;
	color: #83c0d2;
}

/***** CONTACT DETAILS *****/

ul.details {
	margin: -10px 0 0 0;
	padding: 0 10px 10px 0px;
}

ul.details  li {
	margin: 0 0 0 10px;
	padding: 4px 0 0 20px;
	font-size: 0.8em;
	list-style-type: none;
}

ul.details li a {
	display: block;
}

ul.details li.companyname {
	margin-left: 0;
	padding: 0 0 10px 10px;
	font-size: 1em;
	text-align: center;
}

ul.details li.contactname {
	font-weight: bold;
}

/***** FOOTER *****/

#footer
{
	width: 590px;
	height: 20px;
	margin: 0 0 20px 0;
	padding: 10px 30px;
	float: left;
	text-align: right;
	color: #999;
	font: normal 0.7em/1.4em Helvetica, Arial, Verdana, sans;
}

#footer a
{
	color: #999;
	text-decoration: none;
}

#footer a:hover
{
	color: #ccc;
	text-decoration: underline;
}
