/* Main Site Layout CSS*/

/* default for all pages*/

body {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-color:#bcb8b8;
	
	}

h1{
	margin-left:5px;
	margin-top:3px;	
	margin-bottom:2px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#eb1723;	
}

h2{
	margin-left:5px;
	margin-top:3px;	
	margin-bottom:2px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;	
}

h3{
	margin-left:5px;
	margin-top:3px;	
	margin-bottom:2px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#13199b;	
	font-weight: bold;
}

h4{
	margin-left:0px;
	margin-top:2px;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#a28e53;
	padding-bottom: 0px;	
}

h5{
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	
}

h6{
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#4c7eb6;
	
}

 ul
{
list-style-type: disc;
}

.style1 {color: #FF0000}

.regular-text {
	font-family: Arial, Helvetica, sans-serif;
	margin-left:5px;
	margin-right:5px;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 5px;
	
}

.bold-regular-text {
	font-family: Arial, Helvetica, sans-serif;
	margin-left:5px;
	margin-right:5px;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 5px;
	font-weight: bold;
	
}

.product-red-text {
	font-family: Arial, Helvetica, sans-serif;
	margin-left:5px;
	margin-right:5px;
	font-size: 12px;
	font-style: normal;
	color: #e7183f;
	text-decoration: none;
	margin-top: 5px;
	font-weight: bold;
	
}

.price-text {
	font-family: Arial, Helvetica, sans-serif;
	margin-left:5px;
	margin-right:5px;
	font-size: 12px;
	font-style: normal;
	color: #eb1723;
	text-decoration: none;
	margin-top: 5px;
	
}




.table-border-black{
border:solid;
border-color:#000000;
border-width:1px;

}

.td-black-right-border{
border-right:solid;
border-right-color:#0e2569;
border-right-width:1px;
background-color:#0e2569;

}

.td-black-top-border{
border-top:solid;
border-top:#0e2569;
border-top-width:1px;
background-color:#ffffff;

}


/*links*/


.a1:link {
	color: #324297;
	text-decoration: underline;
}

a:link {
	color: #324297;
	text-decoration: underline;
	font-weight: bold;
	border:none; 
}
a:visited {
	color: #324297;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #8D2121;
}
a:active {
	color: #660000;
	font-weight: bold;
	text-decoration: underline;
}


/*backgrounds*/
.top-bar-right-top-bg {
  background-image: url("/");
}
 
.top-bar-right-bottom-bg {
  background-image: url("/");
}
 
.nav-bg{
  background-image: url("/app/site/_self/img/nav-bg.jpg");
}
 
.tr-white-bg{
  background-color:#ffffff;
}

.footer-red-bg {
  background-image: url("/app/site/_self/img/footer.jpg");
}


/*menu css*/

.menu-text {
  border-bottom: 1px dotted #999999;
	font-family: Arial, Helvetica, sans-serif;
  padding: 3px 2px 7px 10px;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	vertical-align:middle;
}
	
.menu-header-text {
	font-family: Arial, Helvetica, sans-serif;
	margin-left:20px;
	margin-right:2px;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
	
.small-text {
	font-family: Arial, Helvetica, sans-serif;
	margin-left:3px;
	margin-right:0px;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 2px;
}

.catagory-text {
  font-family: Arial, Helvetica, sans-serif;
	margin-left:5px;
	margin-right:5px;
	font-size: 12px;
	font-style: normal;
	color: #2f3394;
	margin-top: 5px;
	margin-bottom: 5px;
	text-shadow: #000000 5px 5px 5px;
}

.duffelbags-text {
  font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-style: italic;
	color: #a5171d;
	font-weight: bold;
	

}

	
	
.menu-break{
  background-image: url("/app/site/_self/img/menu-break_05.jpg");
}
 
.blue-menu-break{
  background-image: url("/");
}
 
.menu-header{
  background-image: url("/app/site/_self/img/side-bar-header.jpg");
}
 
.cat-header{
  background-image: url("/app/site/_self/img/blue-category-header.jpg");
}
 
.table-border-grey{
  width:166px;
  border:solid;
  border-color:#c0c0c0;
  border-width:1px;
  background-color:#ffffff;
}

.cart-buttons {
	margin-left:5px;
	margin-right:5px;
	margin-top: 8px;
	margin-bottom: 8px;
}

/* main banner */

.top-banner-border {
  background-image: url("/");
}

.bottom-banner-border {
  background-image: url("/");
}



/*new table*/
.top-table-border {
  background-image: url("/app/site/_self/img/new-table_04.jpg");
}

.bottom-table-border {
  background-image: url("/app/site/_self/img/new-table_11.jpg");
}

.left-table-border {
  background-image: url("/app/site/_self/img/new-table_07.jpg");
}

.right-table-border {
  background-image: url("/app/site/_self/img/new-table_09.jpg");
}


