/* The Gilkey Restaurant Consulting Group - Started Monday, April 14, 2008 */
/* Website coded and designed by Sarah Brenner - www.coroflot.com/sbrenner7 - sbrenner7@yahoo.com */

/* Reset global properties
----------------------- */
* {
	margin: 0px;
	padding: 0px;
 }

html, body, p, form, input, label, 
div, span, h1, h2, h3, h4, h5, h6, h7,
br, a, table, tr, td, ul, ol, li, img {
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-decoration: none;
	list-style-type: none;
 }
 
h1, h2, h3 ,h4 ,h5 ,h6 ,h7 {
	display: inline;
 }
 
/* Basic HTML tags
--------------- */
a {
	color: #666666;
 }

a:hover {
	color: #E76E34;
 }
 
p {
	font-weight: normal;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
 }
 
 #container #bottom #right #content p {
	line-height: 1.25em;
}
 
 .header {
	color: #E76E34;
	font-size: 13px;
	font-weight: bold;
 }
 
 .nav_up {
	color: #E76E34;
 }

 
/* Start Website in Sequence */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
	background: #FFFFFF;
 }

#container {
	width: 979px;
	margin: auto;
	margin-top: 20px;
 }
 
 #top_bkgrnd {
	height: 125px;
 }
 
#logo {
  	position: relative; /* Positioned relative so the child element will be positioed relative to DIV#LOGO */
	height: 60px;
	padding: 20px 0 0 0; /* Took away all the padding except the top */
 }
 
#logo img { /* Targets the img inside the logo Div*/
	float: right; /* Floated to the right */
	padding-right: 37px; /* Adjusted offset with padding */
 }
 
 #top {
	width: 979px;
	margin: auto;
	background: url(images/top_bkgrnd.gif) no-repeat top center;
 }
 
  #bottom {
	width: 979px;
	margin: auto;
	background: url(images/middle_bkgrnd.gif) repeat-y;
	height: 750px;
 }
 
   #left {
	float: left;
	width: 325px;
 }
 
  #left_sidebar {
	float: left;
	margin-top: 30px;
	width: 210px;
	padding-left: 95px;
 }
 
   #left_img {
	float: left;
	margin-top: 10px;
	width: 240px;
	padding-left: 82px;
 }
 
    #left_serv {
	float: left;
	margin-top: 310px;
	width: 240px;
	padding-left: 82px;
 }
 
     #left_team {
	float: left;
	margin-top: 110px;
	width: 240px;
	padding-left: 82px;
 }
 
      #left_end {
	float: left;
	margin-top: 175px;
	width: 240px;
	padding-left: 82px;
 }
 
       #left_exp {
	float: left;
	margin-top: 0px;
	width: 240px;
	padding-left: 82px;
	text-align: center;
 }
 
    .contact_img {
	margin-top: 133px;
 }
 
     .serv_top {
	padding-top: 8px;
	font-size: 14px;
 }
 
 .sidebar_text  {
	padding-left: 20px;
	line-height: 2em;
 }
 
  .sidebar_header  {
	line-height: 2.5em;
	font-size: 14px;
 }

 
    #right {
	float: right;
	width: 625px;
 }

  #content {
	float: right;
	margin-top: 30px;
	width: 565px;
	padding-right: 50px;
 }
 
   #content_vt {
	float: right;
	margin-top: 100px;
	width: 565px;
	text-align: center;
	padding-right: 45px;
 }
 
   #qoute {
	float: left;
	margin-top: 10px;
	text-align: center;
	padding-left: 30px;
 }
 
    #wra_logo {
	float: right;
	margin-top: 240px;
	padding-right: 10px;
 }
 
 .logo_table {
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}

 .form {
	vertical-align: middle;
}
 
     .fp {
	padding-left: 6px;
 }
 
   #bottom_bkdgrnd {
	width: 979px;
	margin: auto;
	background: url(images/bottom_bkgrnd.gif) no-repeat;
	height: 7px;
 }
 
  .contact_email {
	vertical-align: bottom;
}

   #featured_project {
	text-align: center;
 }
 

   
 /* End Center */
 
/* Start Nav
--------- */
#nav {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	height: 20px;
	padding-left: 75px;
 }
 
 
 ul {
	list-style: none;
}

li {
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	padding-right: 26px;
}
 
.first {
 } 
 
 .last {
 }

 /* End Nav */
 

/* Start Bottom */



/* End Bottom */

/* Start Footer */

#footer {
	width: 979px;
	margin: auto;
	text-align: right;
	color: #636363;
	padding-top: 10px;
 }
 
 #footer img {
	vertical-align: bottom;
}
 
 /* End Footer */
 
 /* Start Forms */

input, textarea {
	background-color: #CCCCCC;
 }

form td {
	color: #E76E34;
	font-weight: bold;
	font-size: 12px;
	height: 30px;
 }

.submit {
	position: relative;
	left: 79px;
	width: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #CCCCCC;
 }
 
.reset {
	position: relative;
	left: 84px;
	width: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #CCCCCC;
 }
 
  .req {
	font-weight: normal;
	font-size: 9px;
	color: #333333;
	font-style: italic;
}
/* End Forms */
#container #bottom #right #content_vt .vtour-box-text {
	font-size: 11px;
}
#container #bottom #right #content_vt .vt {
	font-size: 10px;
	font-weight: bold;
	margin: auto;
}
#container #bottom #left #left_img #featured_project li {
	padding-right: 5px;
	padding-top: 7px;
}
#container #bottom #left #left_img #featured_project .first {
	padding-left: 10px;
}
