/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #3f606f;}
a:hover {color: #193340;}

body {
	background: #193340 url('images/cornerlights-top.gif') no-repeat center top;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}
em {color: #3f606f};

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

img{
behavior:url("pngbehave/pngbehave.htc");
}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */

.outer-container {
	background: url('images/cornerlights-bottom.gif') no-repeat center bottom;
	padding-bottom: 85px;
}

.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 757px;
}

/* header */
.top {
	padding: 77px 10px 0;
	height: 310px;
}

#the_band{
	position: relative;
	margin-top: -293px;
	left: 0px;
	filter:alpha(opacity=0);
	opacity: 0;
	z-index: 1;
}

/* title */
#header {
	background: #FFF url('images/curve-corners-top.gif') no-repeat center top;
	font-size: 1.2em;
	height: 310px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 757px;
}
.header .left, .header .right {
	background: #3e606f;
	color: #FFF;	
}

.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {	
	background: #92aa9d;
	border: 1px solid #FFF;
	border-color: #FFF #FFF;
	height: 25px;
}
.navigation a {
	background: #92aa9d;
	border-right: 3px solid #FFF;
	color: #193340;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 25px;
	padding: 0 20px;
	text-decoration: none;
}

.navigation .cur_page a{
	color: #FFF;
	background-color: #3f606f;
}

.navigation a:hover {background-position: left bottom; color: #FFF; background-color: #3f606f;}

/* main */
.main {
	border-top: 4px solid #FFF;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 200px;
	padding-bottom: 15px;
}
.sidenav h2 {
	color: #193340;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #92aa9d;
}
.sidenav li {border-bottom: 1px solid #92aa9d; list-style:none;}
.sidenav li a {
	font-size: 1em;
	color: #3f606f;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #638a9b;
	color: #FFF;	
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 510px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(images/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

	#grayoutbox{
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 3px;
	z-index: 3;
	}

	#imageBoxHolder{
	position: absolute;
	margin-left: 2%;
	margin-right: 10%;
	margin-top: 5%;
	text-align: left;
	}

	#imageBox{
	position: relative;
	visibility: hidden;
	background: white;
	z-index: 10;
	}
	
	#imageBox img{
	border: 1px solid white;
	}
	
	#imageBox p{
	border: 1px solid white;
	width: 240px;
	margin-left: 15px;
	padding-bottom: 10px;
	margin-top: 3px;
	}
	
	#imageButtons{
	position: absolute;
	width: 100%;
	top: 15px;
	visibility: hidden;
	text-align: center;
	z-index: 8;
	}

	#imageButtons a.closeLink{
	position: relative;
	display: block;
	background-image: url(../images/closewindow.gif);
	float: right;
	clear: both;
	margin-top: 5px;
	margin-right: 5px;
	width: 19px;
	height: 19px;
	}
	
	#imageButtons a.backLink{
	float: left;
	background-image: url(../images/button-back.png);
	margin: 1px;
	width: 60px;
	height: 24px;
	}
	
	#imageButtons a.backLink:hover{
	background-image: url(../images/button-back-over.png);
	}
	
	#imageButtons a.nextLink{
	float: right;
	background-image: url(../images/button-next.png);
	margin: 1px;
	width: 60px;
	height: 24px;
	}
	
	#imageButtons a.nextLink:hover{
	background-image: url(../images/button-next-over.png);
	}

	div.float{
	float: left;
	padding: 5px;
	}
	
	div.float img{
	border: 1px solid black;
	vertical-align: bottom;
	}
	
	div.float p{margin-top:5px}

	div.float_products{
	float: left;
	height: 210px;
	width: 140px;
	padding-left: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	}
	
	div.float_products img{
	border: 1px solid black;
	vertical-align: bottom;
	}
	
	div.float_products p{margin-top:5px}
	
	div.spacer{
	clear: both;
	}

/* footer */
.footer {
	background: #92aa9d;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 26px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}
