/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background-color: #000;
	background-image: url('../images/background.png');
	background-repeat: repeat;
	color: #635821;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	padding: 0;
}

h1, h2, h3 {
	color: #5E510E;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 10px 0px;
	padding: 0;
}

h1{
	font-size: 32px;
	letter-spacing: -1px;
}

h2 {
	font-size: 23px;
}

ul, ol {
	margin: 0px 0px 0px 0px;
}

a:link {
	color: #751900;
}

a:hover, a:active {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	color: #AB5B00;
}

img {
	border: none;
}

.left{
	float: left;
}

.bottom{
	position: absolute;
	bottom: 0px;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

.clearIt{
	clear: both;
	height: 1px;
	line-height: 1px;
}

.regSign{
	font-size: 14px;
	position: relative;
	top: -8px;
}


/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

legend {
	display: none;
}

input, textarea, select {
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#wrapper {
}

/* Header */

#header {
	background: url(../images/header_mccafe.png) no-repeat left top;
	height: 170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 920px;
}

#logo {
	margin: 0px 0px 0px 17px;
	position: relative;
	top: 0px;
}

#logo img{
	border: none;
}

/* Menu */

#menu {
	bottom: 0px;
	position: absolute;
	right: 10px;
	z-index: 20;
}

#menu ul {
	list-style: none;
	margin: 0px 0px;
	padding: 10px 0px 0px 0px;
}

#menu li {
	color: #FFF;
	display: inline;
}

#menu a {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	margin-left: 0px;
	padding-top: 3px;
	text-decoration: none;
	text-align: right;
	width: 101px;
}

#menu a:hover {
	color: #ad0b03;
	text-decoration: underline;
}

#mccafeBtn{
	position: absolute;
	right: 30px;
	top: 7px;
}

/* Page */

#page {
	background-color: #bb9262;
	margin: 0 auto;
	width: 920px;
}

/* Content */

#content {
	width: 870px;
	padding: 10px 25px 0px 25px;
}

#content h1{
	color: #3e3d3d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
}

#content h2{
	color: #5b1300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 22px;
}

#content p{
	color: #312011;
	font-size: 14px;
	line-height: 18px;
}

#content p.heart{
	background-image: url(../images/heart_float.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 75px;
}

#content p.wifi{
	background-image: url(../images/wifi_icon.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 75px;
}

#content p.small{
	color: #312011;
	font-size: 11px;
	line-height: 15px;
	padding-left: 75px;
}

#leftTopColumn{
	position: relative;
	width: 402px;
}

#leftTopColumn h1{
	color: #000;
	margin: 5px 0px;
}

#leftTopColumn h2{
	margin: 5px 0px;
}

#leftTopColumnLoc{
	height: 600px;
	position: relative;
	width: 402px;
}

#leftTopColumnLoc h1{
	color: #000;
}

#locTableHeader{
	position: relative;
	top: -3px;
}

#locTableFooter{
	position: relative;
	top: 3px;
}

.wideBy402px{
	width: 402px;
}

#rightTopColumn{
	display: inline;
	margin: 10px 0px 0px 10px;
	width: 458px;
}

#locations_Page #rightTopColumn{
	background-color: #2b170f;
	background-image: url(../images/loct_table_back.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	width: 458px;
}

#locations_Page #rightTopColumn h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #e8d091;
	letter-spacing: 1px;
	margin: 0px 0px 10px 20px;
	display: inline;
	padding: 0px 0px;
	width: 200px;
}

#locations_Page #rightTopColumn h1.Margin{
	margin-right: 132px;
}

.regRow{
	color: #FFF;
	float:left;
	height: 12px;
	padding: 1px 0px 3px 20px;
	width: 280px;	 
}

.regRow2nd{
	color: #FFF; 
	float:left;	
	height: 12px; 
	padding: 1px 10px 3px 0px;
	width: 128px;
}

.alternate{
	background-color: #7a6351;
	color: #FFF;
	float:left;
	height: 12px;
	padding: 1px 0px 3px 20px;
	width: 280px;	 
}

.altRow2{
	background-color: #7a6351;
	color: #FFF; 
	float:left;
	height: 12px;
	padding: 1px 10px 3px 0px;
	width: 128px;
}

#locOverflow{
	height: 600px;
	overflow: auto;
	width: 456px;
}

#centerMidColumn{
	background-image: url(../images/productSlider_Back.png);
	height: 330px;
	margin: 20px 0px 20px -3px;
	position: relative;
	width: 885px;
}

#mycarousel{
	margin: 0px auto
}

#titleOfDrinks h3{
	color: #fb780c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	left: 122px;
	margin: 0px auto;
	position: absolute;
	text-align: center;
	top: 5px;
	width: 650px;
	z-index: 50;
}

#descOfDrinks p{
	bottom: 30px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	left: 115px;
	margin: 0px auto;
	position: absolute;
	text-align: center;
	width: 650px;
	z-index: 50;
}

#leftBottom{
	background-image: url(../images/goldenArches_Icon.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 70px;
	margin: 10px 0px;
	padding-left: 75px;
	position: relative;
	width: 300px;
	z-index: 20;
}

#leftBottom h3{
	margin: 0px 0px 10px 0px;
}

#leftBottom h3 a{
	color: #5b1300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration: none;
}

#leftBottom p{
	margin: 0px 0px;
}

#rightBottom{
	display: inline;
	height: 80px;
	margin: 10px 0px 0px 20px;
	position: relative;
	width: 454px;
	z-index: 20;
}

#rightBottom h3{
	margin: 0px 0px 10px 0px;
}

#rightBottom h3 a{
	color: #5b1300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration: none;
}

#rightBottom img{
	margin-right: 10px;
}

/* Footer */

#footer {
	background: url(../images/footerBack.png) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	height: 38px;
	margin: 0 auto;
	width: 920px;
}

#footer p{
	color: #FFF;
	font-size: 17px;
	margin: 0px 0px 0px 25px;
	position: relative;
	top: 8px;
}

#hoverImages{
	display: none;
}