@charset "UTF-8";
/* CSS Document */

body,html {
	padding:0;
	margin:0;
}

body {
	background:#0CF;
	font-family:Arial, Helvetica, sans-serif;
}

#container {
	width:960px;
	height:600px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-300px 0 0 -480px;
	border:solid #000 2px;
}

#header {
	height:120px;
	border-bottom:solid 1px #000;
}

#header img {
	border:none;
}

#sidebar {
	width:200px;
	height:460px;
	background:#000;
	float:left;
}

#nav {
	height:372px;
}

#nav ul {
	list-style:none;
	padding:0;
	margin:0;
}

#nav ul li a:link, #nav ul li a:visited {
	display:block;
	text-decoration:none;
	width:160px;
	height:30px;
	color:#FFF;
	text-align:right;
}

#nav ul li a:hover, #nav ul li a:active {
	color:#999;
}

#nav ul li a.selected {
	color:#999;
	cursor:default;
}

#address{
	height:75px;
	width:160px;
	text-align:right;
	font-size:10px;
	color:#FFF;
}

#address a {
	text-decoration:none;
	color:#FFF;
}

#address a:hover {
	color:#999;
}


#content {
	width:760px;
	height:460px;
	float:left;
	background:#FFF;
}

#content_text{
	padding:10px;
	font-size:12px;
	color:#666;
}

#content_image {
	width:760px;
	height:335px;
	position:relative;
}

#content_image IMG{
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#content_image IMG.active {
    z-index:10;
    opacity:1.0;
}

#content_image IMG.last-active {
    z-index:9;
}

#content_gallery {
	width:760px;
	height:460px;
	font-size:12px;
	background:#666;
	color:#fff;
	line-height:1.5em;
}

#content_contact{
	width:760px;
	height:430px;
	font-size:12px;
	background:#666;
	color:#fff;
	padding-top:30px;
}

#content_confirm{
	width:760px;
	height:430px;
	font-size:12px;
	background:#666;
	color:#fff;
	padding-top:30px;
}

#content_confirm p {
	text-align:center;
	font-size:14px;
}

#contact {
	width:600px;
	font-size:12px;
	background:#666;
	color:#fff;
	margin:auto;
}

#contact a {
	text-decoration:none;
	color:#FFF;
}

#contact a:hover {
	color:#000;
}

.lineheight {line-height:1.5em;
}

#submit {border:none;
}

#submit:hover {cursor:pointer;
			   background:#333;
			   color:#fff;
}

.price_head{
	color:#333;
	font-weight:bold;
	font-size:14px;
}

#shadowbox {
	width:460px;
	height:460px;
	margin:auto;
}

.picture {
	width:196px;
	height:196px;
	margin:15px;
	float:left;
	border:solid 1px #000;
}

#left {
	width:260px;
	float:left;
	height:440px;
	padding:10px;
	margin-left:80px;
}

#right {
	width:260px;
	float:left;
	height:440px;
	padding:10px;
	margin-left:40px;
}

.column1 {
	width:160px;
	text-align:left;
	float:left;

}

.column2 {
	width:100px;
	text-align:left;
	float:left;
}

#footer {
	height:15px;
	text-align:center;
	color:#999;
	background:#000;
	clear:left;
	color:#999;
	font-size:10px;
	text-align:right;
	padding:5px 5px 0 0;
}

