/* RESET CSS FOR ALL BROWSERS */
* { margin: 0; padding: 0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
cite,code,em,th{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
th{text-align:left;}
h1,h2,h3,h4{font-size:100%;}
q:before,q:after{content:'';}
body{font:14px Arial, verdana, sans-serif;}
table{font-size:inherit;font-size:100%;}
select,input,textarea{font:99% Arial, sans-serif;}
/* END RESET CSS */

html, body {
 height: 100%;
 margin: 0 auto;
 line-height: 19px;
 color:#333;
 z-index: 1;
 }
/**********************   ANCHORS   ***********************************/
a, a:link, a:visited {
	color: #000;
  text-decoration: none;
	margin:0;padding:0;
  font-weight: bold;
	}
  a img {border: 0; 
    text-decoration: none;}

a:hover, a:active { 
  font-weight: bold;
/*  border: 0; */
  }

a.img, a:hover.img, a:active.img, a:visited.img {
	background: transparent;
	text-decoration: none;
	border: 0;
}

a.buyNow1, a.buyNow2, a.buyNow3 {
  display: block;
  background-color: #CD0000;
  color: #fff;
  padding: 5px;
  height: 20px;
  width: 120px;
  text-align: center;
}
 a.buyNow2 {  background-color: #00CDFC;}
 a.buyNow3 {  background-color: #DDBF3D;}
 
 a.buyNow1:hover, a.buyNow2:hover, a.buyNow3:hover, a.buyNow1:active, a.buyNow2:active, a.buyNow3:active {
  background-color: #000;
  color: #fff;

}
 a.extra {
  font-weight: normal;
  
  }
 
 
/**********************   END ANCHORS   ***********************************/
/****   HEADERS  ****/
	
h1, h2, h3, h4, h5, h6 {
  margin:0; padding:0;
  color: #000;
  font-weight: bold;
  }
h1{
	font-size: 18px; 
  line-height: 27px;
  padding-bottom: 8px;
  font-weight: bold;
	}
h2 {
	font-size: 14px; 
  line-height: 20px;
  padding-bottom: 6px;
	}

p {padding: 0 2px; margin-bottom: 12px;}

img {margin:0; padding:0; border:0;}

/*** STRUCTURE STYLES ***/
#totalWrapper {
  /*min-height: 100%;
   _height: 100%; /* ie < 7 hack */
  position:relative;
  text-align:center;
  background-color: #000;
}

/********************** HEADER STYLES       ***********************************/
#headerWrapper, #footerWrapper {
  position:relative;
  text-align:center;
}
#header{            
  margin: 0 auto;
  width: 1060px;
  height: 193px;
  background: transparent;
}
  
    
#headerContent {
  float: left; display:inline; 
  width: 1060px;
  height: 193px;
  padding: 0;
  background: transparent url(../images/teesThrees/h-logo.gif) no-repeat center top;
}  
    

/********************** MAIN CONTENT STYLES ***********************************/
#bigWrapper {
  /*min-height: 100%;
   _height: 100%; /* ie < 7 hack */
  position:relative;
  text-align:center;
}
  #mainWrapper  {
    margin: 0 auto;
    width: 1000px;
    text-align: left;
    background-color: #fff;
}

#content {
  float: left; display:inline;
  width: 900px;
  padding: 30px 50px;
  background-color: #fff;
}

.timeBar {
  float: left; display:inline;
  width: 100%;
  height: 35px;
  background: #fff url(../images/teesThrees/bg-time.gif) no-repeat center top;
  margin: 30px 0 12px 0;
  }
.timeText {
  padding: 8px;
  color: #fff;
  font-weight: bold;
}

#footer {            
  margin: 0 auto;
  width: 700px;
  height: 60px;
  padding: 10px 0;
  background-color: transparent;

  }
#footer .full {
  padding: 0 30px;
  background-color: transparent;
  }
  
.column {
  float: left; display:inline;
  width: 270px;
  padding-right: 30px;
}

.columnImg {
  float: left; display:inline;
  width: 300px;
  height: 300px; 
}

.columnTxt, .columnTxt2 {
  float: left; display:inline;
  width: 283px;
  height: 230px; 
  padding: 8px;
  border-left: 1px solid #ddd;
}
.columnTxt2 {
  height: 150px;
}
.last {
  width: 282px;
  border-right: 1px solid #ddd;
}
/***************************** NAVIGATION LISTS ***************************************************************************************************************/	 

/* BEGIN NAV STYLES *********AJ */
.linkBack {
  float:left;
  display:inline;
  width:230px;
  height:29px;
  z-index:9998;
  margin: 140px 0 0 770px;
  text-align: left;
  /* background-color: #0c0;  */
}

/* END NAV STYLES **********/


/****** LIST STYLES **********/
.bulleted {
  list-style-type:disc;
  padding-left:10px;
  margin-left: 5px;
}

.bulleted li {
  padding-bottom: 4px;
}

.plain {  
  padding-bottom: 10px;
}


/****** END LIST STYLES **********/


/*** MISC STYLES ***/
.hidden{
	position: absolute;
	left: -10000px;
}

.bold {font-weight:bold;}
.italic {font-style: italic;}

.floatLeft {float:left; display:inline;}



.noBold {
  font-weight: normal;
  color: #666;
  }
.flat {
  margin: 0;
  padding: 0;
  }
.dark {
  color: #000;
  }  
  
.copyright, .copyright a{
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}  
  
/*** END MISC STYLES ***/

/*** CLEAR STYLES ***/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:block;}


