/* GLOBAL ELEMENTS */

* {
	color:#5F5542;
	font-family:verdana, GillSans, helvetica, arial, sans-serif;
	}

body {
	background: #5F5542;
	margin: 25px 0 25px 0;
	font-size:62.5%;
	}
	
p, span, ul, ol, li {
	font-size: 12px;
	line-height: 18px;
	}
	
li {
	list-style: square;
}

hr {
	color: #5F5542;
	background-color: #5F5542;
	height: 1px;
	width: 95%;
	border: 0;
	text-align: left;
	margin-top: 0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	padding: 0;
	}
	
input, textarea, checkbox, select, file {
	border:1px solid #5F5542;
	font-size: 12px;
	padding:2px;
	}


/* STANDARD HEADER */
h1, h2, h3, h4, h5, h6 {
	color:#5F5542;
	}

h1 {font-size:1.8em;}
h2 {font-size:1.4em;}
h3 {font-size:1.3em;}
h4 {font-size:1.2em;}
h5 {font-size:1.1em;}
h6 {font-size:1em;}
/* END STANDARD HEADER */
	
/* STANDARD LINKS */
a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a, a strong {
	text-decoration:none;
	color:#863A09;
	font-family:verdana, GillSans, helvetica, arial, sans-serif;
	}

a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, li a:hover, a:hover strong {
	color:#863A09;
	font-family:verdana, GillSans, helvetica, arial, sans-serif;
	}
/* END STANDARD LINKS */




	
#container, #top_bar, #nav_bar, #footer, #swf, #content, #random {
	margin: 0 auto 0 auto;
	}

#top_bar, #nav_bar, #footer, #swf, #random {
	width: 970px;
	}
	
#container {
	background:transparent url('images/fullBorderImg.gif') repeat-y;
	width: 990px;
	border: 0;
	}

#top_bar {
	background-color: #9F9A87;
	height: 10px;
	}
	
#footer {
	height: 59px;
	border: 0;
	}

#swf {
	height: 500px;
	background-color: #863A09;
	}

#random {
	height: 316px;
	background-color: #863A09;
	}

#content {
	background: #DFD2C2 url('images/int_bkg.jpg') repeat-x;
	padding: 25px;
	width: 920px;
	}

#copy {
	float: left;
	width: 660px;
	padding-top: 20px;
	font-size: 12px;
	line-height: 18px;
	}

#content_img_right {
	float: right;
	width: 207;
	}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibiliity: hidden;
	}

.clearfix { 
	display: inline-table;
	}
/* Hides from ID-mac \*/
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
/* End hid from IE-mac */	



/* NAV BUTTONS*/

#nav_bar {
	background-color: #F3F1E7;
	height: 105px;
	}
	
#nav_buttons {
	padding: 63px 0 0 47px;
	height: 16px;
	}

#nav_bar #logo {
	float: right;
	}

a.home, a.about, a.products, a.specials, a.gallery {
	padding: 2px 0 2px 0;
    background-repeat:no-repeat;
	background-position: 0%;
    }

a.home {
    background-image:url('images/nav/nav1.gif');
    }

a:hover.home {
    background-image:url('images/nav/nav1a.gif');
    }

a.about {
    background-image:url('images/nav/nav2.gif');
    }

a:hover.about {
    background-image:url('images/nav/nav2a.gif');
    }

a.products {
    background-image:url('images/nav/nav3.gif');
    }

a:hover.products {
    background-image:url('images/nav/nav3a.gif');
    }

a.specials {
    background-image:url('images/nav/nav4.gif');
    }

a:hover.specials {
    background-image:url('images/nav/nav4a.gif');
    }

a.gallery {
    background-image:url('images/nav/nav5.gif');
    }

a:hover.gallery {
    background-image:url('images/nav/nav5a.gif');
    }

.common {
	margin:0;
	padding:0;
	border:collapse;
	font-size: 12px;
	line-height: 18px;
	}

.description {
	padding-left: 10px;
	vertical-align:top;
	}
	

/* ALIGNMENTS */
.cal {text-align:center;}
.left {text-align:left;}
.ral {text-align:right;}
.tvert {vertical-align:top;}
.mvert {vertical-align:middle;}
.mcal {vertical-align:middle;text-align:center;}
.tcal {vertical-align:top;text-align:center;}
/* END ALIGNMENTS */

.alert {
	color:#FF0000;
	line-height:150%;
	}

.legal {
	font-size:10px;
	line-height:13px;
	}




