
/***************************  

ALWAYS INTERACTIVE
www.alwaysinteractive.com

V1 - Patchwork Interactive - Online Videos - July 2008

***************************/

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
fieldset, img {
	border: none;
}
caption, th {
	text-align: left;
}
table {
	border-collapse: collapse;
}

/********** LAYOUT **********/

body {
	font-size:12px; 
	color:#666666; 
	font-family: Verdana, Arial, sans-serif; 
	line-height:22px;
}
a { 
	color:#990000;
	text-decoration: underline;
}
#container {
	width: 625px;
	margin: 0 auto;
}
/*
h1 {
	font-size:18px;
	font-weight:bold;
	color:#990000;
	font-family:Georgia, serif;
	line-height:22px;
}*/
h1 {
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#8F0000;
	border-top:#999999 dashed 1px;
	border-bottom:#999999 dashed 1px;
	margin-top:25px;
	margin-bottom:10px;
	text-align:center;
	padding:10px 0px;
	display:block;
	width:100%;
	clear: both;
}
hr {
	background: url(../images/slice.gif) no-repeat;
	border: 0;
	height: 1px;
	width: 625px;
	clear: both;
}
hr.spacer {
	margin-top: 20px;
}
.header {
	background: url(/images/header.png) no-repeat;
	height: 166px;
	margin-top: 15px;
}
	.header a {
		color: #FFF;
	}
	.header .col01 {
		width: 170px;
		height: 130px;
		padding: 10px;
		margin: 0 9px;
		_margin: 0 7px;
		float: left;	
		overflow: hidden;
	}
		.header .col01 h1 {
			font: bold 18px Georgia, serif;
			color:#FFFFFF;
			line-height:22px;
			padding: 5px 0 8px 0;
			border: none;
			margin: 5px 0 0 0;
		}
		.header .col01 ul {
			font: 11px Verdana, Arial, sans-serif;
			color:#FFFFFF;  
			line-height:18px;
			margin: 0 0 0 10px;
		}
	.header .col02 {
		width: 405px;
		height: 150px;
		margin: 7px 3px;
		_margin: 7px 0;
		float: left;	
		overflow: hidden;
	}

#online_videos {
	padding: 10px;
}
	#online_videos ul {
		margin: 15px 0 40px 0;	   
	}	
		#online_videos li {
			clear: left;
			padding: 3px 0;
		}	
		#online_videos #thumb li {
			float: left;
			padding: 5px 1px;
			clear: none;
		}	
			#online_videos li.odd .col1 {
			    padding-top: 2px;
			    padding-left: 10px;
			    height: 20px;
			    background-color: #EEE;   
			    width: 480px;
			    float: left;
			    padding: 0;	 
			}		
			#online_videos li.odd .col2 {
			    padding-top: 2px;
			    padding-right: 5px;
			    height: 20px;
			    background-color: #EEE;   
			    width: 57px; 
			    padding: 0;	 
			    float: left;
			}	
			#online_videos li.even .col1 {
			    padding-top: 2px;
			    padding-left: 10px;
			    height: 20px;
			    background-color: #FFF;   
			    width: 480px;
			    float: left;
			    padding: 0;	 
			}		
			#online_videos li.even .col2 {
			    padding-top: 2px;
			    padding-right: 5px;
			    height: 20px;
			    background-color: #FFF;   
			    width: 57px; 
			    padding: 0;	 
			    float: left;
			}	
.links {
	text-align: center;
	padding-bottom: 20px;
}