body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #BFBFE0;
	font-size: 12px;
}


.tab {
	background-color: #FFFFFF;
	background-image: url(images/tab_bkg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 25px;
	text-align: center;
}

.tab a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333399;
	text-decoration: none;
	text-align: center;
}

.tab a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}



.tab-over {
	background-color: #FFFFFF;
	background-image: url(images/tab_bkg_over.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 25px;
	text-align: center;
}

.tab-over a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333399;
	text-decoration: none;
}

.tab-over a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}



.tab-active {
	background-color: #333399;
	height: 25px;
	color: #FFFFFF;
	text-align: center;
}
.tab-active a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.tab-active a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.logo-tagline {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333399;
	text-align: right;
}


.topbar{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.footer table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #FFFFFF;
	background-color: #333399;
}
.footer td{
	padding: 6px;
}

.utility-links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	vertical-align: top;
}
.utility-links a{
	color: #FFFFFF;
	text-decoration: none;
}
.utility-links a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.utility-links input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}



.main-content {
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333399;
	border-left-color: #333399;
	

	background-color: #FFFFFF;
	vertical-align: top;
}

.main-content td{
}


h2 {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #333399;
}
.sidebar {
	background-color: #E4E3F2;
	border: 1px solid #5855A4;
	width: 200px;
	padding: 6px;
}

.sidebar p{
	font-size: 10px;
	line-height: 14px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333399;
	text-align: right;
	padding-top: 6px;
}
.page-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #333399;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.breadcrumbs {
	font-size: 9px;
	text-align: right;
}
.productbox-header {
	background-color: #9899CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.productbox-description {
	font-size: 10px;
}
.productbox-price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363895;
	font-weight: bold;
	text-align: right;
}
.productbox-form {
	font-style: italic;
	text-align: right;
	vertical-align: bottom;
	font-size: 12px;
}
.productbox-form input{
	border: 1px solid #7E9DB9;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.productbox-sku {
	font-size: 10px;
	font-weight: normal;
	color: #333399;
	font-style: italic;
	text-align: right;
}

.outofstock {
	background-color: #cccccc;
	text-align: center;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}


.featuredProductBox {
	background-color: #E4E3F2;
	border: 1px solid #5855A4;
	width: 200px;
	padding: 0px;
}

.featuredProductBox img{
	border: 1px solid #000000;
}

.featuredProductBox p{
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

.featuredProductHeader{
	background-color: #FCB415;
	font-size: 14px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5855A4;
}

.featuredProductName{
	color:#9899CC;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
}

.featuredProductMoreLink {
	background-color: #333399;
	text-align: center;
	padding: 3px;
}
.featuredProductMoreLink a{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
