* {margin:0;padding:0}

/* hide \*/
html,body{height:100%; width:100%;}
/* end hide */

a:link { color: #388143; font-weight: bold; text-decoration: underline; }
a:visited { color: #000000; font-weight: bold; text-decoration: underline; }
a:hover { color: #525252; font-weight: bold; text-decoration: underline; }
a:active { color: #525252; font-weight: bold; text-decoration: underline; }


a.top_nav:link { color: #388143; font-weight: bold; text-decoration: none; font-size: 20px; }
a.top_nav:visited { color: #000000; font-weight: bold; text-decoration: none; font-size: 20px; }
a.top_nav:hover { color: #525252; font-weight: bold; text-decoration: none; font-size: 20px; }
a.top_nav:active { color: #525252; font-weight: bold; text-decoration: none; font-size: 20px; }



body { 
	min-height:680px; /* For IE7 */
	min-width:640px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	background-color:#000000;
}

strong {
	font-weight:bold;
}

.clear {
	clear:both;
}


/* CONTENT */

h1, h2, label, p {
	display:none;
}

h1 {
	margin:0 0 30px 0;
}

h2, label {
	margin:0 0 10px 0;
}

label {
	margin:0 0 10px 0;
	display:block;
}

p {
	margin:0 0 30px 0;
	line-height:1.4em;
}

a:link, a:visited {
	text-decoration:none;
}

a:active, a:hover {
	text-decoration:underline;
}

.feature {
	width:320px;
	margin:0 0 20px 0;
	overflow:hidden;
}

.feature.video {
	margin:0 0 40px 0;
}


/* CONTAINER */

#outer-container {
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}

#container {
	position:relative;
	vertical-align:middle;
	display:table-cell;
}
	
#inner-container {
	width: 660px;
	padding:30px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

ul#inner-footer {
	margin:30px 0 0 0;
}

ul#inner-footer li {
	float:right;
	margin:0 10px 0 0;
	font-size:0.8em;
}




/* SUPERSIZED PLUGIN */
		
#supersized-loader { position:absolute; top:50%; left:50%; z-index:10; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background-color:#111; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}

#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img{ height:auto; width:auto; position:relative; outline:none; border:none; -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }