/************* Designed by Bella Stefani - www.bellastefani.co.uk *************/
@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	color:#000000;
	scrollbar-base-color: #EFEFEF;
	scrollbar-track-color: #EFEFEF;
	scrollbar-shadow-color: #EFEFEF;
	scrollbar-arrow-color: #000000;
	scrollbar-lightshadow-color: #EFEFEF; 
	scrollbar-darkshadow-color: #EFEFEF;

	scrollbar-highlight-color: #EFEFEF;
	scrollbar-3dlight-color: #EFEFEF;
}

hr {
	width: 920px;
	color: #ffffff;
	background-color: #CCCCCC;
	height: 1px;
	}
	
a img {border: none; }
img {border: none; }
	
.container {
	width: 920px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align:center;
}
.header {
	margin-top: 30px;
	text-align:center;
		}

.mainContent {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.centrebox{
	height: 50px;
	}

.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 900px;
	font-size:10px;
	padding-top: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	padding-left: 0px;
	padding-right: 0px;
	color:#999999;
	margin-bottom: 5px;
}
	
.footer-logo {
	float:left;
		}
		
.siteby {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:150px;
	float:right;
	font-size:10px;
	color:#999999;
		}
	
.header-buttons {
	padding:3px;
	text-align:center;
		}
		
.brands-gallery {
	width:1000px;
	vertical-align:top;
		}
		
.gallery-images{
	margin: 5px;
	vertical-align:top;
	border:none;
		}
		
.table-header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	height: 20px;
	padding:5px;
	padding-left:0px;
	color:#000000;
	vertical-align:top;
	text-align:left;
	
		}
		
.table-columns {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #EFEFEF;
	color: #666666;
	padding: 10px;
	padding-bottom:2px;
	vertical-align: text-top;
	border-top: #666666 solid 2px;
	padding-top: 10px;
	font-size:10px;
	}
	
.portfolio-columns {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 10px;
	padding-bottom:2px;
	vertical-align: text-top;
	border-top: #666666 solid 2px;
	padding-top: 10px;
	font-size:10px;
	}
			
.skyline{
	margin-bottom:200px;
	}
	
.bios{
	margin-bottom:200px;
	width:500px;
	}
	
.sectors{
	margin-bottom:200px;
	width:800px;
	}
	
.event-header{
	background-color:#666666;
	color:#EFEFEF;	
	}
	
.scroll{
	/*height: 900px;
	overflow:auto;*/
	padding-bottom:10px;
	}
	
ul, li {
	list-style-type: none;
	line-height:12px;
}
	
/************ Begin link formatting ***********/

a:link, a:active, a:visited {
	color: #999999; 
	text-decoration: none;
	}
  
a:hover{
	color: #CC0033; 
	text-decoration: none;
	}
	
.address {
	padding: 10px;
	margin-bottom: 100px;
	}
	
/************ End link formatting ***********/