﻿/*RESETS*/
a { outline:0; }
fieldset { border:0; display:inline; }
img { border:0; }

/*class for clearing floats*/
.container:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.container {
	clear:both\9;
	zoom:1\9;
}

/* Global styles */

body
{
    color:#333333;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    margin:0;
    padding:0;
}

body a {
   color:#460300;
   text-decoration:underline;
}

h1 {
 color :#660000;
 font-size :24px;
 font-weight :normal;
 margin :1px 0 0;
 padding :0;
}
h1.floatedLeft {
    float: left;
}
h3 {
    margin:0;
    padding:0;
}

h3.flemings-red {
color:#460300;
font-size:14px;
}

p#last {
 margin-top:16px;
 
}

#page-wrap {
    margin:0 auto;
    min-height:830px;
    position:relative;
    width:1100px;
}
#page-wrap * {
-moz-box-sizing:border-box;
}

#header {
    background:url("../Images/flemings-steakhouse_header.jpg") no-repeat scroll 0 0 #D29D3B;
    height:122px;
    width:1100px;
}

#header #flemings-logo {
    left:95px;
    position:absolute;
    top:5px;
}

#content-wrap {
   background:url("../Images/flemings-steakhouse_content-background.gif") repeat-x scroll 0 0 #FFFFFF;
   min-height:750px;
   margin:0;
   padding:0;
   width:1100px;
   overflow:hidden;
}

#content-container 
{
   margin: 0 0 0 70px;
   padding-top: 10px;
   width: 1030px; 
}


#footer {
background-color:#FFFFFF;
clear:both;
color:#690521;
padding-top:35px;
text-align:center;
width:1100px;
}

#footer a {
   margin:0 8px;
   text-decoration:none;
}

.error 
{
	color: #CC0000;
}

p.no-javascript {
	color: red;
	font-size: 10px;
	text-align: center;	
}

.col 
{
    float:left;
}

/* END Global Styles */


/* global navigation section */

#nav  {
   background-color:#4F0319;
   height:25px;
   left:70px;
   margin:0;
   padding:0;
   position:absolute;
   top:93px;
   width:823px;
}   
   
#nav li {
   float:left;
   list-style-type:none;
   margin:0;
   padding:0;
}

#nav li a 
{
    background-image:url("../Images/flemings-steakhouse-nav-sprite.gif");    
    height:25px;
    text-indent:-9999px;
    overflow:hidden;
    display:block;
}

#nav li#menu a {
     background-position:0 0;
     width:66px;
}
#nav li#menu a:hover {
     background-position:0 -30px;     
}
#nav li#wine a {
     background-position:-66px 0;
     width:59px;     
}
#nav li#wine a:hover {
     background-position:-66px -30px;     
}
#nav li#private-dining a {
     background-position:-125px 0;
     width:113px;
}
#nav li#private-dining a:hover {
     background-position:-125px -30px;
}
#nav li#friend-of-flemings a {
     background-position:-238px 0;
     width:143px;
}
#nav li#friend-of-flemings a:hover {
     background-position:-238px -30px;     
}

#nav li#gift-cards a {
     background-position:-381px 0;
     width:85px;
}
#nav li#gift-cards a:hover {
     background-position:-381px -30px;
}
#nav li#this-month-at-flemings a {
     background-position:-466px 0;
     width:169px;     
}
#nav li#this-month-at-flemings a:hover {
     background-position:-466px -30px;
}

#nav li#locations-and-reservations a {
     background-position:-638px 0;
     width:188px;
}
#nav li#locations-and-reservations a:hover {
     background-position:-638px -30px;
}
/* end global navigation section */

/* End Home Page styles*/

#newsletter-title-section  {
  margin-bottom:15px;
}







/*what are these used for?
#left-column 
{
    float: left;
}

#right-column 
{
    float: left;
}*/






