@charset "utf-8";
/* IVSuperstore Style */

body {
	 margin:0;
	 padding:0;
	 background-color: #94b6e1;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size: 14px;
	 background-color: #94b6e1;
	 background-image: url(grassy.gif);
	 background-position: bottom;
	 background-repeat: repeat-x;
	 background-attachment:fixed;
	 height: 100%;
	 color:#FFF;
	 min-width: 1000px;
	 text-align:center;
}

img {
	border:none;
}

a:link {color:#3c8907;}
a:visited {color:#666;}
a:active {color:#666;}
a:hover {color:#FFF;background-color:#3c8907}

#container {
	margin: 0 auto;
	width: 900px;
}

#logo {
	width: 415px;
	height: 265px;
	float:left;
	display:block;
}

#stores {
	background-color: #94b6e1;
	text-align:center;
	height: 510px;
	width: 450px;
	float:right;
	overflow:scroll;
}

#choose {
	font-size: 140%;
	text-align:center;
	text-transform:lowercase;
	font-weight:bold;
	color: #FFF;
}

h1 {
	margin: 0 0 10px 0;
}

h2 {
	display:inline;
}

h3 {
	font-size: 160%;
	margin: 5px 0 5px 0;
}

h3 a:link, h3 a:visited, h3 a:active {
	color: #FFF;
	text-decoration:underline;
}

h3 a:hover {
	text-decoration: underline;
	background:none;
}

ul {
	color:#666666;
    font:11px/11px normal Arial, Helvetica, sans-serif;
    margin:0;
    padding:0;
    text-align:left;
    list-style-type:none;
}

li {
	text-align:left;
	margin-bottom:1px;
}

p {
	margin:0;
}

.store-thumbs img.image {
	border:5px solid #E5E5E5;
	padding:0;
	margin: 1px;
	text-align:center;
	vertical-align:top;
	width:129px;
}
.store-thumbs a:hover img.image {
	border:5px solid #ffee9e;
}

#how-to{
	text-align:center;
}

label.search-links {
	font-weight:bold;
	text-transform:uppercase;
}
.search-links {
	display:inline;
	vertical-align:middle;
	padding-top:2px;
	text-decoration:none;
}

#beamspeed {
	background-color: #FFFFFF;
	text-align:left;
	font-size:130%;
	font-weight:bold;
	color: #3e3c3d;
	height: 88px;
	width: 900px;
}

#beamspeed a:link, #beamspeed a:visited, #beamspeed a:active {
	text-decoration:none;
}
#beamspeed img {
	float:left;
}