/*-- mrsgreenbalm.com cascading style sheet --*/
/*
#553A29; /* mrsgreen brown R: G: B: *
#B1BF98; /* mrsgreen green R: G: B: *
*/
/*-- STANDARD TAGS --*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000;
	margin: 0px;
	padding: 0px;
	}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color:   	#8B5742; /*-- Light Salmon --*/ /*-- #8B4C39  Salmon #4 --*/
	}


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #4F4F4F; /*-- 70% grey --*/
	margin:10px 10px 10px 10px;
	}


h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #B1BF98;
	}


h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	}


h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #B1515D; /*-- red approx PMS 187 --*/
	}
	
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #4F4F4F; /*-- 70% grey --*/
	padding: 0px 0px 0px 0px;
	}

.paypal {
	font-size: 12px;
	color: #B1515D; /*-- red approx PMS 187 --*/
	}

p.input {
	font-size: 14px;
	color:#553A29; /* mrsgreen brown R: G: B: */
	margin: 10px 30px 10px 0px;
	}
	
p.order {
	font-size: 11px;
	color:#553A29; /* mrsgreen brown R: G: B: */
	margin: 0px 50px 0px 0px;
	}
	
p.confirm {
	font-size: 17px;
	color:#553A29; /* mrsgreen brown R: G: B: */
	margin: 0px 30px 20px 0px;
	}
	
p.tblHeader {
	font-size: 14px;
	font-weight:bold;
	color:#553A29; /* mrsgreen brown R: G: B: */
	margin: 0px;
	}
	
p.nav {
	padding: 10px 0px 0px 0px;
	}
	
p.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	}	

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #4F4F4F; /*-- 70% grey --*/
	}
	
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#553A29; /* mrsgreen brown R: G: B: */
	}

input.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	float:right; 
	margin-right:25px; 
	background-color:#553A29;
	}
	
/*-- navigation links --*/
a.nav:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B1515D; /*-- red approx PMS 187 --*/
	text-decoration: none;
	font-weight: normal;
	line-height: 2 ems;
	}
a.nav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B1515D; /*-- red approx PMS 187 --*/
	text-decoration: none;
	}
a.nav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #B1515D; /*-- red approx PMS 187 --*/
	text-decoration: none;
	}
a.nav:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #B1515D; /*-- red approx PMS 187 --*/
	text-decoration: none;
	}
	
/*-- outside links --*/
a.outside:link {
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #F26959; /*-- "Juice" orange --*/
	text-decoration: none;
	}
a.outside:visited {
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #F26959; /*-- "Juice" orange --*/
	text-decoration: none;
	}
a.outside:hover {
	font-size: 12px;
	color: #F26959; /*-- "Juice" orange --*/
	font-weight: bolder;
	text-decoration: none;
	}
a.outside:active {
	font-size: 12px;
	color: #F26959; /*-- "Juice" orange --*/
	font-weight: bolder;
	text-decoration: none;
	}

/*-- 'normal' links --*/
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B1515D; /*-- red approx PMS 187 --*/ 
	text-decoration: none;
	font-weight: normal;
	}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B1515D; /*-- red approx PMS 187 --*/ 
	text-decoration: none;
	}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #B1515D; /*-- red approx PMS 187 --*/ 
	text-decoration: none;
	}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #B1515D; /*-- red approx PMS 187 --*/ 
	text-decoration: none;
	}
	
.quantity {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #4F4F4F; /*-- 70% grey --*/
	margin-left:10px;
	}
	
.radio {
	margin:-2px 10px -2px 80px;
	}
	
img.product {
	margin:10px 10px 50px 10px;
	float:left;
	}
	
.prodimg {
	width:150px;
	}
	
td.desc {
	width:370px;
	}
	
	