@import url( merchandise.css );

@charset "utf-8";
/* Use this CSS Document to override the main style sheet */

body {background: #A1A1A1;}

h1, h2, h3, h4 { color:#B0B0B0;}

a:link {color: #80141E;	text-decoration: normal;}
a:visited {color: #80141E; text-decoration: normal;}
a:hover {color: #0033CC; text-decoration: underline;}
a:active, a:focus {color: #80141E; text-decoration: normal;}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 176px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #cdcdcd; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}

/* NAV CONTAINER 
-----------------------------------------------------------*/
.xb2, .xb3, .xb4 { background:#A32634; border-left:1px solid #cdcdcd; border-right:1px solid #cdcdcd;  }

.xb1 { margin:0 5px; background:#cdcdcd; }

.xboxcontent { display:block; border:0 solid #cdcdcd; border-width:0 1px; height:auto; background-color:#FFFFFF; }

.align_center{ text-align:center;}



/* used for 2 column layout */
#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F4EBE6;
	background-image:url(../graphics/container-bg.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 /* used for 3 column layout */
#container-3col { 
	width: 800px; 
	background: #F4EBE6;
	background-image:url(../graphics/container-bg_3col.gif);
	margin: 0 auto; 
	text-align: left;
}

#right-col { float:right; width:140px; background-color:#FFF; margin:0; }

.client_color1{color:#A32634;} 
.client_background-color1{ background-color:#A32634;}

.client_color2{color:#FFFFFF;}
.client_background-color2{ background-color:#FFFFFF;}

.client_color3{color:#000000;}
.client_background-color3{ background-color:#000000;}

