@charset "utf-8";
/* CSS Document */

/* FF FIX --------------------------------------------------------------------- */
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
/* ---------------------------------------------------------------------------- */

/* CROSSOVER ANIM ------------------------------------------------------------- */
.fade {
	position:relative;
}

.fade div {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
/* ---------------------------------------------------------------------------- */

/* POP UP --------------------------------------------------------------------- */

.labbel {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:25px;
	float:left;
}	
.imput {
	background-color: #1d1d1d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding:5px;
	width:380px;
	border: 2px solid #FFFFFF;
}
.button {
	background-color: #1d1d1d;
	padding:5px;
	width:80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	border:0px;
}
.button:hover {
	background-color: #ffffff;
	color:#000000;
}
		
/* ---------------------------------------------------------------------------- */

body, html {
	margin: 0px;
	background-image:url(../img/bk.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#838383;
	height:100%;
		
}

#wrap {
	background-image:url(../img/bk2.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:100%;
}

#content_area {
	background-image:url(../img/logo.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:900px;
	margin: 0 auto 0 auto;
}

#sep_line {
	background-image:url(../img/sep_line.jpg);
	background-repeat:no-repeat;
	height:1px;
	margin-bottom: 30px;
	clear: both;
}

.sep_line2 {
	background-image:url(../img/sep_line2.jpg);
	background-repeat:no-repeat;
	height:1px;
	margin-bottom: 20px;
}

.pic_container {
	background-color:#ffffff;
	width: 275px;
	height: 110px;
	padding-top:5px;
	padding-left:5px;
}

.pic_title {
	background-image:url(../img/arrow.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#000000;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	padding-right:10px;
	width: 270px;
	height:37px;
	line-height: 37px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}

.pic_gallery {
	border: 4px solid #FFFFFF;
}
.pic_gallery:hover {
	border: 4px solid #000000;
}		
		

.shadow1 {
	background-image:url(../img/shadow1.png);
	background-repeat:no-repeat;
	width:280px;
	height: 30px;
}

.shadow2 {
	background-image:url(../img/shadow2.png);
	background-position:center top;
	background-repeat:no-repeat;
	width:131px;
	height: 11px;
}	

.link_1 {
	text-decoration:none;
	color:#3a3a3a;
}
.link_1:hover {
	color:#ffffff;
}
.title {
	font-size:24px;
	color:#FFFFFF;
	float:left;
}	

.paragraph {
	font-size:12px;
	line-height:18px;
	color:#FFFFFF;
	width:660px;
	float:right;
}	