div#wrapper{
background: #FF00A4 0 0 no-repeat;

width: auto;
height: 130px;

}
body { margin: 0; padding: 0; }

div#nav {

	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	text-align: center;
	height: 25px;
	margin-top: 0px;
	margin-bottom: 10px;
	background: white;

}


a.navlink {

	color: black;
	padding: 5px;
	font-family: helvetica;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 25px;

}


a.navlink:hover {

	font-weight: bold;


}

div#shirts{
background: white;
margin-left: auto;
margin-right: auto;
width: 930px;
}


div.shirt{
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
margin-top: 5px;
float: left;
}

div.shirt a {
display: block;
position:relative;
text-decoration: none;}

div.shirt a em{
display:none;
width: 100%;
text-align: center;
position:absolute;
top: 100px;
background: #FF00A4;
color:white;
}

div.shirt a:hover em{

display:block;
font-family: Helvetica;
font-style:bold;}

div#nate{

float:left;
width:700px;}


p#lineone{
font-family:Helvetica;
font-size:16pt;
font-style: bold;}


p#about{ 

font-family: helvetica;
font-size:10pt;
}


div#wrapper2{
margin-right:auto;
margin-left:auto;
margin-top:10px;
width:607px;}


div.cwrapper{
width: 540px;
height:50px;
font-family: helvetica;
font-size:11pt;
margin-left:auto;
margin-right:auto;
margin-top:10px;
}

#dwrapper{

margin-top: 10px;
margin-left:auto;
margin-right:auto;
width: 1000px;}

.title{

font-family:helvetica;
font-size:14pt;
font-style:bold;}

p#details{

font-family:Helvetica;
font-size: 9pt;
width:auto;}

#detailimg{

float:left;
font-family: helvetica;
font-size:12pt;
font-style:bold;}

#colors{
margin-top: 30px;
float:left;
list-style:none;
font-family: helvetica;
font-style:bold;
font-size:10pt;}

#txtwrapper{
float:left;
margin-right:0px;
margin-left:33px;
margin-top:30px;
width: 260px;
}

.cctitle{ 
font-size: 10pt;
font-family:helvetica;}










 




























/*
**
**
**
*/

img {border:0}

.clear-self:after 
{ 
  content: " "; 
  display: block; 
  clear: both; 
  visibility: hidden; 
  line-height: 0; 
  height: 0;
  margin-bottom:0; 
}

.clear-self 
{ 
  display: inline-block;
}

html[xmlns] .clear-self 
{ 
  display: block;
}

* html .clear-self 
{ 
  height: 1%; 
}