/* CSS Document */

body, h1, h2, h3, h4, h5, ul, li, ul li, div, img, form {
	margin: 0px;
	padding: 0px;
}

body	{
	font-family:  Verdana, Arial,Helvetica, sans-serif;
}

img	{
	border: 0;
}

.clear {
	clear: both;
}

/* ***************************** */
/* *******LAYOUT CLASSES******** */
/* ***************************** */

#outerWrapper {
	margin: 0 auto;
	height: 100%;
	width: 757px;
	margin-top: 24px;
}

#innerWrapper {
	width: 757px;
}

#leftcolumn {
	float: left;
	width: 162px;
}

#rightcolumn {
	float: right;
	width: 574px;
}

#logo {
	width: 162px;
}

#nav {
	width: 162px;
	border-top: 1px dotted #AEADAD;
	margin-top: 71px;
}

#topImage {
	width: 574px;
	height: 175px;
}

#footerWrapper {
	width: 757px;
	border-top: 1px dotted #AEADAD;
	margin-top: 40px;
}

#footerLeft {
	float: left;
	padding-top: 12px;
	width: 600px;
	font-size: 70%;
	color: #666;
	line-height: 1.4em;
	text-align: left;
}

#footerRight {
	float: right;
	padding-top: 5px;
	width: 150px;
	font-size: xx-small;
	color: #666;
	text-align: right;
}

/* ****************************** */
/* *******CONTENT CLASSES******** */
/* ****************************** */

#contLeftcolumn {
	float: left;
	width: 378px;
	background: url(../images/furn/cont_bckd.jpg) repeat-x;
}

#fullcontLeftcolumn {
	float: left;
	width: 570px;
	background: url(../images/furn/cont_bckd.jpg) repeat-x;
}

#contRightcolumn {
	float: left;
	width: 193px;
	background: url(../images/furn/cont_bckd.jpg) repeat-x;
}

.contentleft {
	font-size: 70%;
	color: #666;
	width: 360px;
	padding-left: 8px;
}

.contentstaff {
	font-size: 70%;
	color: #666;
	width: 550px;
	padding-left: 8px;
	padding-top: 10px;
	border-bottom: 1px dotted #AEADAD;
}

.content {
	font-size: 70%;
	color: #666;
	width: 562px;
	padding-left: 8px;
}

.imgleft {
	float: left;
	display: inline;
	padding: 0 20px 20px 0;
}

.imgright {
	float: right;
	display: inline;
	padding: 0 0 20px 20px;
}

#pageheader {
	padding: 36px 0 25px 8px;
	color: #007BC1;
	font-size: x-large;
	font-weight: normal;
}

/* ***************************** */
/* *******NUGGET CLASSES******** */
/* ***************************** */

#mainnuggetWrapper {
	width: 360px;
	background: url(../images/furn/mainnugget_bckd.gif);
	margin-left: 4px;
	margin-top: 30px;
}

#mainnuggettop {
	width: 320px;
}

#mannuggetcont {
	font-size: 70%;
	color: #666;
	padding-left: 18px;
	width: 320px;
	height: 90px;
}

#mainnuggetbtm {
	font-size: 70%;
	background: url(../images/furn/mainnugget_btm.gif);
	padding: 4px 0 11px 18px;
	margin-top: 8px;
	color: #fff;
}

#hmeteamnugget {
	margin-left: 7px;
	background: url(../images/furn/hmeteamnug_bckd.gif);
	width: 170px;
	font-size: 70%;
	color: #fff;
	padding: 12px 0 16px 10px;
}

#openingtimesWrapper {
	width: 189px;
	background: url(../images/furn/rightnugget_bckd.gif);
	margin-left: 4px;
	margin-top: 46px
}

#openingtimestop {
	width: 189px;
}

#openingtimescont {
	font-size: 70%;
	color: #666;
	padding-left: 18px;
	width: 171px;
}

#openingtimesbtm {
	width: 189px;
	padding: 0;
}

#promnugWrapper {
	width: 189px;
	margin-top: 28px;
	background: url(../images/furn/rightnugget_bckd.gif);
	margin-left: 4px;
}

#promnugbtm {
	width: 171px;
	font-size: 70%;
	background: url(../images/furn/promnug_btm.gif);
	color: #fff;
	padding: 4px 0 11px 18px;
}

/* ********************************* */
/* *******NAVIGATION CLASSES******** */
/* ********************************* */


#nav ul {
	padding-left: 3px;
	width: 159px;
}

#nav ul li {
	list-style-type: none;
	border-bottom: 1px dotted #AEADAD;
	height: 27px;
}

#nav ul li a {
	font-size: 70%;
	height: 27px;
	padding-left: 20px;
	line-height: 2.2em;
	text-decoration: none;	
	display: block;
}

#nav ul li a:hover {
	font-size: 70%;
	height: 27px;
	padding-left: 20px;
	line-height: 2.2em;
	text-decoration: none;	
	background: url(../images/furn/nav_on.gif);
	display: block;
	color: #fff;
}

.navon {
	background: url(../images/furn/nav_on.gif);
	color: #fff;
}

.navoff {
	background: url(../images/furn/nav_off.gif);
	color: #fff;
}


/* **************************** */
/* *******TEXT CLASSES******** */
/* *************************** */

.paraheader {color: #007BC1;}	
.paraheaderbold {color: #007BC1; font-weight: bold;}
.navon a {color: #fff;}
.navoff a {color: #666;}

#mainnuggetbtm a, #hmeteamnugget a, #promnugbtm a {color: #fff;}

hr {color: #666; height: 1px; padding: 0; border-top: 1px #666 dotted;}
h4  {color: #007BC1; font-size: small; font-weight: bold;}

.list li {margin-left: 20px; list-style-image: url(../images/furn/bullet.gif);}

a {
	color: #007BC1;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}
