@charset "utf-8";

/*	== RESET ============================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {outline: 0;}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {list-style: none;}


blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/*	== END OF RESET ============================== */

td, img, div { behavior: url(iepngfix.htc) }


body {
	background-image:url(site/images/bg.gif);
	background-color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}


div#Container {
	width:900px;
	margin:0 auto;
}

div#MenuContainer{
	float:left;
	width:100%;
	height:119px;
}

div#MenuContainer #Logo{
	float:left;
}

div#MenuContainer #Menu{
	float:left;
	width:572px;
	background-image:url(site/images/meni_bg.png);
	background-repeat:repeat-x;
	height:119px;
}

div#MenuContainer #Menu ul{
margin-top:65px;

}

div#MenuContainer #Menu li{
	float:left;
	padding:12px 3px;
	width:74px;
	text-align:center;
	font-size:12px;
}

div#MenuContainer #Menu li a{
	color:#fff;
	text-decoration:none;
}

div#MenuContainer #Menu li.active {
	background-image:url(site/images/active.gif);
	background-repeat:no-repeat;
}

div#MenuContainer #Menu li.active a {
	color:#333;
}


div#MenuContainer #UsaFlag{
	float:left;
}

div#Content{
	float:left;
	background-color:#fff;
	width:100%;
}




div#WideBar{
	width:592px;
	float:left;
	padding:10px;
	padding-top:0;
}

div#NarrowBar{
	width:276px;
	float:left;
}

div#NarrowBar .banner{
	padding-bottom:4px;
}

.flashContent{
	padding-top:10px;
}


div#Copyright{
	float:left;
	width:96%;
	padding:0.5% 2%;
	border-top:solid 1px #eee;
	background-color:#fff;
	text-align:right;
	color:#666;}

div#Footerline{
	float:left;
	width:100%;
	height:10px;
	background-image:url(site/images/bottom.png);
	background-repeat:no-repeat;

}


h1, h2, h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	margin:0px;
	padding:10px 0px 10px 0px;
	color: #4096ee;
	font-weight: bold;
	letter-spacing:-1px;
	

}

h1, h3 {
	font-size:24px;
	font-weight:bold;
	color:#888;
/*color:#be0000; */ 
}


h2{
	font-size:18px;
	color:#be0000;
	font-weight:normal;
}

h3{
/*	font-size:24px;
	color:#be0000;
	font-weight:normal;*/
}

h4{
	color:#444;
	font-size:20px;
	text-align:center;
	margin:10px 0;
}

div#Content ul {
	list-style:inside;
	margin-left:5px;
}

div#Content li {
	margin:4px 0;

}



a{
color:#be0000;
text-decoration:none;
}

a:hover{
text-decoration:underline;

}


.rewardImage { width:80px; border:solid 1px #eee; }

.Locations h4, .Specials h4 { font-size:16px; margin:5px 0; text-align:left; line-height:normal; }
.Locations h4 strong, .Specials h4 strong  { color:#CC0000; }
.Locations, .Specials { width:100%; padding:0; margin:0;  }
.Locations p, .Specials p { padding-bottom:2px; line-height:100%; }
.Locations tr, .Specials tr { padding:0; margin:0; } 
.Locations td, .Specials td { padding:0; background-image:url(site/images/line.gif); background-repeat:repeat-x; margin:0; border-bottom:solid 1px #eee; padding:10px; }
.Specials td { background-image:none; border:none; }
.Specials h1 { border-bottom:solid 2px #eee; font-weight:normal; color:#ff6503; }
.Locations h4 { font-weight:bold; }

.Locations em, .Specials em { float:left; width:200px; }

table.Specials, table.Specials p, table.Specials h2, table.Specials h3, table.Specials h4 { font-size:16px; margin:5px 0; text-align:center; line-height:normal;   }
table.Specials strong { color:#CC0000;  }
table.Specials img { border:solid 1px #ddd; padding:2px;  }
table.Specials td { vertical-align:top; }

.directions { background-color:#ff6403; display:inline; padding:1px 3px; color:#fff; }
.specials { border:solid 1px #ddd; padding:2px; }

p {
	font-size:14px;
	color:#444;
	line-height:140%;
	padding-bottom:8px;
}

table { margin:0 auto; }

strong { font-weight:bold; }

#contact label p { margin:0; padding:0; }
#contact label { float:left; width:150px; /* background-color:#ff6608; color:#fff;  */ 
color: #444; text-align:right;
font-size:14px; padding:4px 8px 2px 2px; clear:both; }
#contact input { border:solid 1px #999; padding:2px; font-size:14px; }

.long { width:250px; }
.dugme { margin-left:160px; background-color:#ff6403; padding:2px 6px; border:none; color:#fff; }


.messagesent, .messagefailed {
	text-align:center;
	padding:5px;
	margin-bottom:15px;
	color:#fff;
}
.messagesent { background-color:#00CC33;   }
.messagefailed { background-color:#FF0066;   }
