/* basic set up */
* { 
	margin: 0; 
	padding: 0; 
}

body { 
	margin: 0; 
	padding: 0; 
	background:#383D43 url("../images/layout/body_bg.jpg") top left repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: #EFEFEF; 
}

a {
	color: #65b8f9;
	font-weight: 600;
	text-decoration: none;	
}
a:hover {
	color: #65b8f9;
	font-weight: 600;
	text-decoration: underline;
}

#bgcontain { 
	width: 960px;
	background-color: #383D43;
	margin: 0 30px 0 10px;
	padding: 0;
} 
.clear {
	clear: both;
}


/* font colours */
.highlight {
 	color: #F4F4F4;
}
.light {
	color: #666666;
}
.dark {
	color: #444444;
}


/* main logo */
#mainlogo {
	z-index: 6;
	position: absolute;
	left: 25px;
	top: 8px;
}


/* header */
#header {
	width: 960px;
	background-color: #1E2329;
	border-bottom: 1px solid #383D43;	
	font-size: 13px;
	/*text-transform: capitalize;*/
	font-weight: 550;
}
#headercontent {
	padding: 19px 30px 19px 0;
	text-align: right;
}
#headercontent ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#headercontent li {
	display: inline;
	padding: 0 0 0 20px;
}
#headercontent li img {
	margin: 0 0 -10px 0;
	border: 0;
}


/* main menu */
#topmenu {
	width: 960px;
	border-top: 1px solid #1E2329;	
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 700;
}
#topmenucontent {
	float: right;
	margin-top: 0;
	margin-right: 31px;
	margin-bottom: 0;
	margin-left: 0px;
}
#topmenucontent ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#topmenucontent li {
	float: left;
}
#topmenucontent li a {
	height: 41px;
	line-height: 41px;
	color: #CDD9E5;
	text-decoration: none;
	text-align: center;
	padding: 0 22px 0 22px;
	display: block;
	margin: 11px 0 11px 11px;
}
#topmenucontent li a:hover {
	background-color: #26292E;
	height: 41px;
	line-height: 41px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	margin-top: 11px;
	margin-right: 0;
	margin-bottom: 11px;
	margin-left: 11px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
#topmenucontent  li.selected a {
	background: url("../images/layout/navigation_bg.jpg") #0093D9 bottom left repeat-x;
	height: 41px;
	line-height: 41px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding: 0 22px 0 22px;
	display: block;
	margin: 11px 0 11px 11px;
}


/* content */
#content {
	width: 890px;
	background-color: #26292E;
	margin: 0 35px 0 35px;
}


/* main image */
#mainimage {
 border: 1px solid #999999;
 border-bottom: 3px solid #777777;
}


/* left column */
#leftcolumn {
	width: 660px;
	float: left;
}
.lightbg {
	background-color: #2F3237;
}
.darkbg {
	background-color: #2A2D32;
}
#leftcontent {
	padding: 25px 20px 10px 20px;
}
#leftcontent h1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 10px;
}
#leftcontent p {
	color: #DDDDDD;
	font-size: 13px;
	margin-bottom: 10px;
}
#leftcontent ul{ 
	float: left;
	color: #DDDDDD;
	font-size: 13px; 	
	left: 0px;
	width: 35%; 
	margin: 10px 0 20px 6%; 
	list-style-type: square;
}
#leftcontent li{ 
	line-height: 16px;
	list-style-type:square;
}

/* right column */
#rightcolumn {
	width: 228px;
	float: left;
	background-color: #26292E;
}
#rightmenu {
	padding: 25px 15px 10px 15px;
}
#rightmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#rightmenu li {
	display: block;
	height: 41px;
	line-height: 41px;	
	color: #CDD9E5;	
}
#rightmenu li.menuheader {
	background: url("../images/layout/navigation_bg.jpg") #0093D9 bottom left repeat-x;
	text-align: center;
	color: #FFFFFF;
	padding: 0 22px 0 22px;
	margin-bottom: 11px;
	font-weight: 700;
	font-size: 16px;	
}
#rightmenu li a {
	height: 31px;
	line-height: 31px;
	color: #65b8f9;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	display: block;
	padding: 0 11px 0 11px;
}
#rightmenu li a:hover {
	background-color: #383D43;
	height: 31px;
	line-height: 31px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;	
	display: block;
	padding: 0 11px 0 11px;	
}

#rightmenu li.selected a {
	background-color: #0093D9;
	height: 31px;
	line-height: 31px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;	
	display: block;
	padding: 0 11px 0 11px;	
}

/* footer */
#footer {
	width: 960px;
	background-color: #1E2329;
	border-top: 2px solid #43464B;
	border-bottom: 3px solid #3D4248;	
	font-size: 13px;
	/*text-transform: capitalize;*/
	font-weight: 550;
}
#footer p, h1, h2 {
	margin: 0;
	padding: 5px 0 5px 0;
}
#footercontent {
	padding: 32px 30px 32px 0;
	text-align: right;
}


/* flash gallery */
/* hide from ie on mac \*/
#flashcontent {
	width: 620px;
	height: 465px;
	border: 1px solid #000000;
}
/* end hide */
