/*@import url("/reset.css");*/

@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	}
body {
	color: #FFFFFF;
	margin: 0 auto;
	height: 100%;
	background: #000000;
	margin:0;
	padding:0;
	scrollbar-base-color:#666666;
	}

a:link,
a:visited {
	color:#c3c0c3;
	text-decoration:none;
	}
	
	
#nonFooter
{
	position: relative;
	min-height: 100%;
}

* html #nonFooter
{
	height: 100%;
}

#content
{
	padding-bottom: 130px;
	overflow: auto;
	text-align: center;
}

	#about
	{
		height:429px;
		background: url(about/aboutbak.jpg) center top no-repeat;
	}
	
	#aboutcontent-t
	{
		height: 110px;
	}
	#aboutcontent-l
	{
		float:left;
		width:15px;
	}
	#aboutcontenttext
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#CCCCCC;
		float:left;
		height: 309px;
		width: 320px;
		overflow: auto;
		text-align:left;
	}
	#customerservice
	{
		height:100%;
		width: 1000px;
		background: #191919;
	}
	
	#customerservicetext
	{
		height:429px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#CCCCCC;
		text-align:left;
		margin-left: 15px;
	}
	#video
	{
		height:429px;
		background: url(video/viewourvideo.jpg) center top no-repeat;

	}
	#videocontent-t
	{
		height: 67px;
	}
	#videocontent-l
	{
		float:left;
		width:168px;
		/*border:#FF0000 thin solid;*/
	}
	#videocontent
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#CCCCCC;
		float:left;
		width: 442px;
		height: 302px;
		overflow: auto;
		text-align:left;
		/*border:#00FF99 thin solid;*/
	}
	#gallery
	{
		height:429px;
		background: url(gallery/gallerybak.jpg) center top no-repeat;
	}
	#gallerycontent-t
	{
		height: 70px;
	}
	#gallerycontent-l
	{
		float:left;
		width:122px;
		/*border:#FF0000 thin solid;*/
	}
	#gallerycontent
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#CCCCCC;
		float:left;
		width: 536px;
		height: 335px;
		overflow: auto;
		text-align:center;
		/*border:#00FF99 thin solid;*/
	}
#footer
	{
	clear: both;
	position: relative;
	margin-top: -130px;
	color: #CCCCCC;
	text-align: center;
	}

	#navbar {
		height: 100px;
		background: url(images/NavLRep.gif) left top repeat-x;
		left:0;
		}
	
	#footerimg {
		background: url(images/FooterRRep.gif) left top repeat-x;
		height: 30px;
		left: 0;
		font-size: 12px;
		}
		#footercopyright 
			{
			float: left;
			display: block;
			padding: 4px 6px;
			}
		#footerservice {
			float: right;
			margin-right: 10%;
			text-align:center;
			display: block;
			width: 100px;
			height: 20px;
			background:#4e4a4d;
			border:#666666 1px solid;
			}
			#footerservice:hover { 
				background: #999999;
				color:#000000; 
				}
			

