@charset "utf-8";

html {
	height: 100%;
	overflow-y: scroll;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
a {
	color: #a6a3a3;
	text-decoration: none;
}
a:hover {
	color: #009fd5;
	text-decoration: underline;
}
h1 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #009fd5;
	display: inline;
}
h2 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #d6d6d7;
	display: inline;
}

/* ID */
#main {
	position: relative;
	left: 50%;
	margin-left: -499px;
	width: 998px;
	height: 100%;
	background-repeat: no-repeat;
	letter-spacing: 1px;
}
#spacer {
	position: relative;
	width: 100%;
}
#flashHolder {
	position: relative;
	width: 100%;
}
#menu {
	position: relative;
	width: 100%;
	height: 35px;
	z-index: 1;
}
#menuItem {
	float: left;
	height: 35px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #a6a3a3;
	display: block;
}
.menuInner {
	float: none;
	display: none;
	padding-top: 4px;
	position: absolute;
	width: 250px;
}
#menuInnerItem {
	font-size: 10px;
}
#content {
	margin-top: 16px;
	margin-left: 150px;
}
#title {
	
}
#contentInner {
	margin-top: 16px;
	float: none;
}
#contentLeft {
	float: left;
}
#textLeft {
	margin-bottom: 16px;
	background-color: #000000;
	background-image: url(../images/text-background.jpg);
	background-repeat: repeat;
	background-repeat: repeat-x;
	width: 320px;
	padding: 10px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #d6d6d7;
}
#contentMid {
	float: left;
	width: 16px;
}
#contentRight {
	float: left;
	/*margin-left: 16px;*/
}
#textRight {
	margin-bottom: 16px;
	background-color: #000000;
	background-image: url(../images/text-background.jpg);
	background-repeat: repeat;
	background-repeat: repeat-x;
	width: 400px;
	padding: 10px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #d6d6d7;
}
.itemInner {
	position: relative;
	display: none;
	margin-top: 6px;
}
#itemInnerLink {
	position: relative;
	float: right;
	top: 4px;
	right: 0px;
	height: 20px;
	color: #009fd5;
}
#pictures {
	cursor: hand;
	display: block;
	margin-top: 6px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #009fd5;
}
#contentPage1 {
	display: block;
}
#contentPage2 {
	display: none;
}
#picturesHead {
	float: none;
}
#picturesBody {
	float: none;
}
.picturesNumber {
	float: left;
	width: 14px;
	text-align: center;
	vertical-align: middle;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #d6d6d7;
	display: block;
	/*border-left: solid 1px #009fd5;
	border-right: solid 1px #009fd5;*/
}
#picturesButton {
	float: left;
	text-align: center;
	vertical-align: middle;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #d6d6d7;
	display: block;
}
.picturesImage {
	display: none;
}
#openFloat {
	top: 0px;
	float: left;
	padding: 0px;
	margin: 0px;
}
#openTR {
	margin: 0px;
	padding: 0px;
	width: 383px;
	height: 176px;
	background-image: url(../images/open-background-tr.jpg);
	background-repeat: no-repeat;
}
#openBR {
	margin: 0px;
	padding: 0px;
	width: 383px;
	height: 171px;
	background-image: url(../images/open-background-br.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
}
#openLinks {
	position: relative;
	top: 131px;
	width: 383px;
	height: 45px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	vertical-align: middle;
}
#openLinksFloat {
	float: left;
	margin-top: 20px;
	vertical-align: middle;
}
#openRolex {
	width: 136px;
	height: 102px;
	position: absolute;
	top: 50%;
	left:50%;
	margin-top: -51px;
	margin-left: -68px;
}
.blue {
	color: #009fd5;
}
