/* v1.0 | 20080212 */
/*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,
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 {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*RESET*/

body {
	min-width:810px;
}

#wrap {
	height:100%;
	text-align:center;
	position:relative;
}

#header {
	width:100%;
	height:160px;
	background-color:#FCFF0A;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#home_link {
	width:406px;
	float:left;
	padding-left:26px;
	padding-top:16px;
}

h1 {
	width:406px;
	height:139px;
	background:url(bigfoot_logo.jpg) no-repeat;
	text-indent:-9000px;
	
}

h1:hover {
	width:406px;
	height:139px;
	background:url(bigfoot_logo_hover.jpg) no-repeat;
	text-indent:-9000px;
}

h3 {
	font-size:22px;
	padding-top:5px;
	font-style:italic;
}

#location_links {
	position:absolute;
	margin-top:125px;
	margin-left:133px;
	z-index:30;
}

* html #location_links {
	visibility:hidden;
}

#header_content {
	width:100%;
	
}

#phone_numbers {
	float:right;
	top:0;
	right:0;
	width:auto;
	text-align:right;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 14px;
	padding-top:26px;
	padding-right:26px;
}

#nav_holder {
	width:100%;
	height:30px;
	background-color:#000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#nav_wrap {
	padding-left:16px;
}
#nav_wrap ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;

}
#nav_wrap ul li {
	list-style-type: none;
	display: inline;

}

#nav_wrap li a {
	display:block;
	margin-top:1px;
	text-decoration:none;
	float:left;
	color:#FCFF0A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right:10px;
	padding-left:10px;	
}
#nav_wrap li a:hover {
	color:#FFF;
}

#content {
	width:100%;
	height:100%;
	background:url(new_images/home_background.jpg) no-repeat center;
	margin: 0 auto;
}

#center_offer {
	position:relative;
	left:50%;
	margin-left:-250px;
	background:url(new_images/home_center.jpg) no-repeat bottom;
	width:500px;
	height:170px;
	z-index:100;
}
#center_offer2 {
	position:absolute;
	left:50%;
	margin-left:-204px;
	width:374px;
	height:107px;
	z-index:100;
}


#center_place_holder {
	position:relative;
	left:50%;
	margin-left:-250px;
	width:500px;
	height:170px;
}

#center_content {
	position:relative;
	padding-top:10px;
	padding-bottom:40px;
	padding-left:20px;
	padding-right:20px;
	z-index:10;
	height:683px;
	width:80%;
	text-align:left;
	
}

#img_holder {
	text-align:center;
}

#img_holder img {
	width:85%;
	max-width:663px;
}

.map {
	float:left;
	margin-right:20px;
	border:solid 2px #000;
}

.map:hover {
	border:solid 2px #FFF;
}

.clear_float {
	width:100%;
	clear:both;
}

.spacer {
	height:40px;
}

#logo_holder {
	text-align:center;
}

#center_content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 36px;
	background:url(new_images/transparent_yellow.png);
	padding:6px;
	border:solid 5px #000;
	text-align:center;
}

#center_content p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	background:url(new_images/transparent_yellow.png);
	border:solid 5px #000;
	line-height: 18px;
	padding-top: 9px;
	padding-right: 6px;
	padding-bottom: 16px;
	padding-left: 6px;
	
}
.newstyle22 {
	margin-bottom:10px;
}
.newstyle {
	margin-bottom:5px;
}

#hours em {
	font-size:10px;
}

#hours {
	float:right;
	text-align:right;
	padding-left:10px;
	border-left:dotted 1px #000;
	padding-right:5px;
}

#center_content .new_p {
	display:block;
	width:100%;
	height:10px;
	border-bottom:dotted 1px #000;
	margin-bottom:10px;
}
#center_content .new_p2 {
	display:block;
	width:100%;
	height:10px;
	
}

#center_offer a {
	display:block;
	width:500px;
	height:170px;
}

#para2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	background:url(new_images/transparent_yellow.png);
	border:solid 5px #000;
	line-height: 18px;
	padding-top: 9px;
	padding-right: 6px;
	padding-bottom: 16px;
	padding-left: 6px;
}

#para2 a, a:visited {
	color:#000;
	text-decoration: none;
}
#para2 a:hover {
	color:#FFF;
	background-color:#000;
}

STRONG {
	font-size:18px;
}

ul.list1 {
	list-style:disc;
	padding-left:20px;
}

#disclaimer {
	font-size:9px;
	line-height:normal;
}

#flash_ad {
	border:solid 4px #FFF;
	width:300px;
	height:250px;
	float:right;
}

#product_holder {
	float:left;
	width:150px;
	height:140px;
	top:0;
	left:0;
	text-align:right;
	padding-top:20px;
}

#left_column {
	width:19%;
	float:left;
	
}

#right_column {
	width:70%;
	float:right;
	text-align:center;
}

#product_holder li {
	margin-bottom:2px;
}

#product_holder li a {
	display:block;
	background-color:#000;
	padding-left:26px;
	padding-top:10px;
	padding-right:5px;
	padding-bottom:10px;
	color:#FF0;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

#product_holder li a:hover {
	background-color:#FF0;
	color:#000;
	
}

#left_buttons {
	width:200px;
	text-align:left;
	left:0;
	margin-top:40px;
	margin-left:120px;
	z-index:200;
}

#left_buttons2 {
	width:160px;
	text-align:left;
	left:0;
	margin-top:200px;
	margin-left:120px;
}

#left_buttons2 img {
	margin:5px;
	border:solid 2px #000;
}

#left_buttons2 img:hover {
	margin:5px;
	border:solid 2px #FFF;
}

#left_buttons img:hover {
	margin:5px;
	border:solid 2px #FFF;
}

#left_buttons img {
	margin:5px;
	border:solid 2px #000;
}

#right_buttons {
	position:absolute;
	width:463px;
	top:200px;
	right:26px;
	text-align:right;
	z-index:20;
}

#right_buttons img {
	margin-bottom:10px;
	float:right;
}



#clear {
	height:375px;
	clear:both;
	text-align:left;
	padding-left:70px;
}

#clear2 {
	height:16px;
	clear:both;
}

#clear3 {
	height:46px;
	clear:both;
}

#clear4 {
	height:4px;
	clear:both;
}



/* SHADOWS */

.left_shadow {
	background:url(new_images/left_shadow.jpg) repeat-y;
	width:16px;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

.right_shadow {
	background:url(new_images/right_shadow.jpg) repeat-y;
	width:16px;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	display:block;
}

.top_shadow {
	background:url(new_images/top_shadow.jpg) repeat-x;
	width:100%;
	height:16px;
	position:absolute;
	top:0;
	display:block;
}

.bottom_shadow {
	background:url(new_images/bottom_shadow.jpg) repeat-x;
	width:100%;
	height:16px;
	position:absolute;
	bottom:0;
	display:block;
}

.topleftcorner {
	background:url(new_images/corner.jpg) no-repeat left top;
	position:absolute;
	top:0;
	left:0;
	width:16px;
	height:16px;
	display:block;
	z-index:10;
}
.toprightcorner {
	background:url(new_images/corner.jpg) no-repeat right top;
	position:absolute;
	top:0;
	right:0;
	width:16px;
	height:16px;
	display:block;
	z-index:10;
}
.bottomleftcorner {
	background:url(new_images/corner.jpg) no-repeat left bottom;
	position:absolute;
	bottom:0;
	left:0;
	width:16px;
	height:16px;
	display:block;
	z-index:10;
}

.bottomrightcorner {
	background:url(new_images/corner.jpg) no-repeat right bottom;
	position:absolute;
	bottom:0;
	right:0;
	width:16px;
	height:16px;
	display:block;
	z-index:10;
}

/* END SHADOWS */

