/* CSS Document */


body {
margin: 0px;
text-align:center; 
background: #151b21 url('../images/bg.jpg') repeat;
} 

body, div, table {
font-family: Tahoma; 
font-size:11px; 
color:#cccccc;
vertical-align: top;
}

#container {
	margin: 0px auto;
	text-align: justify;
	width: 884px;
}
#footer {
	text-align:center;
	CLEAR: both;
	padding: 0px;
	height: 110px;
}
#cbig{ 
	width: 884px;
	margin-left: 20px;
	padding: 3px;
	padding-bottom: 10px;
} 
#cleft { 
	width: 550px;
	float: left;
	margin: 0px;
	padding: 3px;
	padding-bottom: 10px;
} 
#cright { 
	width: 250px; 
	float: left;
	margin-top: 0px;
	margin-left: 5px;
	padding: 3px;
	padding-bottom: 10px;
}
#content {
	background: #202e35;
	padding: 2px;
	margin-bottom: 5px;
}

h1 {
color: #86a7b0;
background: #151b21;
font-size:12px; 
letter-spacing: 0px;
text-transform: uppercase;
padding: 5px;
text-align: center;
margin-top: 1px;
margin-bottom: 5px;
}

h1 a:link, a:visited, a:active { color: #86a7b0; }
h1 a:hover { color: #202e35; }

a {cursor: default; text-transform: none; font-weight: bold; text-decoration:none; }  
a:link, a:visited {color:#5d98ac;}
a:hover{ color:#86a7b0; text-decoration:none; }
a:active { color:#5d98ac;}


textarea, input, select, button, submit {
	border: 0px;
	color: #FFFFFF;
	background: #151b21;
	font-family: Tahoma;
	font-size: 11px;
	padding:5px;}

img {border: 0px;}

a img {border:3px solid #151b21;}


b { color: #86a7b0;}


UL {PADDING-LEFT: 30px; MARGIN-LEFT: 0px; LIST-STYLE-IMAGE:url('../images/bullet.png'); line-height:10px;}

/* Pagination */

#pagination {
	margin-top: 8px;
	margin-bottom: 8px;

}
#pagination ul {
	list-style-type: none;
	padding-left: 0px;
}
#pagination li {
	display: inline;
	margin: 0 5px 0 0;
	
}
#pagination li a {
	padding: 5px;
        background-color: #e0e0e0;
	text-decoration: none;
}
#pagination li a:hover {
	color: #f0f0f0;
        background-color: #151b21;
	font-weight: bold;
	padding: 5px;

}


/* MENU */

.menu {
	margin-top: 20px;
	height:30px;
	width:100%;
	text-align:center;
}


.menu ul {
	margin: 10px;
	padding: 0px;
	white-space: nowrap;
}

.menu li { 
	display: inline;
	list-style-type: none;
}

.menu  a {
	padding: 10px 20px 10px 20px;
	text-transform: uppercase;
}

.menu a:hover {
	color: #f0f0f0;
	background: #202e35;
	text-transform: uppercase;
}


/* VIDEO THUMBS */

.videopic_wrap
{
	background: url(../images/pan_checks.gif) repeat;
	margin: 0 auto 15px;
	position: relative;
	width: 120px;
	height: 90px;
}

.videopic_frame
{
	background: url(../images/video-bg.png) no-repeat;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 90px;
}

.videopic_frame:hover
{
	background: url(../images/video-bg_hover.png) no-repeat;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 90px;
}
