/* CSS Document */

html,body {
	margin: 0 auto;
	background:url("../images/head.png") repeat-x #fff; 
	/*font-family: "Myriad Pro Light Cond";
	src: url( ../font/MyriadPro-LightCond.otf );*/
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#252525;
	font-size:12px;
}

.b{
	font-weight:bold;
	font-size:14px;
	
	}

a:link {text-decoration: none; color:#6cb601;}
a:hover {text-decoration: none; color:#666666;}
a:active {text-decoration: none; color:#666666;}
a:visited {text-decoration: none; color:#6cb601;}

h1{
font-size:14px;
color:#666666;
}

h2{
font-size:80%;
color:#666666;
float:left;
font-weight:bold;
}

h3{
	font-size:13px;
	font-weight:lighter;
	color:#222222;
	float:left;
	padding-top:4px;
	width:100%;
	margin:3px 0;
	
}

h4{
	border-bottom:#666 1px solid;
	font-size:9px;
	color:#666666;
	padding:0px;
	font-weight:bold;
}

h5{
	font-size:12px;
	font-weight:lighter;
	color:#666666;

}

h6{
	font-size:14px;
	font-weight:bold;
	color:#333333;
	text-transform:uppercase;
}

h7{
font-size:14px;
font-weight:bold;
color:#fff;
text-transform:uppercase;
padding-top:10px;
}

h8{
font-size:18px;
font-weight:bold;
color:#fff;
text-transform:uppercase;

}

input{
	width:250px;
	}

	
.submit{
	float:right;
	background:#6cb601;
	color:#fff;
	width:250px;
	height:30px;
	}	

.ckbox{
	float:right;
	width:30px;
	height:30px;
	margin-right:10px;
	}	

#Container {
	width:950px;
	margin:0 auto;
	background:url("../images/center_.png"); 
}

#Header {
	width:950px;
	background:url("../images/img.png") no-repeat; 
	color:#fff;
	font-weight:lighter;
	margin:10px 0;
	height:200px;
	overflow:hidden;

	
}



#Logo{
	width:185px;
	height:60px;
	float:left;
	margin-bottom:10px;
	background:url("../images/logo.png");
}

#Back{
	position:relative; top:5px;left:6px; width:48px; height:43px; display:block; background:#000; clear:both;
	}

#Menu{
	position:relative;
	top:107px;
	border:none;
	border:0px;
	margin:0px;
	padding-top:11px;
	font-size:95%;
	font-weight:bold;
	width:1012px;
	float:left;
	}
#Menu ul{
	height:40px;
	list-style:none;
	margin:0;
	padding:0;
	}
	#Menu li{
		float:left;
		padding:0px;
		margin-left:10px;
		}
	#Menu li a{
		background: url("../images/tabE.png_") repeat-x;
		color:#fff;
		display:block;
		font-weight:normal;
		line-height:30px;
		margin:0px;
		padding:0px 5px;
		text-decoration:none;
		}
		#Menu li a:hover, .menu ul li:hover a{
			background:#6cb601 url('../images/hover_.png');
			color:#fff;
			text-decoration:none;
			}
	#Menu li ul{
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:190px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	#Menu li:hover ul{
		display:block;
		
		}
	#Menu li li {
		background:#666666 url('assets/images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:220px;
		font-weight:bold;
		border-bottom:1px #333333 dotted;
		}
	#Menu li:hover li a{
		background:none;
		
		}
	#Menu li ul a{
		display:block;
		height:30px;
		font-style:normal;
		margin:0px;
		text-align:left;
		padding-bottom:10px;
		}
		#Menu li ul a:hover, .menu li ul li:hover a{
			background:url('../images/hover.png');
			border:0px;
			text-decoration:none;
			}
	#Menu p{
		clear:left;
		}	

#Content{
	width:950px;
	background:#FFFFFF;
	clear:both;
}

#Content ul{
	float:left;
}


#Content ul li{
	text-decoration:none;
	list-style:none;
	padding-bottom:0px;
}


#Left{
	width:540px;
	float:left;
	padding-right:10px;
	padding-bottom:20px;
	margin-bottom:20px;
	}
	

	
#Right{
	width:400px;
	float:right;
	padding-bottom:20px;
	margin-bottom:20px;
	}
	

#Content img{
	margin-left:1px;
	}
	
#FlashId{
	clear:both;
	height:40px;
	}
	
.Tophead{
	clear:both;
	height:20px;
	display:block; 
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	font-size:155.5%;
	font-weight:bold;
	background:url(../images/tophead.png) no-repeat left bottom #FFF;
	text-transform:uppercase;
}

#Footer{
	clear:both;
	position:fixed;
	bottom:0px;	
	width:100%;
	font-size:100.5%;
	line-height:normal;
	height:40px;
	color:#fff;
	background:url(../images/f_logo.png_) no-repeat right center #222222;
} 
 
    #Footer ul {
        margin:3px;
        padding:0px;
        list-style:none;
      }
    #Footer li {
      width:140px;
      display:inline;
      margin:3px;
      padding:0;
      }
    #Footer ul li a {
      width:158px;
      margin:3px;
      padding:0 0 0 0px;
      text-decoration:none;
	  border-right:1px solid #828080;
      }
    #Footer ul li a span {
    width:158px;
	display:block;
	color:#828080;
	font-size:10px;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	padding:3px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #Footer ul li a span {float:none;width:140px;}
    /* End IE5-Mac hack */
    #Footer ul li a:hover span {
	  	width:140px;
        color:#017fff;
      }
    #Footer ul li a:hover {
      background-position:0% -42px;
      }
    #Footer ul li a:hover span {
	  background:url("../assets/images/tableftE.gif") right top;
      background-position:100% -42px;
	  color:#017fff;
	  cursor:pointer;
      }

        #Footer #current ul li a {
                background-position:0% -42px;
        }
        #Footer #current ul li a span {
                background-position:100% -42px;
        }

#CopyRight{
	clear:both;
	padding:20px;
	background:#666;

	}
	
.Cent{
	width:950px;
	margin:0 auto;
	background:url(../images/f_logo.png) no-repeat right center #222222;
	color:#fff;
	height:40px;
	text-align:center;

	}
	
#Contact{
	padding-top:10px;
	width:120px;
	float:left;
	font-size:80%;
	}

.News{
	width:300px;
	clear:both;
	float:left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}	
	
.News img{
	width:80px;
	height:50px;
	padding:5px;
	border:#999 solid 1px;
	margin-right:10px;
	
	}	
	
.News span{
	font-size:12px;
	
	}

#Details{
	position:relative;
	font-size:12px;
	text-transform:uppercase;
	display:block;
	float:right;
	padding:3px 3px;
	margin-top:5px;
	background:#6cb601;
	color:#FFFFFF;
	
	}
.Title{
	font-size:16px;
	text-transform:uppercase;
	display:block; 
	font-weight:bold;
	
	}		
.error{
		width:110px;
	}


.fill{
	width:250px;
	height:20px;
	display:inline;
	float:left;
	font-weight:bold;
	
	}

.fillm{
	width:150px;
	height:20px;
	float:left;
}
	
.fill_input{
	width:250px;
	float:right;
	margin-right:20px;
	
	}
	
.fill_input_s{
	width:100px;
	float:right;
	margin-right:20px;
	
	}

.Table{
	height:20px;
	clear:both;
	font-weight:bold;
	}
	
#List{
	padding:3px;
	height:32px;
	width:930px;
	}
	
#List a{
	padding:3px;
	height:12px;
	border:1px #999 solid;
	color:#999;
	}
	
#Id{
	text-align:center;
	width:30px;
	float:left;
	}
	
#Title{
	width:750px;
	float:left;
	}
	
#Title span{
	width:172px;
	float:left;
	padding-right:10px;
	}
	
#Edit{
	width:150px;
	float:left;
	}
	
.OrderList{
	width:450px;
	float:left;
	padding:3px;
		border-bottom:#999 1px solid;
	}
	
.Caption{
	width:150px;
	padding:3px;

	display:block;
	font-weight:bold;
		float:left;
	}
	
.Value{
	width:280px;
		float:right;
	}
	
	
.label{
	width:200px;
	padding:3px;
	display:block;

	}
