
body {
background-image: url(/i/grass_bg.jpg);
color: white;
}

h1 {
color: white;
background-image: url(/i/643nation.png;);
background-repeat: no-repeat;
background-position: center center;
height: 152px;
text-indent: -5000px;
margin-bottom: 50px;
}

h2 {
color: white;
margin: 0;
font-size: 33px;
}
			
p a {
font-weight: bold;
color: white;
}			
			
					
.title {
color: white;
font-weight: bold;
font-size: 18px;
padding-bottom: 8px;
margin-bottom: 8px;
border-bottom: 4px solid white;
height: 20px;
text-align: left;
}

.price {
width: 66px;
height: 66px;
text-indent: -5000px;
position: relative;
left: 260px;
top: -24px;
background-image: url(/i/15.png);
z-index: 99;
}

.buy {
padding-top: 8px;
margin-top: 8px;
border-top: 4px solid white;
}

.add h4 {
float: left;
text-indent: -5000px;
width: 80px;
height: 30px;
background-image: url(/i/guys.png);
background-repeat: no-repeat;
background-position: 10px left;
}

.add h4.guys {background-image: url(/i/guys.png);}
.add h4.girls {background-image: url(/i/girls.png);}

.size {
display: block;
float: left;
height: 41px;
width: 41px;
margin-right: 10px;
text-indent: -5000px;
background-image: url(/i/sizes-sprite.png);
}

.small {background-position: 0 0;}
.medium {background-position: -41px 0;}
.large {background-position: -82px 0;}
.xlarge {background-position: -123px 0;}

.small:hover {background-position: 0 41px;}
.medium:hover {background-position: -41px 41px}
.large:hover {background-position: -82px 41px;}
.xlarge:hover {background-position: -123px 41px;}


#cart {
display: none;
margin: 30px 0 0 0;
border: 4px solid white;
border-width: 4px 0;
padding: 8px 0;
background: black;
color: white;
}

#cartlist, #checkout {
background-color: black;

}

.lineitem {
clear: both;
height: 48px;
margin: 10px 0;
}

.itemimg { 
float: left;
margin: 0 10px;
}


.itemname {
float: left;
line-height: 48px;
font-size: 18px;
}

#checkout {
text-align: center;
}

#checkout h4 {
color: white;
font-weight: bold;
margin: 0;
}
		
.check {
display: block;
margin: 10px auto;
}

.simpleCart_empty {
display: block;
color: white;
text-decoration: none;
margin: 10px;
}

a.simpleCart_empty:hover {
color: red;
}

#footer {
color: white;

}

#about, #aroundthehorn {
margin-top: 75px;
padding-top: 10px;
border-top: 4px solid white;
}

#about img {
border: 2px solid white;
float: left;
margin: 0 15px 0 0;
}

#footer h4 {
color: white;
font-weight: bold;
margin: 0;
}

#footernav {
margin: 20px 0 0 0;
}

#footernav a {
color: white;
}
