a{color:#fff}
a:hover{color:#999;}
.img1{ padding-left:30px; padding-top:30px}
body{ background:url(image/body.png); color:#fff}
.container{width:1000px; margin:0 auto; }
.header{ width:1000px; height:120px; margin-top:12px;background-color:#E5E5E5} 
h1{font-size:25px; color:#F00; text-transform:uppercase }
h2{color:#FFF;}
h3{color:#FFF;}
.logo{ padding:10px 0 0 55px; font-size:50px; font-family:Tahoma, Geneva, sans-serif; color:#FFF}
.logo a{  font-size:50px; font-family:Tahoma, Geneva, sans-serif; color:#FFF; text-decoration:none}
.logo a:hover{  font-size:50px; font-family:Tahoma, Geneva, sans-serif; color:#FFF}

/*.navi{ display:inline; float:right; margin-right:5px;color:#EE0000;font-family:Rockwell;font-size:43%;}*/
.navi{ display:inline; float:right; width:80%; margin-right:5px;color:#CD1111;font-family:Rockwell;font-size:43%;}
/* .navi ul li{ display:inline; float:left; padding-left:30px; font-family:Tahoma, Geneva, sans-serif }  */
.navi ul li{ display:inline; float:left; font-family:Tahoma, Geneva, sans-serif }  
.navi ul li a{ position:relative; color:#fff; padding:5px;font-size:14px; text-decoration:none; float:left; margin-right:20px;}
.navi ul li a:hover{color:#F90;}
.active  {color:#F90;}

.labelheading{
	color:#f00;
	font-weight: bold;  
}

#banner{ width:1000px; height:594px; background-color:#000;}

#contenttopimg{
	width:1000px;  
	padding:0 0px 0px 0px;
	background-color:#000;
	
}

#toptext{
	color:#EE0000;
	font-family:verdana;
	font-size:49%;
}

#content{
	width:950px;  
	padding:0 35px 0 35px;
	background-color:#000;
	font-size:130%;
	margin:auto;
}
p{ color:#CCC; line-height:32px; text-align:justify}

#footer {
	clear:both;
	height: 73px;
	background-color:#000;
	border-top:#5c000d;
	width:1020px;	
    text-align: right;
	font-face:Rockwell;
	font-size:20px;
}

#footer p { padding: 0px 41px 0px 35px; text-align:right; color: #fff; }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: absolute; 
    z-index: 1; /* Sit on top */
    padding-top: 1px; /* Location of the box */
	left: 0;
    top: 0;
    width: 640px; /* Full width */
    height: 640px /* Full height */
	background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


/* Modal Content */
.modal-content {
    background-color: #d3d3d3;  
	text-color: #ff0000;
    margin: auto;
    padding: 20px;
    border: 2px solid #888;
    width: 80%;
	height: 80%
}

/* The Close Button */
.close {
    color: #2f4f4f;
    float: right;
    font-size: 32px;
    font-weight: bold;
}

#contact-area {
	width: 400px;
	margin-top: 15px;
	text-align: center;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
/*	font-family: Helvetica, sans-serif;  */
	font-face: Rockwell;
	font-size: 0.9em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 80px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 200px;
	height: 60px;
	float: center;
	font-face: Rockwell;
	font-size: 24px;
	font-weight: bold;
	paddington-right: 2px;
}


/*
.submit-button {
	width: 65px;
	height: 40px;
	font-face:Rockwell;
	font-size:10;
	font-weight:bold;
}
*/
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.center{
    position:absolute;
    width:780px;
    height:650px;
    left:50%;
    top:50%;
    margin-left:-390px;
    margin-top:-325px;
}
