/*

	Layout.css

*/

/* 1. Body
********************************************************/
body {
	font: 13px/18px Arial,verdana,sans-serif;
	background: #fff url(../images/background.png) repeat-x 0 450px;
	text-align: center;
	color: #000;
}

/* 2. Default Styling
********************************************************/

p {
	padding-bottom: 1em;
}
hr {
	border: 1px solid;
	height: 1px;
	width: 80%;
}
table {
	border-collapse: collapse;
}
table th {
	font-weight: bold;
}
table td, table th {
	text-align: left;
	padding: 2px;
}

/* 3. Headings
********************************************************/
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 { 
	font-size: 1.5em;
}
h4 { }
h5 { }
h6 { }


/* 4. Links
********************************************************/
a:link,
a:visited { color: #888; }
a:focus,
a:active { color: #ED1B23; }

/* 5. Images & Video
********************************************************/

/* 6. Layout
********************************************************/
header {
	width: 960px;
	text-align: left;
	margin: 30px auto;
}

header h1 {
	width: 265px;
	height: 64px;
	background: transparent url(../images/firsttv.png) no-repeat top left;
	text-indent: -300px;
	float: left;
	overflow: hidden;
	margin-top:27px;
}
header nav {
	float: right;
	text-align: center;
	margin-top: 10px;
}
#videoContainer {
	clear: both;
	background: transparent url(../images/tv.png) no-repeat top left;
	padding: 44px 54px 113px 55px;
	width: 852px;
	height: 480px;
	margin: 0 auto;
}
form {
	clear: both;
	padding: 150px;
}
footer {
	margin: 40px;
	color: #888;
	font-size: 11px;
}

/* 6. Navigation
********************************************************/
ul a {
	text-decoration: none;
}
ul li {
	background: #666;
	background: -webkit-gradient(linear, left top, left bottom, 
		from(#fff), to(#555), color-stop(3%, #999));
	background: -moz-linear-gradient(top, #999, #555);
	
	width: 120px;
	margin: 0 10px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	color: #fff;
	letter-spacing: 1px;
	-moz-box-shadow: 1px 1px 2px #666;
	-webkit-box-shadow: 1px 1px 2px #666;
	box-shadow: 1px 1px 2px #666;
} 
li:hover ul {
	display: block;
}
li ul {
	display: none;
	padding-left: 4px;
	margin-top: 1px;
}
li ul li {
	line-height: 20px;
	height: 20px;
	width: 112px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-top-width: 0;
	background: #999;
	margin: 0;
	-moz-box-shadow: 0px 0px 0px;
	-webkit-box-shadow:  0px 0px 0px;
	box-shadow:  0px 0px 0px;
}
li ul li a {
	line-height: 20px;
	width: 102px;
	display: block;
	text-align: left;
	padding: 0 5px;
}
li ul li a:hover {
	background: #444;
}
	

