html, body{
  margin: 0;
  padding: 0;
}
body{
  background: #fff;
  font-family: helvetica;
  font-size: .875em;
  color: #333;
}
body.splash{
  background: #000;
}
.splash div{
  text-align: center;
}
.splash #branding{
  position: fixed;
  bottom: 0;
}

ul.mainNav,
ul.subNav,
ul.login,
.shop .productView ul,
.shop ul.seriesNav,
.shop .productInfo{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
img{
  border: 0;
}

button,
.button{
  padding: 3px;
  width: 100px;
  height: 30px;
  background: #333;
  color: #ccc;
}


ul.mainNav li,
ul.subNav li,
ul.login li{
  float: left;
}

.wrapper{
  width: 960px;
  margin: 0 auto;
}
#branding{
  width: 100%;
  height: 75px;
  position: fixed;
  background: #000;
  background: url(../images/enologobk.png) center no-repeat;  
  float: left;
  z-index: 700;
}
#branding img.enologo{
  float: left;
  width: 60px;
  height: 60px;
  margin-top: 5px;
}
.mainNav{
  float: left;
  margin-left: 100px !important;
}
.mainNav li{
  text-align: center;
}
.mainNav #live118193{
/*width:250px; float:right;margin-top: -90px; */
}

.mainNav #ukflag{
  float: right
  width: 17.5px;
  height: 10px;
  margin-top: 20px;
}



.mainNav li a:link,
.mainNav li a:visited{
  text-decoration: none;
  font-weight: normal;
  color: #ccc;
  padding: 40px 0 2px 0;
  margin: 0 30px;
  line-height: 7;
  letter-spacing: .02em;
}
.mainNav li a.act,
.mainNav li a:hover{
  color: #fff;
}


.enoisePlayer{
  float: right;
  margin-top: 10px;
  width: 100px;
  height: 50px;
}

/*clearfix*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
.clearfix {
  display: inline-block;
}
 
html[xmlns] .clearfix {
  display: block;
}
 
* html .clearfix {
  height: 1%;
}
#mainContent{
  margin: 150px auto 0 auto;
  width: 960px;
}
h2{
  margin-top: 0;
}
h3{
  margin-top: 30px;
  padding-top: 10px;
  border-bottom: 2px solid #000;
}

#mainPhoto {
  position: relative;
  width: 690px;
  height: 260px;
  border: 1px solid #ccc;
  padding: 5px;
}
#mainPhoto a {
  float: left;
  position: absolute;
}
#mainPhoto a img {
  border:none;
}

#mainPhoto a.show {
  z-index:500
}

#mainPhoto1 {
  position: relative;
  width: 960px;
  height: 380px;
  border: 1px solid #ccc;
  padding: 5px;
}
#mainPhoto1 a {
  float: left;
  position: absolute;
}
#mainPhoto1 a img {
  border:none;
}

#mainPhoto1 a.show {
  z-index:500
}




/*index
=======================================*/
/*
.mainNav a.eno:hover,
.mainNav .eno.act{color: #1299a5;}
.mainNav a.shop:hover,
.mainNav .shop.act{color:#cc0000;}
.mainNav a.enoink:hover,
.mainNav .enoink.act {color:#e3830e;}
.mainNav a.enoise:hover,
.mainNav .enoise.act{color:#666;}
*/
.leftCol{
  width: 700px;
  float: left;
}
.rightCol,
.subNav{
  float: right;
  width: 220px;
  margin: 0 0 0 20px;
}
.subNav{
  margin: 0 0 0 20px;
}
.subNav ul,
.rightCol ul{
  list-style-type: none;
  padding: 0;
  margin: 10px 0 30px 0;
}

.subNav ul a:link,
.subNav ul a:visited,
.rightCol ul a:link,
.rightCol ul a:visited{
  color: #666;
  text-decoration: none;
}
.subNav ul a:hover,
.rightCol ul a:hover{
  text-decoration: underline;
}
.subNav li,
.rightCol li{
  margin: 10px;
}

h4{
  margin-bottom: 30px;
}

/*products
=======================================*/
.products div{
  display: block;
}
.products .guys,
.products .girls{
  width: 450px;
  float: left;
}
.products .girls{
  margin-left: 40px;
}

.products img{
  display: inline-block;
  border: 1px solid #ccc;
  height: 60px;
  width: 50px;
  margin: 4px;
  color: #ccc;
}

/*ink and enoise
=======================================*/

.inkWinner img.largeTee,
.enoise img.largeEnoise{
  display: inline-block;
  float: left;
  position: absolute;
  z-index: 0;
  border: 5px solid #ccc;
}
.inkWinner img.bestTee,
.enoise img.musicianMonth{
  float: left;
  z-index: 1;
  position: absolute;
}
.inkWinner span.author,
.enoise span.musician{
  display: block;
  margin-top: -15px;
  margin-bottom: 15px;
  position: relative;
}
.inkWinner .author img{
  background: #ccc;
  margin: 0 5px -3px 0;
  padding: 1px;
}
.whyInk,
.whyEnoise{
  float: right;
  display: inline-block;
  width: 250px;
  height: 300px;
  background: #999;
  border: 5px solid #ccc;  
}
/*if logged in*/
.welcomeMsg{
  margin-bottom: 50px;
}

.whyInk{
  background: url(../images/inkshirt.jpg) 15px 0 no-repeat;
}
.winStar{
  float: left;
  margin-left: 165px;
  margin-top: -15px
}
.whyInk a:link,
.whyInk a:visited{
  display: inline-block;
  width: 190px;
  height: 33px;
  background: url(../images/buttonenterink.png) no-repeat;  
  float: left;
  margin-top: 170px;
  margin-left: 30px;
}

.whyInk a:hover{
  background: url(../images/buttonenterink.png) 0 -40px no-repeat;  
}

.inkGallery,
.enoiseGallery{
  background: #f9f8f8;
  float: left;
}

.inkGallery ul,
.inkGallery ul li
.enoiseGallery ul,
.enoiseGallery ul li{
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  position: relative;
}

.inkGallery ul,
.enoiseGallery ul{
  margin-left: -10px;
}

.inkGallery ul li,
.enoiseGallery ul li{
  width: 220px;
  margin: 20px 0 10px 19px;
  font-size: .9em;
  float: left;
}

.inkGallery strong{
  float: left;
  margin-left: 2px;
}

.inkGallery ul a:link,
.inkGallery ul a:visited,
.enoiseGallery ul a:link,
.enoiseGallery ul a:visited{
  border: 2px solid #ccc;
  float: left;
  margin: 3px 0;
}
.inkGallery ul a:hover,
.enoiseGallery ul a:hover{
  border: 2px solid #000;
}

.inkGallery ul img,
.enoiseGallery ul img{
  width: 220px;
  height: 80px;
  float: left;
}

.inkGallery span.author,
.enoiseGallery span.musican{
  float: left;
  margin-left: 2px;
  line-height: 1.2;
  display: block;
  position: relative;
  width: 220px;
}

.inkGallery span.author a{
  background: url(../images/heart.gif) 1px 1px no-repeat;
  border: 0 !important;
  padding-left: 20px;
  margin-top: -1px;
  text-decoration: none;
  color: #000;
  float: right;
  position: absolute;
  right: 0;
  font-size: .9em;
  line-height: 1.6;
}
.inkGallery span.author a:hover{
  background: url(../images/heart14.gif) 0 0 no-repeat;
}
.mostActive{
  background: #F9F8F8;
  float: left;
  padding: 20px;
  width: 920px;
}

.mostActive ul{
  list-style: none;
  float: left;
  margin: 0 20px;
  padding: 0;
  width: 140px;
}

.ink.leftCol ul,
.ink.rightCol ul{
  padding: 0;
  list-style: none;
  margin-left: 10px;
}

.mostActive ul li
.ink.leftCol ul li{
  margin: 5px 0;
}

.mostActive ul li a:link,
.mostActive ul li a:visited,
.ink.leftCol ul li a:link,
.ink.leftCol ul li a:visited{
  text-decoration: none;
  color: #000;
  font-size: .9em;
  float: left;}
.mostActive ul li a:hover,
.ink.leftCol ul li a:hover{
  color: #000;
}

.mostActive ul li img{
  background: #ccc;
  padding: 1px;
  width: 30px;
  height: 30px;
  float: left;
  margin: -12px 10px 20px 0;
}
/*ink design comments*/
.ink.leftCol ul li img{
  background: #ccc;
  padding: 1px;
  width: 30px;
  height: 30px;
  float: left;
  margin: -12px 10px 20px 0;  
}

.ink.leftCol ul li{
  padding-top: 15px;
  width: 600px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 30px;
}
/*comments - avatar*/
.ink.leftCol ul li img,
.ink.rightCol ul li img{
  margin: -3px 5px -2px 0;
  background: #ccc;
}
/*comments- author name*/
.ink.leftCol ul li span.name{
}
.ink.leftCol ul li .timestamp{
  font-size: .8em;
  display: block !important;
  margin: 1px 0 0 20px;
}
/*comments - postedcomment */
.ink.leftCol ul .postedcomment{
  margin-left: 250px;
  margin-top: -25px;
  width: 300px;
}

.ink.rightCol ul li{
  float: left;
  margin: 3px 0 3px 20px;
  width: 110px;
}


/*submit design page*/
.inkSubmit label,
.comment label{
  display: inline-block;
  width: 130px;
  height: 40px;
  float: left;
  padding-top: 1px;
  text-align: right;
  font-weight: bold;
  margin-right: 3px;
}
.inkSubmit em{
  font-size: .8em;
  margin-left: 5px;
}
.textboxem{
  margin-left: 140px !important;
}
/*comment*/
.comment label{
  width: 80px;
  margin-right: 5px;
}



/*careers
=======================================*/

/*jobs - singleview of jobs*/
.job textarea{
  display: block;
  width: 550px;
  margin: 10px 0 30px 20px;
  border: 1px solid #ccc;
}


/*stores
=======================================*/

/*signup
=======================================
.signup ul{
  list-style: none;
}
.signup ul li{
  margin: 5px;
}
.signup label{
  width: 200px;
  display: block;
}
*/

.signup h3,
.login h3{
  font-size: 1.5em;
}

.signup{
  float: left;
  width: 600px;
  margin-right: 100px;
}
.login{
  float: left;
  width: 250px;
}
.signup label,
.login label,
.applyjob label{
  width: 100px;
  display: inline-block;
  font-weight: bold;
  text-align: right;
  padding-right: 5px;
}
/*
.login .button{
  display: inline-block;
  width: 190px;
  height: 40px;
  background: url(../images/buttonlogin.png) 0 0 no-repeat;
  float: left;
  border: 0;
  margin-left: -20px;
  margin-top: 20px;
}*/

/*old code for signup in iframe
td{
  height: 40px;
}
td strong{
  font-size: 1.2em;
  font-weight: normal;
}
.applyjob label{
  width: 100px;
  display: inline-block;
  text-align: right;
}
*/

/*siteinfo
=======================================*/
.siteinfo{
  background: #000;
  width: 100%;
  height: 200px;
  position: relative;
  margin-top: 100px;
  padding-top: 30px;
}
.siteinfo ul{
  list-style: none;
  float: left;
  width: 170px;
  margin: 0 20px 0 0;
  padding: 0;
}
.siteinfo ul li{
  margin: 3px 5px;
  padding-left: 10px;
}
.siteinfo .title{
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 3px;
  color: #ccc !important;
  border-bottom: 1px dotted #999
}
.siteinfo a:link,
.siteinfo a:visited{
  color: #808080;
  text-decoration: none;
  margin: 5px 0;
  font-size: .9em;
}
.siteinfo a:hover{
  color: #fff;
}
p.copyright{
  width: 960px;
  text-align: right;
  color: #808080;
  font-size: .7em;
  border-top: 1px dotted #808080;
  margin-top: 40px;
  padding-top: 10px;
}