html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-family:Arial, sans-serif;
	font-size:14px;
	background-color:#F5F6F7;
}

html, body {
}

html {
	background-color:black;
}


ul {
	list-style:none;
}

a {
	text-decoration:none;
	color: #FF1A00;
}

p.back {
	margin-bottom:10px;
}

p {
	margin-bottom:15px;
	line-height:1.3em;
}

h2 {
	font-size:16px;
	margin-bottom:10px;
}

.clear {
	clear:both;
}

.left {
	float:left;
	width:300px;
}
.right {
	margin-left:530px;
}

#content .right p {
	width:170px;
}
#content, 
#masthead {
	padding:20px;
}

#masthead {
	width:700px;
	position:absolute;
	left:-460px;
	margin-left:51%;
	height:130px;
	background:url(/assets/images/auto.png) 0px 15px no-repeat transparent;
}

#header {
	background:url(/assets/images/header_bg.gif) top left repeat-x #000;
	width:100%;
	height:160px;
}

#odessa {
	text-indent:-999em;
	height:65px;
	width:115px;
	display:block;
	background:url(/assets/images/odessa_logo.png) top left no-repeat;
	position:absolute;
	left:72%;
	top:85px;
}

#site {
	height:165px;
	display:block;
	background-color:black;
}

#content #menu {
	height:40px;
	list-style:none;
}

#content ul#menu,
div#content ul.gallery,
div#content ul.thumbs {
	list-style-type:none;
}
div#content ul.gallery,
div#content ul.thumbs {
	margin-left:0;
}

#menu a {
	color:black;
}

#menu a:hover {
	color:#FF1A00;
}
#content #menu {
	margin-left:0;
}

#content p {
	width:645px;
}


#menu li.selected a {
	color:#FF1A00;
	border-bottom:2px dotted #FF1A00; 
	padding-bottom:2px;
}

#menu li {
	float:left;
	margin-right:20px;
}

#content {
	position:relative;
	margin-left:-460px;
	left:50%;
	width:700px;
	background-color:#F5F6F7;
	padding-bottom:40px;
	min-height:500px;
}
#page {
	position:relative;
	height:100%;
}

#footer {
	background-color:black;
	position:absolute;
	top:100%;
	height:100px;
	margin-top:-20px;
	width:100%;
}

#footer div {
	height:20px;
	background-color:#D72104;
	padding-top:4px;
	padding-right:50px;
}

#footer p {
	display:block;
	width:960px;
	margin-left:50%;
	left:-765px;
	text-align:right;
	position:absolute;
}
#footer a {
	color:white;
}

/*----------------------------- Gallery --------------------------------------*/
#content ul.gallery li p {
	width:auto;
}
ul.gallery li,
ul.thumbs li{
	float:left;
	margin-right:10px;
	margin-bottom:7px;
}
ul.gallery,
ul.thumbs {
	width:700px;
}
#mbOverlay, #mbCenter {
	z-index:501;
}

.gallery-home {
	margin-bottom:40px;
}
.gallery img,
.thumbs img {
	/*
	width:120px;
	height:120px;
	*/
}
/*----------------------------- Home -----------------------------------------*/
.image-date {
	color:#666;
	font-size:11px;
}
/*----------------------------- Coming soon  ---------------------------------*/
ul.comingsoon h3.date {
	border-bottom:2px dotted #FF1A00; 
	padding-bottom:2px;
	margin-bottom:10px;
	width:640px;
}

ul.comingsoon div.desc {
	width:400px;
	float:left;
}
ul.comingsoon a.img {
	display:block;
	float:right;
}	
#content ul.comingsoon{
	width:640px;
	margin-left:0;
}
ul.comingsoon li {
	list-style:none;
}

/*----------------------------- Openinghours  ---------------------------------*/
.openinghours {
	width:300px;
	margin-right:20px;
	float:left;
}

/*------------------------------- Webcam -------------------------------------*/
div#webcamContainer{
	float: left;
}

div#webcamContent{
	float: right; 
	width: 370px;
}
#content div#webcamContent p {
	width: 370px;
}

/*------------------------------ Image alignments ----------------------------*/
img.l {
	float:left;
	margin-right:20px;
}
img.l, img.r {
	border:1px solid #6D6D6D;
	padding:4px;
	margin-bottom:20px;
}
img.r {
	float:right;
	margin-left:20px;
}
/*--------------------------- Paragraph styles -------------------------------*/
p.clear {
	clear:both;
}

#content ul {
	list-style:disc;
	margin-bottom:10px;
	margin-left:10px;
}
