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


/* General decl */

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




/* Page layout */

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

#main_cont 	{
			background: url(../img/bg_orangemuse.jpg);
			border: 1px solid #CCCCCC;
			position: absolute;
			margin: 0;
			padding: 0;
			width: 994px;
			height: 663px;
			z-index: 1;
			/*text-align: center;*/
			}

#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 10px 10px 0;
			width: 702px;
			position: absolute;
			height: 116px;
			left: 22px;
			top: 13px;
			background: none;
			text-align: left;
			line-height: 13px;
			overflow: hidden;
			}
	
#push1 		{
	padding: 0 0 18px 0;
	height: 200px;
	width: 189px;
	position: absolute;
	left: 467px;
	top: 289px;
	bottom: 0px;
	text-align: left;
	overflow: hidden;
			}

#push2 		{
			padding: 0 0 18px 0;
			height: 353px;
			width: 548px;
			position: absolute;
			left: 21px;
			top: 288px;
			bottom: 0;
			text-align: left;
			line-height: 13px;
			overflow: hidden;
			}
			
			
#push3 		{
			border: 0;
			padding: 0 10px 18px 0;
			height: 121px;
			width: 584px;
			position: absolute;
			left: 21px;
			top: 148px;
			bottom: 0;
			text-align: left;
			line-height: 13px;
			overflow: hidden;
			z-index: 10;
			}
			
		
#right 		{
			border: 0;
			height: 91px;
			width: 179px;
			position: absolute;
			right: 3px;
			top: 571px;
			background: none;
			text-align: left;
			z-index: 5;
			}
	
			
			
/* Typography */

.content	{
			font-family: Helvetica Neue, Helvetica, Verdana, Arial;
			font-weight: normal;
			font-size: 11px;
			color: #CCCCCC;
			margin: 4px 10px 10px 0;
			line-height: 13px;
			}
	
.content_top10	{
			font-family: Helvetica Neue, Helvetica, Verdana, Arial;
			font-weight: normal;
			font-size: 11px;
			color: #CCCCCC;
			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: #CCCCCC;
			margin: 0 0 10px 0;
			line-height: 13px;
			}
			
			
.content a	{
			text-decoration: none;
			color: #CCCCCC;
			}

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

.content_rev{
			font-family: Helvetica Neue, Helvetica, Verdana, Arial;
			font-weight: normal;
			font-size: 11pt;
			color: #CCCCCC;
			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: CCCCCC;
			margin: 0;
			padding: 0;
			vertical-align: top;
			}

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

.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;
			}
