/* FIX: content shift
*  ie. force the vertical scrollbar to apear
*/
html { overflow-y: scroll; }
body {
	margin: 0px;
	padding:0px;
	background-color: #000000;
	background-image: url(../backgroundimages/tile2.gif);
}
form {margin:0px}




/* layout & backgrounds */
#mainFrame {
	width: 98%;
	margin:0px;
	padding:0px;		
}

#banner {
	height: 36px;
	width: 700px;	
	background: url("../backgroundimages/background02.gif") no-repeat;
	
}
#main {
	height:237px;
	width:700px;
	background:url(../backgroundimages/background03.gif) repeat;
}
#footer {
	height:106px;
	width:700px;
	background:url(../backgroundimages/background04.gif) no-repeat;
	color:#888888; /* color of the | to seperate the links */
}





/* General Styles */
form {
	font-family: Arial, Helvetica, sans-serif;
}

.separator 
{
	margin:0px
}

.link 
{
	color:#ffffff;
}

.title 
{
	margin:0px;
	padding:2px;
	background-color: #cccccc;
	text-align:left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
}






/* Menu Styles */
#menu ul {
	margin:0px;
	padding-left: 10px;
	list-style-type: none;
}
#menu h6 {
	width:95%;
	margin:0px 0px 2px 0px;
	padding-left:  2px;
	padding-bottom:  2px;
	padding-right:  0px;
	padding-top:  2px;	
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 12px; 
	color: #ffffff;
	background-color: #891e00;	
}
#menu a {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 12px;
	color:#E6E6E6;
	text-decoration: none;
}
#menu .active {
	color:#ffffff
}
#menu a:hover {
	color:#ffffff
}

#newsletter p {
margin:1px 0px 1px 0px ;
text-align: left;
font-size:12px;
color:#E6E6E6
}
#newsletter .submitButton {
float:left;
display: block;
width:50%;
margin-top:2px;
font-weight: bold;
font-variant: small-caps;		
font-size: 10px ;
color:#fff;
}
#newsletter .privacyButton {
float:left;
display: block;
width:50%;
text-align: right;
margin-top:2px;
font-weight: bold;
font-variant: small-caps;		
font-size: 10px ;
color:#fff;
}
#newsletter input{
background: #7f7f7f;
border: 1px solid #000;
}
#newsletter input:focus{
background: #EAEAEA;
/* border: 1px solid #03f; */
}


#wholesale p {
margin:1px 0px 1px 0px ;
text-align: left;
font-size:12px;
color:#E6E6E6
}
#wholesale .submitButton {
/* float:left; */
/* display: block; */
/* width:50%; */
margin-top:2px;
font-weight: bold;
font-variant: small-caps;		
font-size: 10px ;
color:#fff;
}
#wholesale .privacyButton {
float:left;
display: block;
width:50%;
text-align: left;
margin-top:2px;
font-weight: bold;
font-variant: small-caps;		
font-size: 10px ;
color:#fff;
}
#wholesale input{
background: #7f7f7f;
border: 1px solid #FFF;
}
#wholesale input:focus{
background: #EAEAEA;
/* border: 1px solid #03f; */
}
#wholesale textarea{
background: #7f7f7f;
border: 1px solid #FFF;
}
#wholesale textarea:focus{
background: #EAEAEA;
/* border: 1px solid #03f; */
}



/* News Items */

.date {
	padding:2px;
	background-color: #cccccc;
	text-align:right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.content {
	padding:4px;
	background-color: #888888;
	font-size: 12px; 
	color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	
}
.content img {
	margin:0px 5px 0px 0px 
}

.newsImage {
	margin:2px;
	border:2px solid  #000000;
}





/* Shop Styles */
.shopHeading {
	background-color: #aaaaaa;
}

#toc ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
	text-align: left;	
}

#toc li {
	margin:0px 5px 0px 0px  ;
	display: inline;
}
#toc a {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 12px;
	color:#E6E6E6;
	text-decoration: none;
	display: inline;
}

#toc .active {
	color:#ffffff
}

#toc a:hover {
	color:#ffffff
}

.titleTxt {
	width:85%;
	float: left;
	text-align: left
}
.topLinkTxt {
	width:15%;
	float: left;
	text-align: right;
}
.topLinkTxt a {
	font-size:10px;
	text-decoration: none;
	font-weight: bold;
	color:#ffffff;
}

.topLinkTxt a:hover {
	color:#E6E6E6
}

.thumbnail
{
	margin:10px 12px 5px 7px ;
	float:left;
	width:96px;
	
	/* 
	*  uncomment below for a border 
	*/
	
	/*border:1px dashed #000*/
	
	
	/*
	*  OR uncomment below for a background fill 
	*/
	
	/*background-color: #e6e6fa;*/
	
}
/* Because MS Internet Explorer Sucks!
*  the following only applies to IE 
*/
/*\*/ * html .thumbnail {margin:5px 5px 5px 5px ;}/* End */

.thumbnail a
{
	color:#676767;
	border:hidden ;
	text-decoration: none;
	
}
.thumbnail a:hover
{
	color:#000000
}

.thumbnail img 
{
	border-style: none
}


span.thumbLabel
{
	margin:0px;
	padding:1px;
	background-color: #cccccc;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	display:block;
	width:100%;
	
	/* uncomment below to add top border for 
	*  a clean separation if a background fill
	*  is used above
	*/
	
	/*border-top:1px solid #1a1a1a;*/
}

span.subtitle {
	font-style: normal;
	font-size: 10px ;
	color:#5a5a5a
		
}

.image-group {
  padding:2px 0px 2px 0px;
  background-color:#aaa;
  text-align: center;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  width:auto;
  height:auto;
 }

.image-group a {
	text-decoration: none;
	font-weight: bold;
	color:#555	
}
.image-group a:hover {
	color:#fff	
}

.va-middle {
  vertical-align:middle;
  border:none
  }




/* Shirtpages Styles */
.order
{
	text-align: right
}
#price
{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
#button
{
	margin-top: 5px;
	margin-bottom: 5px;

}
#popups
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	
}
#popups a
{
	margin:2px;
	padding:2px;
	background-color: #bfbfbf;
	color:#000;
	text-decoration: none;	
}
#popups a:hover
{
	background-color: #fff;
}
#stuff-white-people-like {
	width:450px;
	height:600px;
}
#stuff-white-people-like a {
	display:block;
	width:450px;
	height:600px;
	background:url(../t-shirt-page/450x-political-t-shirts/stuff-white-people-like-on.gif) top left no-repeat 
}
#stuff-white-people-like a:hover {
	display:block;
	width:450px;
	height:600px;
	background:url(../t-shirt-page/450x-political-t-shirts/stuff-white-people-like-off.gif) top left no-repeat
}









/* Footer Styles */

#links {
	padding-top:70px;/*push the footerlinks towards the bottom*/	
	width:650px
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	text-decoration: none;	
	}
#footer a:hover {
	color:#ffffff
	}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999
	}
	
	
	
	
	
.style2 {color: #FFFFFF}
.style10 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
}
.style30 {color: #333333}
.style31 {color: #666666}


.unnamed1 {
	background-color: #000000;
	background-image: url(../backgroundimages/tile.gif);
	background-repeat: repeat;
}



.thumbnail2
{
	margin:5px 7px 5px 7px ;
	float:left;
	width:131px;
	
	/* 
	*  uncomment below for a border 
	*/
	
	/*border:1px dashed #000*/
	
	
	/*
	*  OR uncomment below for a background fill 
	*/
	
	/*background-color: #e6e6fa;*/
	
}
/* Because MS Internet Explorer Sucks!
*  the following only applies to IE 
*/
/*\*/ * html .thumbnail {margin:5px 5px 5px 5px ;}/* End */

.thumbnail2 a
{
	color:#676767;
	border:hidden ;
	text-decoration: none;
	
}
.thumbnail2 a:hover
{
	color:#000000
}

.thumbnail2 img 
{
	border-style: none
}


span.thumbLabel2
{
	margin:0px;
	padding:2px;
	background-color: #cccccc;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	display:block;
	width:100%;
