body{	
	margin:0;
	padding:0;
	background-image:url(/images/background.jpg);
	background-repeat:no-repeat;
}
#topBar{
	position:absolute;
	left:0;
	height:155px;
	width:100%;
	background-image:url(/images/repeater.jpg);
	background-repeat:repeat-x;
	z-index:-1;
}
#links{
	position:absolute;
	left:0;
	height:30px;
	width:100%;
	background-color:#F00001;
	border-top:3px solid #000;
	border-bottom:3px solid #000;
	margin-top:131px;
	z-index:-1;
}
#container{
	margin:0;
	padding:0;
	width:1024px;
	position:relative;
}
	#container #top{
		height:140px;
	}
	#container #top #logoImage{	
		position:absolute;
	}
	#container #top #flavorImage{
		position:absolute;
		top:0;
		left:345px;
	}
	#container #top #number{
		position:absolute;
		left:395px;
		top:75px;
	}
	#container #top #thermo{
		position:absolute;
		top:0;
		right:5px;
	}
	

#container #leftSide{
	float:left;
	width:800px;
	margin-top:28px;
}
	#container #leftSide h3{
		margin:0 0 10px 125px;
		color:#F00001;
	}
	#container #leftSide img.left{
		float:left;
		margin:5px;
	}
	#container #leftSide ul{
		margin-left:125px;
	}
	#container h2{
		margin-left:125px;
		
	}
	#container #leftSide p{
		width:650px;
		font-weight:bold;
		margin-left:125px;
	}
		#container #leftSide p span.italic{
			font-style:italic;
		}
		#container #leftSide p span.underline{
			text-decoration:underline;
			font-weight:bold;
		}
	#comm{
		color:#f00;
		font-weight:bold;
		width:350px;
		text-align:center;
		margin:0 auto;
	}
	#container #leftSide .number{
		color:#f00;

	}
	#container #leftSide #contactInfo{
		margin-left:278px;
		margin-bottom:10px;
		font-weight:bold;
	}
	#container #leftSide .callus{
		clear:both;
		text-align:center;
		display:block;
		font-weight:bold;
		font-size:36px;
	}
	#container .tv{
		width:405px;
		margin:0 auto;
		display:block;
	}
	#container .right{
		float:right;
		margin-right:5px;
	}
	#container #leftSide .topLink{
		display:block;
		text-align:center;
	}
	.topLink a:link, .topLink a:visited{
		color:#fff;
		font-family:Verdana, Sans-Serif;
		font-weight:bold;
	}
	.topLink a:Hover{
		text-decoration:none;
	}
	#container #leftSide #frmContactUs{
		width:515px;
		margin:0 auto;
	}
		#container #leftSide #frmContactUs input{
			margin-bottom:5px;
		}
		#container #leftSide #frmContactUs label{
			float:left;
			text-align:right;
			width:125px;
			margin-right:10px;
			font-weight:bold;
		}
		#container #leftSide #frmContactUs #btnSubmit{
			margin-left:135px;
		}	
#container #rightSide{
	margin-top:5px;
	float:left;
	width:170px;
	border-left:1px solid #4886C7;
	padding-left:10px;
	text-align:center;
}
	#container #rightSide img{
		margin:0;
		padding:0;
	}
	#container #rightSide .graphic{
		display:block;
		margin-bottom:4px;
	}
#container #footer{
	width:800px;
	clear:both;
	text-align:center;
	border-top:1px solid #4886C7;
	
}
	#container #footer span{
		color:#9F9F9F;
	}
		#container #footer span a:link, #container #footer span a:visited{
			color:#666666;
		}
		#container #footer span a:hover{
			text-decoration:none;
		}
#container h3{
	margin:0 0 10px 0;
	color:#F00001;
}
marquee{
	background-color:#000;
	color:#fff;
	font-weight:bold;
}

.menu {
	margin:-6px 0 0 274px;
	height:32px;
	font-size:0.85em;
	position:relative;
	z-index:100;
	font-family:Verdana;
}
/*Drop Down Menu*/
/* hack to correct IE5.5 faulty box model */
* html .menu {
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}


.menu ul ul {
	width:110px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:110px;
	margin-right:15px;
	position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	width:110px;
	height:30px;
	border-bottom:1px solid #000;
	padding-left:0;
	line-height:29px;
	font-family:Verdana, sans-serif;
	font-weight:bold;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:110px;
	w\idth:110px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#F00001;
	font-family:Verdana;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
}

.menu ul ul :hover > a.drop {
	background:#858585;
	font-family:Verdana;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#F00001;
	font-family:Verdana;
}

/* style the third level hover */
.menu ul ul ul a:hover {
	background:#F00001;
	font-family:Verdana;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0;
	width:110px;
	font-family:Verdana;
}

/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:120px;
	top:-1px;
	width:110px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-110px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#F00001;
	color:#fff;
	height:auto;
	line-height:1em;
	padding:5px 5px;
	width:110px;
	border-width:0 1px 1px 1px;
	font-family:Verdana;
	
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:110px;
	w\idth:110px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#fff;
	background:#F00001;
	text-decoration:underline;
	font-family:Verdana;
}

.menu :hover > a, .menu ul ul :hover > a {
	color:#fff;
	background:#F00001;
	font-family:Verdana;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;
}
/* */

/* End Page Head */

