@charset "UTF-8";
/*
	Background-Styles */

body { background: #fdfdd1 url(../images/bg_gradient.png) fixed bottom repeat-x; font-family: Verdana, Arial, sans-serif; font-size: 13px; }

#wrapper { margin: 0 auto; position: relative; width: 980px; }

#headerWrapper { background: #fdfdd1 url(../images/bg_header_rptx.png) top repeat-x; margin-bottom: 44px; height: 136px; }

#header { margin: 0 auto; padding: 30px 50px 0 0; width: 930px; }

/* 
	Nav-Styles */

#nav ul { border-right: 1px solid #507c9c; list-style: none; float: right;}
#nav ul li {
	background: url(../images/nav_rightDoor.png) no-repeat right top;
	color: #464646;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	text-transform: uppercase;
}
#nav ul li a, #nav #current span {
	color: #507c9c;
	display:block;
	background:url(../images/nav_leftDoor.png) no-repeat left top;
	padding: 17px 15px;
	text-decoration: none;
}
#nav ul li:hover, #nav ul #current span { border-bottom: 2px solid #93ccdb; color: #464646; }
#nav ul li a:hover { color: #464646; }

#logo {
	background: url(../images/logo.png) top left no-repeat;
	cursor: pointer;
	margin: 0 0 12px 50px;
	width: 388px; height: 40px;
}
#logo a { visibility: hidden; }

/* 
	Structure-Styles */

.container {
	border: 1px solid #e2e2c7;
	background: #fbfcf9 url(../images/box_gradient.png) bottom repeat-x;
	float: right;
	margin: 0px 50px 40px;
	width: 650px;
}
.containerWide {
	border: 1px solid #e2e2c7;
	background: #fbfcf9 url(../images/box_gradient.png) bottom repeat-x;
	float: right;
	margin: 0px 50px 40px;
	width: 880px;
}
.container_inner {
	border: 1px solid #fff;
	float: left;
	padding: 20px 20px;
	position: relative;
}

.column { float: left; margin-right: 20px; width: 252px; }
.column span { color: #666; font-style: italic; }

.row {
	display: block;
	position: relative;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e2e2c7;
	float: left;
	padding: 20px 2px 20px 20px;
	width: 97%;
}

#aside { padding: 0 0 0 50px; float: left; width: 170px; }

#section { float: left; margin-left: 20px; position: relative; }

/* 
	Headline Text-Styles */

.asideTitle { margin-bottom: 7px; height: 24px; }

.description {
	float: right;
	margin: 0 50px 50px 0;
	position: relative;
	width: 650px;
}
.descriptionWide {
	float: left;
	margin: 0 90px 50px;
	position: relative;
	width: 880px;
}

.headline { border-bottom: 1px solid #e2e2c7; overflow: auto; padding: 5px 20px 20px; position: relative; }

#answer { padding-left: 140px; width: 448px; }

/* 
	Text-Styles */

@font-face { font-family: "Quicksand", sans-serif; src: url(../fonts/Quicksand_Book.otf) format("opentype"); }
@font-face { font-family: "Quicksand", sans-serif; src: url(../fonts/Quicksand_Light.otf) format("opentype"); font-weight: 300; }
@font-face { font-family: "Quicksand", sans-serif; src: url(../fonts/Quicksand_Bold.otf) format("opentype"); font-weight:bold; }

a { color: #507c9c; text-decoration: none; }
a:hover { text-decoration: underline; }

p { line-height: 16px; margin-bottom: 6px; }

address { font-size: 10px; line-height: normal; }

iframe { border: 1px solid #e2e2c7; margin-top: 4px; margin-bottom: 10px; }

h1 {
	color: #666;
	font-family: "Quicksand", Arial, sans-serif;
	font-size: 25.5px;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 31px;
}

h2 {
	color: #a5be4c;
	font-family: "Quicksand", Georgia, serif;
	font-size: 21px;
	letter-spacing: normal;
	font-weight: bold;
	line-height: 25px;
}

h3 {
	color: #a5be4c;
	font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 2px;
	margin-bottom: 8px;
	text-transform: capitalize;
}

h4 {
	color: #464646;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin-top: 7px;
	margin-bottom: 5px;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 4px;
}

/* 
	Main-Styles */

ul.bullets {
	font-size: 12px;
	line-height: 14px;
	list-style: circle;
	margin-top: 8px; padding: 0;
}
ul.bullets li { margin-bottom: 5px; }
	
ul#schedule  { margin-bottom: 10px; float: left; width: 100%; }
ul#schedule li { width: 100%; border-bottom: 1px dotted #edeed2; font-size: 11px; line-height: 26px; }
ul#schedule li span { float: left; padding-right: 20px; width: 420px; }

#aside p, #aside ul { margin-bottom: 18px; }

.letter { border-bottom: 1px solid #ddd; font-size: 12px; margin: 25px 60px 0 0; padding-bottom: 20px; }
.letter img { display: block; }

a.button {
	background: url(../images/btn_left.png) no-repeat left bottom;
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-indent: 42px;
	margin: 0 4px 10px 0;
	padding: 16px 0 0;
	position: relative;
	text-transform: uppercase;
	text-align: left;
	height: 26px;
}
a.button span {
	display:block;
	background:url(../images/btn_right.png) no-repeat right bottom;
	padding: 21px 4px;
	position: absolute;
	top: 0;
	width: 100%;
}

a.button:hover { background-position: left -42px; color: #a5be4c; text-decoration: none; }
a.button span:hover { background-position: right -42px; }
a.button:active { background-position: left top; }
a.button span:active { background-position: right top; }

img#waterLily { position: absolute; top: -40px; left: -51px; }
img#lillies { position: absolute; top: -69px; right: -48px; }
img#lillies2 { position: absolute; top: -62px; right: -93px; }

/*
	Footer-Styles */

#footer {
	background: url(../images/rocks.jpg) bottom no-repeat;
	clear: both;
	font-size: 11px;
	margin: 0 auto;
	padding-top: 5px;
	width: 973px;
	height: 96px;
	color: #464646;
}
#footer p { float: right; margin-right: 50px; }

/*
	Products-Styles */

ul#product_details { color: #666; font-size: 10px; }
ul#product_details img { margin-bottom: -4px; }

ul.productList li {
	clear: left;
	float: left;
	padding-left: 20px;
	position: relative;
	margin-top: 10px;
	min-width: 580px;
}
ul.productList li a img { float: left; padding: 0 20px 10px 0; }
ul.productList li ul li { padding-left: 0; }
ul.productList li em { color: #999; font-size: 12px; }

img.badge_pot { padding: 0 6px; position: relative; top: 4px; }
img.badge { float: right; padding: 0 2px; position: relative; top: 4px; }
ul li img.badge_new { position: absolute; top: -8px; left: 0; z-index: 100;}    
ul li ul li img.badge_new { position: absolute; top: -8px; left: -20px; z-index: 100;}    

/* 
	Gallery-Styles */

#gallery { margin-bottom: 25px; width: 800px; }
#gallery li { float: left; margin: 0 10px 10px 0; width: 80px; }
.pika_main { margin-bottom: 10px; position: relative; width: 800px; }
.pika_play { font-size: 10px; position: absolute; top: -10px; right: 0; }

/* 
	Misc Ids / Classes */

.odd { background-color: #fdffe9; }
.expired { color: #888; }
.extra { margin-bottom: 80px; }
.last { border-bottom: none; padding-bottom: 0; margin-right: 0; }
.right { float: right; }
.subhead { font-size: 18px; }
.small { font-size: 10px !important; }


