body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 130%;
	color: #000;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 130%;
	font-weight: bold;
	color: #000;
	padding-top: 5px;
	padding-bottom:5px;
	text-align: left;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #000;
	padding-top: 5px;
	padding-bottom:2px;
	text-align: left;
}
h3 {
	font-size: 115%;
	font-weight: bold;
	color: #000;
	margin-top: 4px;
	margin-bottom:2px;
}
h4 {
	font-size: 105%;
	font-weight: bold;
	color: #000;
	margin-top: 2px;
	margin-bottom:2px;
}
h5 {
	color: #000;
	margin-top: 2px;
	margin-bottom:2px;
	font-size: 100%;
}
h6 {
	color: #000;
	margin-top: 2px;
	margin-bottom:2px;
	font-size: 95%;
}
img {
	border: 0 0 0 0;
}
label {
	clear: left;
	float: left;
	width: 12em;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #000;
	margin-right: .5em;
}
th {
	font-weight: bold;
	color: #000;
	text-align: left;
}

/* classes */
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.clearboth {
    clear: both;
}
.contentimg {
	margin: 10px;
	float: right;
	clear: both;
}
.contentimgr {
	margin: 10px;
	float: right;
	clear: both;
	text-align: right;
}
.contentimgl {
	margin: 10px;
	float: left;
	clear: both;
	text-align: left;
}
.contentimgline {
	margin: 10px;
	float: left;
	text-align: center;
}
.imgdescs {
	font-size: 80%;
	width: 100px;
}
.imgdescm {
	font-size: 80%;
	width: 270px;
}
.imgdescl {
	font-size: 80%;
	width: 600px;
}
.imgdesc {
	font-size: 80%;
}
.imgcol {
	min-width: 100px;
	float: right;
}
.medphoto {
	clear: both;
	width: 180px;
	margin-bottom: 10px;
	border: 3px solid #000;
}
.red {
    color: #FF0000;
}
.formfield {
	margin-top: .5em;
	clear: both;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fakelabel {
	clear: left;
	float: left;
	width: 12em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: .5em;
}
.contentitem {
	width: 100%;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
.prodimg {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.smallcolumn {
	width: 250px;
}
.displaynone {
	display: none;
}

/* IDs */
#container {
	width: 100%;
}
#contentbox {
	width: 100%;
	z-index: 1;
	left: 0px;
}
#nav {
	display:none;
}
#footer {
	display:none;
}
#footerinfo {
	font-size: 60%;
	width: 100%;
	padding: 10px;
}
#logo {
	display:none;
}
#contentfull {
	width: 100%;
	float: left;
}
#contentfullmiddle {
	width: 100%;
}
#contentfullheader {
	width: 100%;
}
#contentleftsmall {
	width: 34%;
	float: left;
}
#contentleftsmallmiddle {
	width: 34%;
}
#contentleftsmallheader {
	width: 34%;
}
#contentleftbig {
	width: 66%;
	float: left;
}
#contentleftbigmiddle {
	width: 66%;
}
#contentleftbigheader {
	width: 66%;
}
#contentrightsmall {
	width: 29%;
	float: right;
	padding-left: 5%;
}
#contentrightbig {
	width: 61%;
	float: right;
	padding-left: 5%;
}
#login {
	display:none;
}
#pageheading {
	z-index: 10;
	height: 150px;
	width: 100%;
}
#cart {
	vertical-align: bottom;
	padding: 2px;
	height: 36px;
	width: 200px;
	font-weight: bold;
	color: #000;
}

