/* CSS Document */

/*-------------Custom Global Tags-----------------*/

BODY,P,DIV,TH,TD,INPUT,SELECT,TEXTAREA {
	FONT-SIZE: 14px;
	COLOR: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

BODY {
	background-image: url(images/main_bkg_wood.gif);
	margin: 0px;
	padding: 0px;
	border: 0px;
}
ul {
}


A:link {
	COLOR: #660000; TEXT-DECORATION: underline
}

A:visited {
	text-decoration: underline;
	color: #660000;

}

A:hover {
	COLOR: #000000; TEXT-DECORATION: underline
}

A:active {
	COLOR: #999999; TEXT-DECORATION: underline
}

H1 {
	FONT-SIZE: 23px;
	background-image: url(/images/main_bkg_underline_red.gif);
	line-height: 25px;
	color: #660000;
	font-weight: bold;
	font-variant: small-caps;
}

H2 {
	FONT-SIZE: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}

HR {
	COLOR: #dddddd; HEIGHT: 1px
}

.MainButton {
	color:#FFFFFF;
	font-family:"Microsoft Sans Serif", "MS Sans Serif", Arial;
	background-color:#993333;
	filter:progid;
	border-top: 1px solid #993333;
	border-right: 1px solid #660000;
	border-bottom: 1px solid #660000;
	border-left: 1px solid #993333;
	font-weight: bold;
	padding: 1px;
	font-size: 11px;
	margin-top: 1px;
:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}
.MainInputArea {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", Arial;
	color: #660000;
	border: 1px solid #660000;
	font-size: 12px;
	margin-top: 1px;
}


/*-------------Navigation Rules-----------------*/

/* Top (header) of web page. */
#TopNav {
	background-color: #993333;
	height: 28px;
	width: 105px;
	border-top: none #660000;
	border-right: 2px solid #660000;
	border-bottom: none #660000;
	border-left: none #660000;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;

}
#TopNavLink {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-decoration: none;
	background-position: 100%;
	height: 28px;
	width: 100%;
	line-height: 28px;
	font-variant: small-caps;
}

#TopNavLink:link {
	color: #FFFFFF;
	text-decoration: none;
}
	
#TopNavLink:hover {
	color: #990000;
	text-decoration: none;
	clear: both;
	float: none;
}

#TopNavLink:active {
	color: #000000;
	text-decoration: none;
}
#TopNavLink:visited {
	text-decoration: none;
	color: #FFFFFF;

}

#navcontainer ul
{
	color: White;
	float: left;
	font-family: arial, helvetica, sans-serif;
	height: 28px;
	margin: 0;
	padding: 0;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #660000;


}

#navcontainer ul li {
	display: inline;


}

#navcontainer ul li a
{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 17px;
	line-height: 28px;
	background-color: #993333;
	color: White;
	text-decoration: none;
	border-right: 2px solid #660000;
	text-align: center;
	width: 105px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#navcontainer ul li a:hover
{
background-color: #FFFFFF;
color: #990000;
}

.TopMiniNav {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", Arial;
	font-size: 11px;
	color: #FFCCCC;
	text-align: right;
	margin-right: 10px;
	font-weight: bold;
	margin-bottom: 8px;
}

.TopMiniNav a:link {
	color: #FFFFFF;
}
	
.TopMiniNav a:hover {
	color: #FFCCCC;
}

.TopMiniNav a:active {
	color: #FFCCCC;
}

.TopMiniNav a:visited {
	color: #FFFFFF;
}

#TopCompanySlogan {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	padding-left: 15px;
	color: #FFCCCC;
	border: 0px none;
	font-weight: bold;
	font-variant: small-caps;
	z-index: 0;
}

/*-------begin test----*/


/*-------end test----*/

.SideContentQuotes {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	font-size: 11px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

.SideTitleL, .SideTitleR {
	height: 40px;
	background-image:  url(images/main_bkg_red_lines.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #660000;
	text-align: center;
	line-height: 40px;
	font-variant: small-caps;
	font-weight: bold;
	width: 154px;


}

.SideContentL, .SideContentR {
	background-color: #FFFFFF;
	font-family: "Microsoft Sans Serif", "MS Sans Serif", Arial;
	font-size: 12px;
	color: #660000;
}

#sidebarNavContainer {
	width: 154px;
}

#sidebarNavContainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*

#sidebarNavContainer a {
	display: block;
	background-color: #FFF;
	border-bottom: 1px solid #660000;
	padding: 7px 7px 7px 20px;
	height: 100%;
	text-decoration: none;
}
#sidebarNavContainer a:link, #sidebarNavList a:visited {
	color: #660000;
	text-decoration: none;
}
#sidebarNavContainer a:hover {
	background-color: #933;
	color: #fff;
}
*/
.SideNavSub {
	COLOR: #660000;
	text-decoration: underline;
	display: inline;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
	list-style-type: circle;
	position: relative;
	left: 5px;
}

.TopSearch {
}

.Content {
	padding: 20px;
	position: static;
	background-color: #FFFFFF;
}

.TopLogo {
	margin-left: 8px;
}
.SideNavList {
	list-style-position: outside;
	list-style-type: circle;
	color: #660000;
}
.TopBreadcrumbs {
	text-align: left;
	width: 600px;
	padding-left: 10px;
	margin: 0px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: FFCCCC;



}

.MainDividerWood {
	background-image: url(images/main_bkg_wood_hz.jpg);
	height: 36px;
	width: 100%;
	color: FFCCCC;



}
.MainDividerWood a:link {
	color: #FFCCCC;
}
	
.MainDividerWood a:hover {
	color: #FFFFFF;
}

.MainDividerWood a:active {
	color: #FFCCCC;
}

.MainDividerWood a:visited {
	color: #FFCCCC;
}

.MainDividerContainer {
	width: 904px;
	text-align: center;
	display: inline;
}

.TopShoppingBasket {
	float: left;
	text-align: right;
	width: 304px;
	padding-right: 10px;
	font-size: 11px;
	font-weight: bold;
	color: FFCCCC;
}

/*.SideUnorderedList {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: disc;
	color: #660000;
}
*/

.SideList li {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

form {
	margin: 0px;
	padding: 0px;
}

.ErrorMessage {
	color: #FF0000;
	font-weight: bold;
}

.ProductTitle {
	font-weight: bold;
}

#navCategories {
	width: 100%;
}

#navCategories li {
margin: 0;
padding: 0;
list-style-type: none;
}

#navCategories li a {
	display: block;
	background-color: #FFF;
	border-bottom: 1px solid #660000;
	padding: 7px 7px 7px 20px;
	height: 100%;
	text-decoration: none;
	list-style-type: none;
}

#navCategories li a:hover
{
	color: #990000;
	text-decoration: none;
}

/*-------------Layout Divs-----------------*/

/* Main content area for all pages */

#ContentContainer {
	background-color: #FFFFFF;
	width: 544px;
	margin: 0px;
}

#ContentContainer a {
	padding-bottom: 5px;
}

#ContentContainer li {
	padding-bottom: 5px;
	padding-top: 0px;
}

#ContentAreaL {
	float: left;
	width: 225px;
	margin-bottom: 20px;
}

#ContentAreaR {
	margin-left: 245px;
	margin-bottom: 20px;
}

#ContentAreaLeft {
	float: left;
	width: 262px;
	margin-bottom: 10px;
}

#ContentAreaMiddle {
	margin-left: 257px;
	margin-right: 257px;
	width: 30px;
	margin-bottom: 0px;
	background-image: url(/images/divider.gif);
	background-repeat: repeat;
	margin-top: 0px;
	margin-bottom: 10px;
}

#ContentAreaRight {
	margin-left: 282px;
	margin-bottom: 10px;
}

#ProductAreaLeft {
	float: left;
	width: 300px;
	margin-bottom: 10px;
}

#ProductAreaRight {
	margin-left: 320px;
	margin-bottom: 10px;
}

#ContentAreaR li{
	padding-bottom: 5px;
}

#ProductDetailsContainer {
	width: 200px;
}

#ProductDetailsRight {
	float: left;
	width: 60px;
}

#ProductDetailsLeft {
	margin-left: 70px;
	margin-bottom: 10px;
}

.LinkSquareBox a {
	display : block;
	padding : 3px;
	width: 190px;
	border: 1px solid #660000;
	text-align: center;
	margin-left: 40px;
}

.LinkSquareBox a:link, .LinkSquareBox a:visited {
	color: #660000;
	background-color: #FFCCCC;
	text-decoration: none;
}
	
.LinkSquareBox a:hover {
	color: #FFCCCC;
	background-color: #990000;
	text-decoration: none;
}

.LinkSquareBox a:active {
	color: #660000;
	background-color: #FFFFFF;
	text-decoration: none;
}

#ContentFooter {
	clear: both;
}

#ContentFooter h1 {
}

ul {
	margin-top: 20px;
}

.MiscAuthorizeNetSeal {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
}

#ContactUs label input textarea {
	display: block;
	margin-bottom: 0.63em;
	width: 175px;
}

#EMailContainer {
	width: 600px;
	border: 2px solid #660000;
	padding: 20px;
	background-image: url(/marketing/email_border.gif);
	height: 100%;
	margin: 0px 20px;
	background-repeat: repeat;
}

#EMailContainer P {
	line-height: normal;
}

.ContentImageList {
	width: 125px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	float: left;
	margin-bottom: 20px;
	margin-top: 10px;
}

.ContentImageList img {
	border: 1px solid #660000;

}

#Clear {
	clear: both;
	margin-top: 30px;
	margin-bottom: 30px;
}

#ClearProduct {
	clear: both;
}

.sectionBox {
	background-color: #E8CBCB;
	border: 2px dashed #660000;
	display: block;
	padding: 20px;
}

.coupon {
	width: 250px;
	padding: 10px;
	text-align: center;
	border: 3px dashed #ccc; }
	
.fieldset {
	border-right: 1px solid #75736E;
	border-bottom: 1px solid #75736E;
	border-left: 1px solid #F2F0EE;
	border-top: 1px solid #F2F0EE;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
} 

.outer { 
border-left: 1px solid #75736E; 
border-top: 1px solid #75736E; 
border-right: 1px solid #F2F0EE; 
border-bottom: 1px solid #F2F0EE; 
width: 257px; /* CHANGE THIS FOR BOX SIZE */ 
} 

.legend {
	float: left;
	margin-left: 15px;
	margin-top: -8px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	background: #FFF;
	border: 1px solid #333333;
}

/* Side Navagation ul & li. */

#nav {
	list-style-type: none;
	width: 154px;
}

#nav a {
	list-style-type: none;
	display: block;
	background-color: #FFF;
	border-bottom: 1px solid #660000;
	padding: 7px 0px 7px 10px;
	height: 100%;
	text-decoration: none;
}

#nav a:hover {
	background-color: #933;
	color: #fff;
}

#nav ul{
padding: 0;
margin: 0;
}

#nav ul li {
	list-style: none;
	margin-bottom: 0px;
}

#nav ul li ul {
margin-top: 10px;
}

#nav ul li ul a {
	color: #999;
	padding-left: 30px;
	background-color: #0000FF;
}

#nav li ul {
	display: none;
/*hide it if we are not in the section*/
}

#nav li.selected ul {
	display: block;
/*show it if we are in the section*/
}

.SidebarItems {
}

#SideBoxL {
	margin-right: 6px;
	background-color: #FFFFFF;
}

#SideBoxL li {
	list-style-type: none;
	display: inline;
	width: 154px;
	margin: 0;
	background-color: #FFF;
	height: 100%;
}

#SideBoxL li a {
	display: block;
	width: 154px;
	border-bottom: 1px solid #660000;
	padding: 7px 0px 7px 0px;
	text-indent: 10px;
	text-decoration: none;
}

#SideBoxL li a:hover {
	background-color: #933;
	color: #fff;
}

#SideBoxR {
	margin-left: 6px;
	background-color: #FFFFFF;
}

.SideContent {
}

.SidePadding {
	display: block;
	margin: 10px;
}

#news {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

#news .title {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.sidebarTitle {
	background-image: url(images/main_bkg_red_lines.gif);
	background-repeat: repeat;
font-weight : bold;
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
text-transform : uppercase;
	color: #660000;
	text-align: center;
	line-height: 40px;
	height: 40px;
	margin: 0;
}

.sidebarContent {
	background-color: #FFFFFF;
	padding: 0px;
	margin-bottom: 20px;
}