
/*

	FRAME LAYOUTS

*/ 


.container {
	width: 90%;
	margin:auto;
}


.content_container {
	width: 90%;
	margin:auto;
}

body {
	font-family:Trebuchet MS;
	font-size:12px;
	background-color:#EEEEEE;
}

.admin {
	border:1px;
	border-style:solid;
	border-color:#DDD;
	background-color:#FFF;
	width:100%;
	height:50px;
	clear:both;
}

.header {
	border:1px;
	border-style:solid;
	border-color:#DDD;
	background-color:#FFF;
	width:100%;
	height:152px;
	clear:both;
}

.footer {
	background-color:#FFFFFF;
	border:solid 1px #CCCCCC;
	height: 40px;
	padding:2px;
	text-align:center;
	color:#999999;
	clear: both;
	margin-top:20px;
}

.main_nav_left {
	border:1px;
	border-color:#DDD;
	border-style:solid;
	background-color:#FFF;
	width:170px;
	height:100%;
	float:left;
	padding:5px;
	font-family:Trebuchet MS;
	font-size:14px;
	/*background-image: url(images/contentbg.gif); */	
}

.main_nav_right {
	border:1px;
	border-color:#DDD;
	border-style:solid;
	background-color:#FFF;
	width:170px;
	height:100%;
	float:right;
	padding:5px;
}

.main_content {
	border:1px;
	border-style:solid;
	border-color:#DDD;
	background-color:#FFF;
	margin-left:195px;
	margin-right:200px;
}

.nav_link_sub {
	padding-left:20px;
	font-family:Trebuchet MS;
	font-size:13px;
}

.videopreviews {
	border:1px;
	border-color:#CCCCCC;
	border-style:solid;
}


.menu {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	background-color:#EEE;
	width:100%;
	height:30px;
/*	line-height:25px;*/
}




ul.gnav {
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height:30px;
	overflow: visible;
	/*text-align: center;*/
	/*min-width: 650px;*/
}

ul.gnav li {
	display: block;
	float: left;
	/*margin: 0 5px 0 0;*/
	/*padding: 0 5px 0 5px !important;*/
	font-weight: bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

ul.gnav li a, ul.gnav li a:visited {
	display: block;
	color: #009;
	text-decoration: none;	
	padding-left:10px;
	padding-right:10px;
	background-color:#EEEEEE;
}
ul.gnav li a:hover {
	text-decoration:none;
	background-color:#DDD;
	color:#009;
	padding-left:10px;
	padding-right:10px;
}



/*
	LINK AND TEXT STYLES
*/ 


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

a:hover {
text-decoration:underline;
}

input {
	border:1px 1px 1px 1px;
	border-color:#999999;
}

img {
	border:0px;
}

/*
  	CSS FOR ROUNDED DIVS
*/

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 350px; /* ems so it will grow */
	background: url("images/br.gif") no-repeat bottom right;
	font-size: 100%;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
	cursor:pointer;
}

a:visited .sidebox {
	margin: 0 auto; /* center for now */
	width: 350px; /* ems so it will grow */
	background: url("images/br.gif") no-repeat bottom right;
	font-size: 100%;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
	cursor:pointer;
}

a:link .sidebox {
	margin: 0 auto; /* center for now */
	width: 350px; /* ems so it will grow */
	background: url("images/br.gif") no-repeat bottom right;
	font-size: 100%;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
	cursor:pointer;
	text-decoration:none;
}

a:hover .sidebox {
	margin: 0 auto; /* center for now */
	width: 350px; /* ems so it will grow */
	background: url("images/br.gif") no-repeat bottom right;
	font-size: 100%;
	text-decoration:none;
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
	cursor:pointer;
}




.box_top {
	background-image:url("images/box_top.png");
	height:16px;
	width:375px;
}

.box_sliver {
	background-image:url("images/box_sliver.png");
	background-repeat:repeat-y;
	width:375px;
}

.box_bottom {
	background-image:url("images/box_bottom.png");
	height:16px;
	width:375px;
}

.box_container {
	padding-left:10px;
	width:340px;
	padding-right:20px;
}

.box_link {
	text-decoration:none;
}

.box_link a:link {
	text-decoration:none;
	
}
 .box_link a:hover {
	text-decoration:none;
	font-weight:bold;
}


.boxhead {
	background: url("images/tr.gif") no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url("images/tl.gif") no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 16px; 
	line-height: 1em;
}
.boxbody {
	background: url("images/bl.gif") no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}