

* {
	margin: 0;
	padding: 0;
	border: 0 none #6f6;
	color: #000;
	font-size: 100%;
	text-align: left;
}

body {
	background: #ccb;
	text-align: center;
	font-size: 75%;
	font-family: Verdana, Arial, Hevetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	clear: none;
	color: #3b3;
}

ul, ol {
	margin: 0;
	padding: 0 0 0 2.5em;
}
ul.p { list-style: lower-latin; }

h1 {
	position: absolute;
	top: 60px;
	left: 12px;
	width: 270px;
	height: 155px;
}

h1 a {
	width: 260px;
	height: 163px;
	display: block;
}

h1 span { display: none; }

h2 {
	font-size: 1.2em;
	display: block;
	margin-bottom: 8px;
}

h4 { margin: 0.3em 0 0 0; }

a {
	font-weight: bold;
	color: #191;
	text-decoration: none;
}

a:hover { color: #b00; }

p {
	margin-bottom: 0.8em;
	text-align: justify;
}

sub, sup { font-size: 0.7em; }

hr {
	border: none;
	border-top: 1px solid #6f6;
	margin: 0.5em 0;
	padding: 0;
	font-size: 0;
	height: 1px;
	clear: both;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin: 0.5em 0;
}

th {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	padding: 2px 8px;
	color: #fff;
	background: #3b3;
}

td {
	border: none;
	border-top: 1px solid #6f6;
	border-bottom: 1px solid #6f6;
	vertical-align: top;
	padding: 2px 8px;
}

table a { font-weight: normal; }

fieldset {
	border: 1px solid #6f6;
	padding: 0.2em 1em 0.8em 1em;
}

legend {
	border: 1px solid #6f6;
	padding: 1px 3px;
	margin-bottom: 0.4em;
	font-weight: bold;
}

.obligatory { color: #f00; }

.inline { display: inline; }

#container {
	margin: 0 auto;
	text-align: left;
	width: 770px;
	background: #fff;
}

#header {
	position: relative;
	width: 100%;
	height: 226px;
	background: #ffa url('/images/header-back.jpg') no-repeat bottom left;
}

#header cite {
	position: absolute;
	display: block;
	font-size: 1em;
	top: 74px;
	left: 24px;
	width: 200px;
	height: 60px;
	font-style: italic;
}

#header img {
	position: absolute;
	left: 260px;
	top: 0;
	width: 290px;
}

#menu {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 46px;
	background: #3b3;
}

#menu ul {
	margin: 0 1px;
	padding: 0;
}

#menu ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #afa;
}

#menu ul li a {
	color: #ffa;
	display: block;
	height: 46px;
	width: 191px;
}
#menu ul li.last { border-right: none; }

#menu ul li a span {
	display: block;
	padding: 8px 30px;
	color: #ffa;
}

#menu ul li a span span {
	color: #fff;
	display: block;
	padding: 0;
}

#menu ul li a:hover {
	color: #fff;
	background: #4c4;
}

#content {
	float: left;
	width: 548px;
	margin: 16px 0 0 0;
	line-height: 1.5em;
}

#content.width {
	float: none;
	width: 768px;
}

#content h2 {
	padding-bottom: 5px;
	margin-bottom: 1em;
	background: url('/images/dot.png') repeat-x bottom left;
}

#content h3, #content h4 { margin-top: 1em; }
#content h3 a, #right_nav h4 a { color: #191; }
#content h3 a:hover, #right_nav h4 a:hover, #right_nav a.selected { color: #b00; }

#right_nav {
	font-size: 0.9em;
	float: left;
	width: 220px;
	border-left: 1px solid #6f6;
	margin: 16px 0 0 0;
}

#right_nav h3, #right_nav ul a {
	color: #3b3;
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
	background: url('/images/dot.png') repeat-x bottom left;
}

#right_nav h3, #right_nav a.tl { background: url('/images/stripe.png') repeat-x bottom left; }

#right_nav a:hover { color: #b00; }

#right_nav ul {
	margin: 0;
	padding: 0 0 0.3em 0;
	list-style: none;
}

#right_nav ul ul a {
	color: #191;
	padding-left: 1em;
	list-style: none;
}

#right_nav li {
	display: block;
	padding: 2px 0;
	margin: 0;
}

#right_nav div.banner {
	padding: 5px 16px;
	margin-bottom: 1em;
}

#right_nav div.list img {
	width: 160px;
	height: 120px;
}

#footer {
	font-size: 0.85em;
	text-align: left;
	border-top: 1px solid #6f6;
	margin-top: 30px;
	padding: 8px 16px;
	clear: both;
}

.message {
	color: #f00;
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	padding: 5px 10px;
	margin: 10px 0;
}

.small {
	font-size: 0.9em;
	font-style: italic;
}

a img {
	border: none;
}

form {
	text-align: left;
}

.center {
	text-align: center;
}

.centerb {
	display: block;
	clear: both;
	text-align: center;
	margin: 0 auto;
}

.right {
	text-align: right;
}

.td_id {
	width: 50px;
	text-align: right;
}

.td_other {
	background: #fee;
}

.td_action {
	width: 200px;
	text-align: center;
}

.divider {
	clear: both !important;
	height: 1px !important;
	font-size: 0 !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

input, textarea, select {
	border: 1px solid #6f6;
	width: 100%;
	display: block;
	font-size: larger;
	margin-bottom: 0.8em;
}

input.hidden {
	display: none;
}

input.checkbox {
	border: none;
	display: inline;
	width: auto;
	margin-bottom: 0;
}

input.button {
	width: auto;
}

address {
	font-style: normal;
	padding: 0 0 10px 0;
	font-weight: normal;
}

table#tel * {
	margin: 0;
	padding: 0;
	border: none;
	background: #fff;
}

table#tel td.c1 {
	width: 49%;
}

form.contacts {
	margin: 0 auto;
	text-align: center;
	width: 300px;
}

div.list h3 {
	font-size: 1em;
	clear: both;
	margin: 0;
	padding: 0;
}

div.list img {
	float: left;
	width: 120px;
	height: 90px;
	margin-right: 12px;
}

div.list div {
	margin: 0em 0 1em 0;
	padding: 0.5em 0;
	border-bottom: 1px solid #6f6;
}

div.list div div {
	padding: 0;
	margin: 0;
	border: none;
}

div.list a { color: #a00; }

div.list p { padding: 0; }

div.parts { text-align: center; }

.floatl {
	float: left;
}

.floatr {
	float: right;
}

li.sel {
	font-weight: bold;
}

div.half {
	float: left;
	width: 49%;
	padding: 0;
	margin: 0;
}

div.half p, div.half h2, div.half address {
	margin-right: 1em;
	margin-left: 0;
}

#gallery {
	text-align: center;
}

#gallery a {
	display: block;
	float: left;
	padding: 2px;
	margin-bottom: 12px;
	text-align: center;
}

#gallery a img {
	display: block;
	padding: 0;
	margin: 0;
}

div.c2 { padding: 0 16px; }
div.c3 { width: 100%; }

.item_f { background: #fff; }
.item_s { background: #f5f5f5; }

.subimg {
	float: left;
	margin: 0 1em 0.3em 0;
}

.disabled { color: #f00; }
div.partners div p {
	text-align: center !important;
	margin: 0 1em 1em 1em;
}

span.button {
	background: #ddd;
	border: 1px solid #6f6;
	padding: 1px 5px;
	cursor: pointer;
}

a#image {
	width: 732px;
	height: 549px;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prevlabel.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/nextlabel.png) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


