/* -------------- Generic Page Layout -------------- */

body {
	background: #f5f4ef;
	background-image: url(images/bg_horiztile.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top;
}

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}

#borders, .borders {
	border-bottom: 1px solid #d9d3bb;
	border-right: 1px solid #d9d3bb;
	background-color: #FFFFFF;
}

/* -------------- Menu Bar -------------- */

table.menubar {
	background-image: url(images/menubar_bg.gif);
	height: 35px;
	font-size: 10px;
}
table.menubar td {
	vertical-align: middle;
	padding-left: 13px;
	padding-right: 13px;
}
table.menubar td a, table.menubar td a:visited {
	color: black;
	text-decoration: none;
	padding: 3px;
	font-weight: normal;
}
table.menubar td a:hover, table.menubar td a:active {
	color: black;
	background-color: white;
	text-decoration: none;
	font-weight: normal;
}

/* -------------- Breadcrumb Bar -------------- */

.breadcrumb {	
	color: #b6b19d;
	font-size: 9px;
}
.breadcrumb a, .breadcrumb a:visited {
	color: #b6b19d;
	text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:active {
	color: #959181;
	text-decoration: underline;
}
.breadcrumb img {
	padding-bottom: 10px;
	visibility: hidden;
}

/* -------------- Main Page Content -------------- */

#heropic {
	position: relative;
	left: -6px;
	top: -6px;
}

img.mainlogo {
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 15px;
	border: none;
}
img.telephone {
	padding-bottom: 15px;
	border: none;
}

img.prodthumb {
	padding: 10px;
	border: none /*1px solid #959181*/;
}

.prodtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #A8762E;
	font-weight: normal;
	text-align: left;
}

.price {
	font-size: 16px;
	font-weight: normal;
	color: #666666;
}
.price_detail {
	font-variant: small-caps;
	font-weight: normal;
	font-size: 9px;
}

hr {
	color: #b6b19d;
	background-color: #b6b19d;
	height: 1px;
}

a, a:visited {
	color: #A8762E;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #ca8e37;
	text-decoration: underline;
	font-weight: bold;
}

/* -------------- Form Fields -------------- */

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
select {
	width: 100%;
}
optgroup {
	background-color: #F5F4EF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
}
option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-style: normal;
	font-size: 11px;
}

/* -------------- Formatting Tags -------------- */

.copyjustify {
	text-align: justify;
}
.emailsent {
	background-color: #f5f4ef;
}

/* -------------- Footer -------------- */

#footer {
	font-size: 10px;
	color: #b6b19d;
	text-align: center;
	line-height: 1;
	padding-top: 10px;
}

#footer a, #footer a:visited {
	color: #b6b19d;
	font-weight: normal;
}

#footer a:hover, #footer a:active {
	color: #959181;
	font-weight: normal;
}