@charset "utf-8";

/* cs copyright */
#container_footer
{
    			width: 1000px;
    			font-size: 10px;
    			color: #303030;
				position:relative;
}
#container_footer_in
{
}
#footer_ew
{
				margin: -100px 0 10px 60px;
				width: 290px;
				float: left;
				text-align: left;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 10px;
				display:inline;			
}
#footer_ewb
{
				margin: -40px 0 0 10px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				font-weight:bold;
				display:inline;	
				color: #303030;
}
#container_footer a
{
    			color: #303030;
    			text-decoration: none;
}
#container_footer a:hover
{
    			text-decoration: underline;
				color:#ff0000;
}
#footer_copy
{
				margin: -100px 50px 0 0;
   				width: 200px;
				float: right;
    			text-align: right;
				font-family: Arial, Helvetica, sans-serif;
    			font-size: 11px;
}
#footer_copy a :hover
{
   				text-decoration:underline;
}
/* end cs copyright */
#flagBox
{
   				width:250px;
				position:absolute;
				left:720px;
				top:10px;
}
.flag
{
   				width:29px;
				height:20px;
				float:right;
				margin:0 2px 0 0;
}
.flag img
{
   				border:none;
}

/* layout */
.cleaner {		clear:both;
}
#header {		background-image:url(../images/header.jpg);
				background-repeat:no-repeat;
				width:1000px;
				height:393px;
				margin:20px auto 0 auto;				
				position:relative;
}

#logo 

{			width:125px;
			height:110px;
			position: absolute; top: 60px; left: 195px;
			display: block;
			z-index: 20;
}

#panelMainWrap	
{
                background-image:url(../images/panelmain-background.jpg);
				background-color:#000;
				background-repeat:repeat-y;
				width:1000px;
				margin:0 auto 0 auto;
}
#panelMain	{	background-image:url(../images/panelmain-header.jpg);
				background-repeat:no-repeat;
				background-position:right top;
				width:1000px;
}
#panelMainWrapper	{	background-image:url(../images/panelmain-footer.jpg);
				background-repeat:no-repeat;
				background-position:bottom;
				width:1000px;
				min-height:350px;
				padding:0 0 230px 0;
}
#footer {		
				width:1000px;
				margin:0px auto 0 auto;
				position:relative;
}
#boxMain{		
				width:800px;
				margin:0 auto 0 auto;
				padding:30px 0 0 0;
}
/* end layout */

/* top menu*/
#menu {			width:945px;
				position:relative;
				padding-left:45px;
				top:353px;				
}
.menuMain {
				list-style:none;
				margin:0 0 0 0;
				padding:0 0 0 0;
}
.menuMain li {
				float: left;
				margin:0 0 0 0;
				padding:0 0 0 0;
				list-style-image:none;
				width:130px;
}
.menuMain li a {
				font-family:Arial, Helvetica, sans-serif;
				font-size: 13px;
				color: white;
				text-decoration: none;
				display:block;
				text-align:center;
				font-weight:bold;
				text-transform:uppercase;
				margin:0 0 0 0;
}
.menuMain li a:hover {
				color:white;
}
/* buttons */

.menuItem0 a{
				background-image:url(../images/tl_1.png);
				background-repeat:no-repeat;
				padding:8px 0 0 0;
				height:30px;
}
.menuItem0 a:hover{
				background-image:url(../images/tl_3.png);
				background-repeat:no-repeat;
}
/* end top menu*/



/* bottom menu  */
#menu3
{
	width: 800px;
	height:20px;
	position:relative;
	top:-114px;
	left:35px;
}
.menuMain3
{
	
    list-style: none;
    margin-top: 0px;
	padding-top:0px;
	position:relative;
}
.menuMain3 li 
{
    display: inline;
}
.menuMain3 li a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #fff;
    font-weight:bold;
    text-decoration: none;
    padding: 0px 10px 0 10px;
    text-transform:uppercase;
	border-right: solid 1px white;
}
.menuMain3 li.last a
{
    border-right: none;
}
.menuMain3 li:hover a
{
    text-decoration: underline;
}
/* end bottom menu  */

.formInput, .formCombo
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding:0 3px 0 3px;
    border: 1px solid #888888;
    background: #fff;
    color: #000;
    height: 18px;
}

.formCombo 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding:0 0px 0 3px;
    border: 1px solid #888888;
    background: #fff;
    color: #000;
    height: 18px;
}

.formBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding:0 3px 0 3px;
    border: 1px solid #888888;
    background: #fff;
    color: #000;
} 

.formButton
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: 1px solid #888888;
    background: red;
    color: #fff;
    width: 80px;
    height: 24px;
    margin: 0 0 0 0;
    padding:0 0 1px 0;
}

.formButton:hover {
    cursor:pointer;
    background: #561010;
}