/*
VISUAL.CSS

All visual styles: colors, images, etc.
*/

/* TAGS */

body {
	color: White;
	background: #473F30 url(images/BodyBkgdStripe.gif) repeat-x 0 79px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
}

p {
}

a, a:link, a:visited, a:hover, a:active {
	color: white;
}

/* MY DIVs & CLASSES */

#wrapper {
}

#header {
background-color: #473F30;
}

#banner_ad {
}

#nav {
	background-color: #5E5341;
}

#nav-list-right {
}

#nav-list {
}

#nav-list li { /* Top-level menu items */
/*	list-style : none;*/
}

#nav-list li ul { /* Second-level menu */
}

#nav-list li li { /* Second-level menu items */
}

.nav-list-odd { /* Second-level menu (odd) items */
	background-color: #7F6F59;
}

.nav-list-even { /* Second-level menu (even) items */
	background-color: #5E5341;
}

#main {
}

#intro {
	background: #302A1C url(images/PullBkgd.gif) no-repeat top left;
}

#intro_inner {
	background: url(images/LogoBkgd.gif) no-repeat bottom right;
}

.section {
}

/* 4 rounded corners */
.section_NW {
	background: url(images/SectionTopLeft-trans.png) no-repeat top left;
}
.section_NE {
	background: url(images/SectionTopRight-trans.png) no-repeat top right;
}
.section_SE {
	background: url(images/SectionBottomRight-trans.png) no-repeat bottom right;
}
.section_SW {
	background: url(images/SectionBottomLeft-trans.png) no-repeat bottom left;
}

.section_inner {
}

.more {
}

#news {
	background: url(images/LeftPinstriping-trans.png) no-repeat left center;
}

#news_right {
	background: url(images/RightPinstriping-trans.png) no-repeat right center;
}

#news_box {
	background: url(images/NewsBoxBkgd.gif);
}

#news_items {
	background: url(images/News-trans.png) no-repeat 6px 50%;
}

#selections {
	background: #302A1C url(images/Pinstriping.gif) no-repeat center;
}

#signup {
	background: #302A1C url(images/Pinstriping.gif) no-repeat center;
}

#faq {
	background: #302A1C no-repeat center;
}

#googlead {
	background: #302A1C url(images/google-bar-background.gif) no-repeat center;
}

#posterad {
	background: #302A1C url(images/google-bar-background.gif) no-repeat center;
}

#tee_selections {
}

.one_tee {
}

.closeup {
}

.full_view {
}

.item_desc {
}

.item_title {
}

.artist {
}

.price {
}
