﻿html {
	background-image: url(http://c797103.r3.cf2.rackcdn.com/backgrd_main.jpg);
}

html, body, form {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a img {
	border: none;
}

#mainsection {
	width: 1230px;
	margin:0 auto;
	min-height:100%;
	background-image:url(http://c797103.r3.cf2.rackcdn.com/backgrd_main_rpt.png);
}

#header {
	position:relative;
	display: block;
	height: 130px;
	width: 1068px;
	background-image:url(http://c797103.r3.cf2.rackcdn.com/CLIMBworks_header.png);
	background-repeat: no-repeat;
}

#logo {
	height:132px;
	width:168px;
	position: absolute;
	top: 0px;
	left: 125px;
	text-indent:-9999px;
}

#header img {
	border: 0px;
}

/* Top Nav http://www.kriesi.at/archives/create-a-multilevel-dropdown-menu-with-css-and-improve-it-via-jquery*/
#top-nav-wrapper {
	height: 42px;
	display: block;
	font-family: Arial, sans serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	width: 1068px;
}

ul#top-nav{
    margin: 0 auto;
    padding: 0;
}

ul#top-nav li{
    float: left;
    list-style: none;
    padding: 0px;
    margin: 0px;
	display: block;
	height: 30px;
}

ul#top-nav li a{
    display: block;
}

ul#top-nav li a img{
    border: 0px;
}
ul#top-nav li ul {
	position: absolute;
	background-image: url("/css/images/menu_middle.png");
	padding: 0px;
	margin: 0px;
	width: 243px;
	text-align: center;
	display: none;
	z-index: 10000;
}

ul#top-nav li ul li {
	clear: both;
	width: 243px;
	margin: 3px 0px 3px 0px;
	height: 25px;
}

ul#top-nav li ul li.child-first {
	margin-top: 10px;
}

ul#top-nav li ul li a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

/* Slideshow */
#slideshow-wrapper {
	width: 1068px;
	text-align: center;
	/*margin: 0 0 0 96px;*/
}

#frame-left {
	width:110px;
	height:438px;
	float:left;
	background-image:url(images/frame_left.png);
}

#frame-top {
	width:802px;
	height:26px;
	float:left;
	background-image:url(images/frame_top.png);
}

#frame-bottom {
	width:802px;
	height:26px;
	float: left;
	background-image:url(images/frame_bottom.png)
	
} 

#frame-right {
	width: 154px;
	height:438px;
	margin-top:-412px;
	float:left;
	background-image:url(images/frame_right.png);
}

#book-now {
	border: 0px;
	/*margin: 0 0 0 70px;*/
}

#footer {
	height:100px;
	background-image:url(images/footer_shadow.png);
	background-position:-85px -5px;
	text-align: left;
	/*margin: 0 0 0 205px;*/
}

#footer.footer-text {
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
}

.clear {
	clear:both;
	height:0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
}

#default-container {
	width:1078px;
	margin: 0 auto;
}

#default-wrapper {
	width:1078px;
	min-height: 500px;
	_height: 500px;
	background-image:url(images/body_backgrd.png);
	float: left;
}

#default-content {
	width:770px;
	margin: 0 auto;
	font-size: 1em;
	color:#330000;
	text-align: left;
}

#default-content h1, h2 {
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	color:#FFFFCC;
}

#default-content h3 {
	font-weight:bold;
	color:#FFFFCC;
	font-size: 16px;
}

#default-content h1 {
	font-size:16pt;
}

#default-content h2 {
	font-size:14pt;
}

#default-content img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 4px;
	float: right;
}

#default-top {
	width:1078px;
	height: 26px;
	background-image:url(images/body_backgrd_header.png);
	background-repeat: no-repeat;
	float: left;
}

#default-bottom {
	width:1078px;
	height: 26px;
	background-image:url(images/body_backgrd_footer.png);
	float: left;
}

/* Contact Form */
#contact-form {
	border-right: 1px solid #fff;
	float: left;
	padding: 0 40px 0 0;
}

#contact-text {
	margin: 0 0 0 10px;
	float: left;
	color: #fff;
}

#contact-text-top {
	margin: 0 0 10px 0;
}

#contact-form .label {
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 1em;
	display: block;
	color: White;
	font-size: 14px;
}

#contact-form .textbox {
	background-image:url(images/textbox_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;
	width: 230px;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;

}

#contact-form .textarea {
	background-image:url(images/textbox_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	height:150px;
	width:350px;
}

#contact-form .submit {
	margin-left: 5.5em;
}

/*http://www.jankoatwarpspeed.com/post/2008/05/22/CSS-Message-Boxes-for-different-message-types.aspx*/
.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url("images/messages/info.png");
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url("images/messages/success.png");
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url("images/messages/warning.png");
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url("images/messages/error.png");
}

#videoholder-wrapper {
	width: 757px;
	height: 509px;
	background-image: url("images/slideshow_background.jpg");
	padding-top: 1px;
}

#video-holder {
	margin-top: 15px;
}

.videoholder {
	width: 640px;
	height: 395px;
	margin: 0 auto;
}

.videothumbnails {
	height: 90px;
	clear: both;
	width: 640px;
	margin: 0 auto;
}

.video-thumbnail {
	float: left;
	width: 120px;
	height: 90px;
	margin-right: 10px;
	cursor: pointer;
}

.videothumbnails .last {
	margin: 0px;
}

#video-holder .video-thumbnail img {
    background: none;
    border: none;
    float: none;
    padding: 0px;
}

#default-content .tn3-thumb img, #default-content .tn3-full-image img {
    background: none;
    border: 0px;
    float: none;
    padding: 0px;
}

#gallery-wrapper {
	width: 757px;
	height: 509px;
	background-image: url("images/slideshow_background.jpg");
	padding-top: 1px;
}

#gallery {
	width: 730px;
	margin: 40px auto 0px auto;
}
