@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	background-color: #1E0026;
	font-size: 62.5%;
}
.container{
	padding-top:30px;
	text-align:center;
	margin:auto;
	width:100%;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	min-width:980px;
	background-color: #FFECFF;
}

img{
	border:none;
}



/*-------------------------------------------------------------------
Navigation
-------------------------------------------------------------------*/

.globalNavi {
	margin: 0px;
	list-style-type: none;
	padding-top: 57px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.globalNavi li{
	float: right;
	margin: 0px;
	padding: 0px;
}
.globalNavi a {
	display: block;
	/*height: 160px;
	width: 20px;*/
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}/*
.globalNavi .gN00 a {
	background-image: url(../img/navi00.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.globalNavi .gN01 a {
	background-image: url(../img/navi01.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.globalNavi .gN02 a {
	background-image: url(../img/navi02.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.globalNavi .gN03 a {
	background-image: url(../img/navi03.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.globalNavi .gN04 a {
	background-image: url(../img/navi04.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.globalNavi .gN05 a {
	background-image: url(../img/navi05.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.globalNavi a:hover{
	background-position:center -301px;
}*/


.subnav {
	list-style-type: none;
	display: block;
	padding: 0px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.subnav li{
	float:left;
	margin: 0px;
	padding: 0px;
}
.subnav a{
	display:block;
	width:110px;
	height:10px;
	margin: 10px;
	text-indent: -9999px;
}
.subnav .sN01 a {
	background-image: url(../img/legal.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.subnav .sN02 a {
	background-image: url(../img/privacy.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.subnav a:hover{
	background-position: left -26px;
}


/*-------------------------------------------------------------------
clear-fix
-------------------------------------------------------------------*/
.clear:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* Win IE7 */
*:first-child+html .clear{
	height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html .clear{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
.clear{
	display: inline-table;
}
/* End Mac IE */
.footer {
	background-color: #1E0026;
}
.copyright {
	background-image: url(../img/copyright.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	margin: auto;
	padding: 0px;
}
