

 /* =============================================================================== RESTAURANT =============================================================== */ 
 
 strong {
 	color:				#6e767d;
 }
 
 .mainBody {
 	width:				800px;
	background-image: 	url(/global/images/gtv_placeHolderBg.jpg);
 }
 
 .navMain {
 	width:				235px;
	height:				560px;
	padding-left:		11px;
	padding-top:		11px;
	vertical-align:		top;
	background-position:top left;
	background-repeat:	no-repeat;
	background-image: 	url(/Contact/images/design/gtv_mainNavBg.jpg);
 }
 
 .navContainer {
 	width:				196px;
 }
 
 .navTitle {
 	postion:			relative;
	top:				0px;
	left:				0px;
	width:				100%;
	height:				43px;
	line-height:		32pt;
 }
 
 .spacer {
 	padding-top:		1px;
	background-color:	#e0e0c6;
 }
 

.navItems {
	height:				35px;
	line-height:		24pt;
	font-size:			8pt;
	font-weight:		bold;
	text-align:			left;
	text-indent: 		20px;
	color:				#969687;
	cursor:				pointer;
	border-bottom:		1px solid #d9d9c1;
}
 

.navItemsOver {
	height:				35px;
	line-height:		24pt;
	font-size:			8pt;
	font-weight:		bold;
	text-align:			left;
	text-indent: 		20px;
	color:				#ffffff;
	background-color:	#bfd0e0;
	cursor:				pointer;
	border-bottom:		1px solid #d9d9c1;
}

.navDownLoads {
	padding-top:		2px;
	height:				22px;
	padding-bottom:		2px;
	font-size:			8pt;
	font-weight:		normal;
	text-align:			left;
	color:				#6e767d;
	padding-bottom:		3px;
	cursor:				pointer;
}

.navDownLoadsOver {
	padding-top:		2px;
	padding-bottom:		2px;
	font-size:			8pt;
	height:				22px;
	font-weight:		normal;
	text-align:			left;
	color:				#ffffff;
	background-color:	#bfd0e0;
	cursor:				pointer;
}

.error {
	width:				510px;
	height:				250px;
	font-size:			8pt;
	text-align:			left;
	font-family:		Arial;
	color:				#6d767d;
	padding-top:		50px;
	padding-left:		35px;
	background-position:top center;
	background-repeat:	no-repeat;
	background-image: 	url(/global/images/gtv_errorCheck.jpg);
}
