/* hide from ie on mac \*/

html {

	height: 100%;

	overflow: hidden;

}

	

#flashcontent {

	height: 600px;

}

/* end hide */



.no_flash {

	text-align: center;

	margin: 200px 0 0 0;

	font: 12pt arial;

	font-weight: bold;

}



body {

	height: 100%;

	margin: 0 auto;

	padding: 0;

	background-color: #181818;

	color:#ffffff;

}



#container	{

	background-image: url(../image/logo.png);

	background-position: top left;

	background-repeat: no-repeat;

	margin: 0 auto;

	width: 900px;

	height: 100%;

	

	

}

	

a {	

	color:#cccccc;

}

	

h1 {

	font: 16pt arial;

	position: relative;

	left: 36px;

	top: 160px;

	border-bottom: 1px solid #303030;

	width: 240px;

}



/* Main Menu */

	

.menu {

	

}



#navcontainer	{

	position: relative;

	left: 300px;

	top: 5px;

	margin: 0;

	border-bottom: 1px solid #303030;
	border-top: 1px solid #303030;

	width: 563px;

	background-image: url(../image/nav_background.png);

	background-position: center;

	background-repeat: no-repeat;

}

#navtext {
	font: 10pt arial;
	margin: -20px 0 0 304px;
	color: #7f7f7f;
}



#main_menu {	

	margin: 0;

	padding: 0;

	z-index: 100;

}



#main_menu li {	margin: 0;

	padding: 0;

	list-style: none;

	float: left;

	font: bold 11px arial;

}



#main_menu li a {	

	display: block;

	margin: 0 15px 0 0;

	padding: 3px 0 3px 3px;

	color: white;

	font: 16pt arial;

	text-align: left;

	text-decoration: none;

	border-left: 1px solid #181818;

	border-right: 1px solid #181818;

	border-top: 1px solid #181818;

}



#main_menu li a:hover {	

	

	color: yellow;

}



#main_menu div {	

	position: absolute;

	visibility: hidden;

	margin: 0;

	padding: 0 2px 0 2px;

	background-color: #181818;

	border-right: 1px solid #303030;

	border-left: 1px solid #303030;

	border-bottom: 1px solid #303030;

	/*opacity: 0.8;

	filter:alpha(opacity=80);*/

}



#main_menu div a {	

	position: relative;

	display: block;

	margin: 0;

	padding: 5px 5px;

	width: auto;

	white-space: nowrap;

	text-align: left;

	text-decoration: none;

	color: white;

	font: 12pt arial;

	font-weight: bold;

}



#main_menu div a:hover {	

	

	color: yellow;

}



/* End Main Menu */

#list {
	float: left;
	margin: 125px 0 0 40px;
	width: 240px;
}

#list .selected {
	color: yellow;
}

#list a {
	display: block;
	font: 12pt arial;
	color: white;
	text-decoration: none;
	padding: 0 0 0.3em 0;
	border-bottom: 1px solid #303030; 
}

#list a:hover {
	color: yellow;
	border-bottom: 1px solid #e5e17b;
}

#video_content {
	margin: 80px 0 0 400px;
}

#customer_list {
	font: 10pt arial;
	margin: 120px 0 0 40px;
}

#customer_list td {
	vertical-align: top;
	line-height: 2em;
	padding: 0 18px 0 0;
}

#footer {
	border-top: 1px solid #303030;
	padding-top: 0.5em;
	font: 10pt arial;
	text-align: center;
	margin: -85px 0 0 0;
}

#footer_2 {
	border-top: 1px solid #303030;
	padding-top: 0.5em;
	font: 10pt arial;
	text-align: center;
	margin: 10px 0 0 0;
}

/* Start Contact Form */

#sent {
	margin: 50px 0 0 300px;
	padding: 0 1em;
	font: 12pt arial;
	width: 590px;
}

#contact {
	margin: 130px 0 0 20px;
	width: 590px;
}

#contact_form {
	font: 12px arial;
	margin: 0 0 0 1em;
	width: 96%;
}

#contact_form td {
	line-height: 1.5em;
	padding: 0.5em;
}

/* End Contact Form */