/* default styles
   -------------- */
   
* {
	margin: 0px;
	padding: 0px;
}

body {	
	color: #4A7563;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #7F968D url(../images/back02.gif);
}

p {
	margin-bottom: 15px;
}

#logocontainer {
	width: auto;
	margin: 0px auto;
	background: #7F968D url(../images/back01.gif);
	text-align: center;
	height: 106px;
}

#logo {
	width: 740px;
	margin: 0px auto;
	background: #ADBFB9;
	text-align: left;
}

#logo img {
	border: 0px;
}

#wrap {
	width: 740px;
	margin: 0px auto;
	background: #FFFFFF url(../images/back03.gif) repeat;
}

#left {
	width: 153px;
	float: left;
	margin-bottom: 30px;
}

#left li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: url(../images/menu_spacer.gif) center bottom no-repeat;
}

#left li img {
	border: 0px;
}

#rightouter {
	width: 587px;
	float: right;
}

#right {
	padding: 20px;
}

#footer {
	width: 740px;
	margin: auto;
	background: #ACBEB8 url(../images/back04.gif);
	border-bottom: 12px #4A7563 solid;
	color: #FFFFFF;
}

#footer p {
	margin: 0px;
	padding: 8px 0px 8px 153px;
	text-align: center;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	font-weight: normal;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
}

.clearboth {
	clear: both;
	font-size: 1px;
}

a, a:link, a:active {
	color: #0F8251;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #697972;
	font-weight: bold;
}

a:hover {
	color: #0F8251;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	margin-bottom: 25px;
}

/* rounded box and cart styles */
.round {
	margin-top: 23px;
	margin-right: 10px;
	float: right;
	width: 300px;
}

#cartspan {
	margin: 0px;
	background: url(../images/cart.gif) left center no-repeat;
	padding: 8px 0px 8px 40px;
	color: #345145;
}

#cartspan, #cartspan a:link, #cartspan a:visited, #cartspan a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #345145;
}

#cartspan a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}

/* inner content padding */
.round .c {
	padding:0 10px 0 10px;
}

/* CSS below here probably shouldn't be messed with except for the image file name */
.round .t, .round .b, .round .b b, .round .t b {
	height: 13px;
}
.round .t, .round .b, .round .t b, .round .b b {
	background: url(../images/round.gif);
	display: block;
	overflow: hidden;
}
.round .c {
	background:#D6DFDC;
	border-left:1px #D6DFDC solid;
	border-right:1px #D6DFDC solid;
}
.round .t b, .round .b b {
	float:right;
	width:50%;
}
.round .t .r {
	background-position:top right;
}
.round .b .r {
	background-position:bottom right;
}
.round .b {
	background-position:bottom left;
}
.round .br {
	display:block;
	overflow:hidden;
	height:0px;
}

/* Content Styles */

#content_img {
	float: right;
	text-align: center;
}

#content_img img {
	border: 6px solid #EAEEED;
	margin-bottom: 15px;
}

#content_img2 {
	text-align: right;
}

#content_img2 img {
	border: 6px solid #EAEEED;
}

#contact_link {
	font-weight: bold;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 40px;
}

/* Search Styles */

#hmdsearchbox {
	margin-bottom: 40px;
}

#hmdsearchbox input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 3px 0px 3px;
	padding: 1px;
	width: 105px;
}

#hmdsearchbox select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 3px 0px 3px;
	padding: 2px;
	width: 200px;
}

#hmdsearchbox .hmdsearchboxbutton {
	width: auto;
 	margin-top: 0px;
 	border: 1px solid #333;
 	font: 12px Arial, Helvetica, sans-serif;
 	background: #f3f3f3;
}

#hmdsearchbox span {
	font-weight: bold;
}
