@font-face {
    font-family: Candara;
    src: url('https://www.coolbeer.com/fonts/Candara.ttf');
}

.nav-float {
 		width: 100%;
 		position: fixed;
 		top:0px;
 		bottom:auto;
 		right:auto;
 		left:auto;
	}

.shop-now { 		
	position: fixed;
	top:90px;
	bottom:auto;
	right:0px;
	left:auto;
	z-index:9999;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
    margin-left: 0px;
	margin-right: 0px;
	-webkit-text-size-adjust:none;
	background:url(https://www.coolbeer.com/images/bg-stonewall.png) no-repeat center top;
	font-family: Candara, Arial, Helvetica, sans-serif;
}

.nav {
	font-family: Candara, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 28px;
}
.nav a:link {
	color: #ffffff;
	text-decoration: none;
}
.nav a:visited {
	text-decoration: none;
	color: #ffffff;
}
.nav a:hover {
	text-decoration: none;
	color: #CCC;
}
.nav a:active {
	text-decoration: none;
	color: #ffffff;
}


@font-face {
    font-family: Copper;
    src: url('https://www.coolbeer.com/new/fonts/copperplateblackcondensedssiblackcondensed.ttf');
}

.subtitle {
	font-family: Copper, Calibri, Arial, Helvetica, sans-serif;
	color: #064f98;
	font-size: 35px;
	font-weight: 300;
}
.subtitle a:link {
	color: #064f98;
	text-decoration: none;
}
.subtitle a:visited {
	text-decoration: none;
	color: #064f98;
}
.subtitle a:hover {
	text-decoration: underline;
	color: #064f98;
}
.subtitle a:active {
	text-decoration: underline;
	color: #064f98;
}
.subtitle a.current{
	font-weight: 600;
}


.maintext {
	font-family: Candara, Arial, Helvetica, sans-serif;
	color: #727673;
	font-size: 26px;
}
.maintext a:link {
	color: #064f98;
	text-decoration: none;
}
.maintext a:visited {
	text-decoration: none;
	color: #064f98;
}
.maintext a:hover {
	text-decoration: none;
	color: #988d09;
}
.maintext a:active {
	text-decoration: none;
	color: #064f98;
}

.maintext-smaller {
	font-family: Candara, Arial, Helvetica, sans-serif;
	color: #727673;
	font-size: 19px;
}
.maintext-smaller a:link {
	color: #064f98;
	text-decoration: none;
}
.maintext-smaller a:visited {
	text-decoration: none;
	color: #064f98;
}
.maintext-smaller a:hover {
	text-decoration: none;
	color: #988d09;
}
.maintext-smaller a:active {
	text-decoration: none;
	color: #064f98;
}

.maintext-darker {
	font-family: Candara, Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 26px;
}


.maintext-white {
	font-family: Candara, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 26px;
}
.maintext-white a:link {
	color: #ffffff;
	text-decoration: none;
}
.maintext-white a:visited {
	text-decoration: none;
	color: #ffffff;
}
.maintext-white a:hover {
	text-decoration: none;
	color: #CCC;
}
.maintext-white a:active {
	text-decoration: none;
	color: #ffffff;
}


.div-padding {
 padding-top:0px;
 padding-bottom:0px;
 padding-right:15px;
 padding-left:15px;
}



.copyright {
	font-family: Candara, Arial, Helvetica, sans-serif;
	color: #727673;
	font-size: 20px;
}
.copyright a:link {
	color: #727673;
	text-decoration: none;
}
.copyright a:visited {
	text-decoration: none;
	color: #727673;
}
.copyright a:hover {
	text-decoration: none;
	color: #083D7F;
}
.copyright a:active {
	text-decoration: none;
	color: #727673;
}

.categories{float:left; margin:5px;}
.clear{clear:both;}
.container{
	text-align:center;
	 margin-left:auto;
	 margin-right:auto;
	 }
.container a:link{color:#000; text-decoration:none}
.container a:visited{color:#000; text-decoration:none}

.container_products{
	text-align:center;
}
.rnd{
	border-color: #BBBBBB;
	border-radius: 3px;
	border-style:solid;
	border-width:1px;
	margin:2px;
	padding::3px;
	font-size: 14px;
	cursor:text;
	height:23px;
}
.product{
	display:inline-block;
	vertical-align:text-top;
	border-width: 1px;
	border-color: #DCDCDC;
	border-style:solid;
	padding:12px;
	max-width:155px;
	width:155px;
	margin:5px;
	text-align:left;
	min-height:295px;
	
	
}
.product-title{height:45px; max-height:45px; font-weight:bold;}
.productimage{max-width:150px;
overflow:hidden;}

.vcart{
	background-image:url(images/pp_view.png);
	width:150px;
	height:32px;
	display:inline-block;
	line-height:32px;
	
	color:#000;
	font-weight:bold;
	cursor:pointer;
	
	}
.choose-brand{
	background-image:url(images/pp_choose.png);
	width:150px;
	height:32px;
	display:inline-block;
	line-height:32px;
	cursor:pointer;
	
	}
.add{
	background-image:url(images/pp_add.png);
	width:90px;
	height:25px;
	display:inline-block;
	line-height:20px;
	cursor:pointer;
	border-style:none;
	
	}
.add:hover{
	background-image:url(images/pp_add.png);
	}
.qty{cursor:text;}

#counter{
	font-size:14px; 
	font-style:italic; 
	margin-right:5px;
	color:#1A00FB;
	width:50px; 
	text-align:center;
	display:inline-block;
	font-weight:bold;
	}

.button-bar{margin-top:30px;}

img {
border:none;}



/* DROP DOWN MENU CODE - BEGIN */


#menu {
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-family: Candara, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 30px;
}
#menu li {
	margin: 0px 13px;
	padding: 0;
	position: relative;
	list-style:none;
	float:left;
}


/* main level link */
#menu a {
	font-family: Candara, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 30px;
	text-decoration: none;
	display: block;
	margin: 0;
}

/* main level link hover */
#menu .current a, #menu li:hover > a {
	text-decoration: none;
	color: #CCC;
}

/* sub levels link hover */
#menu ul li:hover a, #menu li:hover li a {
	font-family: Candara, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 26px;
}
#menu ul a:hover {
	text-decoration: none;
	color: #CCC;
}

/* dropdown */
#menu li:hover > ul {
	display: block;
}

/* level 2 list */
#menu ul {
	display: none;
	margin:0;
	padding:0;
	position: absolute;
	top: 30px;
	left: 0px;
	line-height: 150%;
	background: #0672c1;
	z-index:1100;
	border:thick solid #914e17;
	border-top:none;
	width:260px;	
}
#menu ul li {
	float:left;
	margin: 0px 5px 0 10px;
	padding: 0;
	position: relative;
}

#menu ul a {
	font-family: Candara, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 26px;
	text-transform:uppercase;
}
#menu ul li a:hover {
	text-decoration: none;
	color: #CCC;
}

/* clearfix */
#menu:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#menu {
	display: inline-block;
} 
html[xmlns] #menu {
	display: block;
}
 
* html #menu {
	height: 1%;
}

/* DROP DOWN MENU CODE - END */

select{
	font-size: 18px;
	height:40px;
	margin-bottom:5px;
	padding:5px;
}
.button_width{width:40px;height:40px;}

.tclabel {
	font-size:24px;
	text-decoration:none; 
	margin-right:5px; 
	color:#787878;
}

#top{
	position:fixed;
	top:0px; 
	background-image:url(images/bg-menu.png);
	max-height:63px;
	height:86px;
	width:100%;
	left:0px; 
	text-align:center; 
	padding-top:23px
}
