@charset "UTF-8";
/* 
==============================================================================
This styles the main framework for the site, things like headers and footers. 
Basically anything that is shared through out the entire site.
==============================================================================
 */
 
 
.clearall{
	clear:both;
}

html{
	background-image: url(/images/GradientBG.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0;
	/*margin-left: 25px; */
	padding: 0;
	background-color: #ACC5DB;
}
body{
	margin: 0;
	padding: 0;
	font-family: Arial;
}	
.BumpIn{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	overflow: visible;
	position: relative;
}

#logo{
	width:154px;
	height: 150px;
	background-image: url("/images/logo.jpg");
	background-repeat: no-repeat;
	float:left;
}
#logo h1{
	display: none;
}	


#DairyLogo{	
	float: left;
	margin-top: 10px;
}



#Tabs{
    /*position: relative;
    top: 33px;
    padding-left: 165px;*/
    margin-top:33px;
    float: left;
    width: 780px;
}

#Tabs a{
	height: 21px;
	width: 90px;
	float:left;
	display: block;
	background-image: url("/images/tabs.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
	text-decoration: none;
	color: #1257A7;
	font-family: Arial;
	text-align: center;
	font-size: 13px;
	padding-top: 9px;
	margin-right: 6px;	
}

#Tabs a.selected{
	background-position: top left;
}
#Tabs a:hover{
	background-position: top left;
}
.couponsTab{
	margin-right: -3px;
}
.whereTab
{
    width: 140px;
}

#Content{
	clear:both;
	position:relative;
    top:-40px;
	margin: 0px;
	text-align: center;
}

#Footer{
	background-image: url("/images/FooterBG.jpg");
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #AAB5CB;
	padding: 11px 0;
	text-align: center;
	font-size: 12px;
	color: #1787C3;
}
#Footer a{
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	padding: 0 4px;
}
#Footer a:hover{
	text-decoration: underline;
}
#Copyright 
{
    padding: 11px 0;
}

#Copyright p 
{
  	text-align: center;
	color: #1787C3;
    font-size: 10px;
}

#Copyright a
{
	color: #475e90;
	text-decoration: underline;
}

/*
/ IMAGES
*/

.png
{
}

/*
/ BOXES
*/

.mainContent
{
    position: relative;
    width: 100%;
    margin: auto 0;
    text-align: center;
    font-size: 12px;
}

/*
/ TYPOGRAPHY
*/
.mainContent .h1, p
{
    text-align: left;
}
mainContent, h1
{
    font-size: 16px;
}

.textLayout
{
    width: 650px;
    margin-left: 20%;
}

#lolTagLine{
	font-size: 12px;
	position: relative;
	top: 50px;
	color: #1787C3;
}


	/* Large Pop-up */
	.popLarge{
		width: 475px;
		/*background: #9BD2EE;*/
	}
	.popLargeTopBorder{
		position: relative;
		float: left;
		width: 475px;
		height: 50px;
		background: url(../images/pop_big_top.png) no-repeat;
	}
	.popLargeContent{
		position: relative;
		float: left;
		width: 475px;
		padding: 10px 0px;
		background: url(../images/pop_big_repeat_y.png) repeat-y;
		color: #285B91;
	}
	.popLargeBottomBorder{
		position: relative;
		float: left;
		width: 475px;
		height: 50px;
		background: url(../images/pop_big_bottom.png) no-repeat;
	}
	.popLargeContentMargin{
		margin: -5px 60px;
		font: 12px Tahoma, Geneva, sans-serif;
		text-align: left;
	}
	.popLargeCornerImage{
		position: absolute;
		top: 450px;
		right: -50px;
		z-index: 10000;
	}
	.popLargeClose{
		position: absolute;
		top: 45px;
		right: 50px;
		z-index: 10000;
	}
	
	#optInLink{
		position: absolute;
		top: 64px;
		left: 511px;
		/*left: 510px;*/
		font-size: 12px;
		padding: 2px 0px;
		color: #126ACB;
	}
	#optInLink a{
		color: #BF1F20;
		text-decoration: none;
		font-weight: bold;
	}
