﻿body
{
    width:100%;
    margin:0px;
    padding:0px;
    background-color:#353535;/*#3b3b3b;*/
    font-size:100%;
    font-family:Arial;
    
}

#outercontainer
{
    position:relative;
    background-color:#7CA18E;
    margin:50px;
    min-width:900px;
    /*width:950px;
    margin:50px auto 50px auto;*/
}

a
{
    color:#3E6A5C;/*#527D6F;*/
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}

td
{
    position:relative;
}

/* Custom link decoration */
.unsubscribeLink
{
    color: #0b8257;
    text-decoration: underline;
    font-weight: bold;
}

.privatePolicyLink {
    color: #0b8257;
    text-decoration: underline;
    font-weight: bold;
}

/* The main horizontal regions at the top of the page hierarchy. */
#pagehead
{
    position:relative;
    height:130px;
    padding:30px 25px 0px 50px;
    
}

#pagebody
{
    position:relative;
    width:100%;
    margin-bottom:25px;
   
}



/* Content of the header */

#logo
{
    background-image:url('../Images/RxFilesLogo.png');
    background-repeat:no-repeat;
    float:left;
    width:97px;
    height:64px;
}

#headbackground
{
    position:absolute;
    width:100%;
    height:270px;
    
    background-image:url('../Images/background-fade_slice.png');
    background-repeat:repeat-x;
}

#feedbacklinks
{
    position:absolute;
    top:10px;
    right:25px;
    font-size:0.95em;
}

#feedbacklinks a
{
    color:#000000;/*#1C3930;*/
    font-size:0.8em;
    font-weight:bold;
}

#feedbacklinks a:hover
{
    color:#CDE0DB;/*#122B23; #1C3930; #255747;*/
}

#feedbacklinks .feedbacknotify, 
#feedbacklinks .subscriptionnotify
{
    display:inline;
    padding-left:3px;
    border-left: solid 2px #122B23;
}

#feedbacklinks .feedbacknotify a,
#feedbacklinks .subscriptionnotify a 
{
    display:inline-block;
    background-image:url('../Images/StarIconVerySmall.png');
    background-repeat:no-repeat;
    padding-left: 15px;
    vertical-align:bottom;
}

#search
{
    position:absolute;
    top:110px;
    left:400px;
}




#viewcart
{
    position:absolute;
    top:80px;
    right:25px;
}



/* The navigation menu */

#tabmenu
{
    position:absolute;
    top:135px;
    left:45px;
    font-family:Arial Black;
}

.menu_item
{
    background-image:url('../Images/Menu_BackgroundTab.png');
    background-repeat:no-repeat;
    color:#795b1f;
}

.menu_item a
{
    text-decoration:none;
    color:#795b1f;
}

.menu_selecteditem
{
    background-image:url('../Images/Menu_ForegroundTab.png');
    background-repeat:no-repeat;
}

.menu_selecteditem a
{
    text-decoration:none;
    color:#4e4e4e;
}

.menu_item, .menu_selecteditem
{
    padding-top:5px;
    width:130px;
    height:20px;
    border-bottom:solid 1px #C0AB96;
    text-align:center;
    font-weight:bold;
    font-size:0.7em;
    position:relative;
    float:left;
    margin:0px;
    margin-right:2px;
}



.menu_selecteditem
{
    height:21px;
    border-bottom:none;
}

.menu_item a:hover, .menu_selecteditem a:hover
{
    color:Black;
}

.menu_submenuhidden
{
    visibility:hidden;
    position:absolute;
}

.menu_submenu
{
    position:absolute;
    top:26px;
    left:0px;
    background-color:#faf6de;
    border:solid 1px #c8ad7a;
    margin:0px;
    width:160px;
}

.menu_submenuitem
{
    display:block;
    text-align:left;
    border:solid 2px #e6d095;
    padding:5px;
}

.menu_submenuitem:hover
{
    color:Black;
}



/* All title text */

#titles
{
    float:left;
    padding-left:50px;
    padding-bottom:50px;
    
    color:#CDE0DB;
    font-weight:bold;
    font-size:0.95em;
}

#title
{
    color:#ffffff;
    font-size:2.2em;
    font-family:Arial Black;
}



/* Rounded edges and dimensions for the main body of the page. */

#leftcorner
{
    position:absolute;
    top:1px;
    left:25px;
    width:20px;
    height:20px;
    
    background-image:url('../Images/LeftCorner.png');
    background-repeat:no-repeat;
}

#rightcorner
{
    position:absolute;
    right:25px;
    top:1px;
    width:20px;
    height:20px;
    
    background-image:url('../Images/RightCorner.png');
    background-repeat:no-repeat;
}

#topedge
{
    position:absolute;
    left:45px;
    right:45px;
    height:20px;
    
    background-image:url('../Images/TopEdge.png');
    background-repeat:repeat-x;
    border-top:solid 1px #C0AB96;
}

#pagecontent
{
    background-color:#ffffff;
    padding:0px 25px 15px 25px;
}

#centralframe
{
    background-color:White;
    border: solid 1px #aaaaaa;
}

#bodycentre
{
    position:absolute;
    top:20px;
    left:25px;
    right:25px;
}

#breadcrumbs
{
    color:#957942;
    font-size:0.7em;
    padding-bottom:10px;
    font-weight:bold;
}

#breadcrumbs a
{
    color:#6b5325;
}



/*
main page body
*/
#main
{
    background-color:White;
    border-top:solid 1px #aaaaaa;
    color:Black;
}

#maincontent
{
    padding:15px 40px 50px 40px;
    font-size:0.9em;
    line-height:1.3em;
}

#maincontenttitle
{
    font-size:1em;
    font-family:Arial Black;
    background-image:url('../Images/PageHeaderGreenGray.png');
    background-repeat:repeat-x;
    height:24px;
    color:#000000;
    padding:4px;
    padding-left:35px;
    border:solid 1px #555555;
    border-left:none;
    border-right:none;
}

#pagefoot
{
    padding:20px;
    right:10px;
    text-align:center;
    
    color:#666666;/*#527D6F;*/
    font-size:0.8em;
    font-weight:bold;
}

#pagefoot a
{
    color:#999999;
    padding:0px 8px 0px 10px;
    border-left:solid 2px #999999;
}
#pagefoot a:hover
{
     color:#dddddd;
}
#pagefoot a:first-child
{
    border-left:none;
}
#pagefoot div
{
    padding:10px;
}

.partnershipgroups
{
	margin-right: 20px;
}
.partnershipslist 
{
	width: 100%;
}
.partnershipslist td
{
	padding-left: 0 !important;
}


/*follow us*/
.followus
{
	background-color:rgb(251, 240, 217);
	color:#6b5325;
	padding-top:10px;
	padding-bottom:40px;
	padding-left:10px;
	padding-right:10px;
	border-style:solid;
	border-top-style:none;
	border-color:#aaa;
	border-width:1px;
	position:relative;
}

.followus .header
{
	margin-left:auto;
	margin-right:auto;
	width:80px;
	font-weight:bold;
	padding-bottom:5px;
}

.facebookfollow
{
	width:32px;
	height:32px;
	background-image:Url('../Images/facebook.png');
	cursor:pointer;
	position:absolute;
	bottom:10px;
	left:30px;
}

.twitterfollow
{
	width:32px;
	height:32px;
	background-image:Url('../Images/twitter.png');
	cursor:pointer;
	position:absolute;
	bottom:10px;
	left:70px;
}

.instagramfollow {
    width: 32px;
    height: 32px;
    background-image: Url('../Images/instagram.png');
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    left: 110px;
}

.landAcknowledgement 
{
    margin-top: 7px;
    color: #ffffff;
}

.landAcknowledgement a 
{
    color: gold !important;
}