



/* Global Wrapper */
.containerGlobal {
   position: relative;

   width: 750px;
	border: solid #ccc;   
	border-width: 1px 1px 1px 1px;
	margin: auto;
	background: white;
/* 	background: #edf2ff;  */
}




/* HTML redefines */
body
{
	font-family: Arial, Helvetica, sans-serif;
	color: navy;
/*	background: #d0d0d0; */ 
	background: none;  
	margin: 0px 0px 0px 0px;
	border: 0px;
}

div	{clear: both}

hr
{
	display: none;
}
abbr,
acronym
{
	border-bottom: none;
	font-style: normal;
}
blockquote
{
	padding: 0px;
	margin: 0px;;
	display: inline;
}
a
{
	text-decoration: none;
	color: #003481;
}
a.u
{
	text-decoration: underline;
	color: #003481;

}
a:hover
{
	color: #09f;
}
a img
{
	border: none;
}
form
{
	margin: 0px;
	padding: 0px;
}
h1
{
	font-weight: normal;
	font-size: 170%;
	margin: 0px;
	padding: 7px 0px 0px 30px;
	color: white;
}
h2
{
	font-size: 140%;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #00ad63;
}
h3, h4
{
	font-size: 120%;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	color: #00ad63;
}
p
{
	font-size: 100%;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color:navy;
}
img 	{
	border-left: 1px solid #808080;
    	border-top: 1px solid #808080;
    	border-right: 1px solid #808080;
    	border-bottom: 1px solid #808080;
	
	}

img.left 	{
	float: left;	
	border-left: 1px solid #808080;
    	border-top: 1px solid #808080;
    	border-right: 1px solid #808080;
    	border-bottom: 1px solid #808080;
	margin-right: 20px;
	}
img.right 	{
	float: right;	
	border-left: 1px solid #808080;
    	border-top: 1px solid #808080;
    	border-right: 1px solid #808080;
    	border-bottom: 1px solid #808080;
	margin-left: 10px;
	}

/* HTML redefines (end of) */

/* Header Wrapper */
.containerHeader {
   float: left;
   width: 100%;
height: 100px;	
	background: navy url(grad4.jpg);
}

.containerHeaderText {
	color: white;
	
	padding: 10px;
}

/* Logo Area (includes strapline) */
.rbsHeaderLogo {
   float: left;
   width: 173px;
}



/* Top Navigation Wrapper */
.rbsMainNavigation {
   width: 100%;
   float: left;
   clear: left;
 
   font-size: 80%;
   /* */
   background: #00ad63;
}

/* Top Navigation List */
.rbsMainNavigation ul {
   margin: 0px;
   padding: 0px 0px 0px 20px;
   float: left;
} 


/* Standard List Items */
.rbsMainNavigation ul li {
	margin: 0px;
	float: left;
	line-height: 170%;
	
	list-style-type:none;
	padding: 0px 0px 0px 5px;
	
}

/* Standard List Links */
.rbsMainNavigation ul li a {
   float: left;
   /* \*/
   float: none;
   /* */
   color: #fff;
   padding: 0px 9px 0px 8px;
   display: block;
   
}

/* Standard List Link (hover) */
.rbsMainNavigation ul li a:hover {
   background: #20cd83;
   color: #fff;
   
}

/* First List Item */
.rbsMainNavigation ul li.rbsFirstItem {
   background: none;
   padding-left: 0px;
}

/* First List Item Link */
.rbsMainNavigation ul li.rbsFirstItem a {
   padding-left: 10px;
}

/* Selected List Item */
.rbsMainNavigation ul li.rbsSelectedItem {
   background-color: #fff;
}

/* Selected List Item Link */
.rbsMainNavigation ul li.rbsSelectedItem a {
   color: #003481;
   border-top: 1px solid #003481;
}

/* Selected List Item Link (mouse over) */
.rbsMainNavigation ul li.rbsSelectedItem a:hover {
   color: #003481;
   border-top: 1px solid #003481;
   background-color: #fff;
   cursor: default;
}



/* Main Homepage Styles */
.containerHomeContent {
   float: none;
}
.rbsMainContent {
   float: left;
   font-size: 90%;
   /* \*/
   float: none;
   font-size: 80%;
   /* */
} 



/* Footer Wrapper */
.containerFooter {
   float: left;
   width: 100%;
	height: 18px;
   
   border-top: 1px solid #999;
   background: #00ad63;
	margin: 0px;

   padding: 0px;
   border-bottom: 1px solid #999;
   

} 
.Footertext {
	padding: 0px 30px;
	margin: 0px;
	border 0px;
	color: white;
	font-size: 70%
	
}

.Footertext p {
	padding: 7px 0px 0px 0px;
	margin: 0px;
	border: 0px;
	line-height: 0;
	text-align: left;
}

/* Your Offers Categories Specific Styles */

.youroffersCategoriesContainer {
	display: inline;
	position: relative;
	width: 660px;
	float: left;
	background: none;
	padding-top: 8px;
	margin-left: 20px;
	padding-right: 0px;

}


/* Your Offers Index Specific Styles */

.ul_search {
	margin-left: 3em;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 1em;
	font-size: 90%;
	color: navy;
}



.MainContentContainer {
	display:inline;
	position: relative;
	width: 680px;
	float: left;
	background: none;
	padding-top: 8px;
	margin-left: 30px;
	padding-right: 0px;
	font-size: 80%;

}



.MainContentContainer2 {
	display:inline;
	position: relative;
	width: 700px;
	float: left;
	background: none;
	padding-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	font-size: 80%;

}