﻿body {
	background: url("images/tileBackground.png");
	margin: 0;
	padding: 0;
	text-align: center;
}

/*Header styles*/

#wrap {
	width: 800px;
	margin-top: 90px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#container {
	border: 8px solid #555555;
	/*The next four lines describe the rounded corners on the top of the container*/
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;

	width: 800px;
	height: auto;
	background: url("images/gradientPic.jpg") no-repeat;
	background-color: #FFFFFF;
	margin-top: 0px;
	z-index: 50;
}

#dividerleft {
	margin-top: 10px;
	float: left;
	border: 0px;
	background: url("images/divider.png") no-repeat;
	width: 280px;
	height: 20px;
	margin-left: 19px;
}

#dividerright {
	margin-top: 10px;
	float: right;
	border: 0px;
	background: url("images/divider.png") no-repeat;
	width: 280px;
	height: 20px;
	margin-right: 15px;
}


#logo {
	margin-top: -75px;
	margin-left: auto;
	margin-right: auto;
	/*background: url("images/nielsens_frozen_custard_logo.png");*/
	width: 200px;
	height: 200px;
	z-index: 100;
}

/*Menu styles*/


#homeBTN {
	margin-top: 60px;
	margin-left: 30px;
	float: left;
	width: 54px;
	height: 34px;
	padding-right: 10px;
	z-index: 80;
}

#menuBTN {
	margin-top: 60px;
	float: left;
	width: 91px;
	height: 34px;
	z-index: 80;
}

#historyBTN {
	margin-top: 60px;
	float: left;
	width: 80px;
	height: 34px;
	padding-left: 10px;
	z-index: 80;
}

#contactBTN {
	margin-top: 60px;
	float: right;
	margin-right: 25px;
	width: 90px;
	height: 34px;
	padding-left: 10px;
	z-index: 80;
}

#faqBTN {
	margin-top: 60px;
	float: right;
	width: 90px;
	height: 34px;
	z-index: 80;
}

#mapBTN {
	margin-top: 60px;
	float: right;
	width: 45px;
	height: 34px;
	padding-right: 10px;
	z-index: 80;
}

p {
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 5px;
}

a {
	text-decoration: none;
	border: 0;
}


h1 {
	color: #C1272D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;

}

/* index page */

#movie {
	border: 3px solid #777777;
	margin-top: 27px;
	margin-left: 10px;
	width:400px;
	height:300px;
	margin-bottom:0px;
	padding: 10px;
	/*The next four lines describe the rounded corners on the top of the container*/
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#rightpic {
	border: 3px solid #777777;
	margin-top: 27px;
	margin-left: 10px;
	margin-right: 10px;
	width:300px;
	height:300px;
	margin-bottom:0px;
	padding: 10px;
	float: right;
	/*The next four lines describe the rounded corners on the top of the container*/
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#about {
	border: 3px solid #777777;
	margin-top: 20px;
	margin-left: 20px;
	width: 740px;
	background-color: white;
	margin-bottom: 15px;
	padding: 10px;
		/*The next four lines describe the rounded corners on the top of the container*/
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

/* menu page */

#download {
	
	margin-top: 50px;
	margin-left: 20px;
	width: 750px;
	padding: 5px;
}


#menu1 {
	border: 3px solid #999999;
	margin-top: 15px;
	margin-left: 20px;
	width: 750px;
	background-color: white;
	padding: 5px;
		/*The next four lines describe the rounded corners on the top of the container*/
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#menu1pic {
	border: 3px solid #999999;
	margin-top: 5px;
	margin-left: 5px;
	background-color: white;
	width: 120px;
	height: 160px;
	float: right;
		/*The next four lines describe the rounded corners on the top of the container*/
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}


#menu2 {
	border: 3px solid #999999;
	margin-top: 15px;
	margin-left: 20px;
	width: 750px;
	background-color: white;
	padding: 5px;
		/*The next four lines describe the rounded corners on the top of the container*/
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#menu2pic {
	border: 3px solid #999999;
	margin-top: 5px;
	margin-left: 5px;
	background-color: white;
	width: 120px;
	height: 160px;
	float: right;
		/*The next four lines describe the rounded corners on the top of the container*/
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}


#menu3 {
	border: 3px solid #999999;
	margin-top: 15px;
	margin-left: 20px;
	width: 750px;
	height: 180px;
	background-color: white;
	padding: 5px;
		/*The next four lines describe the rounded corners on the top of the container*/
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#menu3pic {
	border: 3px solid #999999;
	margin-top: 5px;
	margin-left: 5px;
	background-color: white;
	width: 120px;
	height: 160px;
	float: right;
		/*The next four lines describe the rounded corners on the top of the container*/
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}


#menu4 {
	border: 3px solid #999999;
	margin-top: 15px;
	margin-left: 20px;
	width: 750px;
	height: 180px;
	background-color: white;
	padding: 5px;
		/*The next four lines describe the rounded corners on the top of the container*/
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#menu4pic {
	border: 3px solid #999999;
	margin-top: 5px;
	margin-left: 5px;
	background-color: white;
	width: 120px;
	height: 160px;
	float: right;
		/*The next four lines describe the rounded corners on the top of the container*/
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}


#menu5 {
	border: 3px solid #999999;
	margin-top: 15px;
	margin-left: 20px;
	width: 750px;
	height: 180px;
	background-color: white;
	padding: 5px;
		/*The next four lines describe the rounded corners on the top of the container*/
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#menu5pic {
	border: 3px solid #999999;
	margin-top: 5px;
	margin-left: 5px;
	background-color: white;
	width: 120px;
	height: 160px;
	float: right;
		/*The next four lines describe the rounded corners on the top of the container*/
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}


/* History */

#mycontainer {
	border: 2px solid #999999;
	margin-top: 40px;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color: white;
	width: 625px;
	padding: 5px;
		/*The next four lines describe the rounded corners on the top of the container*/
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}


#motioncontainer a img { /*image background*/
	border: 0px;
	margin-top: 30px;
}

#motioncontainer a:hover img{ /*image border hover color*/
	border: 0px;
	margin-top: 30px;
}

#motioncontainer a:hover{
	color: red; /* Dummy definition to overcome IE bug */
	margin-top: 30px;
}

#statusdiv{
	position: absolute;
	padding: 4px;
	left: -300px;
	background-color: cccccc;
	border: 4px;
	visibility: hidden;
}

#history1 {
	border: 2px solid #999999;
	margin-top: 40px;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color: white;
	width: 450px;
	padding: 5px;
		/*The next four lines describe the rounded corners on the top of the container*/
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

/* Map */

#come {
	margin-top: 40px;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 450px;
	padding: 5px;
		/*The next four lines describe the rounded corners on the top of the container*/
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#map {
	border: 3px solid #777777;
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 450px;
	padding: 5px;
		/*The next four lines describe the rounded corners on the top of the container*/
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

/* Frequently Asked Questions */

#faq1 {
	border: 3px solid #999999;
	margin-top: 60px;
	margin-left: 20px;
	width: 750px;
	background-color: white;
	padding: 5px;
		/*The next four lines describe the rounded corners on the top of the container*/
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#faq2 {
	border: 3px solid #999999;
	margin-top: 15px;
	margin-left: 20px;
	width: 750px;
	background-color: white;
	padding: 5px;
		/*The next four lines describe the rounded corners on the top of the container*/
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#faq3 {
	border: 3px solid #999999;
	margin-top: 15px;
	margin-left: 20px;
	width: 750px;
	background-color: white;
	padding: 5px;
		/*The next four lines describe the rounded corners on the top of the container*/
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#faq4 {
	border: 3px solid #999999;
	margin-top: 15px;
	margin-left: 20px;
	width: 750px;
	background-color: white;
	padding: 5px;
		/*The next four lines describe the rounded corners on the top of the container*/
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}


/*Contact Us Form */

#emailform {
	border: 3px solid #777777;
	margin-left: 20px;
	margin-top: 40px;
	margin-bottom: 15px;
	width: 500px;
	padding: 15px;
	background-color: white;
		/*The next four lines describe the rounded corners on the top of the container*/
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#directs {
	
	margin-top: 40px;
	margin-left: 20px;
	width: 500px;
	padding: 5px;
		/*The next four lines describe the rounded corners on the top of the container*/
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

/* Footer */

#foot {
	margin-top: 15px;
	margin-left: 20px;
	width: 750px;
	padding: 5px;
		/*The next four lines describe the rounded corners on the top of the container*/
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
