@charset "UTF-8";
/* CSS Document */


/* General decl */

.body 		{
 			margin: 0;
			text-align: center;
			background-color: #FFFFFF;
			}




/* Page layout */

#container  {
    		margin: 50px auto 50px auto;
			padding: 0;
			width: 800px;
			height: 704px;
			/*background-color: #5c5946;*/
			text-align: left;
			z-index: 2;
			}

#main_cont 	{
	border: none;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 900px;
	height: 809px;
	z-index: 1;
	left: 108px;			/*text-align: center;*/
	top: 32px;
			}

#cont_intro 	{
			border: 1px solid #2e2b26;
			/*position: absolute;*/
			margin: 50px auto 50px auto;
			padding: 0;
			width: 320px;
			height: 663px;
			z-index: 1;
			text-align: center;
			}


/* Push areas */

#top_area 	{
			border: 0;
			float: left;
			padding: 0;
			width: 900px;
			position: absolute;
			height: 85px;
			left: 0px;
			top: 0px;
			background: #FFFFFF;
			text-align: left;
			line-height: 13px;
			overflow: hidden;
			}
	
#push1 		{
	padding: 0;
	height: 145px;
	width: 324px;
	position: absolute;
	left: 568px;
	top: 87px;
	bottom: 0px;
	text-align: left;
	z-index: 5;
	background-color: #FFFFFF;
			}

#push2 		{
			padding: 0 0 18px 0;
			height: 75px;
			width: 311px;
			position: absolute;
			left: 583px;
			top: 381px;
			bottom: 0;
			text-align: left;
			line-height: 13px;
			overflow: hidden;
			}
			
			
#push3 		{
	border: 0;
	padding: 0;
	height: 301px;
	width: 300px;
	position: absolute;
	left: 262px;
	top: 86px;
	bottom: 0;
	text-align: left;
	line-height: 13px;
	overflow: hidden;
	z-index: 10;
	background-color: #FFFFFF;
			}
			
#push4 		{
	border: 0;
	padding: 0;
	height: 300px;
	width: 250px;
	position: absolute;
	left: 0px;
	top: 87px;
	bottom: 0;
	text-align: left;
	line-height: 13px;
	overflow: hidden;
	z-index: 10;
	background-color: #FFFFFF;
			}
			
#push5 		{
	border: 0;
	padding: 0 10px 18px 0;
	height: 239px;
	width: 567px;
	position: absolute;
	left: 3px;
	top: 424px;
	bottom: 0;
	text-align: left;
	line-height: 13px;
	overflow: hidden;
	z-index: 10;
	background-color: #FFFFFF;
			}
			
#push6 		{
	border: 0;
	padding: 0 10px 18px 0;
	height: 74px;
	width: 302px;
	position: absolute;
	left: 583px;
	top: 481px;
	bottom: 0;
	text-align: left;
	line-height: 13px;
	overflow: hidden;
	z-index: 10;
	background-color: #FFFFFF;
			}
		
#right 		{
			border: 0;
			height: 105px;
			width: 312px;
			position: absolute;
			right: 11px;
			top: 258px;
			background: none;
			text-align: left;
			z-index: 5;
			}
	
			
			
/* Typography */

.content	{
			font-family: Helvetica Neue, Helvetica, Verdana, Arial;
			font-weight: normal;
			font-size: 11px;
			color: #000000;
			margin: 4px 10px 10px 0;
			line-height: 13px;
			}
			
.head	{
			font-family: Helvetica Neue, Helvetica, Verdana, Arial;
			font-weight: normal;
			font-size: 12px;
			color: #000000;
			margin: 4px 10px 10px 0;
			line-height: 13px;
			}
	
.content_top10	{
			font-family: Helvetica Neue, Helvetica, Verdana, Arial;
			font-weight: normal;
			font-size: 11px;
			color: #FFFFFF;
			padding: 0 0 0 30px;
			margin: 4px 10px 10px 0;
			line-height: 13px;
			list-style-position: outside;
			list-style-type: decimal-leading-zero;
			}
			

.content_list	{
			font-family: Helvetica Neue, Helvetica, Verdana, Arial;
			font-weight: normal;
			font-size: 11px;
			color: #000000;
			margin: 0 0 10px 0;
			line-height: 13px;
			}
			
			
.content a	{
			text-decoration: none;
			color: #000000;
			}

.content a:hover	{
					text-decoration: none;
					color: #000000;
					}

.content_rev{
			font-family: Helvetica Neue, Helvetica, Verdana, Arial;
			font-weight: normal;
			font-size: 11pt;
			color: #000000;
			margin: 10px 10px 10px 0;
			}

#heading	{
			width: 457px;
			height: 16px;
			margin: 0;
			}
	
			
#heading_push1	{
			width: 170px;
			height: 16px;
			margin: 0 0 10px 0;
			}
			
			
#heading_push	{
				width: 200px;
				height: 16px;
				margin: 0;
			}

.list	{
			margin: 0 10px 0 0;
			font-weight: bold;
		}


/* Image */

.img 		{
			width: 150px;
			border: none;
			margin: 0 0 4px 0;
			}
			
/* Footer */

#footer		{
			height: 41px;
			width: 996px;
			position: relative;
			top: 663px;
			padding: 15px 0 0 0;
			margin: 0;
			/*background-color: black;*/
			z-index: 3;
			}
			
.footer		{
			font-family: Helvetica Neue, Helvetica, Verdana, Arial;
			font-weight: normal;
			font-size: 11px;
			color: #000000;
			margin: 0;
			padding: 0;
			vertical-align: top;
			}

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

.footer	a:hover	{
			text-decoration: none;
			}
			

#logo		{
			height: 35px;
			width: 260px;
			background: url(../img/colourful_logo.gif) no-repeat;
			}
		
#address	{
			height: 35px;
			width: 100%;
			margin: 0;
			}
