@charset "utf-8";
/* CSS Document */

/*-------------------------------------CSS Reset*/
html, body, ul, ol, li, form, fieldset, legend
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p { margin-top: 0; }

fieldset,img { border: 0; }

legend { color: #000; }

sup { vertical-align: text-top; }

sub { vertical-align: text-bottom; }

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

input, textarea, select
{
	font-size: 110%;
	line-height: 1.1;
}

abbr, acronym
{
	border-bottom: .1em dotted;
	cursor: help;
}
/*-------------------------------------END CSS Reset*/

#vid_gallery{
	background:#D6D6D6;	
	width:400px;
	margin:5px auto;
	padding:2px 0;
}

#vid_gallery > ul{margin-left:33px;}

#video-holder{
	height:200px;
	width:336px;
	margin:25px auto 0 auto;
}

#movie_container {
	position:relative;
	top:40px;
	left:-85px;  
}

#movie_container.static {
	top:90px;
	margin-bottom:60px;
}

li{
	width:180px;
	cursor:pointer;
	list-style-type:none;
}

li p{
	margin:0px 0 10px 5px;
	font-weight:bold;
	vertical-align:top;
}

body {
	background-color:#666666;
}

h1, p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	display:inline;
	line-height:1.5;
}

h1.white {
	color:#FFFFFF;
}

h1.header {
	font-weight:bold;
	font-size:20px;
	color:#FFFFFF;
}

h1.header_sm {
	font-weight:bold;
	font-size:18px;
	color:#FFFFFF;
}

.vid_hdr {font-weight:bold; font-size:15px;}

#header {
	position:relative;
	top:-145px;
	left:320px;
	height:30px;
	width:620px;
	text-align:center;
}

#nordyne_container {
	height:30px;
	width:1050px;
	position:relative;
	top:-125px;
	left:-75px;
	text-align:center;	
}

#content {
	position:relative;
	top:-130px;
	left:400px;
	height:520px;
	width:470px;
	overflow:auto;
}

#content img.float_rt{clear:both; float:right;}
#content img.float_lft{clear:both; float:left; padding:0 5px 0 0;}

#container {
	background-image:url(images/sitebkgrd1.jpg);
	background-repeat:no-repeat;
	margin: 20px auto;
	height:800px;
	width:900px;
}

#container.orange {
	background-image:url(images/sitebkgrd2.jpg);
	background-repeat:no-repeat;
}

#container.red {
	background-image:url(images/sitebkgrd3.jpg);
	background-repeat:no-repeat;
}

#container.blue {
	background-image:url(images/sitebkgrd4.jpg);
	background-repeat:no-repeat;
}

/*Navigational Bar*/
#navbar {
	position:relative;
	top:425px;
	left:210px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight:bold;
    width:145px;
	height:30px;
}
#navbar li {
    display:inline;
}
#navbar a{
    width:145px;
	height:20px;
    text-decoration:none;
	text-align:right;
    background:url("images/navbar_bkgd.gif") no-repeat;
    float:left;
    padding:5px 10px 5px 0px;
    margin:0;
	color:#FFFFFF;
}

#navbar a.current{
	background-position:0 -60px;
}

#navbar a:hover{ 
    background-position:0 -30px;
	color:#FFFFFF;

}

#navbar a:active{
    background-position:0 -60px;
}

#new {
	position:absolute;
	margin:155px 0 0 5px;
}

span {font-weight:bold;}
