* {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #5F737A;
}

html, body {
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
}

img {
	border: 0;
}

table {
	border-collapse:collapse;
}

td, th {
	vertical-align: top;
}

a {
	color: #C86F33;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #C86F33;
	font-size: 11px;
	text-decoration: none;
}

h1, h2, h3, h4 {
	margin-bottom: 20px;
}

p, ul, ol, dl, fieldset {
	border: 0px;
	margin-bottom: 20px;
	font-size: 11px;
}

label, li, input, textarea, option, select, th, td {
	font-size: 11px;
}

option {
	padding-right: 5px;
}

h1, h2, h3, p, li, th, td, label {
	line-height: 140%;
}


php>body li {
	margin-left: 1em;  
}

ul {
	margin-left: 15px;
	padding-left: 15px;
}

h1 {
	position: absolute;
	left: 25px;
	top: 25px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}


/* CUSTOM STYLES ==== */


div#address {
	position: absolute;
	left: 550px;
	top: 35px;
}

div#banner {
	position: absolute;
	left: 0px;
	top: 119px;
	height: 83px;
}

div#menu {
	position: absolute;
	left: 10px;
	top: 207px;
	height: 27px;
}
div#menu table td{
	padding: 3px;
}
div#menu table td a{
	font-size: 13px;
	margin: 0px 5px 0px 0px;
}
table#homemenu{
	width: 160px;
	background: #C86F33;
	border-bottom: 2px solid #C86F33;
}
table#homemenu td{
	padding: 6px;
	border-bottom: 1px solid #D96F66;
}
table#homemenu a{
	color: #F0F0F0;
}
table#homemenu a:hover{
	color: #FFFFFF;
}

div#torso {
	left: 0px;
	padding-top: 240px;
	width: 770px;
}

div#footer {
	width: auto;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#copy {
	text-align: right;
	width: 750px;
}

table#subnav  {
	background: #F5F5F5;
}

table#subnav tr td a {
	display: block;
	padding: 5px 12px;
	font-size: 11px;
	font-weight: normal;
	color: #5F737A;
}

table#subnav tr td a:hover {
	font-weight: normal;
	color: #5F737A;
}

table#subnav tr td a:hover {
	background: #fff;
}

table.prices td {
	padding: 3px 10px;
}

