@charset "utf-8";

*
{
	margin: 0;
	padding: 0;
}

html
{
	margin:0px;
	padding:0px;
}

body
{
	background:url(images/background.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	height:100%;
}

.container{	position:relative;width:1101px;margin:auto;font-size:12px;min-height:100%;}

a img{border:none;}

.header{margin-left:0px;top:0px;position:absolute;height:296px;width:1101px;background-image:url(images/hdr_images.png);}
.page{position:absolute;margin-left:-50px;top:0px;width:961px;font-family:Arial, Helvetica, sans-serif;}

.header_btns{position:absolute; height:21px; width:315px; left:690px; top:154px;}

.header_btn{position:absolute; height:16px; left:0px;}
.header_btn:hover{background-position: 0px -23px;}
.header_btn:active{background-position: 0px -47px;}
.header_btn span{display:none}

.header_btn1{position:absolute; background:url(images/hdr_btn1.png); width:59px; left:0px;}
.header_btn2{position:absolute; background:url(images/hdr_btn2.png); width:70px; left:59px;}
.header_btn3{position:absolute; background:url(images/hdr_btn3.png); width: 100px; left:129px;}
.header_btn4{position:absolute; background:url(images/hdr_btn4.png); width:86px; left:229px;}

.store_link {
	position:absolute;
	top:18px;
	height:20px;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#000000;
	font-size:16px;
	text-decoration:none;
}
.link0{
	position:absolute;
	left:115px;
}
.link1{
	position:absolute;
	left:185px;
}
.link2{
	position:absolute;
	left:274px;
}
.link3{
	position:absolute;
	left:370px;
}
.link4{
	position:absolute;
	left:440px;
}
.link5{
	position:absolute;
	left:540px;
}
.link6{
	position:absolute;
	left:675px;
}
.link7{
	position:absolute;
	left:800px;
	width:108px;
}

.btn_up{background-position:0px -47px;}
.btn_normal{background-position:0px 0px;}

.footer
{
	position:absolute;
	bottom:0px;
	width:100%;
	height:50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
}

.footer_style
{
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	color:#660000;
	position:relative;
	top:0px;
	text-decoration:none;
	width:85px;
	margin-right:25px;
}
.footer_links
{
	position:absolute;
	left:250px;
	width:600px;
}
.footer_info
{
	position:relative;
	width:800px;
	top:30px;
	color:#FFFFCC;
	font-size:11px;
	display:inline;
	font-weight:bolder;
	font-stretch:wider;
}
.footer_info a{color:#FFFFCC;}
