
@font-face {
	font-family: 'TwCenMTRegular';
	src: url('../fonts/tw_cen_mt-webfont.eot');
	src: local('☺'), url('../fonts/tw_cen_mt-webfont.ttf') format('truetype'), url('../fonts/tw_cen_mt-webfont.svg#webfontQFLPtCWK') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin:0;
	padding:0;	
}

body {
	background:#68402b url(../images/wood2.jpg);
	font-size:0.85em;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color:#FFFFFF;
}

p {
	padding:10px 0;
}

a {
	color:#d4eeff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

a:active, a:focus {
	outline: 0;
}

ul {
	list-style-type:square;
}

img {
	border:none;
}

button {
	cursor:pointer;	
	border:0 none;
	overflow: visible;
}

input, textarea{
	padding:5px;
	font-family:Helvetica, Arial;
	border:0 none;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-size:1.3em;
}
input:focus, textarea:focus{
	background:#d9e4f0;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	font-family:'TwCenMTRegular';
	font-weight:500;
	line-height:1em;
	/*IE Clearfix fix with font-face */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/blank.gif,sizingMethod=crop);
}


h1 {
	font-size:40px;
	margin:15px 0 20px 0;
	text-shadow: #000000 0px 0px 5px;
}
h2{
	margin:10px 0;
}
h3 {
	font-weight:normal;
}
h4{
	margin:15px 0;
	font-size:1.2em;	
}

iframe {
	background:#FFFFFF;	
}

select {
margin-bottom:5px;	
}

td {
padding:5px;
}


.clear{
clear:both;	
}

#container {
	width:996px;
	margin:20px auto 0 auto;
}

#toolbarWrapper {
	height:80px;
	background:url(../images/toolbar_bg.png);
}

#toolbar {
	width:980px;
	margin:0 auto;
	padding:0 15px;
}

#logo{
	float:left;
	width:233px;
	margin-right:30px;
}

#navigation {
	float:left;
	width:700px;
}

#navigation ul {
	padding:0 0 0 25px;	
}

#navigation ul li {
	float:left;
	list-style-type: none;
}

#navigation ul li.right {
	float:right;
}

#navigation ul li a, button.viewBag{
	margin:0 5px;
	display:block;
	float:left;
	outline: none;
	padding:18px 13px 25px 13px;
	text-decoration:none;
	text-transform:uppercase;
	color:#FFFFFF;
	font-family:'TwCenMTRegular';
	/*IE Clearfix fix with font-face */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/blank.gif,sizingMethod=crop);
	font-size:16px;
	font-weight:bold;
	text-shadow: #000000 0px 0px 3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
}

#navigation ul li a:hover, button.viewBag:hover {
	text-decoration:none;
	color:#d4eeff;
}

#navigation ul li a.active, #navigation ul li a.active:hover{
	background:#009cff;
	background:-moz-linear-gradient(top, #009cff, #0081D2);
	background:-webkit-gradient(linear,left bottom,left top, color-stop(0, #0081D2),color-stop(1, #009CFF));
	color:#FFFFFF;
}

button.viewBag {
	background:transparent url(../images/shopping_bag.png) no-repeat top left;
	border:0 none;
	padding-left:50px;
}
button.addToCart {
	width:124px;
	height:35px;
	background:url(../images/add_cart.png) no-repeat top;
	vertical-align:middle;
	margin:0 15px;
}

button.addToCart:hover {
	background-position:bottom;
}

#contentWrapper{
	margin:0 0 3px 0;
	position:relative;
}

#contentTop {
	height:25px;
	background:url(../images/content_top.png) no-repeat top center;
	font-size:1px;
	line-height:1px;
}

#contentBottom {
	height:25px;
	background:url(../images/content_bottom.png) no-repeat bottom center;
	font-size:1px;
	line-height:1px;
}

#content {
	padding:10px 40px;
	background:url(../images/content_bg.png) repeat-y;
	overflow:hidden;
	min-height:440px;
  	/*height:440px;*/
}

#content.home {
	padding:10px;
}

#content.allShirts {
	padding:10px;	
}

#content.allShirts #gallery{
	padding-top:0px;
	height:auto;
}

#content.product {
	padding:10px 20px;
}

#productImages {
	float:left;
	width:420px;
	margin:25px 0 0 0;
	text-align:center;	
	
}

#mainImage {
	position:relative;
	text-align:center;
	height:360px;
	margin:0 25px;
}

#mainImage .productZoom {
	display:none;
	position:absolute;
	top:0;
	left:0;
}

#mainImage .active {
	display:block;
}

#imageThumbnails {
	float:left;
	margin:0 30px;
}

.thumb {
	float:left;
	width:71px;
	height:71px;
	margin:0 10px;
	text-align:center;
	padding:7px 0 0 0;
	background:url(../images/thumbnail_bg.png) no-repeat top center;
}

#productDetails {
	float:left;
	margin-left:25px;
	width:480px;
	line-height:1.8em;	
}


#content.product .purchaseOptions{
	padding:25px 0;
	text-align:center;
}

#content.product .price {
	color:#d4eeff;
	line-height:1em;
	padding-bottom:0;
}

#content.product #share {
	position:absolute;
	bottom:35px;
	right:35px;
}

#relatedProducts h4 {
	text-transform:uppercase;	
}

.divider {
	background:url(../images/divider.png) repeat-x;
	height:3px;
	font-size:1px;	
	clear:both;
	margin:20px 0;
}

#gallery {
	padding-top:50px;
	height:350px;
}

#gallery ul{
	list-style-type:none;
}

#gallery li {
	float:left;
	text-align:center;
	padding:30px 20px;
	width:280px;
	height:260px;
	background:url(../images/gallery_divider.png) no-repeat center right;
}

#gallery .last {
	background:none;
}


#gallery .details {
	margin:10px 0;
	text-align:center;
	font-size:1.1em;
}


#gallery .price{
	padding:5px 0;
	font-size:0.9em;
}

#gallery-prev, #gallery-next {
    z-index: 3;
	width:40px;
	height:80px;
	cursor:pointer;
	position:absolute;
	top:190px;
}

#gallery-prev {
	left:-10px;
	background:url(../images/gallery_prev.png) no-repeat center center;
}

#gallery-next {
	right:-10px;
	background:url(../images/gallery_next.png) no-repeat center center;
}

#gallery-prev.disabled, #gallery-next.disabled {
	opacity: 0.25;
	filter: alpha(opacity=25);
	-ms-filter: "alpha(opacity=25)";
	cursor:default;
}

.back {
	position:absolute;
	top:10px;
	left:27px;
	z-index:-1;
}

#lightingFade {
	background:url(../images/fade.png) repeat-x;
	position:fixed;
	bottom:-375px;
	height:375px;
	width:100%;
	z-index:-1;	
}

#footer {
	clear:both;
	text-align:center;
	font-size:0.9em;
	margin-top:25px;
}

#footer ul {
	list-style-type:none;
}

#footer ul li {
	display:inline;	
}

#footer ul li a{
	padding:5px 15px;
	margin:0 25px;
	color:#FFFFFF;
}

#footer ul li a:hover{
	color:#FFFFFF;
	background:#251B15;
	text-decoration:none;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}

.aa img {
	vertical-align:bottom;
	margin:0 25px;	
}

#footer p{
	clear:both;
	margin:20px 0 10px 0;
	color:#bfb1a9;
	font-size:0.9em;
	line-height:1.3em;
}

/* Media Content
********************************************/
#media {
	width:100%;
	height:60px;
	overflow:hidden;
		
}

.mediaLink {
	float:left;
	width:160px;
	margin:0 0 0 30px;
	font-size:11px;
}

.mediaLink img {
	float:left;
	margin-right:8px;
}
.mediaLink p {
	float:left;
}

#mailinglist {
	float:right;
	margin:0 35px 0 0;
}

#mailinglist input {
	float:left;
	font-size:1.1em;
	margin:5px 5px 0 0;
	width:180px;
}
	

#mailinglist p {
	font-size:11px;	
	padding:5px 0 0 0;
	text-align:center;
	clear:both;
}


/* Lightbox Content
********************************************/

#lightboxContent {
	display:none;	
}



/* Contact page 
*******************************************/

#contactForm {
	margin:10px 0 30px 0;		
}
.contact input, .contact textarea{
width:400px;
}
.contact input {
font-size:1.6em;
}
.contact textarea {
font-size:1.3em;
overflow:auto;
height:100px;
}

#contactFormMsg p, #uploadResults p{
width:500px;
padding:5px;
color:#333333;
margin:10px 0;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}

.error {
background:#ffd4d4;
border:1px solid #e72d2d;
}
.success{
background:#b9ffc3;
border:1px solid #37c84b;
}


/* Misc
**************************************/
a.downloadDoc {
	font-size:1.2em;
	font-weight:bold;
	background:url(../images/download_doc.png) no-repeat top left;
	padding:0 0 0 90px;
	height:100px;
	line-height:100px;
	display:inline-block;
}

a.browseAll {
	width:124px;
	height:35px;
	background:url(../images/browse_all.png) no-repeat top;	
	position:absolute;
	top:25px;
	right:25px;
	z-index:5;
}

a.browseAll:hover {
	background-position:bottom;
}

.textInput {
	font-family:Arial;
	font-size:12px;
	color:#444444;
	width:148px;
	height:27px;
	border:0 none;
	background:transparent;
	padding:3px 5px;
}
.textInputPrompt {
	color:#999999;
}

.submitBtn {
	width:124px;
	height:35px;
	background:url(../images/submit.png) no-repeat top;
}
.submitBtn:hover {
	background-position:bottom;
}
.joinBtn {
	width:63px;
	height:35px;
	background:url(../images/joinBtn.png) no-repeat top;
}
.joinBtn:hover {
	background-position:bottom;
}

.right {
	float:right;	
}

.left {
	float:left;	
}

.center {
	text-align:center;	
}

.loading {
	display:none;
}
.loading img {
	margin:5px 10px;
	vertical-align:top;	
}

#adsense {
	text-align:center;
	margin:10px auto;	
}
