@charset "UTF-8";


/* Website Structure */
body {
	text-align:center;
	margin-top:0px;
	background-image:url(images/bg.jpg);
	}
#wrapper {
	width:945px;
	height:100%;
	margin:auto;
	}
#logo {
	float:left;
	width:330px;
	height:475px;
	background-image:url(images/logo.jpg);
	}
#nav {
	float:right;
	width:615px;
	height:51px;
	padding-top:25px
}
#mainimage {
	float:right;
	width:615px;
	height:399px;
	}
#spacer {
	clear:both;
	}
#content {
	float:left;
	text-align:left;
	width:500px;
	height:100%;
}
#footer {
	width:945px;
	height:51px;
	padding-top:15px;
	background-image:url(images/footer.jpg);
	}
#textbox {
	display:block; 
	width:260px; 
	padding-left:27px; 
	text-align:left
	}
#productbox {
	width:430px; 
	text-align:left;
	float:right;
	}
/* Text and Link Styles */

.headertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.footertext {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;}
a.bodylink:link {
	color: #330066;
	text-decoration: none;
}
a.bodylink:visited {
	text-decoration: none;
	color: #330066;
}
a.bodylink:hover {
	text-decoration: underline;
	color: #330066;
}
a.bodylink:active {
	text-decoration: none;
	color: #330066;
}
a.green:link {
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #729B97;
}
a.green:visited {
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #729B97;
}
a.green:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #729B97;
	text-decoration:none;
}
a.green:active {
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #729B97;
}

a.footer:link {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
a.footer:visited {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	
}
a.footer:hover {
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
a.footer:active {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
/* Nav */
#sddm
{
	margin: 0;
	padding: 0;
	z-index: 30;
	width: 100%;
	font-size: 16px;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 11px arial}

#sddm li a
{
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 5px;
	width: 70px;
	color:#729B97;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #729B97;
	text-align: center;
	text-decoration: none
}


#sddm li a:hover
{	text-decoration: none;
color:#663366}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #729B97;
	font: 11px arial
}

	#sddm div a:hover
	{	background: #729B97;
		color: #FFF;
		text-decoration:none}

