/* CSS Document */
body, div {
	margin: 0;
	padding: 5px 0 0;
	text-align: center;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #60A8FF;
	text-decoration: none;
}

a:hover {
	
	text-decoration: none;
	color: #BE8DD3;
}

#container {
	width: 800px;
	height: auto;
	position: relative;

}

#border {
	height: auto;
	width: 800px;
	border: 1px solid #60A8FF;
	background-color: #FFFFFF;
	position: relative;
	left: 0px;
	top: -7px;

}

#logo img {
	width: 797px;
	height: 80px;
}

.mainfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: left;

}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #999999;
	margin-top: 10px;

}

h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #999999;
}

h4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #5D1D74;
}

h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #5D1D74;
	margin-bottom: 3px;
}

#topnav1 {
	background-repeat: no-repeat;
	height: 25px;
	width: 800px;
	z-index: 2;
	position: absolute;
	top: 105px;

}

ul#topnav {
	list-style-type: none;
	width: 800px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #61A9FF;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	top: 105px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	background-color: #D4E5FA;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #61A9FF;
	border-bottom-color: #61A9FF;
	text-transform: uppercase;
	font-weight: bold;
}

ul#topnav li {
	display: inline;
	text-align: left;

}

ul#topnav a {
	float: left;
	padding: 0.7em 10px 0.2em;
	text-decoration: none;
	color: #61A9FF;
	display: block;
	height: 16px;
}

ul#topnav a:hover {
	color: #FFFFFF;
	background-color: #DABEE6;
}

ul#productlist {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #61A9FF;
	text-align: left;
	background-repeat: no-repeat;
	background-color: #D4E5FA;

}

ul#productlist li {
	display: inline;
	text-align: left;

}

ul#productlist a {
	float: left;
	text-decoration: none;
	color: #61A9FF;
	height: auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 3px;
	padding-left: 3px;
	display: block;
	width: 150px;
}

ul#productlist a:hover {
	color: #FFFFFF;
	background-color: #DABEE6;
	width: 150px;
}

#leftpanel {
	height: auto;
	width: 150px;
	margin-top: 25px;
	float: left;

}

#maincontent 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-left: 170px;
	margin-right: 0px;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 35px;
	width: 600px;
}

#mainnav {
	background-color: #D4E5FA;
	height: auto;
	width: 130px;
	border: 1px solid #61A9FF;
	text-align: left;
	margin-left: 10px;
	margin-top: 35px;
	margin-right: 10px;
	color: #61A9FF;
	padding: 5px;
	margin-bottom: 10px;
}

#bottomnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #61A9FF;
	clear: both;
	width: auto;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #61A9FF;
	margin-top: 0px;
	margin-bottom: 10px;

}

#bottomnav a {
text-decoration: none;
	color: #61A9FF;
}

#bottomnav a:hover {
text-decoration: underline;
	color: #666666;
}

.shiftcontainer{
	position: relative;
	left: 0px; /*Number should match -left shadow depth below*/
	top: 0px;
}

.shadowcontainer{
width: 800px; /* container width*/
background: transparent url(images/shadow.jpg) no-repeat right bottom;
}

.shadowcontainer .border{
/* Add container height here if desired */
background-color: white;
border: 1px #60A8FF;
position: relative;
left: 0px; /*shadow depth*/
top: 0px; /*shadow depth*/
}

#productcontent {
	text-align: center;
	height: auto;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #61A9FF;
	padding: 3px 10px 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;

}

#productlist {
	display: inline;
	text-align: left;

}

#productlist a {
	float: left;
	text-decoration: none;
	color: #61A9FF;
	height: auto;
	display: block;
	width: 130px;
}

#productlist a:hover {
	color: #FFFFFF;
	background-color: #DABEE6;
	width: 130px;
}

#productlist a:active {
	color: #FFFFFF;
	background-color: #DABEE6;
	width: 130px;
}

.myBoxes
{
    font-family:Verdana;
    font-size:10pt;
}
