html {
	height:100%;
	background: black
}

body {
	background: url(img/bg.jpg) no-repeat;
	min-height:100%;
	padding:0;
	width:900px; margin:0 auto;
	position: relative;
}

*html body {
	height: 100%;
}

#content {
	font-family: helvetica, arial, sans-serif;
	padding:0; margin: 0 auto;
	padding-bottom: 42px;
	min-height: 100%;
	width:706px;
	overflow: hidden;
}

#logo_bg {
	background: url(img/bg_logo.jpg) 0 22px repeat-x;
	width:706px;
	height: 309px;
}

#logo {
	background: url(img/logo.jpg) no-repeat top center;
	width:706px;
	height: 309px;
}

#main {
	background: #111b1c url(img/bg_main.jpg) repeat-x;
	height: 370px;
	width: 706px;
}

#menu {
	text-align: center;
	margin-top: 240px;
}

#text {
	float: left;
	width: 289px;
	padding: 30px 40px;
}

#text1 {
	float: left;
	width: 626px;
	padding: 30px 40px;
}

#frame {
	background: url(img/bg_frame.jpg);
	width: 317px;
	height: 289px;
	float: right;
	text-align:center;
	padding-right:20px;
	padding-top:10px;
}

#footer {
	position:absolute;
	bottom:50px;
	left:370px;
	text-align:center;
}

.numbers {
	float: right;
}

/*COLORS/FONTS*/
a, a:visited {
	color: white;
}

#menu a, .active {
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	height: 24px;
	display: inline-block;
	width: 84px;
	padding-top: 14px;
	font-size: 9px;
}

#menu a:hover {
	background: url(img/brackets.png) center no-repeat;
}

#footer {
	font-family: helvetica, arial, sans-serif;
	color: #174649;
	font-size: 9px;
	letter-spacing: 1px;
}

.active {
	color:#666;
}

h1 {
	font-size: 20px;
}

.read_more {
	list-style: disc;
	color: #666;
}

.read_more:hover {
	cursor:pointer;
}

#text, #text1 {
	font-size: 12px;
	color: white;
	text-align: justify;
}

h1 {
	margin-top: 0;
}

.images {
	text-align: center;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width:50%;
}

a img {
	border:0px;
}

.comments {
	font-size:10px;
}


/*Text Lightbox*/

#backgroundPopup{
  display:none;
  position:fixed;
  _position:absolute; /* hack for internet explorer 6 */
  height:100%;
  width:100%;
  top:0;
  left:0;
  background:#000;
  border:1px solid #cecece;
  z-index:1;
}

#popupContact{
  display:none;
  position:fixed;
  _position:absolute; /* hack for internet explorer 6 */
  height:600px;
  width:800px;
  background:#FFFFFF;
  border:2px solid #cecece;
  z-index:2;
  padding:12px;
  font-size:12px;
  font-weight: bold;
}

#popupContact h1{
  color:#6FA5FD;
  font-size:22px;
  border-bottom:1px dotted #D3D3D3;
  padding-bottom:2px;
  margin-bottom:20px;
}

#popupContactClose {
  font-size:14px;
  line-height:14px;
  right:6px;
  top:4px;
  position:absolute;
  color:#6fa5fd;
  font-weight:bold;
  display:block;
}

#popupContactClose:hover {
  cursor:pointer;
}

#contactArea {
    color:#666;
    line-height:1.4;
    width:800px;
}

.prices {
    width:655px;
}
