﻿/*These are for the top menu in the public site master page*/
.nav_menu_top { /* top row of menu */
	
	font-family:"Century Gothic", Verdana, Arial;
	font-size:11px;
	color:#FFFFFF;
	/*
	border: #BE8B1E 1px solid;
	background-color: #F8F4E9;
	
	text-decoration: none;
	width: 100px;
	height: 20px;
	text-align: center;
	
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	color: #4D2B0F;*/
}
a.nav_menu_top:link, a.nav_menu_top:visited, a.nav_menu_top:active {
	/* top row of menu - links */
	font-family:"Century Gothic", Verdana, Arial;
	font-size:11px;
	color:#FFFFFF;
	/*
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
	width: 100px;
	text-decoration: none;
	color: #4D2B0F;
	padding: 2px;*/
}
.nav_menu_top_over { /* top row of menu */
	font-family:"Century Gothic", Verdana, Arial;
	font-size:11px;
	color:#FFFFFF;
}

a.nav_menu_top_over:hover {
	color:#CCCCCC;
}

.nav_menu_sub { /* sub menu section */
	background-color: #6698FF;
	text-align: left;
	font-family:"Century Gothic", Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

a.nav_menu_sub:link, a.nav_menu_sub:visited, a.nav_menu_sub:active { /* sub menu section - links */
	text-align: left;
	display: block;
	font-family:"Century Gothic", Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6698FF;
	padding: 2px;
}
.nav_menu_sub_over { /* sub menu section */
	background-color: #FFFFFF;
	text-align: left;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 11px;
	color: #6698FF;
	text-decoration: none;
}

a.nav_menu_sub_over:hover {	/* sub menu section - links */
	background-color: #FFFFFF;
	display: block;
	text-align: left;
	padding: 2px;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 11px;
	color: #6698FF;
	text-decoration: none;
}

/* finished adding here */

body {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 0px;
	font: 11px "Century Gothic", Arial;
	background-color: #F3F3F3;
}

td {	font: 11px "Century Gothic", Arial; color:#5E92FF;}

td.content {
	vertical-align: top;
	padding: 12px;
}

/* Start Header menu */

a.header_menu:link, a.header_menu:visited, a.header_menu:active {
	font-size: 12px;
	font-family:"Century Gothic", Verdana, Arial;
	color: #FFFFFF;
	display: block;
	padding: 1px 10px;
	line-height: 28px;
	text-decoration: none;
}

a.header_menu:hover {
	background: url(../images/nav_grad_over.jpg) repeat-x left top;
}

tr.header_bg {
	background-image:url(../images/nav_grad.jpg);
}

/* End Header menu */

a:link, a:visited, a:active { /* Default text links */
	text-decoration: none;
	color: #000000;
	}	

a:hover	{
	text-decoration: underline;
	color: #B31B34;
	}
	
a.cleanLink:link, a.cleanLink:visited, a.cleanLink:active, a.cleanLink:hover {	/* Default text links */
	text-decoration: none;
	color: #333333;
	border-width: 0px;
	border-style: none;
	}	

.boxHeading {
	color: #B31B34;
	font: bold 14px Tahoma, Arial;
	background-color: #DDDFE1;
	text-align: center;
}

.redText {
	color: #b31b34;
	line-height: 15px;
}

.smallText {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #999999;
}

.inputBox {  /* Form fields */
	color: #666666;
	background-color: #FFFFFF;
	letter-spacing: 1px;
	border: 1px solid #666666;
	font: 11px "Century Gothic", Arial;
}

.inputTextBox {  /* Form fields */
	font: 11px "Century Gothic", Arial;
	color: #000000;
	background-color: #FFFFFF;
	letter-spacing: 1px;
	border: 1px solid #666666;
	width:200px;
}

.dropBox {  /* Form fields */
	font: 11px "Century Gothic", Arial;
	color: #000000;
/*	height: 18px; */ /* IE7 doesn't like this much */
	background-color: #FFFFFF;
	letter-spacing: 1px;
	border: 1px solid #666666;
}

.button { /* Form Buttons */
	font: 12px "Century Gothic", Arial;
	height: 20px;
	color: #666666;
	border: 1px solid #666666;
	letter-spacing: 1px;
	background: #F5F5F5 url(../images/button_bg.jpg);
}

h1	{
	color: #5E92FF;
	font: 20px "Century Gothic", Verdana, Arial;
	}	
		
h2	{
	color: #5E92FF;
	font: 16px "Century Gothic", Verdana, Arial;
	}	
	
h3	{
	color: #5E92FF;
	font: bold 12px "Century Gothic", Verdana, Arial;
	}	
	
.footer {
	font: 10px/30px Tahoma, Arial;
	color: #666666;
}

a.footer_menu:link, a.footer_menu:visited, a.footer_menu:active {  /* Horizontal Footer menu bar */
	font: 10px/20px;
	font-family:"Century Gothic", Verdana, Arial;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 5px;
	margin: 0px;
}

a.footer_menu:hover {
	color: #cccccc;
}

.admin_tblbdr {
	border: #CCCCCC 1px solid;
	background-color: #F5F5F5;
}

.table_head {
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
}

.admin_head {
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
}

.altItem {
	background-color: #F0F0F0;
}

.editItem {
	background-color: #CCCCCC;
}
.banner_grad {
	background-image:url(../images/banner_grad.jpg);
	background-repeat:repeat-x;
}
.footer_grad {
	background-image:url(../images/Footer_grad.jpg);
	background-repeat:repeat-x;
}
.header_text {
	font-size: 25px;
	font-family:"Century Gothic", Verdana, Arial;
	color: #FFFFFF;
}
.shadow_left {
	background-image: url(../Images/Shadow_left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.shadow_right {
	background-image: url(../Images/Shadow_right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.shadow_bottom {
	background-image: url(../Images/Shadow_bottom.jpg);
	background-repeat: repeat-x;
	background-position:top;
}
.shadow_br {
	background-image: url(../Images/shadow_br.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.shadow_bl {
	background-image: url(../Images/shadow_bl.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
.content_box {
	background-image:url(../images/content_grad.jpg);
	background-repeat:repeat-x;
	font-family:"Century Gothic", Verdana, Arial;
	font-size:13px;
	color:#FFFFFF;
}
.content_big	{
	color: #5E92FF;
	font: 20px;
	font-family:"Century Gothic", Verdana, Arial;
	}	
		
.content_normal {
	color: #5E92FF;
	font: 12px;
	font-family:"Century Gothic", Verdana, Arial;
	}	
.product_heading {
	font-family:"Century Gothic", Verdana, Arial;
	font-size:13px;
	color:#FFFFFF;
}
a.main_menu:link, a.main_menu:visited, a.main_menu:active {  /* Main Horizontal menu bar */
	font-family:"Century Gothic", Verdana, Arial;
	font-size:11px;
	color:#FFFFFF;
}
a.main_menu:hover {
	color:#CCCCCC;
}
.shoppingcart {
	font-family:"Century Gothic", Verdana, Arial;
	font-size:11px;
	color:#FFFFFF;
}
.shoppingcart_bold {
	font-family:"Century Gothic", Verdana, Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}

