@import 'reset.css';

/* Generel
------------------------------------ */
HTML,BODY{
    background: #FFF;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    height: 100%;
}
A{
    color: #008000;
    text-decoration: underline;
    cursor: pointer;
}
A:hover{
    text-decoration: none;
    cursor: pointer;
}
STRONG{
    font-weight: bold;
}
INPUT{
    vertical-align: middle;
}
#wrapper{
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 0 0;
}
EM{
  font-style: italic;
}


/* Header
------------------------------------ */

#header{
    background: #FFF;
    width: 960px;
    height: 100px;
    position: relative;
    border: 1px solid #999;
    border-bottom: none;
	font-family: ‘Lucida Console’, Monaco, monospace;

}
#header H1 A{
    outline: none;
    text-indent: -999999px;
    display: block;
    width: 350px;
    height: 79px;
    position: absolute;
    top:9px;
    left: 36px;
    background: url(images/logo.jpg) no-repeat;
}
#header UL{
    position: absolute;
    top: 60px;
    right: 0px;
}
#header LI{
  float: left;
  height: 36px;
  text-align: center;
  margin: 0 15px 0 0;
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  font-family: Arial Narrow;
}
#header LI A{
  color: #235A83;
  text-decoration: none;
}
#header LI A:hover, #header LI.alt A{
  color: #000;
}
#header SPAN{
  display: block;
  width: 400px;
  height: 24px;
  background: url(images/tagline.jpg) no-repeat;
  text-indent: -999999px;
  top:10px;
  right:15px;
  position: absolute;
}


/* Main
------------------------------------ */

#main{
  width: 960px;
  min-height: 500px;
  height:auto !important;
  height:500px;
  float: left;
  background: #5fa0cd;
  padding: 40px 0 20px 0;
  clear: both;
  border: 1px solid #999;
  border-top:5px solid #000;
  position: relative;
}
.fadein{
  position:relative;
  width:500px;
  height:350px;
  margin: 0 auto 0 auto;
}
.fadein IMG{
  position:absolute;
  top:0;
  left:0;
}
#content{
  padding: 0 0 0 20px;
  float: left;
  width: 700px;
}
#content H2{
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 15px 0;
}
#content H3{
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 10px 0;
}
#content H3 A{
  color: #000;
  text-decoration: none;
  cursor: text;
}
#content P{
  margin: 0 0 15px 0;
}
.anchor-list{
  padding: 0 0 40px 0;
}
.anchor-list LI{
  float: left;
  margin: 0 40px 0 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.clear{
  clear: both;
}
.top{
  text-indent: -999999px;
  text-decoration: none;
  display: block;
  line-height: 0;
  font-size: 0;
}
.t-list{
  margin: 0 auto 0 auto;
}
.t-list LI{
  float: left;
  margin: 0 30px 0 0;
}
.t-list LI.last, .t-list-small LI.last{
  margin: 0 0 0 0;
}
.center{
  text-align: center;
}
.t-list-small LI{
  float: left;
  margin: 0 30px 0 0;
}
.left-side{
  width: 200px;
  float: left;
  margin: 20px 0 0 0;
  padding: 0 20px 0 0;
}
.left-side H4{
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.left-side UL{
  margin: 0 0 10px 15px;
}
.left-side LI{
  list-style: disc;
  margin: 0 0 5px 0;
}
.left-side P.price{
  font-weight: bold;
}
.left-side P.price SPAN{
  font-size: 20px;
}
.left-side SELECT{
  display: block;
  margin: 5px 0 5px 0;
}
.middle{
	width: 480px;
	float: left;
	margin: 20px 0 0 0;
	color: #000;
}
.middle H4{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #000;
}
.middle H5{
  font-size: 12px;
  margin: 0 0 5px 0;
}
.middle P{
  margin: 0 0 5px 0;
  font-size: 12px;
}
#right-side{
	width: 180px;
	height: 385px;
	background: #FFF;
	margin: 20px 0 0 20px;
	padding: 10px;
	top:15px;
	right: 20px;
	position: absolute;
}
#right-side IMG{
  width: 180px;
  margin: 0 0 15px 0;
}
#right-side IMG.border{
	border: 1px dashed #333333;
}
#right-side H3{
  margin: 0 0 10px 0;
  font-size: 18px;
}
.tee-img{
  width: 480px;
}


/* Footer
------------------------------------ */

#footer{
  background: url(images/main-bottom.png) no-repeat;
  width: 996px;
  clear: both;
  padding: 30px 0 0 0;
  text-align: center;
}
#footer UL{
  width: 370px;
  margin: 0 auto;
  padding: 0 0 25px 0;
}
#footer LI{
  float: left;
  color: #0480AE;
  padding: 0 5px 0 0;
}
#footer LI A{
  color: #0480AE;

}
#footer A.logo-footer{
  clear: both;
  display: block;
  width: 95px;
  height: 45px;
  background: url(images/logo-footer.png) no-repeat;
  margin: 10px auto 20px auto;
  text-indent: -999999px;
}
#footer SPAN.copy{
  color: #0480AE;
  font-size: 10px;
}


/* Overlay
------------------------------------ */

.simple_overlay {
	display:none;
	z-index:10000;
	background-color:#F8FAFB;
	width:600px;
	border:1px solid #666;
	-moz-box-shadow:0 0 50px 5px #000;
	-webkit-box-shadow: 0 0 50px #000;
}
.simple_overlay .close {
	background-image:url(images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.simple_overlay IMG{
	width:600px;
}


.logoImage {
    float: left;
    margin: 0 10px 10px 0;
}

.birdShirts {
	padding: 0 0 0 0px;
	float: left;
	width: 680px;
	
}
