@charset "UTF-8";
/* Gusanos Css Document */
/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size:1em;
	font-weight:normal;
	font-style:normal;
}
ul,ol {
	list-style:none;
}
fieldset,img {
	border:none;
}
caption,th {
	text-align:left;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
* {
	outline: none;
}
/* LAYOUT */
body {
	background:#D4AE65 url(../imgs/main-bkg.gif);
	margin:0px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:16px;
	color:#4A2D22;
}
p {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:12px;
	margin-left:0px;
}
A:link {
	color:#333333;
	text-decoration:underline;
	padding:0px;
	margin:0px;
}
A:visited {
	color:#333333;
	text-decoration:underline;
	padding:0px;
	margin:0px;
}
A:active {
	color:#333333;
	text-decoration:underline;
	padding:0px;
	margin:0px;
}
A:hover {
	color:#333333;
	text-decoration:underline;
	padding:0px;
	margin:0px;
}
h1 {
	font-size:20px;
	text-transform:uppercase;
	color:#EAD798;
	letter-spacing:.1em;
	font-family:Georgia,"Times New Roman",Times,serif;
	padding:0 0 26px 0;
}
h2 {
	font-size:20px;
	text-transform:uppercase;
	color:#682D1B;
	letter-spacing:.1em;
	font-family:Georgia,"Times New Roman",Times,serif;
	padding:7px 0 15px 0;
}
.copyright {
	font-size:10px;
	color:#ffffff;
	text-transform:uppercase;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align:center;
	font-weight: bold;
}
/* DIV STYLES */
#wrapper {
	width:801px;
	margin:0 auto;
}
#header {
	width:801px;
	height:171px;
	position:relative;
	float:left;
	z-index:0;
	background:url(../imgs/header-bkg.png) top center no-repeat;
	margin:20px 0 0 0;
}
#navigation {
	width:801px;
	height:93px;
	position: absolute;
	top:171px;
	color:#6821DB;
	font-size:14px;
	text-transform:uppercase;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	z-index:4000;
}
#homeHeaderImage {
	width:801px;
	height:248px;
	position:relative;
	float:left;
	z-index:0;
	overflow:hidden;
	margin:0px;
}
#homeHeaderImage img {
	border:0;
	width:801px;
	height:248px;
	display:none;
	position:absolute;
	top:0px;
	left:0px;
}
#mainContentCurve {
	width:801px;
	height:49px;
	position:relative;
	float:left;
	background:url(../imgs/main-content-curve-bkg.png) top repeat-x;
	clear:both;
	top:-20px;
	z-index:10;
}
#mainContent {
	width:801px;
	height:442px;
	position:relative;
	float:left;
	background:#ffffff url(../imgs/content-bkg.gif) top repeat-x;
	top:-20px;
}
#homeColumnLeft {
	width:260px;
	height:442px;
	position:relative;
	float:left;
	background:#E1D09C;
	margin:0 10px 0 10px;
	padding:0 22px 0 22px;
	background:url(../imgs/home-column-left-bkg.gif) repeat-y top center;
	display:inline;
}
#homeColumnRight {
	width:423px;
	height:442px;
	position:relative;
	float:right;
	background:#682D1B;
	margin:0 10px 0 0;
	padding:0 22px 0 22px;
	background:url(../imgs/home-column-right-bkg.gif) repeat-y top center;
	color:#F2E8C2;
	display:inline;
}
#subContentSpacer{
	width:801px;
	height:30px;
	position:relative;
	float:left;
	clear:both;
	margin:20px 0 0 0;
	background:#858F4A;
}
#subContent {
	width:801px;
	/*height:442px;*/
	position:relative;
	float:left;
	background:#ffffff url(../imgs/sub-content-bkg.gif) top repeat-x;
}
#subColumnLeft {
	width:260px;
	height:442px;
	position:relative;
	float:left;
}
#subColumnRight {
	width:423px;
/*	height:442px;
*/	position:relative;
	float:right;
	margin:0 10px 0 0;
	padding:3px 22px 35px 22px;
}
#footer {
	width:801px;
	height:45px;
	position:relative;
	float:left;
	text-align:center;
	background:url(../imgs/footer-bkg.png) top center no-repeat;
	padding:30px 0 0 0;
	top:-35px;
	color:#ffffff;
	font-weight:bold;
}
#footer A:link {
	color:#ffffff;
	text-decoration:underline;
	padding:0px;
	margin:0px;
}
#footer A:visited {
	color:#ffffff;
	text-decoration:underline;
	padding:0px;
	margin:0px;
}
#footer A:active {
	color:#ffffff3;
	text-decoration:underline;
	padding:0px;
	margin:0px;
}
#footer A:hover {
	color:#ffffff;
	text-decoration:underline;
	padding:0px;
	margin:0px;
}
/* ----------| =Navigation |---------- */ 
#navigation ul#nav {
	z-index:4000;
}
#navigation ul#nav li {
	position:relative;
	float:left;
	height: 93px;
	overflow:hidden;
}
#navigation ul#nav li a{
	display:block;
	color:#fff;
	text-decoration:none;
	text-align:left;
}
#navigation ul#nav li.home a:hover{
	bottom:96px;
	position: relative;
}
#navigation ul#nav li.about a:hover{
	bottom:103px;
	position: relative;
}
#navigation ul#nav li.locations a:hover{
	bottom:113px;
	position: relative;
}
#navigation ul#nav li.menu a:hover{
	bottom:113px;
	position: relative;
}
#navigation ul#nav li.store a:hover{
	bottom:107px;
	position: relative;
}
#navigation ul#nav li.contact a:hover{
	bottom:95px;
	position: relative;
}
/* ----------| Sub Pages |---------- */
#submask {
	width:278px;
	height:322px;
	background:url(../imgs/subphoto-mask.png) top no-repeat;	
	position:absolute;
	z-index:5;
}
#subpageImage {
	width:278px;
	height:322px;
	position:relative;
	float:left;
	z-index:0;
}
#subpageImage {
	overflow:hidden;
	position:relative;
	width:278px;
	height:322px;
	margin:0px;
}
#subpageImage img {
	border:0;
	width:278px;
	height:322px;
	display:none;
	position:absolute;
	top:0px;
	left:0px;
}
#logo {
	width:248px;
	height:137px;
	display:block;
	position:absolute;
	padding:0;
	left: 276px;
}
#logo a {
	width:248px;
	height:132px;
	display:block;
}
#logo span {
	display:none;
}
#franchise {
	width:184px;
	height:120px;
	display:block;
	position:absolute;
	padding:0;
	left: 620px;
	top: 120px;
	background:url(../imgs/franchise-bug.png) no-repeat;
}
#franchise a {
	width:184px;
	height:120px;
	display:block;
}
#franchise span {
	display:none;
}
/*    subnav styles    */
#subnav{
	border: 5px solid #73291c;
	margin: 0px 0px 10px 0px;
	text-align:center
}
#subnav ul{
	padding: 15px;
}
#subnav ul li{
	float:left;
	text-transform: capitalize;
	display:inline;
}
#subnav ul li a{
	padding-right: 15px;
	text-decoration: none;
}
#subnav ul li.current a{
	color: #73291C;
}
th{
	font-weight: bold;
	vertical-align: top;
}
td{
	vertical-align: top;
}

label{
	font-size:12px;

}

textarea{
	width:200px;
	height:70px;
}
ul.iconNav{
	padding: 0px 0px 0px 20px;
}
ul.iconNav a{
	text-decoration: none;
}