﻿body {
	padding: 0px;
	margin: 0px;
}
h2 {
	clear: left;
	color: #00F;
	margin-left: 10px;
	font-size: 24px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
#body {
	margin: 25px auto;
	max-width: 900px;
	min-width: 450px;
	width: 90%;
	font-family: Verdana, Arial, sans-serif;
}
#footer {
	font-style: italic;
	color: #999999;
	padding: 10px;
	font-size: 10px;
	clear: both;
	background-color:#FFFFCC;
    border-bottom-left-radius: 15px 25px;
    border-bottom-right-radius: 15px 25px;
    -moz-border-bottom-left-radius: 15px 25px;
    -moz-border-bottom-right-radius: 15px 25px;
    -webkit-border-bottom-left-radius: 15px 25px;
    -webkit-border-bottom-right-radius: 15px 25px;
	box-shadow: 5px 5px 5px lightgray;
	-moz-box-shadow: 5px 5px 5px lightgray;
	-webkit-box-shadow: 5px 5px 5px lightgray;
}
#footer a {
	color: #999999;
}
#header {
	padding-top: 10px;
	background-color:#FFFFCC;
    border-top-left-radius: 50px 30px;
    border-top-right-radius: 50px 30px;
    -moz-border-top-left-radius: 50px 30px;
    -moz-border-top-right-radius: 50px 30px;
    -webkit-border-top-left-radius: 50px 30px;
    -webkit-border-top-right-radius: 50px 30px;
	box-shadow: 5px 5px 5px lightgray;
	-moz-box-shadow: 5px 5px 5px lightgray;
	-webkit-box-shadow: 5px 5px 5px lightgray;
}
#main {
	margin-bottom: 10px;
	margin-right: 10px;
	width: 75%;
	float: left;
}
#mainlogo {
	border-style: none;
	margin-left: 10px;
	float: left;
	margin-right: 10px;
}
#navlinks {
	background-color: #996633;
	font-weight: bold;
	line-height: 1px;
	font-size: 12px;
	padding-left: 3em;
	padding-bottom: 1.5em;
	padding-top: 1.5em;
	margin: 0px;
}
#navlinks a {
	text-decoration: none;
	color: white;
}
#navlinks a.current {
	color: #ffff66;
}
#navlinks a:hover {
	text-decoration: underline overline;
}
#navlinks li {
	padding-right: 0.75em;
	border-right-color: #7f7f7f;
	border-right-style: double;
	margin-right: 0.75em;
	list-style-type: none;
	display: inline;
}
#navlinks li.last {
	border-right-style: none;
}
#sidebar {
	font-size: 12px;
	padding: 15px;
	margin: 20px 0px 10px 75%;
	border-style: solid;
	border-color: #663300;
	border-width: 5px;
    border-radius: 10em 0 5em 2em;
    -moz-border-radius: 10em 0 5em 2em;
    -webkit-border-radius: 10em 0 5em 2em;
    box-shadow: 10px 10px 10px #FFFFCC inset;
    -moz-box-shadow: 10px 10px 10px #FFFFCC inset;
    -webkit-box-shadow: 10px 10px 10px #FFFFCC inset;
}
#tagline {
	color: #996633;
	position: relative;
	left: 400px;
	font-style: italic;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#title {
	color: navy;
	font-variant: normal;
	font-weight: bold;
	font-size: 24px;
}
#validator {
	float: right;
	border-width: 0px;
}
.dropcap {
	font-family:Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: 54px;
	text-align:right;
	margin:0;
}
.headline {
	padding: 10px;
}
.product_thumb {
	clear: left;
	height: 80px;
	width: 80px;
	margin-bottom: 10px;	
	margin-right: 15px;
	padding: 5px;
	float: left;
	border-width: 1px;
	border-color: #7f7f7f;
	border-style: dashed;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 5px 5px sienna;
    -moz-box-shadow: 0 0 5px 5px sienna;
    -webkit-box-shadow: 0 0 5px 5px sienna;
}
.product_desc {
	line-height: 17px;
	font-size: 12px;
}
.product_orderinfo {
	text-align: left;
	display: block;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #00F;
}
.product_orderinfo a {
	color: white;
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	margin: 3px;
	background-color: #0CF;
	background-image: url(gradient.png);
	background-repeat: repeat-x;
}
.product_orderinfo a:hover {
	background-color: #FFF;
	background-image: url(gradient.png);
	background-repeat: repeat-x;
}
.productlink {
	text-decoration: none;
	color: #004080;
	font-style: italic;
	font-size: 14px;
}
.productlink:hover {
	text-decoration: underline overline;
}
