/* Rosemarys non-shop styles- conforms to CSS2 specs. K Leitch for Cyber Media Solutions 2003*/

/* Redefined HTML tags */

body {
 color:#000000;
 background-color:#eeeeee;
 font-family: verdana, arial, helvetica, sans-serif;
 font-size:x-small;
 margin: 0px;
 padding-top: 10px;
}

div {
 padding: 0px;
 margin: 0px;
}

td {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size:11px;
 margin: 0px;
}

h1 {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: x-small;
 font-weight: bold;
 color: #488E6E;
 text-align: left;
 vertical-align: top;
 padding:0px;
 margin: 0px;
}

em, strong, form {
 padding: 0px;
 margin: 0px;
}

a:link, a:hover, a:visited, a:active {  
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: xx-small;
 font-weight: bold;
 color:#E38A09; 
 background-color: transparent;
 text-decoration: none;
} 

a.othernav:link, a.othernav:hover, a.othernav:visited, a.othernav:active {
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: xx-small;
 font-weight: bold;
 color:#ffffff; 
 background-color: transparent;
 text-decoration: none;
}

a:hover {  
 text-decoration: underline;
}

a.othernav:hover {  
 text-decoration: underline;
}

a.legal:link, a.legal:hover, a.legal:visited, a.legal:active {  
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: xx-small;
 font-weight: bold;
 border-bottom: dashed thin #E38A09;
}

a.legal:hover {  
 text-decoration: none;
 background-color: #cccccc;
}


a.nav:link, a.nav:visited, a.nav:active {  
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: xx-small;
 font-weight: bold;
 color: #FFFFFF;
}

a.nav:hover {  
 text-decoration: underlined;

img{
 border: 0px;
 padding: 0px;
 margin: 0px;
 vertical-align: bottom;
}

input, textarea, select {
 background-color: #ffffff;
 border: 1px solid #ccc;
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: xx-small;
 font-weight: bold;
 color:#E38A09;
}

ul {
 list-style: url(images/star.jpg);
 padding: 5px;
 margin: 12px;
}

.bullet {
 list-style: url();
 line-spacing: 0px;
 padding: 1px;
 margin: 12px;
}


li {
 padding: 0px;
 margin: 12px;
}

/* Classes */

.navbar {
	width: 740px;
	height: 22;
	padding-right: 10;
	background-image: url(nav_background.jpg);
	vertical-align: middle;
	align: right;
}

.fullbord {
 border-top: 1px solid #488E6E;
 border-bottom: 1px solid #488E6E;
 border-left: 1px solid #488E6E;
 border-right: 1px solid #488E6E;
}

.whitehr {  
 line-height: normal; 
 color: #ffffff;
}

.greenhr {  
 line-height: normal; 
 color: #488E6E;
}

.address {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: xx-small;
 color: #488E6E;
 text-align: left;
 vertical-align: top;
}

.spacer {
clear: both;
width: 100%;
}

.padright {
 padding-right: 10px;
}

.breadcrumb {
 background-color: #fff;
 margin: 0px;
 padding: 0px;
 padding-left: 5px;
 border: 1px solid #3E8E5B;
}

/* Mixes of redefined tags and classes */

 div.spacer span.left {
float: left;
text-align: left;
}