* { 
	font-family: 'Trebuchet MS', Veranda, Arial, Helvetica, Helv, Sans-Serif;
}

body {
	margin-top:10px;
	background-color:white;
}


h1	 {
	color:#F0B038;
	font-size: 130%; 
    font-weight: bold;
	letter-spacing:0;
	margin:0;
	padding:0;
	margin-top:1.5em;
	margin-bottom:-.5em;
	border-top: 1px solid #F0B038;
}

h2     { 
	color:#d70;
	font-size: 90%; 
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .2em;
	margin:0;
	padding:0;
	padding-left:40px;
}

h3     { 
	margin-top:2em;
	margin-bottom:0;
	padding-bottom:0;
	color:#555;
	font-size: 110%; 
    letter-spacing: .05em;
    font-weight: bold;
	text-transform:uppercase;
}

h3 a:link, h3 a:visited {
	text-decoration:none;
}

h3 a:hover {
	text-decoration:underline;
}

h4     { 
	margin-top:2em;
	font-size: 80%; 
    font-weight: bold;
	margin-bottom:.5em;
	padding-bottom:0;
    letter-spacing: .05em;
}


p {
	font-size: 75%;
	line-height: 165%;
	margin:1.25em 0 1em 0;
}

p.indent {
	padding-left:2em;
}


ul {
	margin:0 0 .5em 0;
	font-size: 75%;
	line-height: 145%;
}

.keywords {
	font-size:125%;
	font-weight:bold;
}

.menu, .submenu, .viewCart {
	padding:5px;
	margin:0;
	margin-left:12px;
	color:#d70;
	font-size: 70%;
	font-weight: bold;
	line-height: 1.5em;
	text-indent:-8px;
}

.submenu {
	margin-left:2em;
}

.sidemenu {
	padding:5px;
	margin:0;
	margin-left:12px;
	color:#000;
	font-size: 70%;
	font-weight: bold;
	line-height: 1.5em;
	text-indent:-8px;
}

.menu a:link, .submenu a:link, .viewCart a:link {
	margin:0;
	color:#d70;
	padding:.4em;
	text-decoration: none;
}

.menu a:visited, .submenu a:visited, .viewCart a:visited {
	margin:0;
	color:#d70;
	padding:.4em;
	text-decoration: none;
}

.menu a:hover, .submenu a:hover, .viewCart a:hover {
	margin:0;
	color:#d70;
	padding:.4em;
	text-decoration: none;
	background-color: #fdfdcc;
}

.classDescript {
	padding:0;
	margin:0;
	margin-left:2em;
}
	
.labels {
	display:block;
	padding:3px;
	padding-left:10px;
	font-size:80%;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:.1em;
	color:#FFFFCC;
	background-color:#E7B727;
}
	
a {
	color:#003366;
}	
a:visited {
	color:#006699;
}
	
	
/* ------------------- structural elements ------------------------ */

.blockCenter {
	margin:auto;
}

.blockIndent {
	margin-left:75px;
}

.blockFloatRight {
	float:right;
	margin-right:20px;
	margin-top:0;
}

.blockFloatLeft {
	float:left;
	margin-right:20px;
	margin-top:0;
	margin-bottom:10px;
}


.photos {
	padding-right:10px;
	float:left;
}

.photosRight {
	padding-left:10px;
	float:right;
}

.subSectionMenu {
	background-color:#aaddaa;
	background-image:url(images/layout/greenblend.jpg);
	padding: 10px;
	margin: 10px;
	float: right;
	border-top: 10px solid #339933;
}

.subSectionMenu a {
	color:black;
}

.priceTable {
	background-color:#FFF2AC;
	font-size: 75%; 
    font-weight: bold;
	margin-bottom:1em;
	padding-bottom:0;
}

.priceTable, .priceTable td {
	border-collapse:collapse;
	border:2px solid #FFFFDD;
	border-color:#FFFFDD;
}

.imageRight {
	float:right;
	margin-left:15px;
	margin-bottom:10px;
}

/* ------------------- store ------------------------ */

div#productBox {
	width:530px;
}

img.productImg {
	border:1px solid gray;
	float:left;
	margin:10px;
	margin-left:0px;
}

div#productDetails {
	padding-top:15px;
	width:215px;
	float:right;
}

div#productDescription {
	width:300px;
	font-size:100%;
	float:left;
}

.productTitle {
	margin-top:2.5em;
	color:#333;
	font-size: 115%; 
    font-weight: bold;
}

.productTitle a {
	text-decoration:none;
	color:#333;
}

.productTitle a:hover {
	text-decoration:underline;
	color:#333;
}

.price {
	display:block;
	border:0;
	padding:2px;
	padding-left:0;
	float:left;
	clear:both;
}

.buyBtn {
	display:block;
	padding:0px;
	width:100px;
	font-size:90%;
	font-weight:bold;
	text-align:center;
	background-color:#006699;
	background-image:url(/images/layout/blueblend.jpg);
	background-repeat:repeat-x;
	float:center;
}

.buyBtnSub {
	background-color:none;
	background-image:none;
	font-size:90%;
	float:left;
	clear:both;
}

.buyBtn a, .buyBtnSub a {
	text-decoration:none;
	color:white;
}

.categories {
	padding-left:10px;
	padding-bottom:10px;
}

.viewCart {
	font-size:100%;
}

.storeHomeMain {
float:left;
width:400px;
}

.storeHot {
float:right;
width:125px;
}



.headline1 {
	font-size: 150%;
	font-weight: bold;
	color: #336600;
	margin-bottom:.5em;
}

.headline1 a, a.headline1 {
	font-size: 150%;
	font-weight: bold;
	color: #336600;
	text-decoration:none;
}

.headline1 a:hover, a.headline1:hover{
	text-decoration:underline;
}



.tinytext    { 
	font-size: 75%;
	color:#555;	
}

.tinytext a  { 
	color:#555;	
}



/* ------------------- cart ---------------- 

#storeheader {
	margin:auto;
	width:700px;
}
#storebody {
	margin:auto;
	width:700px;
	text-align:center;
}

.cartTitles {
	color:gray;
}


*/









/* end */
