/* reset.css */
* {	margin: 0;padding: 0;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
/* ------------------*/
a {
	color: #167482;
	text-decoration: underline;
	outline: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #523425
}
img {
	border: none;
}
body {
	overflow: hidden;
	/*Needed to eliminate scrollbars*/
	background: #000;
	font-family: "Helvetica Neue", Arial, sans-serif;
	color: #523425;
}
/*Header and navigation*/
#header {
	margin: 0px auto;
	width: 100%;
	top: 0px;
	/*opacity start*/
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/* IE 5-7 */
	filter: alpha(opacity=70);
	/* Safari 1.x */
	-khtml-opacity: 0.7;
	/* Good browsers */
	opacity: 0.7;
	/*end of opacity */
	z-index: 3;
	background: #362314 no-repeat 90%;
	border-top: 1px solid #000;
	border-bottom: 3px solid #4F4F4F;
	position: absolute;
}
#navigationcontainer {
	background-color: #362314;
	height: 1.5em;
	width: 100%;
	position: relative;
	font: 1.5em "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;	
}
#mainnavigation {	
	z-index: 2;	
	position: relative;	
	top: 0px;	
	list-style-type: none;
	width: 100%;
	text-align: left;
	left: 10px;
}
#mainnavigation li {
	float: left;
	margin: 0 0em;
	width: 250px;
	border: none;
}
#mainnavigation a {
	color: #f0f0f0;
	text-decoration: none;	
}
#mainnavigation a:hover {
	color: #167482;
	text-decoration: none;
	font-weight: bold;
}
#subnavigation {
	text-align: left;
	padding-left: 10px;
	background-color: #ffffff;
	/*opacity start*/
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/* IE 5-7 */
	filter: alpha(opacity=70);
	/* Safari 1.x */
	-khtml-opacity: 0.7;
	/* Good browsers */
	opacity: 0.7;
	/*end of opacity */
	width: 100%;
	height: 10.5em;
	z-index: 1;
	font: 1.2em "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;	
}
#subnavigation ul {
	list-style-type: none;
	width:250px;
	margin:auto;
	float:left;
	margin-top:10px;
	color: #362314;
}
#subnavigation ul li {
	line-height: 2em;
}
#subnavigation ul li a {
	color: #362314;
	text-decoration: none;
	font-weight: bold;	
}
#subnavigation ul li a:hover
{
	text-decoration: underline;
	color: #167482;	
}
/*Content*/
#content {
	margin: 0px auto;
	height: 130px;
	width: 100%;
	bottom: 5%;
	/*opacity start*/
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/* IE 5-7 */
	filter: alpha(opacity=70);
	/* Safari 1.x */
	-khtml-opacity: 0.7;
	/* Good browsers */
	opacity: 0.7;
	/*end of opacity */
	z-index: 3;
	background: #362314 no-repeat 90%;
	border-top: 1px solid #000;
	border-bottom: 3px solid #4F4F4F;
	position: absolute;
}
#contentframe {
	overflow: hidden;
	border-top: solid 2px #4F4F4F;
	border-bottom: 1px solid #000;
	height: 100%;
	text-align: left;
	z-index: 3;
}
#slidecounter {
	float: left;
	color: #4F4F4F;
	font: 46px "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
	margin: 45px 20px;
}
#slidecaption {
	overflow: hidden;
	float: left;
	color: #FFF;
	/*opacity start*/
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/* IE 5-7 */
	filter: alpha(opacity=70);
	/* Safari 1.x */
	-khtml-opacity: 0.7;
	/* Good browsers */
	opacity: 0.7;
	/*end of opacity */	
	font: 46px "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
	margin: 45px 10px;
}
/*Supersized Stamp*/
.stamp {
	float: right;
	margin: 2px 5px 0 0;
	/*opacity start*/
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/* IE 5-7 */
	filter: alpha(opacity=70);
	/* Safari 1.x */
	-khtml-opacity: 0.7;
	/* Good browsers */
	opacity: 0.7;
	/*end of opacity */	
}
/*Supersize Plugin Styles*/
#slidenavigation {
	float: right;
	margin: 50px 20px 0 0;
}
#loading {
	position: absolute;
	top: 49.5%;
	left: 49.5%;
	z-index: 3;
	width: 24px;
	height: 24px;
	text-indent: -999em;
	background-image: url(/images/progress.gif);
}

/* My Comment */
#supersize {
	position: fixed;
}
#supersize img, #supersize a {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
}
#supersize .prevslide, #supersize .prevslide img {
	z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img {
	z-index: 2;
}
