@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color:#252525;
	font-family:Tahoma, Geneva, sans-serif;
	color:#e3e3e3;
	line-height:1.7em;
}
h2 {
	color:#F00;
}
#wrapper {
	width:900px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color:#000;
	background-image:url(../images/big_ei.gif);
	background-position: inherit;
	background-repeat:no-repeat;

}
#storefront {
	float: right;
	width: 200px;
	border:thin #F00 solid;
	top: 0px;
	margin-top: 20px;
	padding: 0px;
	margin-right: 10px;
} 
#navbar {
	float:left;
	width:180px;
	margin-top: 20px;
	margin-left:20px;
}
#main {
	margin-right:214px;
	margin-left:205px;
	margin-top: 20px;
	list-style-image: none;
	font-size: medium;
	margin-right: 20px;
	margin-left: 20px;
	overflow:auto;
}
li {
	list-style:none;
}
#navbar a:visited {
	background-image:url(../images/button-grey.png);
	color:#FFF;
	text-decoration:none;
	display: block;
	width:140px;
	text-align:center;
}

#navbar a:link {
	background-image:url(../images/button-grey.png);
	color:#F00;
	text-decoration:none;
	display: block;
	width:140px;
	text-align:center;
}

#navbar a:hover {
	background-image:url(../images/button-red.png);
	color:#e3e3e3;
	text-decoration:none;
	display: block;
	width:140px;
	text-align:center;
}
#navbar a:active {
	background-image:url(../images/button-red.png);
	color: #F00;
	text-decoration:none;
	display: block;
	width:140px;
	text-align:center;
}

#footer {
	text-align:center;
	padding-top:50px;
	clear:both;
}
#wrapper #header h2 img {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#wrapper {
	border: medium solid #FFF;
}
#wrapper #main ul li {
	list-style-type: none;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #F00;
}
#wrapper #main h2 img {
	text-align: center;
	padding-left:60px;
}
.full img{
	text-align:center; 
	border: #fff solid 10px;
	}
.full {
	font-size:large;
	color:#F00;
	text-align:center;
}
a:link{
	color:#FFF;
}
a:visited {
	color:#F00;
}
a:hover{
	color:#8e8d8d;
}
a:active {
	color:#FFF;
}
#wrapper #footer p a {
	font-size: small;
	text-decoration: none;
}
