#--------------------LAYOUT {
}
body {
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container {
	width: 700px;
	background-image: url(../gfx/frontpage-bg-only.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-top: 0px;
}


#content {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#storeitem {
	float: left;
	width: 670px;
	margin-top: 20px;
}
#storeitem-photo {
	width: 293px;
	float: left;
}
#storeitem-info {
	width: 252px;
	float: left;
}

#footer {
	float: left;
}
#boxed {
	float: left;
	width: 630px;
	background-color: #272727;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#-----------------------TEXT {
}
h1, h2, p, ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 11px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: .3em;
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
}
h2 {
	text-transform: capitalize;
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #FC8B11;
	line-height: 1em;
}
p {
	font-size: 12px;
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 1.4em;
	margin-top: 5px;
	color: #999999;
}
ul {
	margin-bottom: 1em;
}
li {
	margin-bottom: 0em;
	color: #999999;
	padding-bottom: 0em;
	line-height: 1.1em;
}

#-------------------------LINKS {
}
a {
	color: #B37D00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #6F4E00;
}
#--------------------------IMAGES {
}
img {
	margin: 0px;
	padding: 0px;
	display: block; /* fixes spacing issues */
}
.img-left {
	float: left;
}
.img-right {
	float: right;
}
.img-left-padded {
	float: left;
	padding-bottom: 5px;
	padding-right: 15px;
}
.img-right-padded {
	float: right;
	padding-bottom: 5px;
	padding-left: 15px;
}
.img-left-padded5 {
	float: left;
	padding-right: 3px;
}
#sidebar-box img {
	float: left;
}
#-------------------------MISC {
}
#cleardivs {
	clear: both;
}
.txt-red {
	color: #FF0000;
}
.txt-yellow{
	color: #FFFF00;
}
.txt-white{
	color: #FFFFFF;
}
