@charset "utf-8";

/********************************************************
Reset Styles
Used to reset the default browser styles when a 
style rule is not present.
*********************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body
{
	font-family: Arial;
	font-size: 11px;
	margin:0;
	padding:0;
	background: url(images/bg-repeat.jpg) repeat-x;	
}

html,
body,
form
{
	width: 100%;
}

/**************************
	Page
**************************/

a, a:visited
{
	color: #942921;
	text-decoration: none;
}

a:active
{
	outline: none; /* Removing dotted line around clicked links in Firefox */
}

a:focus
{
	-moz-outline-style: none;
}

a.learnMore
{
	font-weight: bold;
}

h1
{

}

h2
{
    
}

h3
{

}

h4
{
    font-size:30px;
}

img
{
	border: none;
}

a img
{
    border: 0;
}

img.left
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

img.right
{
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.clearfix
{
	clear: both;
}

form
{
	height: 100%;
}

/**************************
	Wrapper
**************************/

#cmsWrapper
{
    width:960px;
    margin:0 auto;
}

/**************************
	Header
**************************/

#header
{
    height:120px;
	width: 100%;
}

#headerContain
{
    position:relative;
    width:960px;
    margin:0 auto;
}

#leftHead
{
    float:left;
    height:120px;
    margin:0;
    padding:0;
	position: relative;
    width:960px;
}

#leftHead .food
{
	background: url(/Files/images/header-plate.png) no-repeat;
	height: 309px;
    left:650px;
    margin:0;
    padding:0;
    position:absolute;
    top:-132px;
	width: 358px;
    z-index:9000;
}

* html #leftHead .food
{
	background: none;
	display:inline-block;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Files/images/header-plate.png', sizingMethod='scale');
}

#leftHead .socialmedia
{
    left:650px;
    margin:0;
    padding:0;
    position:absolute;
    top:25px;
    z-index:9000;
}

/*
*	Setup
*/
ul.cssmenu {
	list-style: none;
	padding: 0px;
}

.displace {
	position: absolute;
	left: -5000px;
}

ul.cssmenu li {
	float: left;
	margin-left:15px;
}

ul.cssmenu li a {
	display: block;
	width: 112px;
	height: 56px;
	background: url('images/sprite.gif');
}

/*
*	Normal Links
*/
ul.cssmenu li.facebook a {
	background-position: 0 0;
}

ul.cssmenu li.twitter a {
	background-position: -112px 0;
}

/*
*	Hover Links
*/
ul.cssmenu li.facebook a:hover {
	background-position: 0 -56px;
}

ul.cssmenu li.twitter a:hover {
	background-position: -112px -56px;
}


/**************************
	Navigation
**************************/


#navContain
{
    position:relative;
    width:960px;
    height:33px;
    margin:0 auto;
    padding:0;
}





/**************************
	Center Content
**************************/

#mainContent
{    
    margin:0;
    padding:0;
	width: 100%;
    *-margin-top:-3px;
}

#flashBanner
{
    /* Controlled through inner page */
}

#leftContent
{
    /* Controlled through inner page */
}

#rightContent
{
    /* Controlled through inner page */
}

#mainContain
{
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 960px;
}

/**************************
	Footer Content
**************************/

#footer
{
    clear:both;
    height:110px;
	width: 100%;
}

#footerContain
{
    position:relative;
    width:960px;
    height:110px;
    margin:0 auto;
}

#footerLeft
{
    width:264px;
    height:110px;
    float:left;
}

.logo
{
    float:left;
    width:100px;
    padding-right:12px;
}

.contactInfo
{
    float:left;
    width:152px;
    color:#999999;
    font-family:Arial;
    font-size:10px;
    line-height:12px;
    margin:0;
    padding:0;
}

#footerLeft a
{
    text-decoration:none;
    color:#999999;
}

#footerMid
{
    width:116px;
    float:left;
}

#footerMid img
{
    margin-top:28px;
}

#footerRight
{
    width:580px;
    float:left;
    text-align:right;
    margin-top:24px;
}

#footerRight ul
{
    margin-bottom:10px;
}

#footerRight li
{
    display:inline;
}

#footerRight li a
{
    color:#666666;
    font-family:Verdana;
    font-weight:bold;
    font-size:9px;
}

#footerRight li a:hover
{
    color:#0B395F;
}

.submitBtn
{
    border:3px solid #CC0000; 
    background-color:#7F0000; 
    color:#fff; 
    width:200px; 
    height:50px;
}

.pulse
{
	clear: both;
	float: left;
}

.pulse:hover
{
	cursor: pointer;
}