/* Color Legend */

html, body { margin: 0; padding: 0; border: 0;  
				background: transparent; font-size:10px; }
				
				div, span, article, aside, footer, header, hgroup, nav, section,
h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li, 
table, tr, th, td, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	}
	img 	{ margin:0; padding:0; border:0; }

table, tr, th, td, tbody, tfoot, thead {
	margin: 0; padding: 0; border: 0;
	vertical-align: baseline;
	background: transparent;
	}

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

input, select, textarea, form, fieldset {
	margin: 0; padding: 0; border: 0;
	}

article, aside, dialog, figure, footer, header, hgroup, nav, section { 
	display:block; }
	
	/* Global */

html 	{	}
body	{ }



/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: bold; color: #000; }

h1 { font-size:24px; }
h2 { font-size:40px; color:#fff;text-shadow: 0 0 5px #000; font:Arial, Helvetica, sans-serif; font-weight:900; }
h3 { font-size:16px; }
h4 { font-size:14px; }
h5 { font-size:10px; color:#000; text-align:center; padding:5px 0;}
h6 { font-size:14px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }

/* Text Elements */

p           	{ color:#000; font-size:12px; line-height:150%;font-family: Helvetica, Arial, "Lucida Grande", sans-serif  }
p .left			{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p .right 		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }

a           	{   }
a:link			{ color: #3b55a5;  }
a:visited		{ color: #3b55a5;  }
a:active		{ color: #3b55a5;  }
a:focus			{ color: #666;  }
a:hover     	{ color: #f00;  }

blockquote  	{ color:#000; font-size:12px; }

strong      	{ font-weight: bold; }
em		      	{ font-style: italic; }

/* Images */



/* Lists */

ul          	{  }
ol          	{ list-style-type:decimal; }

ul li		    { color:#000; font-size:12px; }
ol li	     	{ color:#000; font-size:12px; }

dl          	{  	}
dt       		{  	}
dd          	{ 	}

/* Tables */

table       	{ width:100%; }

tr				{	}
.odd			{ background-color:#eee; }
.even			{ background-color:#fff; }

th          	{ font-weight: bold; }
thead, th    	{ background: #ccc; }

tbody			{   }

th,td,caption 	{ 	}
caption 		{ 	}

tfoot       	{	}
.tfooter		{ background-color:#ccc; text-align:center; font-style:italic; }

caption     	{ background: #efefef; }



/* Miscellaneous */

sup, sub    	{ line-height: 0; }

abbr, acronym   { border-bottom: 1px dotted #666; }
address     	{ 	 }
del         	{ background:#FFCECE; color:#f00; }

code, pre		{ background-color:#FF9; padding:2px 0px; margin:4px 25px;
					font-family:"Courier New", Courier, monospace; font-size:12px; font-weight:normal; line-height:150%;	}


* {
  margin: 0px;
  padding: 0px;
}
 
body {
  background: #fff;
}
 
#top		{
	height: 3px; 
	background-color:#000000;
	}
#vid		{
	height:20px; 
	width:100px; 
	background-color:#000000; 
	float:right;
	padding:5px 0;
	}
#vid a		{
	color:#FFF; 
	text-decoration:none; 
	font-family:Tahoma, Geneva, sans-serif; 
	font-size:14px; 
	margin:0 12px;
	}
#vid:hover	{
	background-color:#21324a;
	}

#wrapper	{width:1000px; margin:0 auto; ; background-color:#FFFFFF; }

#header		{background-color:#fff; 
	width:780px;
	height:40px;
	float:right;
	margin:124px 0 30px 0;
	}
	
#scroll	{
	background-color:#fff; 
	width:780px; 
	float:right;
	overflow-y:hiiddem;
	overflow-x:scroll;
	}

#content	{
	background-color:#fff; 
	width:780px; 
	float:right;
	}
#content ul	{
	width:490px; 
	float:left; 
	margin-bottom::10px
	;}
#content ul li	{
	display:inline-block;
	}

#video	{
	background-color:#fff; 
	width:780px; 
	float:right; 
	margin:0px 0px;
	}
#video	 ul	{
	width:780px; 
	float:left;
	}
#video	 ul li	{
	display:inline-block;
	}

#footer		{
	width:100%; 
	height:10px; 
	background-color:#fff; 
	clear: both;
	position: relative;
	z-index: 10; 
	}

#splash		{ 
	margin-left: auto;
	margin-right:auto;
	margin-top:50px;
	}

#leftnav 	{ font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.5;
  margin: 0 0; 
  width: 200px;
	}

#links	{margin-left: 85px;
	margin-right:auto;	
	}
	
#links li	{ padding:5px;
}



/*classes*/
.commerce	{
	margin-top:15px;
	}
	
.comtitles	{
	float:right; 
	margin-right: 120px;
	font-size:10px;
	font-weight:bold;
	}

.names	{
	float:right; 
	margin-right: 60px;
	font-size:10px;
	font-weight:bold;
	}
	
.intr	{
	margin-top:15px;
	}
	
.intr a:hover	{opacity:0.7;
	filter: alpha(opacity=40);
	}

.vidtitle	{
	margin-right: 0px;
	font-size:10px;
	font-weight:bold;
	}
	
.vidpic	{
	margin-bottom:25px;
	
	}
	
.vidpic a:hover {opacity:0.7;
	filter: alpha(opacity=40);
}

.Interpic {
	margin: 10px 0px 10px 50px;	
}

.menu-item {
  background: #fff;
  width: 200px; 
	}

/*Menu Header Styles*/
.menu-item h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 12px;
  background: #fff;
	}

.menu-item h4 a {
  color: #000;
  display: block;
  text-decoration: none;
  width: 200px;
	}

.menu-item h4:hover {  background:#eee;}

/*First Item Styles*/
.alpha p {
    font-size: 13px;
    padding: 8px 12px;
    color: #aaa;
	}

/*ul Styles*/
.menu-item ul {
  background: #fff;
  font-size: 13px;
  line-height: 30px;
  list-style-type: none;
  overflow: hidden;
  padding: 0px;
	}
 
.menu-item ul a {
  margin-left: 20px;
  text-decoration: none;
  color: #aaa;
  display: block;
  width: 200px;
	}
 
/*li Styles*/
.menu-item li {
  border-bottom: 1px solid #eee;
	}
 
.menu-item li:hover {
  background: #eee;
	}

/*ul Styles*/
.menu-item ul {
  background: #fff;
  font-size: 13px;
  line-height: 30px;
  height: 0px; /*Collapses the menu*/
  list-style-type: none;
  overflow: hidden;
  padding: 0px;

/*Animation*/
  -webkit-transition: height 1s ease;
     -moz-transition: height 1s ease;
       -o-transition: height 1s ease;
      -ms-transition: height 1s ease;
          transition: height 1s ease;
	}

.menu-item:hover ul {
  height: 124px;
	}

img.floatLeft { 
    float: left; 
    margin: 4px; 
	}

img.floatRight { 
    float: right; 
    margin: 4px; 
	}

img.floatLeft { 
    float: left; 
    margin: 4px 5px 0 00px; 
	}

img.floatRight { 
    float: right; 
    margin: 5px; 
	}

a.enter			{
	font-family:Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight:bolder; 
	font-size:16px; 
	float:right;
	margin-right: 50px;
	text-decoration: none; 
	color:#21324A; 
	margin-top:5px; 
	}

a.enter:hover	{
	color:#38567E;
	}

img.splashlogo		{
	display: block; 
	float:left; 
	}
img.splashlogo:hover {
	opacity:0.8;	
	}
.gallerytxt		{
	width:280px; 
	float:right; 
	font-family:Helvetica, Arial, "Lucida Grande", sans-serif;
	}
	
.footer		{
	text-align:center
	}


.introtxt		{
	 font-family:Helvetica, Arial, "Lucida Grande", sans-serif; 
	 width: 780px; 
	 margin:10px auto;
	 }

img.centre		{
	display: block; 
	margin-left:auto; 
	margin-right:auto; 
	}

img.logo		{
	margin-bottom: 10px;
	}
	
img.header		{
	
	float:left;
	display:block;
	width:auto
	height:auto;
	}