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;
	background: white;
	color: black;
}
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	/*border-collapse: collapse;*/
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
input {
	vertical-align:middle;
}
img {
	display:block;
}
a:focus {
	outline: thin dotted;
}
a:active {
	outline: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

a { cursor: pointer; }

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

body
{
	background: #fff url('../images/backg.jpg') repeat-x;
	font-family: arial, verdana, sans-serif;
	text-align: center;
}

#wrapper
{
	background: #fff url('../images/sidebar.gif') repeat-y top left;
	
	margin-top: 15px;
	margin-bottom: 15px;
	
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: left;
}

#subwrapper
{
	position: relative;
}

#header 
{
	background: #fff url('../images/head_spacer.jpg') no-repeat 220px 0;
	height: 137px;
	overflow: hidden;
	position: relative;
}
		
	#header-logo 
	{
		float: left;
		width: 220px;
	}	
		
	#header-brochure 
	{
		background: url('../images/sleep.jpg') no-repeat top left;
		height: 137px;
		padding-top: 140px;
		position: absolute;
		right: 0;
		width: 244px;
	}

	#header-brochure:hover
	{
		background-image: url('../images/sleep_over.jpg');
	}
	
	#navigation li
	{
		display: inline;
		margin: 0;
		padding: 0;
	}
	
	#navigation
	{
		background: url('../images/topnav.gif') repeat-x top left;
		height: 42px;
	}
	
		#navigation a
		{
			border-right: 1px solid #ccc;
			color: #246;
			float: left;
			font-size: 0.9em;
			padding: 13px 22px;
			text-decoration: none;
		}
		
		#navigation a:hover
		{
			background: url('../images/topnav-hover.gif');
			color: #900;
		}
		
#sidenav
{
	float: left;
	padding: 10px 5px;
	width: 180px;
}

	#sidenav li
	{
		border-bottom: 1px solid #ccc;
		font-size: 0.78em;
		font-weight: bold;
		
	}
	
		#sidenav li a
		{
			color: #900;
			display: block;
			padding: 7px 10px;
			text-decoration: none;
		}
		
		#sidenav li a:hover
		{
			background: #FFFDEB;
			color: #600;
		}
		
#content
{
	font-family: Georgia, Times, "Times New Roman", Serif;
	color: #333;
	float: left;
	margin-left: 15px;
	padding-left: 0;
	padding-right: 5px;
	margin-top: 0;
	padding-bottom: 30px;
	padding-top: 15px;
	width: 530px;
}

* html #content { margin-left: 28px; }

#sideform
{
	background: #FDF8F4;
	float: left;
	font-size: 0.9em; 
	margin: 0;
	padding: 10px;
	width: 190px;
}

	#sideform p
	{
	/*	color: #000066; */
		margin: 10px 0;
	}
	
	#sideform label
	{
		display: block;
		margin-top: 7px;
		padding: 5px 0;
	}
	
	#sideform input
	{
		background: #F9EDE4;
		border: 1px solid #F1CEB1;
		width: 165px;
	}
	
	#sideform input.button
	{
		border: 0;
		width: 164px;
	}

#content h1
{
	color: #036;
	font-size: 1.7em;
	font-weight: normal;
	margin-bottom: 15px;
}	

#content h2
{
	color: #900;
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 20px;
}	

#content p
{
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 10px;
}

#content a
{
	color: #900;
}

#content a:hover
{
	color: #600;
}

#content .intro
{
	margin-bottom: 30px;
}

#home-video
{
	border: 0;
	float: right;
	margin-left: 10px;
	padding: 0;
	width: 300px;
}

#content h3 a
{
	color: #036;
}

#content h3 
{
	margin-bottom: 7px;
}

#content .minidesc
{
	font-size: 0.9em;
	margin-bottom: 15px;
	text-align: left;
}

#content .minidesc img
{
	float: right;
	margin-top: -20px;
	margin-left: 15px;
	margin-bottom: 7px;
}

#content .split50-left
{
	clear: left;
	float: left;
	margin-right: 15px;
	width: 256px;
}

#content .split50-right
{
	clear: right;
	float: left;
	width: 257px;
}

#content .trialbox
{
	background: #FDF8F4;
	margin-top: 15px;
	padding: 15px 0;
}

#content .seealso
{
	background: #FDF8F4;
	font-size: 0.8em;
	margin-bottom: 15px;
	margin-top: -10px;
	padding: 10px 0;
}

#footer
{
	margin: 10px auto;
	text-align: left;
	width: 950px;
}

#footer #catch 
{
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px;
	text-align: right;
}

#footer #catch img, #footer #catch a
{
	display: inline;
	vertical-align: middle;
}

#footer #catch span
{
	color: #628399;
	float: left;
	font-size: 1.2em;
	margin-top: 3px;
	text-align: left;
	text-transform: uppercase;
}

#footer #catch span strong
{
	color: #B84C4C;
	display: block;
	font-size: 1.65em;
}

#copyright
{
	font-size: 0.8em;
	color: #666;
}

#copyright a
{
	color: #333;
}

#copyright span
{
	display: block;
}

#ui-datepicker-div
{
	font-size: 0.9em;
}


.align-right
{
	clear: right;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.align-left
{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.lightbox img
{
	background: #eee;
	border: 1px solid #ccc;
	padding: 5px;
}

.inline img
{
	display: inline;
}

table { font-size: 0.9em;}

table th
{
	background: #F4DECF;
	font-weight: bold;
	padding: 8px 5px;
	
	white-space: nowrap;
}

	table td
	{
		padding: 5px;
	}
	
	table tr:nth-child(odd) td
	{
		background: #efefef;
	}