/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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: #202020;
	text-align: center;
}

.center-hack{
	margin: 0 auto;
}

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

#banner{
	position: relative;
}

#banner img{
	float:left;
}

#banner img.rborder{
	border-right: solid 6px #000000;
}

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

#nav{
    height: 70px;
    position: relative;

}

#nav img.logo{
	bottom: 0;
    margin: 0 1px 10px 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: 307px;
    width: 310px;
    position: relative; 
	background: #000000;
	margin: 0 0 10px 14px;
}

.thumb4x3 .each-thumb img{
	position: relative; 
	margin: 5px 5px 0px;
}

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

.thumb4x3 .each-thumb img.overlay-player { display: none; position: absolute; top: 0; left: 0; background: url('overlay-player.gif') left top no-repeat; }
.thumb4x3 .each-thumb:hover img.overlay-player  { display: block; }


.bar-mid{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 10px 0 15px;
}

.bar-mid a{
	text-decoration: none;
}

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

.bar-mid h2{
	color: #000000;
	font-weight: bold;
	font-size: 30px;
	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;
}
.siteNetwork { padding: 10px 0 0px 0; margin-left: 3px; _margin-left: 0px; overflow: hidden; }
.siteNetwork li { display: block; float: left; width: 182px; height: 192px; margin: 0 0 9px 13px; }
.siteNetwork img { border: 2px solid #000000;}
.siteNetwork p { text-align: center; }
.siteNetwork a { color: #000000;}
.siteNetwork a:hover { text-decoration: none; color: #FFFFFF; }

.siteListing { padding: 10px 0 0px 0; margin-left: 3px; _margin-left: 0px; overflow:hidden; }
.siteListing li { display: block; position: relative; float: left; width: 182px; height: 236px; margin: 0 0 9px 13px; }
.siteListing img { border: 2px solid #000000;}
.siteListing p { text-align: center; }
.siteListing a { color: #000000;}
.siteListing a:hover { text-decoration: none; color: #FFFFFF; }

a.boxpopup{
	color:#000000;
	text-decoration:underline;
	}
a.boxpopup span{display: none}
a.boxpopup:hover span{
	display:block;
	position: absolute;
	top:16px; left:-7px; width:180px; height: 155px;
	padding:.3em;
	border:2px outset #000000;
	color:#FE8500; background:#202020;
	text-align:center;
	font-family: Tahoma;
	font-size: 14px;
	}


.modelListing { padding: 10px 0 0px 0; margin-left: 3px; _margin-left: 0px; overflow:hidden; }
.modelListing li { display: block; float: left; width: 182px; height: 224px; margin: 0 0 9px 13px; }
.modelListing img { border: 2px solid #000000;}
.modelListing p { text-align: center; font-size: 14px;}
.modelListing a { color: #000000;}
.modelListing a:hover { text-decoration: none; color: #FFFFFF; }

.pagination { padding: 13px 0 13px 0; text-align: center; }
.pagination li { display: inline; font-weight: bold; line-height: 12px; padding: 0 2px 0 5px; position: relative; top: -6px; text-align: center; }
.pagination li a, .pagination li a:visited { color: #000000; text-decoration: none; }
.pagination li a:hover { text-decoration: underline; }
.pagButton { padding: 0px !important; top: 0px !important; margin: 0 10px; }
.current a { color: #ff0000 !important; }
.borderNone { border: none !important; }
p{font-family: Tahoma; line-height: 18px; }
/* Top Stripe Start */
*{padding:0px; margin:0px;}

/* Top Stripe Start */

#topstripe_wrap{
	background-color:#111;
	width:100%;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;

}
#topstripe_text{
	width:1000px;
	height:25px;
	margin:0px auto;
}
#topstripe_text a{color:#CCC; text-decoration:none; font-size:15px;}
#topstripe_text a:hover{color:#FFF; font-size:15px;}
#topstripe_text a:visited{color:#CCC; text-decoration:none; font-size:15px;}
#topstripe_text a:visited:hover{color:#FFF; text-decoration:underline; font-size:15px;}

#topstripe_text ul{ list-style:none;}
#topstripe_text li{}

#login{ width:350px; float:right; color:#FFF; text-align:right;}

/* Dropdown menu */
#naw{
	list-style:none;
	font-weight:bold;
	font-size:14px;
	margin-bottom:1px;
	/* Clear floats */
	float:left;
	position:fixed;
	z-index:5;
	background-color:#111;
	width:1000px;
}
#naw li{
	float:left;
	margin-right:10px;
	position:relative;
}
#naw a{
	display:block;
	padding:5px 10px;
	color:#eee;
	background:#111;
	text-decoration:none;
}
#naw a:hover{
	color:#fff;
	background:#111;
}

/*--- DROPDOWN ---*/
#naw ul{
	background:#111; 
	background:rgba(255,255,255,0); 
	list-style:none;
	position:absolute;
	left:-9999px; 
}
#naw ul li{
	padding-top:0px;
	float:none;
}
#naw ul a{
	white-space:nowrap;
}
#naw li:hover ul{
	left:0;
}
#naw li:hover a{ 
	background:#111;
}
#naw li:hover ul a{ 
	text-decoration:none;
}
#naw li:hover ul li a:hover{ 
	background:#555;
}
/* Top Stripe End */



#content_sites{
	padding-left: 15px;
	width:992px;
	height: 120px;
}
#content_sites li{
	float:left;
	list-style: none;
}
#content_sites li a{
	display:block;
	width:180px;
	height: 30px;
	line-height:20px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
#content_sites a:hover{
	text-decoration: underline;
}