body {
background: url('images/background.png') top center repeat;
font-family:"Segoe","Segoe UI","Humanist 777","Frutiger","Univers","Frobisher",Verdana,Arial,Lucida,times new roman,"Myriad Pro","Myriad";
font-size:12px;
color:#000000;
overflow-x:hidden;
}

.main {
margin-left: auto;
margin-right: auto;
width:1000px;
}

.container {
background: url('images/backgrounddown.png') top left repeat-y;
position:absolute;
top:0px;
margin-right: auto;
width:1000px;
display:table; /* FireFox hack */
text-align:left;
}

.header {
background: url('images/header.png') top left no-repeat;
width:1000px;
height:165px;
margin: 0 auto;
}

.headertitle h1{
position:absolute;
top:46px;
font-size:48px;
color:#FFFFFF;
margin: 0 0 0 195px;
font-family:Arial;
text-decoration:none;
}

.adtop {
text-align:center;
}

.adside {
text-align:center;
}

.rightside {
float:right;
margin: 0 0px 60px 0;
width:382px;
}

.leftside {
float:left;
margin: 0px 0 0 27px;
width:590px;
}

.leftside h2 {
	font-size:12px;
	margin: 0 0 -5px 20px;
}

.rightside h2 {
	margin:-36px 48px 10px 0;
	text-align:right;
	font-size:14px;
	color:#FFFFFF;
}

.rightside li {
		list-style: none;
}

.rightside li a {
		color: #333;
		text-decoration: none;
		list-style: none;
}

.rightside li a:hover {
		color: #000000;
		text-decoration: none;
		list-style: none;
}

a {
	color:#444444; 
}

a:hover {
	color:#666666; 
}



/*   MENU ============================================================================ */

	.menuholder {
		width:1000px;
	}

	.menu {
		font-size:12px;
		color:#000000;
		z-index: 101;
		text-align:left;
		position:relative;
		top:59px;
		left:-45px;
	}
	
	.menu ul li{ 
		background: url('images/tab_back.png') center center repeat-x;
		list-style: none;
		display: block;
		text-decoration: none;
		float: right;
		height:26px;
		min-height:26px;
		border: 1px solid #cccccc;
	}
	
	.menu li { 
		margin: 0px 3px 0px 0; 
		list-style: none;
		float: right;
	}

	.menu li a {
		color:#000000;
		text-decoration: none;
		padding: 0px 12px 0px 12px;
		margin-bottom: 2px;
		border: none;
		vertical-align: sub;
	}

	.menu li a:hover {
		color: #222;
		text-decoration: none;
		background: #FFF;
		margin-bottom: 2px;
	}
	
/*   MENU ============================================================================ */


.footer {
clear:both;
background: #FFFFFF url('images/footer.png') top center repeat-none;
height:69px;
width:1000px;
margin: 0 auto;
font-size:80%;
}

.footertext {
color:#000000;
padding:0 50px 0 0;
text-align:right;
}

a img {
border:none;
}

.detail {
background:#2a2a2a;
border:1px solid #333333;
margin:0 0 -65px 0;
padding: 5px 10px 5px 10px;
position:relative;

}

.video {
	background: url('images/videolist.png') top center no-repeat ;
	padding:5px 5px 5px 5px;
	color:#000000;
	overflow:hidden;
}

.video a {
	color:#333333;
	font-size:14px;
	text-align:right;
}

.video p {
	padding:0 5px 5px 5px;
}

.video p img {
 float:left;
 margin:0 10px 10px 10px;
 max-height: 90px;
 max-width: 120px;
 width: expression(this.width > 120 ? 120: true);
 height: expression(this.height > 90 ? 90: true);
}

h1 {
	text-decoration:none;
	color:#222222;
	text-align:center;
}

.leftside h1 {
	font-variant: small-caps;
}

.searchcss {
	position:relative;
	top:10px;
	left:800px;
}

.searchcss form button{
	background:none;
	border:none;
	cursor:pointer;
	position:relative;
	top:10px;
	left:-42px;
}

.searchcss form input{
	background: url('images/search.png') top left no-repeat ;
	border:none;
	position:relative;
	left:-52px;
	height:20px;
	width:140px;
	font-size:18px;
	top:-2px;
}

.searchcss form input:hover, .searchcss form input:focus {
	background:#FFFFFF;
}

.cats {
	background: url('images/side_middle.png') top left repeat-y ;
}

.cats a img {
	max-height: 58px;
	max-width: 74px;
	padding: 2px 0px 2px 2px;
	width: expression(this.width > 74 ? 74: true);
	height: expression(this.height > 58 ? 58: true);
}

#videowall {
	width:320px;min-width:320px;max-width:320px;
	margin: 0 0 0 15px;
}

#navigation {
	background: url('images/navigation.png') top center no-repeat ;
	padding:5px 5px 5px 5px;
	color:#000000;
	overflow:hidden;
	height:54px;min-height:54px;
}

#navigation p {
clear:both;
position:relative;
top:8px;
left:20px;
}

#navigation form {
position:relative;
top:-22px;
left:70px;
}

#navprev {
	background: url('images/nav_prev.png') top center no-repeat ;
	float:left;
	height:19px;
}

#navprev a, #navnext a {
	text-indent: -9000px;
	font-size:1px;
	height:19px;width:19px;
	overflow:hidden;
	display:block;
	margin:0 10px 0 10px;
}

#navnext {
	background: url('images/nav_next.png') top center no-repeat ;
	float:right;
	height:19px;
}

