body {
	background: #000 url("/images/bg_sticks.gif") 0px 170px;
	text-align: center;
	padding: 5px 0;
	margin: 0;
}

/* Reset All Styles
-------------------------------------------------------------------- */

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; border-spacing: 0; }
a { outline: none; }


h1 img,
h1,
#logo {
	width: 719px;
	height: 51px;
	overflow: hidden;
}

div#wrapper {
	width: 780px;
	margin: 70px auto;
	text-align: center;
	position: relative;
}

div#nav {
	width: 640px;
	margin: 0 auto;
	text-align: center;
	height: 39px;
	overflow: hidden;
}

ul#videos {
	overflow: hidden;
	width: 540px;
	margin: 0 auto;
	height: 39px;
}

ul#videos li {
	float: left;
	display: inline;
	margin: 0 5px 5px;
	padding: 0 5px 5px;
}

ul#videos li a,
ul#videos li a:link,
ul#videos li a:visited {
	cursor: pointer;
	width: 25px;
	height: 25px;
	display: block;
	margin: 2px;
}

#video1 {
	background: #ff0000;

}

#video2 {
	background: #FF6600;
}

#video3 {
	background: yellow;
}

#video4 {
	background: green;
}

#video5 {
	background: blue;
}

#video6 {
	background: purple;
}

#video7 {
	background: #fff;
}

#video8 {
	background: #666;
}

#video9 {
	background: #733D1A;
}

#video10 {
	background: #feb300;
}

#video11 {
	background: #303030;
}

ul#videos li a:hover {
	background: #ccc !important;
}


#contact {
	clear: both;
	font-family: impact, arial, helvetica; 
	color: #fff;
	font-size: 24px;
	margin: 2px 0px 0px 0px;
}

#contact a:link,
#contact a:visited {
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	display: block;
	padding: 5px;
	width: 100px;
	margin: auto;
	letter-spacing: .15em;
}

#contact a:hover {
	color: #000;
	background: #fff;
}


div#videoPlayer {
	width: 640px;
	height: 360px;
	margin: 0 auto;
	clear: both;
	background: #000;
	border: 5px solid #ccc;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

div#videoPlayer p {
	padding: 20px;
}

div#videoPlayer a {
	color: #fff;
	float: none;
	display: inline;
	width: auto;
	height: auto;
}

/* Licence
------------------------------ */
p.licence {
	width: 640px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
	clear: both;
}

p.licence a {
	position: relative;
	left: 5px;
	top: 2px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Javascript Warning Message */

.noScript {
	background: red;
	font-family: impact, arial, helvetica; 
	color: #fff;
	font-size: 24px;
	width: 640px;
	margin: auto;
	border: 5px solid red;
	clear: both;
	text-transform: uppercase;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

/* End hide from IE-mac */


