/*
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 {
background-color: #372F20;
}

#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;
}

#tee_selections {
}

#pg_index .one_tee {
}

.closeup {
}

.full_view {
}

.item_desc {
}

.item_title {
}

.artist {
}

.price {
}

/* --- Store page --- */

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

#pg_store .side_nav_list a {
	text-decoration: none;
}

#pg_store .side_nav_list .t0i img {
	display: none;	/* Hide unwanted tree icons */
}

/* Store page no-JavaScript side nav */
#pg_store #side_nav ul {
	list-style-type: none;
}

#pg_store #side_nav ul li ul li {
	background: url(images/StoreSideList-Level1-NotLastChild.gif) no-repeat bottom left;
}

#pg_store #side_nav ul li ul li.last {
	background: url(images/StoreSideList-Level1-LastChild.gif) no-repeat bottom left;
}
/* End no-JavaScript side nav */

/* Store page JavaScript tree side nav */
#pg_store .t0im {	/* Tree images */
	display: inline;
}

#pg_store .t0i {	/* Tree links */
}
/* End no-JavaScript side nav */

#pg_store .one_tee {
	background: #746551;
}

.buy_area  {
	background: #746551;
}

.buy_area select, .buy_area input {
	font-family: verdana;
	font-size: 100%;
}

/* 4 rounded corners */
#pg_store .one_tee .section_NW {
	background-image: url(images/SectionTopLeft-746551-trans.gif);
}
#pg_store .one_tee .section_NE {
	background-image: url(images/SectionTopRight-746551-trans.gif);
}
#pg_store .one_tee .section_SE {
	background-image: url(images/SectionBottomRight-746551-trans.gif);
}
#pg_store .one_tee .section_SW {
	background-image: url(images/SectionBottomLeft-746551-trans.gif);
}
