/* CSS Document */
/* Copyright © 2006 Room 108 Limited - room108.co.uk */
/* Created 2006-03-03 */
/* Version - template_media_032006.css */

/* CSS Document */
html {min-height: 100%; margin-bottom: 1px;}
body {
	/*styling for body*/
	margin:0px auto;
	padding:0px;
	background-color:#414141;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	}
	
#bg{
	/*sets width and background of main container*/
	margin:0px auto;
	padding:0;
	text-align:center;
	background-image:url(test_assets/css/page_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	}
	
#container{
	/*sets width and background of main container*/
	width:786px;
	margin:0px auto;
	padding:0;
	text-align:left;
	background-color:#fff;
	color:#000;
	}
#title{
	padding:0;
	margin:0px 0 30px 0;
	}
	
#title img{
	padding:0;
	margin:0;
	}

/* Begin CSS Popout Menu */


#outermenu_container{
	/*sets width and background of main container*/
	width:786px;
	margin:0px auto;
	padding:0;
	text-align:left;
	}
#menuh-container
	{
	position: absolute;		
	top: 186px;
	margin:0px auto;
	width:786px;
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:0;
	background-image:url(test_assets/css/menu.jpg);
	background-repeat:repeat-x;
	background-position:top;
	border-bottom: 1px solid #888;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #888;
	border-bottom:none;
	border-top:none;
	margin:0;
	padding: 0.2em;
	}
		
#menuh li li a
	{
	border: 1px solid #aaa;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: #333;
	background-color:#ddd;
	background-image:url(assets/css/newhover.jpg);
	background-repeat:repeat-x;
	background-position:top;
	text-decoration:none;
	}
	
#menuh li li a, #menuh li li a:visited	/* menu at rest */
	{
	color: #333;
	background-image:none;
	text-decoration:none;
	background-color:#ddd;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #000;
	background-color:#ccc;
	background-image:url(assets/css/menu.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}	
#menuh li li a:hover	/* menu at mouse-over  */
	{
	color: #fff;
	background-image:none;
	background-color:#888;
	}		

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:131px;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Popout Menu */






#wrapper{
	margin:0;
	padding:0;}


.spacer{
	margin:0;
	padding:0;
	clear:both;
	}
/* content columns */



div.content-sub

{
	margin:0;
	padding:0;
	float: left;
	min-height: 100px;
}

/*The following div styles define the layout of the content columns.

1. Left column. always used...

*/

div#content-sub-1

{
	width: 520px;
	margin:0px;
	padding:10px 0px 10px 20px;
}


div#content-sub-2

{
	width: 418px;
	text-align:left;
	margin-right:8px;
}

div#content-sub-3

{
	width: 550px;
	text-align:left;
}

div#content-sub-4
{
	width: 240px;
	clear:right;
	text-align:left;
	margin-top:10px;
}


div#content-sub-5
{
	width: 770px;
	text-align:left;
	margin:12px 10px 0 20px;
}
div#content-sub-6

{
	width: 240px;
	margin:0px;
	padding:10px 0px 10px 20px;
}


div#content-sub-7

{
	width: 520px;
	clear:right;
	text-align:left;
	margin-top:10px;
}
/* end of content columns */

div#content-sub-1 ul li
{
	padding-bottom:2px;
	margin-bottom:2px;}

/* focus box */


.left{
	text-align:left;
	}
.center{
	text-align:center;
	}
.justify{
	text-align:justify;}
.right{
	text-align:right;
	margin-right:65px;
	}
	.linear{
	padding:0 8px;
	font-weight:bold;
	background-color:#fff;
	color:#519189;}
	
#footer span.linear{
	padding:0 8px;
	font-weight:normal;}
img{
	border:none;
	margin:0;
	padding:0;
	}
.img_center{
	text-align:center;}
.img_center img{
margin:0 10px;}
.floatleft{
	float:left;
	padding:0 15px 0 0;
	}
.floatright{
	float:right;
	padding: 0 0 12px 10px;
	}

/* footer */

#footer {
color: #888;
background-color:#414141;
background-image:url(test_assets/css/footer_bg.jpg);
background-position:top center;
background-repeat:no-repeat;
padding-top:30px;
margin-top:20px;
	}
	

#footer p {
	margin:3px 0;
	text-align:center;
	}
#footer a:link, #footer a:visited  {
color: #aaa;
background-color:#414141;
font-weight:normal;
}
#footer a:hover, #footer a:active{
color: #888;
background-color:#414141;
font-weight:normal;
}

h1{
	padding-top:4px;
	font-size:100%;
	text-align:left;
	margin:0 20px 8px 0;
	color:#9c0914;
}
h2{
	font-size:1em;
	color:#9c0914;
	text-align:left;
	padding-bottom:2px;
	margin:0 20px 2px 0;
}
div#content-sub-4 h2, div#content-sub-6 h2{
		color:#9c0914;
	margin:5px 0;
	padding:10px 0 10px 3px;
	background-image:url(test_assets/css/boxtop01.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}	
div#content-sub-4 h2.ex, div#content-sub-6 h2.ex{
	background-image:url(test_assets/css/boxtop01.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}	
div#content-sub-4 h2.plus, div#content-sub-6 h2.plus{
	background-image:url(test_assets/css/boxtop02.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}
div#content-sub-4 p{
padding:0 0 0 3px;}
div#content-sub-6 p{
padding:0 0 0 6px;}
h3{
	color:#9c0914;
padding:0 0 0 3px;
margin: 0 20px 0 0;
font-size:100%;
	}
h4{
	background-color:#333;
	color:#fff;
	margin-right:10px;
	padding-left:3px;
	}
h5{
	background-color:#333;
	color:#fff;
	margin-right:10px;
	padding-left:3px;
	}
p{
	text-align:left;
	margin:0px 10px 15px 0;
	padding:0;
}
p.last{
	text-align:left;
	margin-bottom:20px;
}


a {	
color: #9c0914;
}
a:link {
color: #9c0914;
font-weight:bold;
text-decoration:none;
}
a:visited  {
color: #9c0914;
font-weight:bold;
text-decoration:none;
}
a:hover {
color: #555;
font-weight:bold;
}
a:active {
color: #555;
font-weight:bold;
}
		
.displaynone{
	display:none;
	}
	
label,input,textarea {
	display: block;
	width: 130px;
	float: left;
	margin-bottom: 8px;
}
textarea.long {
	width: 410px;
}
input.check{
	width: 20px;
	padding-right: 0px;
	float:left;
}


label {
	text-align: left;
	width: 100px;
	padding-right: 5px;
	background-color:#fff;
	color:#000;
}
label.newslabel {
display:none;
}
table{text-align:center;
margin:30px 45px 0 0;
	background-color:#fff;
	color:#000;
	font-size:1em;}

/*
td.260{
	width:260px;}
td.258{
	width:258px;}
	*/
p.buttoncenter{text-align:center;}
.buttons{
	width:60px;
	display:inline;
	margin:0 5px;
	}
#buttons{
	margin:0 0 0 170px;
	float:none;}
.checkBox{
	width:10px;}
.indent110{
	padding-left:10px;}
br.clear{
	clear:both;}
p.smallnoindent{
	font-size:smaller;
	padding:0;
	text-align:justify;
	
	}
p.high{
	margin-top:0px;
	padding-top:0px}
td{vertical-align:top;
	background-color:#fff;
	color:#000;}

.indent60{
margin:8px 0;
	padding-left:60px;
	clear:both;}
ul#portfolioList li{
	padding-bottom:15px;}
	
	
	
form.contact {
	width:420px;
	padding:10px;  
	margin:0 auto;
	color:#000;
	background-color:#e0e0e0;
	background-image:url(assets/css/h1_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;}
	
form h1{color:#9c0914;}
	

#form ul li {
	list-style:none;}
#form ul li label {
	vertical-align:middle;}
	
form.contact label {
	clear:left; 
	display:block; 
	float:left; 
	width:200px; 
	padding-right:10px; 
	margin:0.5em 0;
	text-align:left;
	color:#000;
	background-color:#e0e0e0;}
	
form.contact p.inputs label {
	clear:left; 
	display:block; 
	float:left; 
	width:110px;  
	padding-right:10px; 
	margin:0.5em 0;
	text-align:left;
	color:#000;
	background-color:#e0e0e0;}
	
form.contact p.checklist label {
	clear:left; 
	display:block; 
	float:left; 
	width:400px;  
	margin:0 0 5px 10px;
	text-align:left;
	color:#000;
	background-color:#e0e0e0;}
	
form.contact label.shortlabel {
	
	width:100px;}

form.contact input {
	width:250px; 
	border:1px solid #bbb;
	margin-top:6px;}

form.contact textarea {
	width:413px; }

form.contact input.checkbox {
	width:18px;
	margin:0 5px 10px 110px;}
	

form.contact input.query {
	width:450px;
	margin:0 auto;}

form.contact input.hidden {
	display:none;}

form.contact input#opt_out { 
	padding:0; 
	margin:0;
	border:1px solid #bbb;
	width:18px;}


	
form.contact select {
	margin:0.5em 0 0 0;}


form.contact br{clear:both;}

form.contact input.submit {
	width:80px;
	height:26px;
	margin:0 20px 0 100px;}

form.contact input.reset {
	width:80px;
	height:26px;
	margin:0 100px 0 20px;}
	
