/* CSS Document */
INPUT, SELECT, TEXTAREA {font-family: Verdana; font-size: 11px; color:#2B2B55; font-weight: normal; border: 1px solid #9999CC;}

body {
	color:#333;
	text-align: center;
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0;
	background-color: #FFF;
	background-image: url(images/background2.gif);
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
a:link {
	color:#2B2B55;
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
}
a:visited{
	 color:#2B2B55;
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
}
a:active {
	color:#2B2B55;
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color:#FF9900;
	text-decoration:none;
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
}	
#wrapper {
	text-align: left;
	width: 920px;
	margin: 0 auto;
	background-color: #FFF;
	border-left: 1px solid  #9999CC;
	border-right: 1px solid  #9999CC;
	border-bottom: 1px solid  #9999CC;
}
#masthead{
	height: 100px;
	background: url(images/masthead2.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#topdeco{
	height: 20px;
	background-image: url(images/topdeco.gif);
	background-repeat: repeat-x;
}
#lowerdeco{
	height: 20px;
	background-image: url(images/topdeco.gif);
	background-repeat: repeat-x;
	clear:both;
}
#leftcolumn{
	float:left; 
	width: 150px;
	padding-left: 5px;
}
#rightcontent {
	float:right;
	width: 710px;
	color: #333333;
	padding-left: 20px;
	padding-right: 30px;
	text-align: justify;
}
#footer{
	clear:both;
	height:60px;
	text-align: center;
	border-top: 1px solid  #CCC;
	background-color: #E8E8E8;
}
#footer p {
	margin-top: 10px;
	font-size: 10px;
	color:#9999CC;
	text-align: center;
}
p {
	font-size: 11px; 
	color: #333;
}
#leftcolumn p{
	font-size: 11px; 
	color: #333;
	line-height: 1.2em;
}

#rightcontent p {
	font-size: 11px; 
	color: #333;
	line-height:1.2em;
}
h1 {
	color: #2B2B55;
	font-size: 12px; 
	border-bottom: 1px dashed #FF9900;
}
h2 {
	font-size: 13px;
	color: #9999CC;
}
hr {
	color: #9999CC;
	height: 1px;
	width: 500px;
	text-align: center;
}
.border {
	border: 1px solid #9999CC;
}
img {
border: none;
}
/*- Images */
.fpimage {
	border: 1px solid #CCCCCC;
}
.leftborder {
	border-left: 1px dashed #9999CC;
}
.emphasis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
}
.emphasisgrn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2B2B55;
}
/* Shop Online */
.shop  {
	color: #2B2B55;
	font-size: 95%;
	margin-top: 5px;
	background-color: #FFEDD2;
	border: 1px solid #9999CC
}
.shop a:link {
	color: #2B2B55;
}
.shop a:visited {
	color: #2B2B55;
}
.shop a:active {
	color: #2B2B55;
}
.shop a:hover {
	color: #9999CC;
}
.shop ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.shop li {
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(images/bullet.gif) no-repeat 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF9900;
}
#featured {
	width: 150px;
	text-align: left;
	margin-top: 15px;
	border-right: 1px solid #9999CC;
	border-left: 1px solid #9999CC;
	border-bottom: 1px solid #9999CC;
	display: block;
	background-color: #FFEDD2;
}

