@charset "UTF-8";
@import "reset.css";
@import "lightbox.css";
@import "menu.css";

/* Structure for page layout */

html,body {
	background: url('../images/background.jpg');
}

body {
	padding-top: 32px;
}

div#edge {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 9px;
	background: #ffffff url('../images/edge_bg.jpg');
}

div#top {
	position: absolute;
	top: 31px;
	left: 0px;
	width: 100%;
	height: 372px;
	background: transparent url('../images/top_bg.gif') repeat-x;
}

div#bottomedge {
	margin: 10px 0;
	width: 100%;
	height: 9px;
	background: red url('../images/edgebottom_bg.jpg');
}


div#mainwrap {
	position: relative;
	width: 950px;
	margin: 0px auto;
}

	div#header {
		background: #000000 url('../images/header_bg.jpg');
		width: 950px;
		height: 347px;
	}
	
	div#menu {
		width: 950px;
		height: 24px;
		font-family: Georgia, serif;
		letter-spacing: 1.5px;
		position: relative;
		z-index: 2;
	}
		
	div#content {
		background: url('../images/content_bg.jpg');
		padding-bottom: 20px;
	}
	
		div#sidebar {
			width: 210px;
			float: left;
			font-family: Gill Sans, Gill Sans MT, sans-serif;
		}
		
			div#sidebar img.logo {
				width: 193px; 
				height: 130px; 
				margin: 20px auto;
			}
			
			div#sidebar div#greybar {
				background: #818285 url('../images/sidebar_bg.jpg') repeat-y top right; 
			}
			
				div#sidebar img.flag {
					width: 190px;
					height: 47px;
					margin: 10px;
				}

				div#sidebar div#greybar img.video_screenshot {
					width: 176px;
					margin: 15px auto;
				}
							
				div#sidebar h2 {
					background: #231f20;
					color: #838487;
					height: 28px;
					font-weight: bold;
					font-size: 16px;
					font-weight: normal;
					text-transform: uppercase;
					line-height: 28px;
					vertical-align: middle;
					padding: 0 17px;
					margin: 5px 0;
					border: 0px;
				}
				
				div#sidebar h3 {
					color: #ffffff;
					font-size: 12px;
					font-weight: normal;
					text-transform: uppercase;
				}
				
				div#sidebar div#greybar div#downloads {
					padding: 0 17px;
				}
				
				div#sidebar div#greybar div#downloads table {
					width: 100%;
					color: #fff0ab;
					margin-bottom: 10px;
				}
				
				div#sidebar div#greybar div#downloads a {
					color: #fff0ab;
					text-decoration: none
				}
		
		
		div#page_hero {
			float: right;
		}
		
		
		div#copy {
			width: 632px;
			min-height: 655px;
			float: right;
			padding-right: 80px;
			_padding-right: 0px;
			position: relative;
			z-index: 1;
			background: url('../images/anchor.gif') no-repeat top right;
		}
		
			div.home div#copy {
				color: #0d6085;
				font-size: 26px;
				line-height: 34px;
				text-align: center;
			}
			
			div.home div#copy h2 {
				color: #70706e;
				font-size: 18px;
				line-height: 20px;
				font-weight: normal;
				text-transform: uppercase;
				font-family: Gill Sans, Gill Sans MT, sans-serif;
				background: none;
				border: 0;
				margin: 0;
				padding: 0;
				height: 20px;
			}

			div.home div#copy h3 {
				color: #000000;
				font-size: 16px;
				line-height: 20px;
				font-weight: normal;
				font-family: Gill Sans, Gill Sans MT, sans-serif;
			}
			
			div#copy a.more {
				color: #000000;
				font-family: Gill Sans, Gill Sans MT, sans-serif;
			}
			
			div#copy img {
				float: right;
				margin: 0 0 15px 15px;
			}
		
			div#copy div#content_img {
				background: url('../images/content_bg.jpg');
				float: right;
				padding: 0 0 15px 15px;
				font-style: oblique;
				font-size: 12px;
			}
			
			div#copy img#anchor {
				position: absolute;
				top: 350px;
				right: 0px;
			}
		
			div#copy div#hero {
				width: 712px;
				height: 155px;
				position: relative;
				z-index: 1;
				background: url('../images/hero_bg.jpg') no-repeat;
				margin-bottom: 10px;
			}
			
				div#copy div#hero img.photo {
					position: absolute;
					z-index: 1;
					top: 10px;
					right: 0px;
					width: 685px;
					height: 123px;
				}

				div#copy div#hero img.bird {
					position: absolute;
					z-index: 2;
					top: 0;
					left: 0;
				}

	
	div#footer {
		font-family: Gill Sans, Gill Sans MT, sans-serif;
		color: #000000;
		padding: 15px 0;
	}

/* !Image gallery */

div#copy .gallery_image {
	width: 185px;
	_width: 175px;
	margin: 0 10px 20px 10px;
	float: left;	
	text-align: center;
}

	div#copy .gallery_image img {
		float: none;
		margin: 5px auto;
		border: 0px;
	}

/* !Styles for page entities */

h1, h2 { 
	color: #4c4d4f;
	font-size: 18px;
	font-weight: normal;
	font-family: Gill Sans, Gill Sans MT, sans-serif;
	text-transform: uppercase;
	border-bottom: solid 1px #818285;
	line-height: 28px;
	vertical-align: middle;
	margin: 0;
}

h1 {
	margin-bottom: 12px;
}

h2 {
	margin-bottom: -12px;
}

h3 {
	display: inline;
}

.stdcopy { 
	color: #000000;
	font-family: Georgia, serif;
	font-size: 13px;
	line-height: 22px;
}

.smlcopy {
	font-size: 11px;
	line-height: 16px;	
}

.bright {
	color: #0d6085;
}

a {
	color: #0d6085;
	text-decoration: none;
}

a:hover, a.current {
	color: #000000;
	text-decoration: underline;
}

/* List elements */

div#content ul br {
	display: none;
	clear: both;
}		

div#content ul {
	margin-bottom: -18px;
}

div#content div#copy li {
	list-style: none outside;
	padding: 10px 0px;
	border-bottom: dashed 1px #4c4c4c;		
}

div#content div#copy li a {
	float: right;
	display: block;
}

/* !Contact form */

div#contact-form {
	width: 300px;
	float: right;
}

	div#contact-form table td {
		padding-right: 15px;
		vertical-align: middle;
	}

.form_error {
	color: #ff0000;
}

input {
	vertical-align: middle;
}

.stdform, input[type=text], input[type=password], textarea { 
	margin: 2px 0px;
	padding: 3px;
	border: solid 1px #bbbbbb;
	width: 200px;
	background: #ffffff;
}

.stdform:focus, input[type=text]:focus, input[type=password]:focus, textarea:focus { 
	background: #eee;
	border: solid 1px #075c84;
}

textarea.stdform {
	width: 280px;
	height: 60px;
}

input[type=checkbox], input[type=file] { 
	border: 0;
}

/* Clearing floats */

div.clear { 
	clear: both; 
	overflow: hidden; 
	height: 0px; 
	_height: 1px; 
}

br {
}
