* {
			padding: 0;
			margin: 0;
			border: 0;
			font-family: arial,verdana,helvetica,tahoma,sans-serif;
			}
p {
			font-size: 0.85em;
			padding: 0 0 1em 0;
			
			color: #FFF;
			clear: both;
			}
p.date {
	float: right;
	color: #9CB0BD;
}			
a {
			color: #FFF;
			}
a:visited {
			color: #9CB0BD;
			}
a:hover {
			text-decoration: none;
			}
ul {
			list-style: none;
			}
h2 {
	clear: both;
	padding: 80px 0 30px 0;
	color: #F38606;
	font-weight: normal;
	font-size: 1.6em;
	font-style: italic;
}
h3 {
	font-size: 0.85em;
}
h4 {
	clear: both;
	padding: 30px 0 20px 0;
	color: #FFF;
	font-weight: normal;
	font-size: 1.3em;
	font-style: italic;
}
/*------------------------------------main--------------------------------------------*/
html {
			height: 100%;
			}
body {
			background: url("../img/bg.gif");
			height: 100%;		
			}
#deco {			
			width: 100%;
			min-height: 100%;
			background: url("../img/big.jpg") no-repeat center top;
			position: relative;
			overflow: hidden;
			}
#shaddow {
			width: 100%;
			height: 180px;
			background: url("../img/bg.png") repeat-x left top;
			position: absolute;
			top: 502px;
			left: 0;
			z-index: 0;
			}
#wrapper {
			width: 970px;
			height: 100%;
			margin: 0 auto;
			position: relative;
			padding: 0 0 140px 0;
			overflow: hidden;
		}
#footer {
			position: relative;
			margin-top: -50px;
			width: 100%;
			height: 50px;
			background: #16162D;
		}
.first {
			float: left;
			width: 40%;
			padding: 0 0 100px 0;
			margin-top: 520px;
			position: relative;
			z-index: 1;
		}			
			#inner .first {
				width: 60%;
			}
.second {
			float: right;
			width: 55%;
			padding: 0 0 20px 20px;
			margin-top: 630px;
			border: 1px #314D6A solid;
			background: #2D2D48;
			position: relative;
			z-index: 1;
		}
			#inner .second {
				width: 30%;
			}
.list {
			float: left;
			width: 100%;
			padding-top: 90px;
		}	
		.list li {
					background: url("../img/arrow.png") no-repeat left top;
					padding-left: 20px;
					font-size: 0.75em;
					margin-bottom: 1em;
					line-height: 1.1em;
					color: #C6D2DA;
					}
#men {
			width: 284px;
			height: 170px;
			background: url("../img/men.png");
			position: absolute;
			bottom: 48px;
			left: 0;
			z-index: 0;
			}
/*----------------------------------------------hcard----------------------------------*/		
.vcard {
			width: 100%;
			height: 700px;
			left: 0;
			top: 0;
			position: absolute;
			z-index: 0;
			}
			.vcard span {
				color: #FFF;
				font-size: 0.85em;
				}
			.vcard .logo {
				width: 171px;
				height: 149px;				
				position: absolute;
				left: 20px;
				top: 40px;
				z-index: 0;
				}
			.vcard .tel .value{
				font-size: 1.5em;
				}
			.vcard .label {
				width: 379px;
				height: 187px;
				position: absolute;
				right: 0;
				top: 400px;
				background: url("../img/slogan.png") no-repeat;
				z-index: 1;
				}
				.vcard .label span {
					display: none;			
					}
			.vcard .org {
				color: #FFF;
				font-size: 1.2em;
				padding: 300px 0 0 20px;
			}
			.vcard .adr .region, 
			.vcard .adr .street-address, 
			.vcard .tel .type, 
			.vcard .tel .value {
				padding: 0 0 0 20px;
			}


/*------------------------------------menu--------------------------------------------*/
#menu {
			display: inline;
			position: relative;
			z-index: 1;
			}
			#menu li {
						float: left;
						padding: 0 10px 0 20px;
									
						}
			#menu li a {
						color: #FF0;
						font-size: 0.85em;
						font-style: italic;
						}
			#menu li a:hover {
						color: #EF6F28;
						}			

/*------------------------------------form-----------------------------------------*/
form { 
	float: left;
	padding: 10px;
	font-size: 0.85em;
	border: 1px #e0e0e0 solid;
	   
	}
fieldset {
	padding: 10px 0; 	
	float: left; 	 
	width: 100%;
	border: 0;
	}
legend {
	color: #bababa;	
	padding: 1em 1em 2em 0;
	white-space: normal;
	}
	legend strong {
		color: #F00;
		}
label {  	
	float: left;
	width: 99%;
	margin: 0 0 10px 0px; 	 	
	}
	label input {
		float: right;
		width: 303px;
		height: 1.5em;
		border: 1px #818181 solid;
		}
	label textarea {
		float: right;
		width: 303px;
		border: 1px #818181 solid;
		}	
textarea {
	font-size: 0.97em;
	}
label span {
	float: left;
	width: 100px;
	}
	label span strong {
		color: #F00;
		}
#submit {
	float: right; 
	margin: 20px 188px 0 0; 
	width: 120px;
	height: 38px;
    background: url("../img/button.png");
    cursor: pointer;
    border: none;
    color: #FFF;
    } 
/*------------------------------------------copyright-----------------------------------*/		
.copyright {
			list-style: none;
			height: 1.5em;
			position: absolute;
			left: 0;
			bottom: 0;
			width: 90%;
			max-width: 990px;
			} 
.copyright li {
			float: left;
			margin: 0 0 0 10px;
			padding-bottom: 30px;
			}
.copyright li a {
			color: #888;
			font-size: 0.75em;
			text-decoration: underline;
			} 
.copyright li a:hover {
			text-decoration: none;
			}
/*----------------------------------anounce-------------------------------------*/             
.anounce {
			width: 100%;
			margin-top: 20px;
			float: left;			
			}
.anounce div {
			display: table;
			padding-right: 20px;
			}
.anounce img {
			float: left;
			margin: 0 1em 0 0;
			border: 1px #FFF solid;
			}
.anounce h3 {
			color: #FFF;
			font-size: 0.85em;
			padding: 0 0 10px 0;
			}			
.anounce p {
			color: #C6D2DA;
			font-size: 0.75em;
			padding: 0 0 10px 0;
			}						
	                					