@charset "UTF-8";
/* CSS Document */
* { margin:0; }


body {
	background: url(../images/paper.png);
	background-repeat: repeat;
	background-position: top;
	width:100%;
	position:fixed;
	height:100%;
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 13px; 
	color:#666;
	line-height:1.5em;
	}

/*==================line separation====================*/


.spacer {
	padding:0 0 4px 0;
	}		


/*==================Header/Footer====================*/

.mast { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight:bold; 
	letter-spacing: 2.25em; 
	color: rgb(140,140,140); 
	text-align: center; 
	margin:10px 0 0 150px;
	padding-bottom:2px;
	}
	
.T {
	font-family: Verdana, Geneva, sans-serif; 
	font-weight:bold; 
	font-size: 20px; 
	letter-spacing: 2em; 
	color: rgb(0,155,130);
	}
	
.dots { margin:-10px 85px 0 0; 
	text-align: center; 
	}

.footer { 
	width: 100%;
	text-align:right;
	position:absolute;
	bottom:5px;
	right:10px;
	}
	


/*==================text====================*/
p {
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 13px; 
	letter-spacing: .1em; 
	line-height: 1.5em;
	color:#333;
	padding-bottom:10px;
	}

p.leading {
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 13px; 
	letter-spacing: .1em; 
	line-height: 1.5em;
	color:#333;
	padding-bottom:10px;
	}

h1 {
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 21px;
	font-weight:100;
	letter-spacing: .1em;
	color: #999; 
	}

h2 {
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 13px; 
	letter-spacing: .1em; 
	line-height: 1.5em;
	font-style:italic;
	color: rgb(0,155,140);
	font-weight:bold;
	}

h3 {
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 13px;
	font-style:normal; 
	letter-spacing: .1em; 
	line-height: 1.5em;
	color:#444;
	padding-bottom:10px;
	}

h4 {
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 18px; 
	letter-spacing: .1em; 
	line-height: 1.5em;
	font-style:italic;
	color: rgb(0,155,140);
	font-weight:bold;
	}


.tag {
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 13px;
	font-style: italic;
	letter-spacing: .2em;
	color: #666; 
	}

.darkgray {
	color: #555;
	}
	
.lightgray {
	font-size: 13px;
	color: #777;
	font-style: italic;
	letter-spacing: .1em;
	line-height: 1.5em;
	}

.blackText { 
	color:#000;
	line-height: 2em; 
	}	

.blackPh { 
	font-size: 16px;
	color:#000;
	line-height: 2em; 
	}	


/*==================boxes====================*/

.box {
	width:100%; 
	height: 600px;
	min-width:1100px;
	margin: 0 0 0 0;
	}
	
.privacypolicy {
	width:1000px;
	height: 90%;
	padding:40px 40px 40px 40px;
	overflow: auto;
	}
	
.privacy a {
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 11px;
	letter-spacing: .1em; 
	line-height: 3em;
	color:#666;
	text-decoration: none;
	}

.privacy a:hover {
	color: rgb(128,14,24);
	}

.privacy #currentsec a {
	color: rgb(0,0,0);
	}

	
/*==================js gallery====================*/

.rslides {
	font-family: Verdana, Geneva, sans-serif; font-style:oblique; font-size: 14px; letter-spacing: .2em; line-height: -2em;
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
	}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
	}
	
/*==================nav bar====================*/	

#sidebar { 
	background:url(../images/sidebar3.png) left top repeat-y; 
	position:absolute; 
	width: 150px; 
	margin: 0; 
	height: 100%; 
	z-index: 10; 
	}
.sidebarLogo { 
	display: block; 
	position: absolute; 
	bottom: 10px; 
	margin-left: 12px; 
	margin-right:auto;
	text-align:center;
	font-size: 10px; 
	letter-spacing: -.1em;
	}
.sidebarNavText { 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 13px; 
	letter-spacing: .1em; 
	line-height: 1.75em; 
	color:#666; 
	width: 135px; 
	text-align:right; 
	margin:30px 0 20px 0; 
	overflow: hidden; 
	}

.leftsidebar {
	float:left;
	width:87px;
	height:400px;
	}
	
.rightsidebar {
	float:left;
	width: 63px;
	text-align: left;
	margin:0 0 0 0;
	overflow: hidden;
	}

.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.navigation a {
	color: #666;
	text-decoration: none;
	}

.navigation a:hover {
	color: rgb(128,14,24);
	}

.navigation #currentsec a {
	color: rgb(0,0,0);
	}


.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.nav a {
	text-decoration: none;
	}

.nav a:hover {
	background-image:url(../images/menuBase.png);
	}

.current {
	background-image:url(../images/menuBase.png);
	}

.navSpacer {
	background-image:url(../images/menuSpacer.png);
	height:3px;
	width:63px;
	}
	
.entertainment {
	background-image:url(../images/menuEntertainment.png);
	list-style: none;
	height: 60px;
	width: 63px;
	}
.entertainment:hover {
	background-image:url(../images/menuEntertainment_o.png);
	}
	
.beverage {
	background-image:url(../images/menuBeverage.png);
	height: 60px;
	width: 63px;
	}
.beverage:hover {
	background-image: url(../images/menuBeverage_o.png);
	}
	
.cycling {
	background-image:url(../images/menuCycling.png);
	height: 60px;
	width: 63px;
	}
.cycling:hover {
	background-image:url(../images/menuCycling_o.png);
	}

.enterprises {
	background-image:url(../images/menuOther.png);
	height: 60px;
	width: 63px;
	}
.enterprises:hover {
	background-image:url(../images/menuOther_o.png);
	}
	
.bottles {
	background-image:url(../images/menuBottles.png);
	height: 60px;
	width: 63px;
	}
.bottles:hover {
	background-image:url(../images/menuBottles_o.png);
	}
	
.drinkware {
	background-image:url(../images/menuDrinkware.png);
	height: 60px;
	width: 63px;
	}
.drinkware:hover {
	background-image:url(../images/menuDrinkware_o.png);
	}
	
.contact {
	background-image:url(../images/menuAt.png);
	height: 60px;
	width: 63px;
	}
.contact:hover {
	background-image:url(../images/menuAt_o.png);
	}
.info {
	background-image: url(../images/menuInfo.png);
	height: 60px;
	width: 63px;
	}
.info:hover {
	background-image:(../about/imagesNav/menuInfo_o.png);
	}

.merch {
	background-image: url(../images/menuCap.png);
	height: 60px;
	width: 63px;
	}
.merch:hover {
	background-image:(../merchandise/imagesNav/menuCap_o.png);
	}

/*==================Mail Link====================*/	


.textLink ul {
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 18px; 
	letter-spacing: .1em; 
	line-height: 1.5em;
	font-style:italic;
	color: rgb(0,155,140);
	font-weight:bold;
	list-style: none;
	margin: 0;
	padding: 0;
	}

.textLink li {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.textLink a {
	color: #666;
	text-decoration: none;
	}

.textLink a:hover {
	color: rgb(128,14,24);
	}

.textLink #currentsec a {
	color: rgb(0,0,0);
	}


/*==================Home====================*/	


.home { 
	text-align:center;
	height:100%;
	width:100%;
	min-width:900px;
	background-image:url(../images/captHome.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	margin: 0 100px 0 0;
	z-index:2;
	}

.homeBox {
	height: 625px;
	margin: 0 0 0 0;
	text-align:center;	}

.homeText {
	width: 440px;
	margin: 0 50% 0 50%;
	text-align:right;
	font-style:normal; 
	padding: 70px 0 0 0;
	}

.homeHead {
	padding:140px 0 0 0;
	}

.homeShirt {
	margin: 0 0 0 -250px;
	text-align:center;
	min-width:400px;
	}
	


/*==================Apparel====================*/	

.entLeft {
	float: left;
	width:370px;
	height:100%;
	padding:0;
	margin: 0;
	}

.entText {
	width:300px;
	height:600px;
	text-align: right;
	margin:0 0 0 150px;
	padding:221px 20px 0 20px;
	}

.entRight {
	float: left;
	text-align:center;
	margin: 10px 0 10% 0;
	}
	
.entShirts {
	float: right;
	margin: 30px 0 0 0;
	}


/*==================Glassware====================*/	


.glassLeft {
	float: left;
	width: 350px;
	height:100%;
	padding:0;
	margin: 0;
	}

.glassRight {
	float: left;
	text-align:center;
	margin: -100px 0 10% 0;
	}	

.glassText {
	width:300px;
	height:600px;
	text-align: right;
	padding:221px 20px 0 175px;
	}

.bottleRight {
	float: left;
	text-align:center;
	margin: 0 0 10% 0;
	}	

.bottleText {
	width:300px;
	height:600px;
	text-align: right;
	padding:101px 20px 0 175px;
	}


.productList ul { 
	display: inline; 
	list style: none;
	color: rgb(140,140,140);
	margin: 0 0 0 0;
	padding: 0;
	}
	
.productList li { 
	display: inline; 
	list style: none;
	color: rgb(140,140,140);
	margin: 0 0 0 0;
	padding: 0;
	}






/*==================Merch====================*/	


.merchLeft {
	float: left;
	text-align: right;
	width: 300px;
	margin: 101px 0 0 0;
	}	

.merchText {
	width:325px;
	height:400px;
	text-align: right;
	padding:0 20px 0 175px;
	}
		
.merchRight {
	float: left;
	width: 400px;
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:rgb(190,190,190);
	font-size:16px;
	font-weight: bold;
	font-style:oblique;
	letter-spacing: .15em;
	line-height:1.9em;
	margin: -490px 0 10% 525px;
	}


/*==================About====================*/	


.aboutLeft {
	float: left;
	text-align: right;
	width: 300px;
	margin: 101px 0 0 0;
	}	

.aboutText {
	width:325px;
	height:400px;
	text-align: right;
	padding:0 20px 0 175px;
	}
		
.aboutRight {
	float: left;
	width: 300px;
	text-align:left;
	margin: -470px 0 10% 510px;
	}


/*==================Contact====================*/	


.contactLeft {
	float: left;
	text-align: right;
	width: 300px;
	margin: 101px 0 0 0;
	}	

.contactText {
	width:350px;
	height:400px;
	text-align: right;
	padding:0 20px 0 150px;
	}
		
.contactRight {
	float: left;
	width: 400px;
	text-align:left;
	margin: 20px 0 10% 225px;
	}

.infoMail {
	width:300px;
	text-align: right;
	line-height: 1em;
	color:#666;
	margin: 20px 0 0 0;
	}
	
.mailList {
	padding:0 0 10px 0;
	list-style:none;
	}
	
.mailAlert {
	color: rgb(198,21,35);
	font-style:italic;
	padding:0 0 10px 100px;
	}
	
.mailConfirm {
	color: rgb(0,128,100);
	font-style:italic;
	padding:0 0 0 100px;
	}
	
.mailLink {
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 32px;
	font-weight:100;
	letter-spacing: .1em;
	color:#0B707F
	}
	
.mailLink:hover {
	color:#FF1E39;
	}



