@charset "utf-8";

/* ------------GENERAL-------------- */


body {
	font: 90%/1.6em Arial, helvetica, sans-serif;	
	color: #000;	
	background: #d70e03 url(images/bgr_grad2a.gif) repeat-x top;
}

a {
	color: #DA1C04;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#container {
	width: 972px;
	background-color: #ED9B0C;
	border: 2px solid white;
	margin: auto;
}

#container2 {
	width: 972px;
	background-color: #FFF;
	border: 2px solid white;
	margin: auto;
}

/* ------------TOP BANNER-------------- */

#topbanner {
	background: black url(images/bgr_battsq.jpg) center;
	width: 972px;
	height: 213px;
}

#google1 {
	padding: 95px 79px 13px 128px;
}


/* ------------NAVIGATION-------------- */

#navbar {
	background: #000;
	width: 972px;
	height: 30px;
	padding: 5px 0;
	color: #E5890A;
	text-align: center;
	border-bottom: 1px solid white;
}

#navbar ul {
	text-align: center;
	padding: 6px;
	margin: 0px;
}	

#navbar ul li {
	display: inline;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#navbar ul li a {
  color: #FFF;
	text-decoration: none;
}


#navbar ul li a:hover {
	color: #EC8C11
}

/*
#navbar ul li a:visited {
	color: #DA1C04;
}	 */
					 
/* -------------MAIN BODY--------------- */


#main {
  background-color: #ec8c11;
	width: 972px;
}

#main2 {
  background-color: #FFF;
	padding-top: 20px;
	width: 972px;
}

#pixads {
	background: #696868;
	width: 336px;
	margin: 0;
	float: left;
	padding: 20px;
	display: inline;
}

div.imgcap {
  width: 340px;
  color: #000;
	font-size: 0.8em;
	display: inline;
	text-align: left;
}
	
div.imgcap img {
  padding: 10px 0 0 0;
}

#drinkcol {
	background: #696868;
	width: 186px;
	margin: 0;
	float: left;
	padding: 24px;
	display: inline;
}

#drinkcol ul {
  list-style: none;
	text-align: center;
	margin-left: 0;
	padding: 20px 0 0 0;
	}
	
#drinkcol ul li a {
  color: #FFF;
	font: 88%/1.4em Arial, helvetica, sans-serif;	
	text-decoration: none;
	display: block;
	background: #000;
	border-bottom: 1px solid #FFF;
	width: 183px;
}

#drinkcol ul li a:hover {
  color: #FFF;
	text-decoration: none;
	display: block;
	background: #d70d03;
	border-bottom: 1px solid #FFF;
	width: 183px;
}

#drinksmain {
  background: #FFF;
	width: 750px;
	float: left;
	padding: 0 0 20px 40px;
}


#content {
	background: #FDFBE1;
	width: 556px;
  margin: 0;
	padding: 20px;
	float: right;
	text-align: left;
	display: inline;
}

#content h1 {
	color: #D70D03;
	font-size: 1.5em;
	line-height: 1em;
	padding-top: 10px;
}

#content2 {
  background: #FFF;
	width: 738px;
	float: right;
}

#content3 {
  background: #FDFBE1;
	width: 840px;
	margin: auto;
	padding: 20px 30px 3px 30px;
}

#content3 h1 {
	color: #D70D03;
	font-size: 1.7em;
	line-height: 1em;
	padding-top: 10px;
}

#content3 ul {
	list-style-type: none;
	font-weight: bold;
	padding-left: 0;
	margin-left: 0;
	}
	
#content3 ul a {
  text-decoration: underline;
}

#subul {
  background: #FDFBE1;
	width: 840px;
	margin: auto;
	padding: 3px 30px 30px 30px;
}

#subul ul a {
	color: black;
	text-decoration: underline;
	}

#profile {
	background: #FFF;
	width: 550px;
  margin-top: 20px;
	padding: 20px;
	float: left;
	text-align: left;
	display: inline;
}

#profile h1 {
	color: #D70D03;
	font-size: 1.5em;
	line-height: 1em;
}

div.google2 {
	padding: 25px 0;
}

#google3 {
	background: #FFF;
	width: 120px;
  margin: 20px 10px 0 0;
	padding: 10px 5px 40px 10px;
	float: right;
	display: inline;
}

div.google4 {
	background: #FFF;
	width: 160px;
	float: right;
	padding: 30px 0px 20px 22px;
}

div.thumbnail {
  width: 120px;
	float: left;
	margin: 5px 25px 10px 0;
}

div.thumbnail a {
  text-decoration: none;
}

div.thumbnail img {
  margin-left: 10px;
	border: 0;
}

div.thumbnail p {
  margin: 0;
	text-align: center;
	line-height: 1.1em;
}
	
/* ------------FOOTER-------------- */

#footer {
	clear: both;
	background-color: #000;
	width: 972px;
	height: 40px;
	text-align: center;
	margin: auto;
	color: #FFF;
	font-size: 0.85em;
}


#footer ul {
	list-style: none;
	padding: 12px 0;
	margin: 0;
}


#footer ul li {
	display: inline;
}


#footer ul li a {
	color: #FFF;
	text-decoration: none;
}


#footer ul li a:hover {
	color: #EC8C11;
}

