@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding: 0;
	background: #ADCDA8 url(../img/background.jpg) repeat-x left top;
	font-family:"Lucida Sans", "Lucida Grande";
	font-size: 12px;
	line-height: 18px;
}

#wrapper {
	width: 1024px;
	/*border: 2px solid #333333;*/
	background:url(../img/contentBkgd.jpg) repeat-y top;
	overflow:hidden;
}

#header {
	/*width: 100%;*/
	height: 280px;
	border-top: 10px solid #333333;
	background: url(../img/headerBkgd.jpg) top left no-repeat;
	
}

#header img {
	float: right;
	/*margin-top: -2px;*/
}

#content {
	width: 460px;
	height: auto;
	margin-left: 400px;
	padding: 20px;
}

h1 {
	color: #cc3399;
	font-size: 24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding-bottom: 10px;
}

#nav {
	position: absolute;
	z-index: 10;
	width: 275px;
	height: 360px;
	top: 106px;
	left: 120px;
	background:transparent url(../img/navBkgd.jpg) no-repeat top;
}

#blog {
	width: 245px;
	text-align: center;
	position:absolute;
	top: 475px;
	left: 120px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

#blog a, a:link, a:visited, a:active {
	color: #333333;
	font-size: 13px;
	text-decoration:underline;
}

/* Generated via www.cssmenubuilder.com */

.menu{padding:0; width:230px; list-style:none; margin-top:86px; margin-left:25px;}
.menu li{padding-top: 10px; margin-bottom: 2px; height:50px; display:block; }
.menu li a{text-align:center; height:49px; padding-top: 20px; font:16px "Lucida Grande", Arial, Helvetica, sans-serif; display:block; text-decoration:none; color: #6d6f71; background:url(../img/navDivider.png) bottom no-repeat; }
.menu li a:hover{background: url(../img/navOver.png) repeat-y; color: #d63f89; font-weight:bold;}
.menu li a.active, .menu li a.active:hover{background:url(../img/navOver.png) repeat-y; color: #d63f89; height:45px;}
.menu li a span{}

#logo {
	position:absolute;
	top: 55px;
	left: 100px;
	width: 325px;
	height: 80px;
	z-index: 12;
}

#feature {
	width: 475px;
	height: 112px;
	padding: 8px;
	display: block;
	background:url(../img/featureBkgd.jpg) no-repeat;
	font-size: 85%;
	line-height: 16px;
}
#feature a, a:active, a:visited {
	color: #333;
	font-size:normal;
}
#feature a:hover {
	color: #cc3399;
}

img.feature {
	float: right;
	margin-right: 18px;
}
img.blogger {
	margin-left: 15px;
}
h3 {
	color: #FFFFFF;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

table.products img {
	border: 2px solid #FFFFFF;
}
table.products img:hover {
	border: 2px solid #8cff7a;
}
input, textarea {
	font:14px "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 16px;
	width: 300px;
	overflow:visible;
	color: #333;
}

input.submit {
	display: block;
	height: 35px;
	background: #3f5f51;
	border:1px solid #ffffff;
	width: 300px;
	color: #FFFFFF;
}
input.submit:hover {
	background: #cc3399;
	color: #FFFFFF;
	font-weight:bold;
}


#footer {
	height: 200px;
	/*width: 100%;*/
	border-top: 5px solid #cc3399;
	background: #571b2e;
	color: #fde6ed;
	font-size: 90%;
	text-align:left;
	padding-top: 15px;
	padding-left: 175px;
	bottom: 0;

}
#footer a, a:active, a:visited {
	color:#FFFFFF;
	padding:0 3px;
	text-decoration:none;
	font-size: 90%;
}

#footer a:hover {
	text-decoration:underline;
}
#footer .copyright {
margin-left: 155px;
color: #be436a;
font-size: 95%;
margin-top: 10p;
}
.inset-text {
color: #CCC;
font-size:12px;	
}
