html {
	margin: 0;
	padding: 0;
}

body {
	color: #ffffff;
	text-align:center;
	margin: 0;
	padding: 0;
	font: small "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: normal;
	background: #021E4E url(../images/mainback.gif) repeat-y center;
}

*html body {
	font-size:  x-small;
}

h3 {
	font-size:  115%;
	margin: 10px;
	padding: 0;
}

p {
	margin: 5px 10px 10px 10px;
	padding:  0;
}

#wrapper {
	background-color: #000000;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#head {
	background-color: #677385;
	padding: 10px 5px;
}

#content {
	width: 800px;
	float: left;
	background-color: #000000;
	margin: 0;
	padding: 0;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	overflow: visible;
	text-align: left;
}

#logo {
	background: #000000;
	position: relative;
	float:  left;
	width: 149px;
}

#bodytext {
	float:  left;
	position:relative;
	background-color: #01092C;
	width:  649px;
	border-left:  2px solid white;
	min-height:  98px;
}

/* for IE, with IE5/Mac backslash filter \*/
* html #bodytext {
	width:  651px;
	height: 98px;
}

#home_pict {
	width: 100%;
	height: auto;
	min-height: 505px;
	background: #000000 url(../images/img_hero.jpg) no-repeat;
}

#pict_experience {
	width: 100%;
	height: auto;
	min-height: 505px;
	background: #000000 url(../images/img_experience.jpg) no-repeat;
}

#pict_elegance {
	width: 100%;
	height: auto;
	min-height: 505px;
	background: #000000 url(../images/img_elegance.jpg) no-repeat;
}

#pict_exquisite {
	width: 100%;
	height: auto;
	min-height: 505px;
	background: #000000 url(../images/img_interior.jpg) no-repeat;
}

#pict_extreme {
	width: 100%;
	height: auto;
	min-height: 505px;
	background: #000000 url(../images/img_extreme.jpg) no-repeat;
}

#pict_ready {
	width: 100%;
	height: auto;
	min-height: 505px;
	background: #000000 url(../images/img_ready.jpg) no-repeat;
}

#navigation {
	position: relative;
	width: 180px;
	text-align: left;
	left:  550px;
	padding: 0;
	margin: 0;
}

#nav, #nav ul { /* all lists */
	list-style: none;
	padding: 0;
	margin: 0;
	min-height: 20px;
	line-height: 20px;
	font-size:  110%;
}

/* IE Fix */
*html #nav {
	font-size:  95%;
}

#nav li { /* all list items */
	font-weight: bold;
	background: #000 url(../images/left_both.gif) no-repeat left bottom;
	vertical-align: middle;
}

#nav a {
	color: #CC0000;
	padding: 5px 0 5px 10px;
	text-decoration: none;
	background: url(../images/right_both.gif) no-repeat right bottom;
	display: block;
}

/*IE Fix */
*html #nav li {
	height: 1%;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: none;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	width: 175px;
}

*html #nav li ul {
	width: 180px;
}

#nav li ul li {
	background: #01092C;
	margin: 0 0 2px 0;
	padding: 5px 0 5px 10px;
	min-height: 20px;
	vertical-align: middle;
	text-align: left;
	line-height: 20px;
}

#nav li ul li a {
	background: none;
	padding: 0;
	margin: 0;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul li:hover, #nav li ul li.hover  {
	background: #677385;
}

#nav li.nav_last {
	background: none;
	padding:0;
	margin:0;
	text-align: right;
}

#nav li.nav_last:hover {
	background: none;
}

.last_item {
	background: url(../images/nav_bottom_lft.gif) no-repeat left bottom;
	padding: 0;
	float:left;
	width: 170px;
}

.last_item2 {
	background: url(../images/nav_bottom_rt.gif) no-repeat right bottom;
	padding:  25px 10px 10px 0;
	margin-right: -20px;
	float:left;
	width: 165px;
	position: relative;
}

/* IE Negative margin fix */
*html .last_item2 {
	width: 180px;
}

#footer {
	height: 20px;
	vertical-align: middle;
	line-height: 20px;
	padding-right: 20px;
	margin-top: 20px;
	text-align: right;
}

/* IE Fix */
*html #footer {
	font-size: 95%;
}

#footer a {
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover {
	color: #696969;
	text-decoration: underline;
}

.headlink {
	display: inline;
	vertical-align: middle;
}

.headlink a {
	text-decoration: none;
	color: white;
	padding-right: 10px;
}

.headlink a:hover {
	text-decoration: none;
	color: #cccccc;
}

#contact_top {
	float: right;
	display: block;
	background-color: #01092C;
	min-height: 48px;
	margin: 20px;
	padding: 0 5px;
	border-left: 2px solid white;
	line-height: 20px;
}

#contact_top a {
	text-decoration: none;
	color: #ffffff;
}

#contact_top a:hover {
	color: #696969;
}

#photogallery {
	text-align: left;
	margin: 10px 5px 20px 5px;
	padding:  0;
	float: left;
	width:  535px;
}

#photogallery ul {
	margin: 0;
	padding: 0;
}

#photogallery li {
	list-style: none;
	float: left;
	margin: 5px;
}

#photogallery a .thumb {
	margin: 5px;
	padding: 2px;
	float: left;
}

#videogallery {
	width: 225px;
	float: left;
	margin: 10px 0 20px 20px;
	padding:  0;
}


#video {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

#photocaption {
	font-size: 90%;
	color: #4b4b4b;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	clear: both;
	margin-bottom: 20px;
}

#playvideo {
	margin: 0 40px;
}

#video object {
	margin: 10px;
	padding: 3px;
	border: 1px solid #4b4b4b;
	display: inline;
}

#contactinfo {
	width: 100%;
	height: auto;
	min-height: 505px;
	font-size: 110%;
	line-height: 150%;
}

/* IE Fix */
*html #contactinfo {
	height:  405px;
}

#contactinfo a {
	color:  white;
	text-decoration: none;
}

#contactinfo a:hover {
	color: #696969;
	text-decoration: underline;
}

#sitemap {
	width: 100%;
	height: auto;
	min-height: 505px;
	font-size: 110%;
	line-height: 150%;
}

/* IE Fix */
*html #sitemap {
	height:  405px;
}

#sitemap a {
	color:  white;
	text-decoration: none;
}

#sitemap a:hover {
	color: #696969;
	text-decoration: underline;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*IE FIX for Psudo classes*/
li {
	behavior: url('../css/iefixes.htc');
  }
