/* scotts-troon.com 02/03/09
   paul @ touch
----------------------------------------------------------------------------------------------------*/

/* reset http://meyerweb.com/eric/tools/css/reset/ v1.0 | 20080212
----------------------------------------------------------------------------------------------------*/ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* tag
----------------------------------------------------------------------------------------------------*/ 

html {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	min-height: 100%;
	height: auto;
}

body {
	background-image: url(../images/background_wave.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left bottom;
}

h1, h2, h3, h4 {
	font-weight: normal;
	color: #7E9F90;
	line-height: 1.4em;

}
h2 {
	font-size: 1em;
}
h3 {
	font-size: 0.85em;
}
h4 {
	font-size: 0.7em;
}
h1 + h2, h2 + h3, h3 + h4 {
	margin-top: 1em;
}
p {
	line-height: 1.4em;
	padding-bottom: 1.4em;
}
p.small, span.small, #wrapper.popupMenus p {
	font-size: .75em;
}
a {
	text-decoration: none;
	color: #666666;	
	border-bottom: 1px dotted #7E9F90;
}
#content a:hover {
	color: #E3701E;
	cursor: pointer;
	border-bottom: 1px dotted #E3701E;
}

/* containers
----------------------------------------------------------------------------------------------------*/

#wrapper {
	width: 940px;
	margin-top: 20px;
	margin-left: 20px;
}
#wrapper.popupMenus {
	width: 300px;
	margin-top: 20px;
	margin-left: 20px;
}

#sidebar {
	margin-top: 20px;
	float: left;
	width: 220px;

}
#sidebar a {
	border-bottom: 0px;
}
#sidebar p {
	padding-bottom: 0px;
}
#sidebar #logo {
	background-image: url(../images/logo_scotts.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 173px;
}

#sidebar #logo a {
	display: block;
	text-indent: -1000px;
	height: 31px;
	width: 173px;
}
#sidebar #contact {
	margin: 10px 0;
	padding: 5px 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #828282;
}
#sidebar #contact p {
	font-size: 0.7em;
}
#sidebar #nav {

}
#sidebar #nav ul {
	font-size: 0.75em;
	text-transform: uppercase;
}

#sidebar #nav ul li {
	margin-bottom: 5px;

}
#sidebar #nav a {
	width: 215px;
	display: block;
}
#sidebar #nav a.active {
	color: #7E9F90;
	padding-left: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#sidebar #nav a.inactive {
	color: #666666;
	padding-left: 0px;
	border-left-width: 0px;
}
#content {
	height: 675px;
	width: 660px;
	padding: 20px 20px 0px 20px;
	overflow: hidden;
	float: right;
	background-image: url(../images/main_balcony.jpg);
	background-repeat: no-repeat;
	background-position: -700px 0px;
}
/* section classes named as cf sectionID variable, class applied to #wrapper element rather than #content to get around IE6 ID+Class bug */
#wrapper.index #content {
	background-image: url(../images/main_balcony.jpg);
}
#wrapper.offers #content {
	background-image: url(../images/main_mojito.jpg);
}
#wrapper.bar #content {
	background-image: url(../images/main_bar.jpg);
}
#wrapper.restaurant #content {
	background-image: url(../images/main_restaurant.jpg);
}
#wrapper.area #content {
	background-image: url(../images/main_terrace.jpg);
}
#wrapper.signup #content {
	background-image: url(../images/main_wine.jpg);
}
#wrapper.recruitment #content {
	background-image: url(../images/main_abstractView.jpg);
}
#wrapper.contact #content {
	background-image: url(../images/main_balcony.jpg);
}
#content #text, #content #toggle {
	width: 620px;
	padding-top: 18px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/background_85opacityWhite.png);
	background-repeat: repeat-y;
	position: relative;
}
#content #text h1 {
}
#content .columnLeft, #content .columnRight {
	float: left;
	width: 300px;
}
#content .columnRight {
	float: right;
}
#content .columnLeft .snippet, #content .columnRight .snippet {
	margin: 0;
	padding-top: 8px;
	width: 300px;
	border-top: 1px solid #FFFFFF;
	font-size: 0.8em;
}
#content #toggle {
	margin: 5px 0px;
	padding: 0px 20px;
	display: block;
	cursor: pointer;
	cursor: hand;
	background-color: transparent;
}
#content #toggle p {
	font-size: 0.7em;
	color: #7E9F90;
	margin: 0px;
	padding: 0px;
	background-image: none;
}
#content #toggle:hover p {
	/* color: #E3701E; */
}
/* Forms
----------------------------------------------------------------------------------------------------*/
.formbox {
	width: 250px;
	margin: 3px;
}
.reg_button {
	margin: 5px;
}

/* Clear Floated Elements http://sonspring.com/journal/clearing-floats
----------------------------------------------------------------------------------------------------*/

html body div.clear, html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
li.clear {
	clear: both;
	float: none;
}
