
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 auto;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* clear class for substiture instead of nbsp */
.clear{
	clear:both;
}

/* align left and align right class */
.float-right{
	float:right;
}

/* align left and align left class */
.float-left{
	float:left;
}

/* clearFix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* Font Embed */
/*
@font-face {
    font-family: "Arnorg";
    src: url(fonts/arnorg.ttf);
}*/

/* styles  */
html,body{
	background: #00aeea;
	text-align: center;
}

.center-hack{
	margin: 0 auto;
}

/* wrapper */
#wrapper{
	background: #d9d9d9;
    padding: 0 4px 10px;
    width: 992px;
}

#banner{
	position: relative;
}

#banner img{
	float:left;
}

#banner img.rborder{
	border-right: solid 6px #00aeea;
	border-bottom: solid 6px #00aeea;
}

#banner img.firstb{
	border-left: solid 6px #00aeea;
	margin-left: 4px;
	border-bottom: solid 6px #00aeea;
}

#nav{
    height: 120px;
    position: relative;
}

#nav img.logo{
	bottom: 0;
    margin: 0 1px 19px 0;
    position: absolute;
    right: 0;
}

#nav #nav-imgs{
	bottom: 0;
    left: 0;
    margin-bottom: 25px;
    position: absolute;
}

#nav #nav-imgs img.img-nav{
	float:left;
}

.thumb4x3{
	padding-left: 3px;
}

.thumb4x3 .each-thumb{
    float: left;
    height: 457px;
    width: 310px;
	position: relative;
	background: #00aeea;
	margin: 0 0 10px 14px;

}
.thumb4x3 .each-thumb img{
	margin: 5px 5px 0px;
}
.thumb4x3 .each-thumb img.overlay-player { display: none; position: absolute; left: 28%; top: 33%; width: 40%; background: url('./files/play_button.png') no-repeat; }
.thumb4x3 .each-thumb:hover img.overlay-player  { display: block;}

.thumb4x3 .each-thumb img.btn-thumb{
	margin-top: 0px;
	border: none;
}

.bar-mid{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #566a77;
	margin: -110px 0 25px;
}

.bar-mid a{
	text-decoration: none;
	color: #566a77;
}

.bar-mid h2:hover{
	text-decoration: underline;
}

.bar-mid h2{
	color: #566a77;
	font-weight: bold;
	font-size: 34px;
	margin-bottom: 3px;
}

.bar-mid h3:hover{
	text-decoration: underline;
}

.bar-mid h3{
	color: #566a77;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 3px;
}
.bar-mid span{
	color: #000000;
	font-size: 17px;
}

#footer1{
	height: 150px;
	margin: 30px 0;
	position: relative;
}

#footer1 .mid-lnk{
	bottom: 0;
    left: 0;
    margin: 0 0 10px 254px;
    position: absolute;
}

#footer1 .float-left, #footer1 .float-right{
}

#footer-links{
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 13px;
	height: 20px;
}

#footer-links a{
	color: #000000;
    margin: 0px;
    text-decoration: none;
}

#footer-txt{
	color: #000000;
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 10px 0;
	font-weight: bold;
}

#footer-txt .co-address{
	margin-bottom: 10px;
}