/* PROMOTHEUS CSS */


* {margin: 0; padding: 0; } /* reset */


body 
	{
		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		text-align: center;
	}
img
	{
		border: 0;
	}
a {
	color: #3f6595;
}
	
#header, #footer, #content 
	{ 
		width: 960px; padding: 0 11px 0 11px; text-align: left;
	}
#main 
	{
		text-align: left; 
		width: 982px;
		margin: auto;
	}
#header 
	{
		margin-top: 12px;
		position: relative;
		display: block;
		height: 169px;
		background: url("../i/bg-header.png") no-repeat;
	}
	#header img 
		{
			margin-top: 12px;
			margin-left: -14px;
		}
	ul#menu 
		{
			margin-left: 10px;
			overflow: hidden;
			height: 20px;
			border-top: 1px solid white;
			border-bottom: 1px solid white;
			width: 940px;
			/* background: gray; */
			position: absolute;
			padding-top: 3px;
			display: block;
			bottom: 0;
			list-style: none;
			background: #7595bf;
		}
	ul#menu li 
		{
			display: inline;
			padding: 0;
		}
	ul#menu li a 
		{
			font-family: Tahoma, Helvetica, sans-serif;
			font-size: 13px;
			color: white;
			text-transform: uppercase;
			text-decoration: none;
			padding: 8px 18px 8px 17px;		
			border-right: 1px solid white;
			background: #7595bf;
		}
	ul#menu li a:hover 
		{
			background: #627188;
		}
	ul#menu li a.selected 
		{
			background: #627188;
		}

#content 
	{
		padding-top: 60px;
		background: url("../i/bg-content.png") repeat-y;
	}

#footer 
	{
		clear: both;
		background: url("../i/bg-footer.png") no-repeat;
		padding-top: 84px;
		margin-bottom: 44px;
	}
	
div.onethird, div.onesixth 
	{
		display: block;
		float: left;
		color: white; 
	}

div.onethird 
	{
/*		background: #efefef; */
		width: 300px; 
	}
div.twothirds
	{
		width: 620px; 
	}
div.onehalf
	{
		width: 460px; 
	}


div h1 {
	color: #444;
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 1em;
}
div p {
	color: #444;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 1em;
}

div.onesixth 
	{
		display: block;
		font-family: arial, helvetica, sans-serif;
		font-size: 10px;
		width: 140px;
		color: #888;
	}

#footer h3 
	{
		margin-bottom: 8px;
	}
	#footer p {
		line-height: 0.5em;
		color: #888;
		font-size: 10px;
	}
	#footer p a {
		color: #888;
		text-decoration: none;
		border-bottom: 1px solid #eee;
	}
	#footer p a:hover {
		color: #7595bf;
		border-bottom: 1px solid #7595bf;
	}


.marginleft 
	{
		margin-left: 10px;
	}
.marginright 
	{
		margin-right: 20px;
	}

.marginbottom
	{
		margin-bottom: 20px;
	}
.margintop
	{
		margin-top: 10px;
	}
	
.bigmain {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.5em;
	/* width: 460px; */
}
.smallmain {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.5em;
	/* width: 460px; */
}

.italic {
	font-style: italic;
}
.floatleft {
	float: left;
}