/* *************************** 
  Site - The Grill
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
.floatright {
	float:right;
}

/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
    font-size:75%;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    background:url(../images/bg_body.jpg) top center repeat-x;
}
#container {
	width:1004px;
    height:803px;
    margin:0 auto;
    background:url(../images/bg_container.jpg) no-repeat;
    text-align:left;
}

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	width:1004px;
    height:242px;
    padding:147px 0 0 500px;
    width/**/:/**/ 504px;
    height/**/:/**/ 95px;
    color:#FFFFFF;
}
#header li {
	float:left;
    margin-right:56px;
    height:17px;
}
#header li a {
	height:16px;
    display:block;
    float:left;
    text-indent:-9999px;
    outline-color: invert;
	outline-style: none;
	outline-width: medium;
	display: block;
}
#header li#menu1 a {
	width:80px;
    background:url(../images/menu_home.jpg) no-repeat;
}
#header li#menu1 a:hover {
	background:url(../images/menu_home.jpg) 0 -16px no-repeat;
}
#page_home #header li#menu1 a {
	background:url(../images/menu_home.jpg) 0 -32px no-repeat;
}
#header li#menu2 a {
	width:77px;
    background:url(../images/menu_menu.jpg) no-repeat;
}
#header li#menu2 a:hover {
	background:url(../images/menu_menu.jpg) 0 -17px no-repeat;
}
#page_menu #header li#menu2 a {
	background:url(../images/menu_menu.jpg) 0 -34px no-repeat;
}
#header li#menu3 a {
	width:140px;
    background:url(../images/menu_location.jpg) no-repeat;
}
#header li#menu3 a:hover {
	background:url(../images/menu_location.jpg) 0 -17px no-repeat;
}
#page_location #header li#menu3 a {
	background:url(../images/menu_location.jpg) 0 -34px no-repeat;
}

/* *************************** 
   $4 Content Styles
   ***************************/
#content {
	width:1004px;
    height:552px;
    font-size:1.25em;
}
#maincontent {
	width:440px;
    float:left;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
#maincontent .heading {
	margin-bottom:20px;
}
#maincontent p {
	margin-bottom:20px;
    line-height:22px;
}
#page_home #maincontent {
	width:410px;
}
#page_menu #maincontent {
	width:410px;
}
#page_menu #maincontent h3 {
	margin-bottom:12px;
}

/* *************************** 
   $5 Sidebar Styles
   ***************************/
#sidebar {
	width:500px;
    float:left;
    padding:30px 0 0 165px;
    width/**/:/**/ 335px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
#sidebar p {
    margin-bottom:20px;
}
#sidebar p span.phone {
	font-size:1.333em;
}


/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	text-align:right;
    padding:0 27px 0 0;
    font-size:0.866em;
    font-weight:bold;
    clear:both;
    color:#693219;
}
#footer a {
	color:#693219;
}