/* CSS Document */

body {
	background:#000235;

 	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size:24px;
	font-weight:bold;

}

h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size:18px;
	font-weight:bold;
}

h3 {
	margin: 0 0 3px 0;
	padding: 0;
	font-size:14px;
	font-weight:bold;
}


p {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 13px;
}

td {
	font-size: 13px;
}

input {
	font-size:10px;
}

form {
	margin: 0;
	padding: 0;
}



#outerPageContainer {
	position:relative;
	width: 945px;
	margin: 20px auto 0 auto;
}

#pageContainer {

	position: relative;
	border: 1px solid #7d8ae4;
}



#header {
	position: relative;
	background-color:#f3f4fe;
	height: 150px;
}

#header #bikeLogo {
	position:absolute;
	right: 100px;
	top: 5px;
}
#header #bikeshedName {
	position:absolute;
	left: 50px;
	top: 10px;
}




#navBar {
	position:relative;
	background-color:#7d8ae4;
	height:21px;
	padding: 4px 0 0 0;
}

#navBar a {
	color: #000000;
	font-weight:Bold;
	text-decoration:none;
	margin: 0px 10px 0 10px;
	
}
#navBar a:hover {
	color: #f3f4fe;
}



#mainContent {
	position:relative;
	background-color: #d7dcff;
	background-image:url(/images/bg.jpg);
	padding: 5px 20px 0 20px;
}

#mainContent a {
	color: #7d8ae4;
	text-decoration:none;
}

#mainContent a:hover {
	color: #FFFFFF;
}


#mainContent #contentContainer {
	position:relative;
	width: 686px;

}

#mainContent #menuContainer {
	position:relative;
	display:inline;	/* to make IE not use a double right margin... */
	float: right;
	width: 200px;	
	margin:20px 0px 10px 10px;
}

#mainContent .menu {	
	/*Don't seta  margin in here - it upsets IE. instead we apply a class of marginBottom to all but the bottom menu sections*/
	padding: 5px;
	border: 2px solid #7d8ae4;
	width: 186px;	/* this width must be set otherwise the element isn't 'hasLayout' in IE, and the transparent BG dowsn't show */
	background-image:url('/images/menu_bg.png');
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(Enabled=true,  sizingMethod='scale', src='/images/menu_bg.png');
	_background-image:none;
}

#mainContent .menu a {
	display:block;
	position:relative;
	margin: 0px 5px 0px 3px;
	padding: 2px 5px;
	color: #000000;
	text-decoration:none;
	font-weight:normal;
}



#mainContent .menu a:hover {
	background-color:#9ba7ff
}


#footer {
	background-color:#f3f4fe;

	border-top: solid 4px #7d8ae4;
	text-align:left;
	padding: 5px 10px 5px 10px;
	font-size:11px;
}
#footer a {
	color: #7d8ae4;
	text-decoration:none;
}
#footer a:hover {
	color: #2b3fcb;
}

#footer img {
	margin-right: 20px;
}

#footer #copyright {
	text-align:right;
	float: right;
	font-size:10px;
}


#designer {
	font-size: 10px;
	color: #777777;
	text-align: right;
	padding: 0;
	margin: 5px auto 0px auto;
}


#designer a {
	color: #777777;
	text-decoration: none;
}
#designer a:hover {
	color: #DDDDDD;
}


#pageCover {
	display:none;
	position:absolute;
	
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#222222;
	z-index: 50;
	filter:alpha(Opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
}




.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}


#displayPhotoContainer {
	position:fixed;
	top:30px;
	left: 0px;
	width: 100%;
	text-align:center;
	z-index: 100;
	display: none;
	color: #DDDDDD;
	font-weight:strong;
}

#displayPhoto {
	position:relative;
	z-index: 110;

}


.photo {
	position:relative;
	text-align:center;
	background:#f3f4fe;
	border: 1px solid #9aa5f0;
	padding: 2px;
	margin: 2px;
	width: 160px;
	float: left;
	
}

.photo img {
	border:none;
	margin: 2px 0 4px 0px;
}

.thumbnail {
	float:left;
}

.bottomMargin {
	margin-bottom: 10px;
}

.clearBoth {
	clear:both;
	border-bottom: 1px #d7dcff solid;
}


.purpleBorder {
	position:relative;
	padding: 5px;
	border: 2px solid #7d8ae4;
	background-image:url('/images/menu_bg.png');
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(Enabled=true,  sizingMethod='scale', src='/images/menu_bg.png');
	_background-image:none;
}

.purpleBorder2 {
	padding: 5px;
	border: 2px solid #7d8ae4;
	background-image:url('/images/menu_bg.png');
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(Enabled=true,  sizingMethod='scale', src='/images/menu_bg.png');
	_background-image:none;
}

.SMSQueueTable td {
	font-size: 10px;
}

.contactContainer {
	clear:left;
	margin: 10px 0 0 0;
}
.contactPhoto {
	float:left;
	clear:left;
	margin: 0 10px 15px 0;
}


/*********     Film     **********/*

.filmContainer {
	clear:both;
	margin: 15px 0 15px 0;
}

.filmContainer h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size:18px;
	font-weight:bold;
}

.filmContainer .filmObject {
	float:left;
	margin: 0 10px 25px 0;
	
}

.filmContainer .description {
	
}
