/*
div{
	border: solid Fuchsia 3px;
}*/

body{
	background: #ffffff url(../images/bgbody.jpg) repeat-x 0 48px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	font-size: 12px;
}

*{
	margin: 0;
	padding: 0;
}

hr{
	display: none;
}

fieldset{
	border: none;
}

a{
	font-weight: bold;
	text-decoration: none;
	color: #c4d3dd;
}

img{
	border: none;
}

#paninibar{
	height: 46px;
	border-bottom: solid 2px #023765;
	background: #032844 url(../images/bgpaninibar.jpg) no-repeat top center;
}


/* --------------------------------------------------------------------------

footer

----------------------------------------------------------------------------- */
/*
#footer{
	background: #484746 url(../images/bg_footer_top.jpg) no-repeat top center;
	color: #d6d5da;
	margin-top: 10px;
	font-size: 10px;
	font-weight: bold;
	float: left;
}*/

.footer1{
	min-height: 116px;
	height: auto!important;
	height: 116px;
	padding: 4px 20px ;
	background: url(../images/bg_footer_bottom.jpg) no-repeat bottom center;
}
#footer{
	background:  url(../images/bg_footer.png) no-repeat top center;
	color: #d6d5da;
	margin-top: 10px;
	font-size: 10px;
	font-weight: bold;
	float: left;
	width: 964px;
}


.footer1a{
	width: 462px;
	float: left;
	text-align: left;
}

.footer1a img{
	float: left;
	padding-right: 6px;
}


.footer1a p{
	padding-left: 6px;
	font-size: 11px;
}

.footer1b{
	width:  460px;
	float: right;
	text-align: right;
}

.footer1b p{
	clear: both;
	padding-right: 6px;
	padding-top: 4px;
}

#main_wrapper{
	background: url(../images/main_wrapper.jpg) no-repeat top center;
	min-height: 600px;
	height: auto!important;
	height: 600px;
}

#logo h2{
	display: none;
}

#logo{
	background: url(../images/bg_logo.jpg) no-repeat top center;
	width: 982px;
	height: 220px;
	margin: auto;
}

#header, #main_content, #main_wrapper1, .content1, #content{
	width: 980px;
	margin: auto;
}

.title{
	background: url(../images/bg_title.gif) no-repeat top center;
	min-height: 37px;
	height: auto!important;
	height: 37px;
	color: #ffffff;
}

.title h2{
	font-size: 22px;
}

.message{
	text-align: center;
	color: #ffffff;
	font-size: 50px;
	padding: 80px 30px 120px;
}

/* --------------------------------------------------------------------------

static

----------------------------------------------------------------------------- */

ul.static-list{
	list-style: none;
	padding-left: 70px;
	float: left;
	clear: both;
	width: 910px;
	font-size: 16px;
}


ul.list2{
	/*clear: both;*/
	padding-left: 0px;
	margin-left: 118px;
	/*width: 680px;*/
	/*float: left;*/
}

ul.static-list li, ul.static-list li a{
	display: block;
	width: 120px;
	float: left;
}

ul.list2 img{
	margin: 0 14px;
}


/*
ul.static-list li img{
	width: 100px;
}

ul.static-list a{
	width: 100px;
}*/


ul.static-list a{
	color: #c4d3dd;
}

ul.static-list a:hover{
	color: #fed000;
}

ul.list2 a{
	color: #023765;
}

ul.list2 a:hover{
	color:#006ee3;
}

.static-list-wrapper{
	width: 980px;
	float: left;
	clear: both;
	padding: 40px 0 34px 0;
	text-transform: uppercase;
}


/* --------------------------------------------------------------------------

missing stickers

----------------------------------------------------------------------------- */

.missing_stickers_wrapper{
	width: 100%;
	float: left;
	clear: both;
	padding-bottom: 34px;
}

.missing_stickers_wrapper h2{
	font-size: 18px;
	color: #023765;
}

.missing_stickers_wrapper ul{
	text-align: left;
	margin: auto;
	width: 668px;
}

.missing_stickers_wrapper li{
	list-style-position: outside;
	list-style-type: none;
	text-align: center;
}

.missing_stickers_wrapper img{
	vertical-align: middle;
}

.missing_stickers_wrapper a{
	font-size: 14px;
	color: #006ee3;
}




