@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: url("images/rbfs_logos/gray_white_grad_2.png") repeat;*/
	background: #003768;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	background: url("images/rbfs_logos/gray_white_grad_2.png") repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	width: 980px; 
	background: #FFFFFF; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/*#leftCol{*/
.twoColFixLtHdr #sidebar1 {
	position: relative;   
	float: left;
	clear: right; 	 
	left: 0px;	
	width: 180px;
	top: 0px;	
	margin: 0 2px 0 0;
	padding: 0 0 0 0;	
	border-right: 6px solid #3CA4A3;
	border-left: 6px solid #3CA4A3;
	border-bottom: 6px solid #3CA4A3;
	background-color: #003768;	
	}
	
.sidebar_menu {
		font-size: 11px;
		margin: 5px 0 0 5px;
		font-weight: normal;
		color: #ffffff;
		line-height: 1.6em;
}	


.sidebar_menu li {
	list-style-type: none;
}

/* SIDE BAR MENU LINKS BELOW*/

sidebar_menu a{
	color: #FFFFFF;
	text-decoration: underline;	
}


.sidebar_menu a:link {
	color: #ffffff;
	text-decoration: none;
}

.sidebar_menu a:visited {
color: #FFFFFF;
text-decoration: none;
}

.sidebar_menu a:hover {
border: 1px solid #cc0000;
background: #ffffff;
color: #cc0000;
} 

.sidebar_menu a:active {
     color:#cc0000;
     /*color: #ffffff;*/
	 text-decoration: none;
}	 

/* END SIDEBAR LINKS*/





/* MAIN CONTENT LINKS BELOW*/

a {
	color: #cc0000;
	text-decoration: underline;	
}

.ul:menu {
     margin-left: 5px;
}	 

a:link {
	color: #cc0000;	
	text-decoration: underline;
}

a:visited {
	color: #cc0000;
	text-decoration: underline;
}

a:hover{
	color: #cc00ff;	
	text-decoration: none;
}


/* END MAIN CONTENT LINKS */


p {
	font-family: Arial,sans-serif;
	margin: 2px 7px 6px 7px;	
	padding: 0 0 0 0;
	font-size: 13px;
	}


/*.twoColFixLtHdr #sidebar1 {
	float: left;  since this element is floated, a width must be given 
	width: 200px; /* 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: #DBFBE8; /* the background color will be displayed for the length of the content in the column, but no further 
	padding: 5px 5px 5px 5px;
}*/
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 195px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#ffffff; */
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1{
 font-family: Arial,sans-serif;
 font-size: 170%;
 color: #000000;
 font-weight:normal
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 140%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 120%;
 color: #336699;
 margin: 0 0 5px 7px;
 padding: 0 0 0 0;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 106%;
 font-weight: bold;
 color: #334d55;
 margin: 0 0 5px 7px;
 padding: 0 0 0 0;
}

h5{
 font-family: Arial,sans-serif;
 font-size: 106%;
 font-weight: normal;
 color: #334d55;
 margin: 0 0 5px 7px;
 padding: 0 0 0 0;
}

h6{
 font-family: Arial,sans-serif;
 font-size: 60%;
 font-weight: normal;
 color: #334d55;
 margin: 7px 0 0 7px;
 padding: 0 0 0 0;
}




.listIt { 
		font-size: 11px;
		margin: 5px 0 0 5px;
}

.scent {
		font-size: 10px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
}

.listIt2 { 
		font-size: 12px;
		/*margin: 5px 0 0 5px;*/
}

/* BEGIN TOP MENU LINKS */

.topmenu {
		font-size: 13px;
		margin: 5px 0 0 5px;
		font-weight: bold;
		color: #003768;
}	



topmenu a{
	color: #003768;
	text-decoration: none;	
}


.topmenu a:link {
	color: #003768;
	text-decoration: none;
}

.topmenu a:visited {
color: #003768;
text-decoration: none;
}

.topmenu a:hover {
/*border: 1px solid #ff9900;*/
/*background: #333333;*/
color: #cc0000;
} 

.topmenu a:active {
     color:#003768;
     /*color: #ffffff;*/
	 text-decoration: none;
}	 


/* END TOP MENU LINKS */	

/*.bottommenu {
		font-size: 11px;
		margin: 5px 0 0 5px;
		font-weight: bold;
		color: #a00702;*/
}	


/* BEGIN BOTTOM MENU LINKS */

.bottommenu {
		font-size: 11px;
		margin: 5px 0 0 5px;
		font-weight: bold;
		color: #cc0000;
}	



bottommenu a{
	color: #cc0000;
	text-decoration: none;	
}


.bottommenu a:link {
	color: #cc0000;
	text-decoration: none;
}

.bottommenu a:visited {
color: #cc0000;
text-decoration: none;
}

.bottommenu a:hover {
/*border: 1px solid #ff9900;*/
/*background: #333333;*/
color: #000000;
} 

.bottommenu a:active {
     color:#003768;
     /*color: #ffffff;*/
	 text-decoration: none;
}	 


/* END BOTTOM MENU LINKS */	

.bottominfo {
		font-size: 10px;
		margin: 5px 0 0 5px;
		font-weight: normal;
		color: #006666;
}		

/* START CART CHECKOUT PAGES */	

.nopheader {
		font-size: 11px;
		margin: 5px 0 0 5px;
		font-weight: strong;
		color: #gggggg;
		line-height: 1.6em;
}	

.nopentry {
		font-size: 10px;
		margin: 5px 0 0 5px;
		font-weight: normal;
		color: #gggggg;
		line-height: 1.6em;
}	

.noptotal{
		font-size: 10px;
		margin: 5px 0 0 5px;
		font-weight: strong;
		color: #gggggg;
		line-height: 1.6em;
}	

/* END CART CHECKOUT PAGES */	

/*body {
  background: url("images/rbfs_logos/gray_white_grad.png") repeat;
}*/
