td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	vertical-align: top;
}

/* layout */
#wrapper {
	padding: 0px;
	height: 100%;
	width: 960px;
}
#layout {
	vertical-align: top;
	padding-top: 30px;
	padding-bottom: 30px;
}
#main {
	text-align: justify;
	vertical-align: top;
	padding-right: 25px;
	padding-left: 25px;
}
.bg {
	background-image: url(../images/home/bg3.jpg);
	background-position: left bottom;
}
#image_border {
	border: 3px solid #990000;
}
#table_data1 {
	background-color: #FFFFE1;
}
#table_data2 {
	background-color: #FFFFF0;
}


/* links */
a:link {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #ffd400;
	text-decoration: none;
}
a:active {
	color: #ffd400;
	text-decoration: none;
}
a.text:link {
	color: #003366;
	text-decoration: underline;
}
a.text:hover {
	color: #003366;
	text-decoration: underline;
}
a.text:visited {
	color: #003366;
	text-decoration: underline;
}
a.text:active {
	color: #003366;
	text-decoration: underline;
}



/* header */
#header_bg_top {
	background-color: #003366;
	height: 19px;
}
#header_bg_main {
	background-color: #bd2b2e;
	padding-top: 3px;
	padding-bottom: 3px;


}
#home_header {
	background-color: #006699;
	height: 113px;
	border-bottom-width: 19px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	padding-top: 2px;
	padding-left: 25px;
}

/* main nav */
#menu {
	background-color: #003366;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 25px;
	letter-spacing: 1px;
	padding-top: 5px;

}
#menu a:link {
	color: #ffd400;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#menu_spacer {
	color: #FFFFFF;
	font-weight: normal;
	padding-right: 8px;
	padding-left: 8px;
}

/* left nav */
#leftNav {
	padding-top: 39px;
	padding-left: 25px;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 15px;
	width: 150px;
}
#leftNav_text {
	font-weight: bold;
	padding-top: 10px;
	color: #d6212e;
	font-size: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
a.leftMenu:link {
	color: #333366;
	text-decoration: none;
}
a.leftMenu:hover {
	color: #bd2b2e;
	text-decoration: underline;
}
a.leftMenu:active {
	color: #bd2b2e;
	text-decoration: underline;
}
a.leftMenu:visited {
	color: #333366;
	text-decoration: none;
}

/* right nav */
#rightNav {
	vertical-align: top;
	background-color: #FFFFCC;
	padding: 15px;
	width: 210px;
}


/* text formatting */
.heading1 {
	font-size: 28px;
	font-weight: bold;
	color: #ffd400;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	padding-bottom: 15px;
}
.heading2 {
	font-size: 16px;
	font-weight: bold;
	color: #bd2b2e;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.heading3 {
	font-size: 13px;
	font-weight: bold;
	color: #003366;
	padding-bottom: 10px;
}
.heading4 {
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.heading5 {
	font-size: 13px;
	font-weight: bold;
	color: #bd2b2e;
}
.heading6 {
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-bottom: 10px;
	padding-top: 10px;
}


/* footer nav */
#footer {
	background-color: #003366;
	height: 30px;
	font-size: 10px;
	vertical-align: middle;
	text-align: right;
	width: 950px;
	padding-right: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #bd2b2e;
	color: #FFFFFF;
}
#footer_spacer {
	color: #bd2b2e;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
}

#footer a:link {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:hover {
	color: #bd2b2e;
	text-decoration: underline;
}
#footer a:visited {
	color: #ffffff;
	text-decoration: underline;
}


#smallText {
	font-size: 11px;
}
#smallText a:link {
	color: #bd2b2e;
	text-decoration: underline;
}
#smallText a:hover {
	color: #bd2b2e;
	text-decoration: underline;
}
#smallText a:visited {
	color: #bd2b2e;
	text-decoration: underline;
}
#smallText a:active {
	color: #bd2b2e;
	text-decoration: underline;
}





hr {
	color: CCCCCC;
	height: 1px;
	width: 100%;
	border: dotted;
}

/* form items */
.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #666666;
}
input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.buttontext {
	background-color: #EFEFEF;
	border: 1px solid #A6A8AA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.tdCategory {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #861730;
	text-align: center;
}

#cart_action {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e5e4e4;
}
#sub_menu_vert {
	font-size: 14px;
	font-color: #635133;
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e5e4e4;
}

#black_text {
	color: #222222;
}
#white_text {
	color: #FFFFFF;
}
#view_details a:link {
	font-size: 9px;
	color: #635133;
	text-decoration: none;
}
#view_details a:hover {
	font-size: 9px;
	color: #635133;
	text-decoration: underline;
}
#view_details a:visited {
	font-size: 9px;
	color: #635133;
	text-decoration: none;
}
#view_more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
}
#view_more a:link {
	color: #861730
	text-decoration: none;
}
#view_more a:hover {
	color: #861730
	text-decoration: underline;
}
#breadcrumb {
	font-size: 18px;
	font-weight: bold;
	color: #635133;
	padding-bottom: 20px;
}
#breadcrumb a:link {
	color: #635133
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #861730
	text-decoration: none;
}

#breadcrumb_spacer {
	font-size: 18px;
	font-weight: bold;
	color: #DDD1BE;
}
