body{
margin:0;
padding:0;
color: #484848;
font: .83em Arial;
line-height:1.6em;
background:#cb2028;
}


#wrapper{
margin:0 auto;
padding:0;
}

#top{
width:828px;
height:37px;
margin:0 auto;
}


#bodyContainer{
width:828px;
background:url(images/bodyBg.jpg) top repeat-y;
margin:0 auto;
padding:0;
}

#logo{
width:710px;
height:143px;
margin:0 auto;
padding-bottom:5px;
}

#logoSub{
width:710px;
height:205px;
margin:0 auto;
padding-bottom:5px;
}


#menuContainer{
width:713px;
height:35px;
margin:0 auto;
background:url(images/mBg.jpg) top no-repeat;
}

#contentContainer{
width:713px;
margin:0 auto;
padding:0;
}

	#ContentLeft{
	/*width:388px;*/
	width:420px;
	margin-top:10px;
	float:left;
	}
	
			#ContentLeftSub{
			width:680px;
			margin-top:20px;
			}
	
	#rotator{
	/*width:276px;*/
	width:246px;
	float:right;
	margin-top:20px;
	}

	#orderTicket a{
		color:#0000FF;
		font-weight:bold;
		padding-right:15px;
	}

#down{
width:828px;
height:43px;
margin:0 auto;
}

#footerContainer{
width:682px;
height:41px;
margin:0 auto;
background:url(images/footerBg.jpg) top no-repeat;
}







.clear{
clear:both;
}

.red{
color:#FF0000;
}


.menu{
font-family:tahoma;
font-size:11px;
font-weight:bold;
color:#231f20;
}

	.menu ul{
	margin:0;
	padding:0;
	}
	
	.menu li{
	list-style:none;
	display:block;
	color:#231f20;
	float:left;
	text-decoration:none;
	}
	
		.menu li a{
		list-style:none;
		display:block;
		color:#231f20;
		margin:0;
		padding:6px 11px;
		text-decoration:none;
		}
		
		.menu li a:hover{
		color:#fff;
		margin:0;
		padding:6px 11px;
		background:#231f20;
		text-decoration:none;
		}
		
.textBody{
padding:0 20px 33px 20px;
/*height:310px;*/
text-align:justify;
}
	.textBody a{
	color:#484848;
	text-decoration:underline;
	}
	
	.textBody a:hover{
	color:#000;
	text-decoration: none;
	}
	
	.textBody h1{
	font-family:tahoma;
	font-size:18px;
	}
	
	.textBody h2{
	font-family:tahoma;
	font-size:25px;
	padding-bottom:10px;
	}


.textBody2{
padding:0 20px 20px 20px;
margin:0;
text-align:justify;
}
	.textBody2 a{
	color:#484848;
	text-decoration:underline;
	}
	
	.textBody2 a:hover{
	color:#000;
	text-decoration: none;
	}
	
	.textBody2 h1{
	font-family:tahoma;
	font-size:18px;
	}


.color1{
color:#29A4DD;
font-size:15px;
}

.color2{
color:#F6881A;
}

.linkDown{
font-family:tahoma;
color:#242021;
font-size:10px;
padding-top:10px;
padding-bottom:10px;
text-align:center;
}
	.linkDown a{
	color:#242021;
	text-decoration:underline;
	}
	
	.linkDown a:hover{
	color:#242021;
	text-decoration:none;
	}

.footer1{
float:left;
padding-left:30px;
padding-top:10px;
}

.footer2{
float:right;
padding-right:30px;
padding-top:10px;
font-size:12px;
font-weight:bold;
font-family:tahoma;
}

	.footer2 a{
	color:#fff;
	text-decoration:none;
	}
	
	.footer2 a:hover{
	color:#fff;
	text-decoration: underline;
	}
	
	



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin-top:2px;
border: 1px solid #FFF; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px tahoma;
line-height:18px;
z-index:100;
background-color: #C4B69C;
color:#ffffff;
width: 160px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#ffffff,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFF; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #231f20;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #231f20;
color:#ffffff;
}


