@CHARSET "UTF-8";

html,body {
	margin: 0;
	padding: 0;
}

body {
	font: 11px arial,sans-serif;
	text-align: left;
	color: #fff;
	background: #000;
	background-image: url("img/top_gradient.gif");
	background-repeat: repeat-x;
	background-position: top;
}

li {
	list-style-type: square;
	line-height: 20px;
}
	
p {
	margin: 10px;
	line-height: 17px;
}

a {	color: #fff; text-decoration: none; }
a:hover { text-decoration: underline }
a:focus { outline: none }


a img { border: 0px; border-style: none;  }

input { background-color: #272727; border: 1px solid #3e3e3e; color: #ddd; font: 11px arial,sans-serif;}
select { background-color: #272727; border: 1px solid #3e3e3e; color: #ddd; font: 11px arial,sans-serif; scrollbar-face-color: #666; scrollbar-track-color: #666; scrollbar-arrow-color: #aaa; }
button { background-color: #272727; border: 1px solid #3e3e3e; color: #ddd; font: 11px arial,sans-serif; font-weight: bold; margin: 2px; line-height: 25px; }
button:hover { background-color: #333; cursor: pointer;}
textarea { background-color: #272727; border: 1px solid #3e3e3e; color: #ddd; font: 11px arial,sans-serif; margin: 1px; scrollbar-face-color: #272727; scrollbar-track-color: #333; scrollbar-arrow-color: #fff; scrollbar-shadow-color: #272727; scrollbar-3dlight-color: #272727; }

table { text-align: right; }

div#container {
	text-align: center;
	background: #000;
	width: 100%;
	border: 0;
	background-repeat: no-repeat;
	background-position: top right; 
}

div#top {
	text-align: left;
	padding: 0px;
	margin: 0px;
	height: 120px;
	overflow: hidden;
	background-image: url("img/top_gradient.gif");
	background-repeat: repeat-x;
	background-position: top left;
}

div#menu {
	float: right;
	height: 120px;
	overflow: hidden;
	background-image: url("img/top_gradient.gif");
	background-repeat: repeat-x;
	background-position: top;
}

div#menu img {
	margin: 0;
}

div#menu img:hover {
	cursor: pointer;
}

div#contentLeft {
	width: 400px;
	float: left;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

div#contentLeft img {
	border: 1px solid #fff;
	margin-left: 0px;
}

div#content {
	text-align: left;
	vertical-align: top;
	margin-left: 400px;
	width: 570px;
	height: 400px;
	padding: 0px;
}

div#footer{
	height: 41px;
	color: #FFF;
	clear: both;
	width: 100%;
}

div#footer p {
	font-size: 10px;
	color: #757575;
	margin: 0;
	padding-right: 20px;
	text-align: right;
	line-height: 41px;
}

div#footer img {
	vertical-align: middle;
}

.redHeader {
	font-weight: bold;
	color: #f00;
}

.zoomInfo {
	padding: 5px;
	text-align: center;
	color: #555;
}

.zoomInfo img {
	border: 0 !important;
	margin: 5px 0px 0px 15px !important;
}

.thumb {
	align: right;
	margin-top: 20px;
	margin-left: 50px;
	
}

.thumb img {
	border: 1px solid #fff;
	margin: 10px;
}

.thumb img:hover {
	border: 2px solid #fff;
	margin: 9px;
	cursor: pointer;
}

.gallerySmall {
	margin-top: 40px;
	cursor: pointer;
}

.noBorder {
	border: 0px !important;
	margin: 0px !important;
}

.contactAddress {
	width: 500px;
	text-align: center;
}

.contactHeader {
	font-size: 12px;
	font-weight: bold;
	color: #f00;
}

.contactInfo {
	margin-top: 20px;
	color: #979797;
}

.gallerySite {
	width: 330px;
	text-align: center;
}

.galleryNavi {
	height: 40px;
	
	
}

.arrow {
	height: 300px;
	line-height: 300px;
	text-align: center;
}
