@charset "utf-8";

body { 
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #CCA; 
	margin-top: 10px;
	padding: 0;
	color: #000; 
}

ul, li {  
	margin: 0;  
	padding: 0;
}

h1 { 
	margin-top: 0;	 
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

h2 {
	margin-top: 0;
	font-size: 14px;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}

h3 {
	margin-top: 0;
	font-size: 16px;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 38px;
}

h4 {
	margin-top: 0;	 
	font-size: 20px;
	font-weight: bold;
	padding-top: 20px;
}

h5 {
	margin-top: 0;
	font-size: 16px;
	font-weight: normal;
	padding-left: 38px;
}

a:link{
	color: #9e0b0e;
	text-decoration: none;
}

a:hover{
	color: #091B40;
	text-decoration: underline;
}

a img { 
	border: none;
}

.container {
	width: 960px;
	background: #FFF; 
	-moz-box-shadow: 2px 2px 10px #888888;
    -webkit-box-shadow: 2px 2px 10px #888888;
    box-shadow: 2px 2px 10px #888888;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888888')";
	/* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888888');
	margin: 0 auto;
}

.header {
	background: #FFF;
}

.menu {
	background: #9e0b0e; 
	border-top: solid 1px #6d6d6d;
}

.content { 
	padding: 30px 0px 20px 0px;
	width: 960px;
	background: #ffffcd;
	/*float: left;*/
}

.content li {
	margin-left: 20px;
}

#technical {
	list-style-type: none;	
}

#technical li {
	margin-left: 5px;
}

#table {
	text-align: left;
	padding-left: 5px;
}

td{
	text-align: center;
	font-size: 12px;
}

.text{
	padding: 0px 40px 0px 60px;
}

#video {
	text-align:center;
}

#manager {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#paragraph {
	text-align: justify;
}

#ordering {
	text-align: justify;
	font-weight: bold;	
}

#menuhorizontal li {
	float: left;
	position: relative;
	list-style: none;
}

#menuhorizontal a {
	font-weight: bold;
	font-size: 16px;
	color: #CC9;
	text-decoration: none;
	display: block;
	padding: 7px 30px 7px 30px;
}

#menuhorizontal li:hover > a {
	background: #DE610E;
	color: #FC0;
}

/* level 2 list */
#menuhorizontal ul {
	background: #9e0b0e;
	display: none;
	width: 175px;
	position: absolute;
	top: 36px;
	border-top: 1px solid #900; 
	z-index: 1;
}

/* dropdown */
#menuhorizontal li:hover > ul {
	display: block;
}

#menuhorizontal ul li {
	float: none;
}

#menuhorizontal ul a {
	padding: 7px 15px 7px 10px;
	font-weight: normal;
}

/* level 3 list */
#menuhorizontal ul ul {
	left: 150px;
	top: -2px;
	border-top: none;
	border-left: 1px solid #901;
}

/* clearfix */
#menuhorizontal:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#menuhorizontal {
	display: inline-block;
}
html[xmlns] #menuhorizontal {
	display: block;
}
* html #menuhorizontal {
	height: 1%;
}

#footer {
	padding: 10px 0;
	text-align: center;
	background-color: #9e0b0e;
	color: white;
	font-size: 13px;
	position: relative;
	clear: both;
}