/* general styles */

body {
	margin:0;
	padding:0;
	background:url('/img/background.jpg') center center repeat-y #CCFFCC;
	font-family: arial, arial;
	font-size: 90%;
	text-align: center;
}
h1{
	color: #338833;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
h2 {
	color: #448844;
	font-size: 18px;
	margin: 0px 0px 0px 0px;
}
a {
	color: #FF8800;
	text-decoration: none;
}
a:hover{
	color: #667733;
}

/*drop menus*/
#dropmenudiv{
	position:absolute;
	border:1px solid #009900;
	border-bottom: 0;
	line-height:18px;
	z-index:100;
}
#dropmenudiv a{
	display: block;
	width: 100%;
	text-indent: 3px;
	border-bottom: 1px solid #009900;
	padding: 1px 0;
	color: #449944;
	background-color: #CCEECC;
	text-decoration: none;
}
#dropmenudiv a:hover{
	background-color: #66CC66;
	color: #FFFFFF
}


/*top menubar*/
#topmnu a {
	display: table-cell;
	width: 140px;
	height: 25px;
	padding: 0;
	line-height: 25px;
	color: #336633;
	font-size: 15;
	text-align: center;
	text-decoration: none;
	background: url('/img/button.jpg') #99cc99;
}
#topmnu a:hover {
	color: #FFFFFF;
	background: url('/img/buttondown.jpg') #339933;
}
#topmnu a:visited{
}

/*content wrapper*/
#container {
	position: absolute;
	left:50%;
	margin-left: -350px;
	min-width: 700;
	/*margin-left: auto;
	margin-right: auto;*/
	width: 700px;
	text-align: center;
	background-color:#FFFFFF;
	min-height: 100%;
	height: 100%;
}

html>body #container{
	height:auto;
}

#content {
	width: 680px;
	padding: 10px;
	height: auto;
	margin-bottom: 40px;
}


#err {
	width: 100%;
	height: 400px;
	color: #883333;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

/*footer*/

#footer {
	position:absolute;
	bottom: 0;
	left: 50px;
	text-align: center;
	width: 600px;
}

#footer .links {
	font-size: 12px;
	color: #888888;
}

#footer .links a {
	color: #888888;
}

#footer .links a:hover {
	color: #FF8800;
}

#footer #copyright {
	display: block;
	color: #888888;
	font-size: 9px;
	border-top: 1px #AAAAAA solid;
}

/*homepage*/
table#home td{
	padding:5px 10px 15px 10px;
	color: #666666;
	font-size:15px;
	line-height: 25px;
}

table#home td.title{
	padding-bottom: 0px;
	color: #778844;
	font-size: 12px;
}


/*contact us*/
table#contact {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	border: #66AA66 ridge;
	padding-top: 12px;
	padding-bottom: 12px;
}

table#contact td {
	padding-left: 12px;
	padding-right: 12px;
}

table#contact h2 {
	border-bottom: #889955 1px solid;
	margin-top: 10px;
}



/*products*/
#products {
	width: 550px;
	margin-top:25px;
	margin-left: auto;
	margin-right: auto;
}

#products #rangeimg {
	margin-left: auto;
	margin-right: auto;
}

#products img.prodpic {
	float: right;
	border: 0;
	width: 160px;
	}

#products .prodheader {
	border-top: 1px solid #88CC88;
	border-left: 6px solid #88CC88;
	}
	
#products .prodbody {
	border-bottom: 1px solid #88CC88;
	}
	
#products span.prodname {
	font-size: 18px;
	color: #448844;
	font-style: italic;
}

#products span.brand {
	font-size: 14px;
	color: #66AA66;
}

#products span.prodprice {
	font-size: 10px;
	color: #0000FF;
}

#products span.proddesc {
	font-size: 13px;
	line-height: 22px;
}

#products a {
	font-size: 12px;
}

#prodinfo {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#prodinfo .heading {
	text-align: center;
	color: #778844;
	font-size: 12px;
}

#prodinfo .prodimg {
	width: 240px;
	padding: 20px;
	float: left;
}

#prodinfo p {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
}


/*orderform*/
#order {
	margin-left: auto;
	margin-right: auto;
}
#order th {
	font-size: 16px;
	font-weight: bold;
	color: #66AA66;
	border-bottom: 2px #66AA66 solid;
}

#order #prodorder {
	width: 100%;
}

#order #prodorder td{
	padding: 5px;
	border-bottom: 1px #66AA66 solid;
}

#order #prodorder .prodcode {
	font-size: 10px;
}

#order #prodorder .prodname {
	width: 280px;
	font-size: 14px;
	font-weight: bold;
}

/*retailer*/
div.center {
	text-align: center;
	color: #666666;
}
div.center span{
	padding-left: 10px;
	padding-right: 10px;
}
div.center a {
	padding-left: 10px;
	padding-right: 10px;
}

div#retails {
	text-align: left;
	color: #888888;
}

div#retails h3 {
	color: #445544;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
}

/*clinic*/
div.scenter {
	text-align: center;
	color: #999999;
}
div.scenter span{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 90%
}
div.scenter a {
	padding-left: 5px;
	padding-right: 5px;
}
