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

body {
	background-image: url(../images/x-wallpaper.png);
	background-repeat: repeat;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	color: #FFF;
}
img {
	padding: 0px;
	border: none;
	margin: 0px;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #6CF;
	text-decoration: underline;
}
#container {
	margin: auto;
	width: 900px;
}
#header {	
	background: #238063;
	height: 150px;
	width: 900px;
}
#header img {
	float: right;
}
#navbar {
	background: #B3320A;
	height: 50px;
	width: 900px;
}
#navbar ul {
	list-style: none;
	padding: 0;
	margin: 0;	
}
#navbar ul li {
	display: block;
	float: left;
	list-style: none;
}
#navbar ul li a {
   display:block;
   height:50px;
   background:transparent url(../images/navbar.png) no-repeat 0 0;
   text-indent:-9009px;
   }
#navbar ul li#nav1 a {
   width:59px;
   background-position: 0 0;
   }
#navbar ul li#nav2 a {
   width:61px;
   background-position: -59px 0;
   }
#navbar ul li#nav3 a {
   width:71px;
   background-position: -120px 0;
   }
#navbar ul li#nav4 a {
   width:58px;
   background-position: -191px 0;
   }
#navbar ul li#nav5 a {
   width:51px;
   background-position: -249px 0;
   }
#navbar ul li#nav6 a {
   width:75px;
   background-position: -300px 0;
   }
#navbar ul li#nav1 a:hover {
   background-position: 0 -50px;
   }
#navbar ul li#nav2 a:hover {
   background-position: -59px -50px;
   }
#navbar ul li#nav3 a:hover {
   background-position: -120px -50px;
   }
#navbar ul li#nav4 a:hover {
   background-position: -191px -50px;
   }
#navbar ul li#nav5 a:hover {
   background-position: -249px -50px;
   }
#navbar ul li#nav6 a:hover {
   background-position: -300px -50px;
   }   
#content {
	background: #E2EEDA;
	vertical-align: top;
	padding: 25px;
	width: 850px;
}
#store {
	background: #238063;
	margin: 0px;
	width: 900px;
	padding-bottom: 5px;
}
#breadcrumb {
	background: #B3320A;
	height: 25px;
	width: 900px;
}
#footer {
	background: #238063;
	height: 50px;
	width: 900px;
}
#footer img {
	float: left;
}
.hdg {
	background: #B3320A;
	padding-left: 7.5px;
}
.bdy {
	background: #238063;
	padding: 12.5px;
}