/*
* {
	border:0;
	margin:0;
	padding:0;
}*/

/* general */
a {
	color:#d84c03;
	font-weight:bold;
}
.right img {
	/*border:2px solid #FFF;*/
}

/* body */
body {
	background:#000000 url('image/content.jpg') center repeat-y;
	color:#FFF;
	font:0.9em Arial, Helvetica, sans-serif, "bitstream vera sans";
	border:0;
	margin:0;
	padding:0;
}

input {width:180px;margin-top: 5px;}
select {width:184px;margin-top: 5px;}
textarea {width:180px;margin-top: 5px;}

.button {cursor:hand;width:80px;margin-top: 5px;}




h1{
	border:0;
	margin:0;
	padding:0;
}
h2{
	border:0;
	margin:0;
	padding:0;
}

/****************************************************************************************************
Begin Header
****************************************************************************************************/
#header
{
	background:#7e673e url('image/header.jpg') top center no-repeat;
	height:100px;
	top:0;
	width:100%;
}
#header_inside {
	height:100px;
	margin:0 auto;
	width:760px;
}
#header_inside h1 {
	color:#3b2a0c;
	font:bold 300% "trebuchet ms", helvetica, sans-serif;
	letter-spacing:-3px;
	margin:0 0 -10px;
	padding:15px 0 0;
	text-align:right;
}
#header_inside h2 {
	color:#ccc;
	font:200% "trebuchet ms", helvetica, sans-serif;
	letter-spacing:-2px;
	text-align:right;
}

/* navigation */
#navigation {
	left:50%; 
	margin:0 0 0 -61px;
	position:absolute;
	width:122px;
}

#navigation image{
	left:50%; 
	margin-left:10px;	
	margin-top:5px;
	border:0px;
}

#navigation li {
	list-style:none;
}
#navigation li a {
	color:#fff;
	display:block;
	height:50px;
	line-height:50px;
	text-align:center;
	text-decoration:none; 
}
#navigation li a:hover {
	background:#7e673e;
	color:#332407;
}
#navigation li a.active {
	background:#FFF;
	color:#000;
}

/*****/

#navigationnew li a {
	color:#fff;
	display:block;
	height:50px;
	line-height:50px;
	text-align:center;
	text-decoration:none; 
}
#navigationnew li a:hover {
	background:#7e673e;
	color:#332407;
	width:121px;
}

#navigationnew li {
	list-style:none;
	margin-left: -39px;
}

#navigationnew {
	margin-left: 14px;
	width:122px;
	
}

#navigationnew li a.active {
	background:#FFF;
	color:#000;
}

#testoplayer_a {
width:300px; height:300px;
position:absolute; 
z-index:2;
margin-top:20px;
margin-left:260px;
font-size:11px;
text-align:center;
}
#testoplayer_b {
width:300px; height:300px;
position:absolute; 
z-index:2;
margin-top:20px;
margin-left:130px;
font-size:11px;
text-align:center;
}
.flashcontent_a {
width:300px; height:300px;
position:absolute; 
z-index:3;
margin-top:-30px;
margin-left:260px;/*260*/

}
.flashcontent_b {
width:300px; height:300px;
position:absolute; 
z-index:3;
margin-top:-30px;
margin-left:130px;

}
#mySwf {
position:absolute; 
z-index:4;
}
/*
#myLayer {
width:300px; height:300px;
position:absolute; 
margin-top:-20px;
margin-left:260px;

}
*/

/*content */
#content {
	left:50%; 
	margin:0 0 0 -380px;
	position:absolute;
	width:760px;
	z-index:1;
	
}

/* left */
.left {
	float:left;
	padding:10px 0 0;
	width:304px;
}
.left p {
	padding:10px;
}
.left h1 {
	border-bottom:1px solid #888;
	font-size:1.3em;
	padding:10px 0 0;
}

.left code {
	border:1px solid #624f2f;
	border-left:9px solid #624f2f;
	display:block;
	margin:10px;
	padding:10px;
	text-align:left;
}
.left li {
	list-style:circle;
	margin:0 0 0 30px;
}

/* center */
.center {
	float:left;
	width:152px;
}

/* right */
.right {
	float:right;
	padding:10px 0 0;
	width:304px;
}
.right h1 {
	 font-size:1.2em;
	 padding:0 0 10px;
	 text-align:left;
}