*{
	margin: 0;
}
html, body {
	height: 100%;
	background: #fcfcfc;
}

#header {
	width: 100%;
	top: 0px;
	position: relative;
	background: #0A0;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}
#header a {
	opacity: 1 !important;
	color: #fff;
	font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

#header img {
	width: 150px;
	height: 33px;
	float: none;
}
	
	
#header .button {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 12px 20px;
	font-size: 18px;
	border-radius: 10px;
	background-color: #666666;	
	box-shadow: 0 5px 5px #313131, 0 2px 0 #393939, inset 0px 2px 9px rgba(255,255,255,0.2), inset 0 -2px 9px rgba(0,0,0,0.2);
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: inline-block;
	float: right;
	position: relative;
	bottom: 5px;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
}

#header .button:hover {
	box-shadow: 0 5px 5px #313131, 0 2px 0 #393939, 0px 9px 10px rgba(0,0,0,0.4), inset 0px 2px 15px rgba(255,255,255,0.4), inset 0 -2px 9px rgba(0,0,0,0.2);
}

#header .blue {
	background: #2a8ad8;
	box-shadow: 0 2px 0 #25325e, inset 0px 2px 9px rgba(255,255,255,0.2), inset 0 -2px 9px rgba(0,0,0,0.2);
}

#header .blue:hover {
	box-shadow: 0 2px 0 #25325e, inset 0px 2px 15px rgba(255,255,255,0.4), inset 0 -2px 9px rgba(0,0,0,0.2);
}
#header .blue:active {
	box-shadow: 0 2px 0 #25325e, 0px 4px 4px rgba(0,0,0,0.3), inset 0px 2px 5px rgba(0,0,0,0.2);
}
#grad1 {
	height:20px;
	background: -webkit-linear-gradient(ghostwhite, darkgrey); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(ghostwhite, darkgrey); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(ghostwhite, darkgrey); /* For Firefox 3.6 to 15 */
	background: linear-gradient(ghostwhite, darkgrey); /* Standard syntax (must be last) */
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	bottom: 0;
	font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
}
.wrapper a:link {text-decoration:none;color:#363636;}
.wrapper a:visited {text-decoration:none;color:#363636;}
.wrapper a:hover {text-decoration:none;color:#000000;}
.wrapper a:active {text-decoration:none;color:#000000;}

.footer {
	height: 4em;
	background: #0A0;
	padding: 20px;
	color: #fff;
	text-align:right;	
	vertical-align:middle;
	box-shadow: 0px -5px 20px rgba(0,0,0,0.2);
	font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
}
.footer a:link {text-decoration:none;color:#FFFFFF;}
.footer a:visited {text-decoration:none;color:#FFFFFF;}
.footer a:hover {text-decoration:underline;color:#FFFFFF;}
.footer a:active {text-decoration:underline;color:#FFFFFF;}

.push {
	height: 4em;
}
.last {
	min-height: 100%;
}
.bb td, .bb th {
     border-bottom: 1px solid #969696 !important;
}
.content td {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.content a:link {text-decoration:underline;color:#363636;}
.content a:visited {text-decoration:underline;color:#363636;}
.content a:hover {text-decoration:none;color:#000000;}
.content a:active {text-decoration:underline;color:#000000;}
form {
    height: 100%;
}
table.center {
    margin-left:auto; 
    margin-right:auto;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.4);
	width: 950px;
	min-height:100%
	border-collapse: collapse;
}
/*#header, #slider {
    position: absolute;
    top: 0;
}*/
#slider {
	margin: 0px auto;
	width: 950px;
	top: 0px;
	height: 200px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.4);
	background: #434343;
}

#slider [id^='image']:target img {
	top: 0;  
	left: 0;
}

#slider [id^='image']:target a {
	background: #fff;
	border: 3px solid #333;
	width: 10px;
	height: 10px;
}

#slider [id^="image"] img {
	position: absolute;
	top: -200px;
	border: 0;
	-moz-transition: top 0.5s ease-in;
	-ms-transition: top 0.5s ease-in;
	-webkit-transition: top 0.5s ease-in;
	-o-transition: top 0.5s ease-in;
}

.slider-nav {
	background: #333;
	width: 16px;
	z-index: 9999;
	height: 16px;
	box-shadow: inset 0px 2px 10px rgba(0,0,0,0.3), 0px 0px 20px rgba(255,255,255,0.4);
	border-radius: 32px;
	position: absolute;
	bottom: 15px;
}

#image-1 .slider-nav {
	right: 80px;
}
#image-2 .slider-nav {
	right: 60px;
}

#image-3 .slider-nav {
	right: 40px;
}

#image-4 .slider-nav {
	right: 20px;
}

