/* Basic Styling
------------------------------------*/

body {
	font: 76%/1.8 Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	color: #111111;
	margin-top: 15px;
	margin-left: 50px;
	margin-right: 150px;
	margin-bottom: 25px;
}

h2 {
    color: #990000;
    font: 14pt/15pt Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:active, a:visited {
    text-decoration: underline;
    color: #000000;
}

a:hover {
    background-color: silver;
    color: #990000;
}

/* PAGE LAYOUT */
#main{
    margin-top: 15px;
    margin-left: 50px;
    margin-right: 150px;
    margin-bottom: 25px;
}


/* MAIN MENU PANEL - UPPER RIGHT */
.menupanel {
    float: right;
    width: 150px;
}

.menuitem a {
    color: #000000;
    background-color: transparent;
    padding: 2px;
    padding-right: 5px;
    display: block;
    border-bottom: 1px solid #CCCCCC;
    font: 9pt/10pt Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
}

.menuitem a:hover {
    background-color: #000000;
    color: #FAF0E6;
    text-decoration: none;
}

/* SUBMENU - PAGE LINKS */
.submenu {
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	border:#ccc solid 1px;
	text-align: right;
	vertical-align: baseline;
}

.submenu a{
	text-decoration: none;
}

.submenu a:hover {
	background-color: #000000;
	color: #FAF0E6;
	text-decoration: none;
}

/* IMAGE STRIPS (LEFT & RIGHT) */
#leftstrip, #rightstrip {
	margin-top: 10px;
}

#leftstrip img {
	margin-top: 3px;
}

#rightstrip img {
	margin-top: 3px;
}


/* PRODUCT PAGE STUFF */
#pp_imgleft{
	float:left;
	width:185px;
}
#pp_text{
	width:600px;
	margin-left: 250px;
}

#pp_text900{
	width:850px;
	margin-left:20px;
}

/* TEXT-IMG EFFECTS */
.sitetitle {
	//font: 20pt/22pt Lucida Calligraphy, Cursive;
	font: 20pt/22pt Book Antiqua, Calistro MT, Papyrus;
	text-shadow: 2px 2px 5px #990000;
    color: #990000;
    padding-top: 15px;
    padding-bottom: 0px;
    letter-spacing: 1px;
}

.siteaddress{
    padding-top: 0px;
    vertical-align: top;
    //font-style:italic;
}


p.bigfirst:first-letter {
	font: 26pt/28pt Lucida Calligraphy, Cursive;
	text-shadow: 2px 2px 5px #990000;
	color: #990000;
	float: none;
	vertical-align: baseline;
}

dl.productfeatures dt {
	text-decoration: underline;
}

.slogan{
	font: 26pt/28pt Lucida Calligraphy, Cursive;
	color: #990000;
	font-size: 2em;
}

.orderbox_pp {
	border: #ccc solid 1px;
	text-align:center;
	font-style:italic;
	width:350px;
	margin-left: 175px;
}

.orderbox_ctr {
	border: #ccc solid 1px;
	text-align:center;
	font-style:italic;
	width:350px;
	margin-left: 270px;
}