@charset "utf-8";
/* CSS Document */

/* BODY */
body {
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url(../images/bg.png);
	background-attachment: fixed;
	text-align: center;
	background-size: 100%;
}
.center{
	margin:auto;
	width:950px;
}

a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}



.btn:link {
	padding: 3px 3px 3px 3px;
	color:#09F;
	border:solid 1px #09F;
	text-decoration: none;
}

.btn:visited {
	text-decoration: none;
	color: #09F
}

.btn:hover {
	background:#09F;
	padding: 3px 3px 3px 3px;
	color: #fff;
}

.header_btn{
	width:100%;
	height:100%;
	text-align:center;
	padding-top: 60px;
	}
	
.btn_top{
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:1.1em;
	padding: 0 5px 0 5px;
	transition: all ease-in 0.3s;
	color:#09F; !important;
	}

.btn_top:hover{
	color:#03F;
	text-decoration:none;
	cursor:pointer;
	background-color:inherit;
	}
		
	
.current{
	font-family:"Arial Black", Gadget, sans-serif;
	color:#06F;
	font-size:1.2em;
	padding: 0 5px 0 5px;
	float:left;
	}		




/*************************************************** Index ****************************************************/

#white{
	margin-top:155px;
	height:990px;
	width:980px;
	position:absolute;
	z-index:-100;
	background-color:#000;
		box-shadow: 0px 0px 20px #666;
  filter: alpha(opacity=60);
  /* IE */
  -moz-opacity: 0.6;
  /* Mozilla */
  opacity: 0.6;
  /* CSS3 */
z-index:-1000;
}

#container{
	margin-top:0;
	margin-left:15px;
	height:900px;
	width:950px;
	position:absolute;
	z-index:0;
}

#header{
	float:left;
	height:150px;
	width:950px;
}

#body{
	margin-top:20px;
	float:left;
	height:525px;
	width:950px;
}

#footer{
	float:left;
	height:150px;
	width:950px;
}

/*************************************************** Profile ****************************************************/

#white_profile{
	margin-top:155px;
	height:1700px;
	width:980px;
	position:absolute;
	z-index:-100;
	background-color:#000;
		box-shadow: 0px 0px 20px #666;
  filter: alpha(opacity=60);
  /* IE */
  -moz-opacity: 0.6;
  /* Mozilla */
  opacity: 0.6;
  /* CSS3 */
z-index:-1000;
}

#container_profile{
	margin-top:0;
	margin-left:15px;
	height:1650px;
	width:950px;
	position:absolute;
	z-index:0;
}

#header{
	float:left;
	height:150px;
	width:950px;
}


#body_profile{
	margin-top:20px;
	float:left;
	height:1200px;
	width:950px;
}

/*************************************************** Product ****************************************************/

#white_product{
	margin-top:155px;
	height:1100px;
	width:980px;
	position:absolute;
	z-index:-100;
	background-color:#000;
		box-shadow: 0px 0px 20px #666;
  filter: alpha(opacity=60);
  /* IE */
  -moz-opacity: 0.6;
  /* Mozilla */
  opacity: 0.6;
  /* CSS3 */
z-index:-1000;
}

#container_product{
	margin-top: 0;
	margin-left: 15px;
	height: 1250px;
	width: 950px;
	position: absolute;
	z-index: 0;
}

#body_product{
	margin-top:20px;
	float:left;
	height:980px;
	width:950px;
}

#footer_product{
	position:absolute;
	height:150px;
	width:950px;
	margin-top:1080px
}


/*************************************************** Contact ****************************************************/

#white_contact{
	margin-top:155px;
	height:1150px;
	width:980px;
	position:absolute;
	z-index:-100;
	background-color:#000;
		box-shadow: 0px 0px 20px #666;
  filter: alpha(opacity=60);
  /* IE */
  -moz-opacity: 0.6;
  /* Mozilla */
  opacity: 0.6;
  /* CSS3 */
z-index:-1000;
}

#container_contact{
	margin-top: 0;
	margin-left: 15px;
	height: 1200px;
	width: 950px;
	position: absolute;
	z-index: 0;
}

#body_contact{
	margin-top:20px;
	float:left;
	height:800px;
	width:950px;
}

#footer_contact{
	position:absolute;
	height:150px;
	width:950px;
	margin-top:1170px
}