/* Shirt and Simple Home Page CSS Document */


/* Body Structure */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	background-color:#000033;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

html {
	width: 100%;
	height: 100%;
}

.container {
	position: relative;
	margin: 0 auto;
	width: 786px;
	text-align: left;
	overflow: visible;
}

/* Body Elements */

.logo {
	position:absolute;
	left: 0px;
	top: 0px;
	background-image: url(/images/bgs/logo.gif);
	height: 117px;
	width: 169px;
	padding-top: 10px;
	padding-left: 13px;
}

.sidebar-container{
	position:absolute;
	overflow: visible;
	top: 133px;
	width: 182px;
	background-image: url(/images/bgs/sidemid.gif);
	clear: both;
	z-index: 20;
padding: 0;
	background-color:#000033;
}
.sidebar-content{
	width: 173px;
	padding-left: 0px;
text-align: center;
}
.body-container{
	position:relative;
	top: 0px;
	left: 182px;
	width: 619px;
	clear: both;
}
.body-content{
	width: 600px;
	position: relative;
	left: 5px;
	top: 0px;
}
.body-stretcher{
	width: 619px;
	background-image: url(/images/bgs/bodymid.gif);
	background-repeat: repeat-y;
	position: relative;
}
.copyright {
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}

/* Element Formatting */

h1, h2, h3, h4, h5, h6 {
	color:#197B39;
}

#navlist li
{
	color:#FFFFFF;
	display: inline;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
padding-right: 7px;
}
#navlist a:link {
	color:#FFFFFF;
	text-decoration: none;
}
#navlist a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#navlist a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#navlist a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;
}

a:hover {
	color: #006600;
	text-decoration: underline;
}
a:active {
	color: #006600;
	text-decoration: underline;
}
.border {
	border: 1px solid #000000;
}

/*********************
New Index Buttons
 *********************/

#indexbottomTwitter, #indexbottomFacebook, #indexbottomBlog{
 display: block;
  width: 75px;
  height: 75px;
  background: url("http://www.shirtandsimple.com/images/home/index.bottom.twitter.gif") no-repeat 0 0;
}
#indexbottomFacebook{
 background: url("http://www.shirtandsimple.com/images/home/index.bottom.facebook.gif") no-repeat 0 0;
}
#indexbottomBlog{
 background: url("http://www.shirtandsimple.com/images/home/index.bottom.blog.gif") no-repeat 0 0;
}
#indexbottomTwitter:hover, #indexbottomFacebook:hover, #indexbottomBlog:hover{
  background-position: 0 -75px;
}
#indexbottomTwitter span {
  display: none;
}

#indexbottomLearn, #indexbottomLearn2{
 display: block;
  width: 300px;
  height: 80px;
  background: url("http://www.shirtandsimple.com/images/home/learn.gif") no-repeat 0 0;
}
#indexbottomLearn2{
background: url("http://www.shirtandsimple.com/images/home/learn2.gif") no-repeat 0 0;
}
#indexbottomLearn:hover, #indexbottomLearn2:hover{
  background-position: 0 -80px;
}
#indexbottomLearn span {
  display: none;
}


