/*
----------------------------------------------------------------
CSS:    Styles for Cheetah
Author: Nicholas Marshall, Marshall & Marshall Website Designers
----------------------------------------------------------------
*/

* {
	padding: 0;
	margin: 0;
}

body, html {
	font-family: Arial, Helvetica, Verdanan 'sans-serif';
	font-size: 12px;
	line-height: 1.5;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(../images/bg-images/bg-tile.gif);
	background-repeat: repeat-x;
}

a {
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
}

p {
	font-family: Arial, Helvetica, Verdanan 'sans-serif';
	font-size: 12px;
	letter-spacing: 0.05em;
	text-align: justify;
	color: #4E80A0;
}

h1 {
	font-size: 12px;
	font-weight: bolder;
	line-height: 170%;
	margin-top: 6px;
	margin-left: 7px;
	color: #3E7BAF;
	text-shadow: #7FBDE6 1px 0 2px;
}

h2 {
	font-family: Arial, Helvetica, Verdanan 'sans-serif';
	font-size: 13px;
	letter-spacing: 0.05em;
	font-weight: bolder;
	line-height: 170%;
	margin-bottom: 10px;
	color: #666666;
	text-shadow: #7FBDE6 1px 0 2px;
	background: url(../images/bg-images/h2-bg.gif) repeat-x 0 69% !important;
	background-position: 0 61%; /* Hack for Internet Explorer */
}

thead {
	display: none;
}

td {
	padding: 5px;
}

img {
	border: 0;
}

fieldset {
	border: none;
}

label {
	width: 90px;
	height: 20px;
	margin-left: 20px;
	float: left;
	clear: both;
	color: #3E7BAF;
	text-shadow: #7FBDE6 1px 0 2px;
}

/* =container */
#container {
	width: 784px;
	margin-left:auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: -1px;
	background-color: #FFFFFF;
	margin-bottom: -1px;
	/* border: 1px solid red; */
}

#container-globalsound {
	width: 788px;
	margin-left:auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: -1px;
	padding: 1px;
	background-color: #FFFFFF;
	margin-bottom: -1px;
	/* border: 1px solid red; */
}

#header {
	width: 100%;
	height: 135px;
	clear: both;
	/* border: 1px solid red; */
}

/* =sidebar */
#sidebar-chooser {
	width: 110px;
	height: 35px;
	position: absolute;
	top: -1px;
	left: 0;
	/* border: 1px solid aqua; */
}

/* =nav */
#navbar {
	width: 782px;
	clear: both;
	height: 40px;
	background-image: url(../images/bg-images/navbar.jpg);
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 1px;
	border-top: 3px solid #E8EFF7;
	border-bottom: 3px solid #E8EFF7;
	/* border: 1px solid aqua; */
}

/* =dropdown */
#navbar ul {
	height: 41px;
	list-style: none;
	display: inline;
	padding-top: 0;
	margin-top: 4px;
	background: none;
	clear: left;
	display: block; /* IE not affected - dipslaye correctly */
	/* border: 1px solid aqua; */
}

/* most imporant: display styles on hover */
#navbar li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#navbar ul li {
	font-size: 12px;
	height: 32px;
	float: left; /* IE force into display inline */
	position: relative;
	text-align: left;
	letter-spacing: 0.08em;
	display: inline;
	margin-left: 38px;
	margin-right: 18px;
	color: #FFFFFF;
	background: transparent;
	/* border: 1px solid blue; */
}

#navbar ul li a {
	/* display: block; */ /* IE bug returns all a elements in vertical list */
	text-decoration: none;
	height: 25px;
	padding: 2px 4px 4px 4px;
	color: #FFFFFF;
	white-space: nowrap; /* IE work-around the IE block issue */
	/* border: 1px solid green; */
}

#navbar ul li a:hover {
	text-decoration: none;
	height: 25px;
	padding: 2px 4px 4px 4px;
	background-image: url(../images/bg-images/nav-li-a-bg.gif);
	background-position: 50% -10px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	white-space: nowrap; /* IE work-around the IE block issue */
	/* border: 1px solid red; */
}

#navbar ul li ul {
	display: none; /* initial state for rollover */
}

#navbar ul li>ul {
	top: auto;
	left: -40px;
}

#navbar li:hover ul, #navbar li.sfhover ul { /* lists nested under hovered list items */
	width: 173px;
	height: 169px;
	top: 100%;
	display: block;
	position: absolute;
	margin-top: -3px; /* get a correct margin */
	left: 0;
	z-index: 10;
	text-align: left;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -32px;
	padding: 0 15px 8px 0;
	background-image: url(../images/bg-images/ul-li-ul-bg.gif);
	background-position: 0% -1%;
	background-repeat: no-repeat;
	/* border: 1px solid red; */
}

/* IE HACK MARGIN-LEFT */
* html #navbar li:hover ul, * html #navbar li.sfhover ul { /* lists nested under hovered list items */
	width: 173px;
	height: 199px;
	top: 100%;
	display: block;
	position: absolute;
	margin-top: -3px; /* get a correct margin */
	left: 0;
	z-index: 10;
	text-align: left;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -27px;
	padding: 0 15px 8px 0;
	background-image: url(../images/bg-images/ul-li-ul-bg-ie.gif);
	background-position: 0% -1%;
	background-repeat: no-repeat;
	/* border: 1px solid green; */
}

#navbar ul li ul li { /* IE correct */
	text-align: center;
	text-decoration: none;
	padding: 0;
	margin-top: 6px;
	margin-left: 3px;
	color: #FFFFFF;
	z-index: 3;
	/* border: 1px solid red; */
}

#navbar ul li ul li a {
	width: 160px;
	text-decoration: none;
	padding: 0;
	margin-top: 16px;
	margin-left: 3px;
	color: #FFFFFF;
	clear: both;
	display: block;
	white-space: nowrap;
	background-image: none;
	/* border: 1px solid red; */
}

#navbar ul li ul li a:hover {
	width: 160px;
	text-decoration: none;
	padding: 0;
	margin-top: 16px;
	margin-left: 3px;
	color: #E8EFF7;
	clear: both;
	white-space: nowrap;
	background-image: none;
	/* border: 1px solid red; */
}

/* =firstlevel  */
#content-first1 {
	width: 100%;
	clear: both;
	min-height: 401px;
	background-image: url(../images/bg-images/content-first1.jpg);
	background-repeat: repeat-x;
	/* border: 1px solid green; */
}

#content-first6 {
	width: 100%;
	clear: both;
	min-height: 401px;
	background-image: url(../images/bg-images/content-first6.jpg);
	background-repeat: no-repeat;
	/* border: 1px solid green; */
}

/* =content */
#content-left-col {
	width: 250px;
	float: left;
	margin-left: 7px;
	padding: 1px; /* FIX MARGIN-COLLAPSE BUG */
	/* border: 1px solid green; */
}

#content-left-col p {
	margin: 7px;
	line-height: 150%;
}

#content-right-col {
	width: 482px;
	float: right;
	margin-top: 10px;
	margin-right: 8px;
	min-height: 350px;
	background-repeat: no-repeat;
	overflow: hidden;
	/* border: 1px solid green; */
}

#content-left-col-wide {
	width: 350px;
	float: left;
	margin-left: 7px;
	padding: 1px; /* FIX MARGIN-COLLAPSE BUG */
	/* border: 1px solid green; */
}

#content-right-col-wide {
	width: 350px;
	float: right;
	margin-right: 5px;
	padding: 1px; /* FIX MARGIN-COLLAPSE BUG */
	/* border: 1px solid green; */
}

/* =secondlevel  */
#content-second1 {
	width: 100%;
	clear: both;
	min-height: 450px;
	/* border: 1px solid green; */
}

#content-second3 {
	width: 100%;
	clear: both;
	min-height: 450px;
	/* background-image: url(../images/bg-images/content-first1.jpg);
	background-repeat: no-repeat;
	border: 1px solid green; */
}

/* =gallery */
#gallery-content-left {
	width: 250px;
	float: left;
	margin-left: 7px;
	padding: 1px; /* FIX MARGIN-COLLAPSE BUG */
	/* border: 1px solid fuschia; */
}

#gallery-content-left ul {
	width: 235px;
	height: 30px;
	margin-top: -2px;
	margin-left: -1px;
	padding: 1px;
	list-style: none;
	display: inline;
	clear: left;
	display: block;
	/* border: 1px solid aqua; */
}

#gallery-content-left ul li {
	width: 78px;
	float: left;
	height: 30px;
	margin-left: -2px;
	position: relative;
	display: inline;
	background-image: url(../images/bg-images/gallery-tabs-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#gallery-content-left ul li a {
	height: 30px;
	display: block;
	padding: 5px 20px 0 20px;
	text-align: center;
	color: silver;
	text-decoration: none;
	background-image: url(../images/bg-images/gallery-tabs-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#gallery-content-left ul li a:hover {
	color: #D1EBF4;
}

#gallery-content-right {
	width: 498px;
	float: right;
	margin-top: 13px;
	margin-right: 1px;
	min-height: 350px;
	background-repeat: no-repeat;
	overflow: hidden;
	/* border: 1px solid aqua; */
}

.thumbnail_table {
	margin-top: 10px;
	margin-left:-5px;
	clear: both;
}

.thumbnail {
	margin: 0;
	padding: 0;
	border: 1px solid #7FBDE6;
}

#thumbnav a {
	font-size: 12px;
	width: 16px;
	height: 16px;
	padding: 8px 8px 8px 15px;
	display: block;
	float: left;
	color: #7FBDE6;
	text-decoration : none;
	/* border: 1px solid aqua; */
}

#thumbnav a:hover {
	background-color: #F5F7F9;
	text-decoration : none;
}

.active_link {
	font-size: 12px;
	width: 16px;
	height: 16px;
	padding: 8px 8px 8px 15px;
	display: block;
	float: left;
	color: #7FBDE6;
	/* border: 1px solid aqua; */
}

/* =content */

/* =footer */
#footer {
	width: 100%;
	height: 35px;
	padding: 1px;
	clear: both;
	background-image: url(../images/bg-images/footer-bg.jpg);
	background-repeat: repeat-x;
	border-top: 3px solid #E8EFF7;
}

#footer p {
	text-align: center;
	margin-top: 1px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

/* =contact */
#contact-div {
	width: 450px;
	min-height: 300px;
	margin-top: 20px;
	margin-left: 140px;
	background-image: url(../images/bg-images/footer-bg.jpg);
	background-repeat: repeat-x;
	border-top: 3px solid #E8EFF7;
	/* border: 1px solid red; */
}

#contact-div h2 {
	font-family: Arial, Helvetica, Verdanan 'sans-serif';
	font-size: 13px;
	letter-spacing: 0.05em;
	font-weight: bolder;
	line-height: 170%;
	margin-top: 8px;
	margin-bottom: 10px;
	margin-left: 20px;
	color: #666666;
	text-shadow: #7FBDE6 1px 0 2px;
	background: url(../images/bg-images/h2-bg.gif) repeat-x 0 69% !important;
	background-position: 0 61%; /* Hack for Internet Explorer */
}

#contactFormArea {
	width: 100%;
	clear: both;
}

.wider {
	width: 520px;
	display: block;
	margin-left: 30px;
	/* border: 1px solid red; */
}

.widest {
	width: 720px;
	display: block;
	margin-left: 30px;
	/* border: 1px solid red; */
}

.text {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	width: 235px;
	height: 20px;
	margin-top: 3px;
	margin-left: 20px;
	color: #A0A0A0;
	background-color: #FFFFFF;
	border: 1px solid #C2C2C2;
}

.contact_textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	width: 235px;
	height: 100px;
	margin-top: 3px;
	margin-left: 20px;
	color: #A0A0A0;
	background-color: #FFFFFF;
	border: 1px solid #C2C2C2;
}

.submit {
	margin-left: 130px;
	clear: both;
}

/* =classes */
.spec_table {
	margin-left: 1px;
	border-collapse: collapse;
	border: 1px solid #E8EFF7;
	color: #3E7BAF;
}

.odd {
	background-color: #E8EFF7;
}

/*
.spec_table tr:hover {
	background-color: #E8EFF7;
	border-bottom: 1px solid #CCCCCC;
} */

.img_space_small {
	margin: 4px;
	border: 1px solid #E8EFF7;
}

* html #content-right-col-wide .img_space_small {
	margin: 22px 4px 4px 4px;
	border: 1px solid #E8EFF7;
}

.img_space_small-chef {
	margin: 4px;
	border: 1px solid #E8EFF7;
}

* html #content-right-col-wide .img_space_small-chef {
	margin: 39px 4px 4px 4px;
	border: 1px solid #E8EFF7;
}

.img_space_home {
	margin-top: 10px;
	margin-left: 8px;
	border: 1px solid #76A4D5;
}

.img_space_home_small {
	margin-top: -13px;
	margin-bottom: 6px;
	margin-right: -5px;
	border: 1px solid #76A4D5;
}

.img_space_small_ski {
	margin-right: 4px;
	border: 1px solid #E8EFF7;
}
