/*-----------------------------------------------
GLOBALS
-------------------------------------------------*/
*
{
	border: none;
	padding: 0px;
	margin: 0px;
}

body
{
	font-family: "Trebuchet MS" Verdana Arial Helvetica sans-serif;
	color: #000;
	background-color: #fff;
}

div.float-right
{
	float: right;
}
div.float-left
{
	float: left;
}
div.clear
{
	line-height: 1px;
	clear: both;
}


/*-----------------------------------------------
STRUCTURAL STYLES
-------------------------------------------------*/
div#container
{
	width: 980px;
	margin: 0px auto;
}
div.wrapper
{
	width: 863px;
	margin: 0px auto;
}


/*-----------------------------------------------
HEADER
-------------------------------------------------*/
div#header
{
	padding: 20px 0px 0px 0px;
}

/*-----------------------------------------------
BANNER
-------------------------------------------------*/
div#banner
{
	clear:both;
	background: transparent url( '../images/banner/banner-bg.gif' ) no-repeat top left;
}

div#banner div.wrapper
{
	padding:20px 0px 0px 5px;
	background: transparent url( '../images/banner/banner.jpg' ) no-repeat top left;
}

html>body div#banner-text {
	background: transparent url('../images/banner/banner-text.png') no-repeat scroll top left;
}

div#banner-text {
	height: 174px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/banner/banner-text.png'); 
}

/*-----------------------------------------------
CONTENT
-------------------------------------------------*/
div#content
{
	background: transparent url( '../images/content/content-light-bg.gif' ) repeat-x top left;
}
div#content div.wrapper
{
	background: transparent url( '../images/content/content-bg.gif' ) repeat-x scroll top left;
}
div#content div.area
{
	padding: 25px 0px 1px 20px;
}


/*-----------------------------------------------
CONTENT - LEFT CONTENT
-------------------------------------------------*/
div#left-content
{
	width: 218px;
	float: left;
	text-align: left;
}


div#left-content div.section
{
	padding-bottom: 25px;
}

div#left-content div.section H3
{
	color: #f19f0d;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	margin-bottom: 10px;
}

div#left-content div.section H3 SPAN
{
	display: block !important;
	font-size: 18px !important;
	width: 100% !important;
}




/*-----------------------------------------------
CONTENT - LEFT CONTENT NAVIGATION
-------------------------------------------------*/
#left-content LI
{
	list-style-type: none;
	font-size: 12px;
}
#left-content LI A {cursor: pointer;}
#left-content LI A.green
{
	height: 24px;
	width: 193px;
	display: block;
	background: transparent url( '../images/content/left-content/button-green.gif' ) no-repeat;
	line-height: 24px;
	padding-left: 20px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 3px;
	text-decoration: none;
}

.gridView
{
   	background: transparent url( '../images/content/left-content/squareGreen.gif' ) repeat-x;
	display: block;
	color: #000000;
	text-decoration: none;
}

.staticDefaultButton
{
    cursor: pointer;
   	background: transparent url( '../images/content/left-content/squareGreen.gif' ) repeat-x;
	height: 44px;
	padding-left: 18px;
	display: block;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
	padding-top: 5px;
	margin-bottom: 3px;
	padding-right: 10px;
}
.defaultButton
{
    cursor: pointer;
   	background: transparent url( '../images/content/left-content/button-green-big.gif' ) no-repeat;
	height: 36px;
	width: 183px;
	display: block;
	padding-left: 18px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
	padding-top: 5px;
	margin-bottom: 3px;
	padding-right: 10px;
}
.defaultButton:hover
{
    text-decoration: none;
}

.staticOrangeButton
{
    cursor: pointer;
	display: block;
	height: 44px;
	padding-left: 18px;
	background: transparent url( '../images/content/left-content/squareOrange.gif' ) repeat-x; 
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
	padding-top: 5px;
    margin-bottom : 3px;
	padding-right: 10px;
}
.orangeButton
{
    cursor: pointer;
	display: block;
	width: 199px;
	height: 36px;
	background: transparent url( '../images/content/left-content/button-orange-big.gif' ) no-repeat;
	padding-left: 18px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
	padding-top: 5px;
    margin-bottom : 3px;
	padding-right: 10px;
}
.orangeButton:hover
{
    text-decoration: none;
}

#left-content LI A.green-big
{
	background: transparent url( '../images/content/left-content/button-green-big.gif' ) no-repeat;
	height: 36px;
	width: 183px;
	display: block;
	padding-left: 20px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
	padding-top: 5px;
	margin-bottom: 3px;
	padding-right: 10px;
}

#left-content LI A.orange
{
	display: block;
	width: 199px;
	height: 24px;
	background: transparent url( '../images/content/left-content/button-orange.gif' ) no-repeat;
	padding-left: 18px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
	padding-top: 5px;
}

#left-content LI A.orange-big
{
	display: block;
	width: 199px;
	height: 36px;
	background: transparent url( '../images/content/left-content/button-orange-big.gif' ) no-repeat;
	padding-left: 18px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
	padding-top: 5px;
}



/*-----------------------------------------------
CONTENT - RIGHT CONTENT
-------------------------------------------------*/
div#right-content
{
/*	margin-left: 246px;*/
	margin-left: 240px;
}
div#right-content div.section-center
{
	text-align: center;
	padding-bottom: 75px;
}
div#right-content div.section-center H2
{
	margin-bottom: 20px;
	color: #3c6812;
	font-size: 20px;
	background-image: url('../images/content/right-content/pharmacy-shadow.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 15px;
}
#right-content #top-heading {
	margin-top: 20px;
}
div#right-content div.section-center P
{
	color: #000;
	font-size: 18px;
	line-height: 1.6em;
}
div#right-content div.section-center UL
{
	list-style-type: none;
	text-align:left;
	
}
div#right-content div.section-center UL LI
{
	padding-bottom:15px;
	padding-left:20px;
	background: transparent url('../images/content/right-content/bullet1.gif') no-repeat center left;
}

div#right-content div.section-center UL LI A
{
	color: #000;
	text-decoration: none;
}


/*-----------------------------------------------
FOOTER
-------------------------------------------------*/
div#footer
{
	background: #9DCB5C url( '../images/footer/footer-light-bg.gif' ) repeat-x top left;
	margin-top:10px;
}
div#footer div.wrapper
{
	background: #8FC445 url( '../images/footer/footer-wrapper-bg.gif' ) repeat-x scroll top left;
}
div#footer div.area
{
	padding: 15px;
}
div#footer P
{
	font-size: 11px;
	color: #fff;
	line-height: 1.2em;
}
div#footer P.strong
{
	font-size: 13px;
	font-weight: bold;
	line-height: 1.8em;
}
div#footer A
{
	color: #FFD881;
	white-space: nowrap;
}
div#copyright
{
	margin-left: 115px;
}
div#copyright P
{
	font-size: 12px;
}
div#links
{
	clear: left;
	padding-top: 10px;
}
/*-----------------------------------------------
CSS1
-------------------------------------------------*/
.home-page {
	margin: auto;
	width: 471px;
}

.product {
	text-align: left;
	width: 100%;
}

.product .p-head {
	width: 100%;
	height: 25px;
}
.product.product-red .p-head {
	background: url("../images/bg-head-red.gif") left top repeat-x;	
}
.product.product-yellow .p-head {
	background: url("../images/bg-head-yellow.gif") left top repeat-x;	
}
.product.product-blue .p-head {
	background: url("../images/bg-head-blue.gif") left top repeat-x;	
}
.product.product-lilac .p-head {
	background: url("../images/bg-head-lilac.gif") left top repeat-x;	
}
.product .p-head H1 {
	padding: 0 0 0 17px;
	margin: 0;
	font-size: 14px;
}
.product.product-red .p-head H1 {
	color: #e7d9d4;
}
.product.product-yellow .p-head H1 {
	color: #fde8cc;
}
.product.product-blue .p-head H1 {
	color: #d7f5ff;
}
.product.product-lilac .p-head H1 {
	color: #ecf2ff;
}
.product UL {
	padding: 5px 0 0 0;
	margin: 0 0 0 10px;
	list-style-type: none;
	line-height: 25px;
	font-size: 13px;
}
.product UL LI {
	background: url("../images/arrow-right.gif") left 8px no-repeat;
	padding: 0 0 0 10px !important;
}
.product .p-image {
	font-size: 1px;
	line-height: 0;
}
.product .p-image.p-padding {padding: 9px 0 1px 0;}

.right-col.plan-comparisions {
	text-align: left !important;
}
P.description {
	font-size: 13px;
	padding: 0;
	margin: 0;
}
.right-col.plan-comparisions .right-table {
	margin-top: 5px;
	margin-bottom: 5px;
}
.tables-bottom .right-table {
	margin: 0 !important;
} 

.right-table.width445 {width: 445px !important;}
.right-table.width445 TD {
	width: auto;
}
.right-table.width445 TD.small-td {width: 8px;}
.right-table.width445 .width130 {width: 130px;}
.right-table.width445 .width190 {width: 190px;}
.right-table.width445 .width200 {width: 200px;}
.right-table.width445 .width60 {width: 60px;}
.right-table.width445 .width70 {width: 70px;}
.width100p {width: 100%;}
.col-bottom-left {
	padding-right: 27px;
}
.tables-bottom {
	padding-top: 20px;
	text-align: left;
	padding:20px 0pt 0pt 20px;
	text-align:left;
	width:93%;
} 
.padding-b0 {padding: 0 !important;}
/*-----------------------------------------------
CSS2
-------------------------------------------------*/

/*  Tags Declaration  */
BODY {
    margin: 0;
    padding: 0;
	background: #ffffff;
    text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
A {text-decoration: none;}
A:HOVER {text-decoration: underline;}
IMG {border: none;}

.relax{
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
/*  Page  */
.page {
    margin: auto;
    text-align: left;
	width: 865px;
}
/*  Content  */
.content {
    width: 100%;
}
.left-col {
	width: 220px;
	background: #cccccc;
}
.right-col {
	width: 595px;
	text-align: center;
}
.right-table {
	width: 595px;
	text-align: center;
	position: relative;
	margin-top: -7px;
	margin-bottom: 10px;
}
.right-table TD {
	border-top: 1px solid #ffffff;
}

.green-head  P {
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 13px;
	line-height: 13px;
}
.small-td {
	line-height: 0px;
	font-size: 1px;
	width: 8px;
}
.green-head TD {
	border-bottom: 1px solid #ffffff;
	background: #71b434;
	height: 27px;
}
.left-td {
	width: 240px;
}
.center-td {
	width: 140px;
	background: #dbeace;
}
.right-td {
	width: 205px;
}
.green-tr {
	background: #eef5e6;
}
.green-tr TD {
	padding: 2px 0px;
}
.green-tr P {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	line-height: 13px;
	color: #131313;
}
P.with-icon,  .green-tr A {
	font-size: 12px;
	color: #131313;
	float: left;
	margin-left: 3px;
	text-align: left;
	line-height: 15px;
	padding: 0px 0px 3px 15px;
	margin-top: 3px;
	width: 90%;
	background:  url(../images/orange-icon.gif) no-repeat  left top;
}
P.small-text {
	padding: 0px;
	margin: 0px;
	color: #131313;
	font-size: 10px;
	text-align: left;
	margin-top: 5px;
	font-weight: bold;
}
.you-d {
	margin-top: 55px;
}
P.orange-icon {
	padding: 0px;
	margin: 0px;
	color: #131313;
	font-size: 12px;
	font-weight: bold;
	padding-left: 40px;
	text-align: left;
	margin-left: 27px;
	padding-bottom: 7px;
	text-transform: uppercase;
	background:  url(../images/orange-icon-list.gif) no-repeat  left center;
}
/*----*/
.bg-body {
	background: #ffffff  url(../images/bg-body.jpg) no-repeat  top center;
}
.big-content {
	width: 100%;
	height: 514px;
}
.big-content H1 {
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	font-size: 21px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 21px;
	margin-left: 70px;
}
.big-content H2 {
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	font-size: 17px;
	margin-top: 3px;
	margin-left: 70px;
	font-weight: normal;
}
.big-content A {
	float: right;
	margin-right: 47px;
}
.bg-footer {
	width: 100%;
	position: relative;
	margin-top: -5px;
	text-align: center;
	background: #bbca68  url(../images/bg-footer.gif) repeat-x  top left;
}
.bg-footer .page {
	width: 864px;
}
.footer {
	width: 100%;
	position: relative;
	margin-left: -2px;
	background: #9eb326  url(../images/bg-footer-block.gif) repeat-x  top left;
}
.footer A {
	float: left;
	margin-right: 25px;
	margin-top: 15px;
}
.footer H1 {
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	color: #ffffff;
	margin-top: 30px;
}
.footer P {
	font-size: 11px;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
}
.footer-block {
	float: right;
	width: 730px;
	padding-bottom: 64px;
}
/*-----*/
.right-col H1.steps {
	font-size: 24px;
	text-align: left;
	margin-top: 24px;
}
.right-col H1.steps.top-step {margin-top: 36px;} 
.step-1 {
	width: 428px;
	margin-left: 100px;
}
.right-col H2.st {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.right-col H2.st.ll {width: 525px;}
.right-col H2.st.center {margin-left: 48px;}
.right-col H3.please {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-left: 65px;
	padding-bottom: 30px;
	width: 500px;
}
.left-green {
	width: 6px;
	height: 10px;
	float: left;
	background: url("../images/left-border.gif") no-repeat left top;
}
.center-green {
	width: 410px;
	height: 10px;
	float: left;
	background: url("../images/center-border.gif") repeat-x left top;
}
.right-green {
	width: 5px;
	height: 10px;
	float: left;
	background: url("../images/right-border.gif") no-repeat left top;
}
.step-1 UL, .step-2 UL,.step-3 UL   {
	list-style: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
}
.step-1 LI, .step-2 LI,.step-3 LI {
	padding: 0px;
	margin: 0px;
}
.step-1 LI.bot-li {padding-bottom: 12px;}
.step-1 LI P, .step-2 LI P, .step-3 LI P {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	background: url("../images/icon-black.gif") no-repeat left top;
	padding-left: 17px;
}
.step-2 LI A, .step-3 LI A {
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	color: #0000FF;
	text-decoration: underline;
	margin-left: 10px;
	font-weight: bold;
}
.step-2 A:HOVER, .step-3 A:HOVER {text-decoration: none;}
.step-3 {
	width: 546px;
	margin-left: 60px;
}
.center-green.long {width: 535px;} 
.center-green.short {width: 213px;} 
.center-green.prog {width: 400px;}
.center-green.short-l {width: 243px;} 
.green-line {
	height: 10px;
	float: left;
}
.center-green.consum {width: 370px;}
.green-line.c-line {
	float: right;
	width: 500px;
} 
.right-col P.use {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	color: #131313;
	width: 518px;
	line-height: 15px;
	margin-top: 10px;
	margin-left: 25px;
}
.right-col H1.what-prog {
	padding: 0px;
	margin: 0px;
	font-size: 21px;
	color: #3C6812;
	letter-spacing: -1px;
	margin-top: 44px;
}
.right-col H1.what-prog.max {margin-top: 80px;}
.green-prog {
	margin-top: 17px !important;
	width: 595px;
}
.green-head-big TD {
	border-bottom: 1px solid #ffffff;
	background: url("../images/bg-green-head.gif") repeat-x left top;;
	height: 59px;
}
.right-table.green-prog TR.green-head-big P {
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 14px;
}
.right-table.green-prog TR.dol P {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: #131313;
	margin-top: 3px;
	padding-bottom: 3px;
}
.right-table.green-prog TD.light-green {background: #EEF5E6;}
.right-table.green-prog TD.h-green {background: #DFEDD1;}

/*-----*/
.bottom-page {
	width: 980px;
	margin: auto;
}
.new-table {
	margin-top: -5px !important;
}
.font-small P {
	font-size: 12px !important;
}
.marg {
	margin-top: 30px;
}
.new-right P.orange-icon {
	padding-left: 15px;
	margin-left: 50px;
}
.right-bl {
	text-align: left;
	
}
.right-bl .right-table {
	margin-bottom: 5px !important;
}
P.big-p {
	text-align: left;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding: 20px 0px 20px 20px;
}
P.big-center {
	font-size: 14px;
	font-weight: bold;
}
.tab .left-td {
	width: 255px;
}
.on-white {
	margin-top: 20px;
}
.big {
	text-transform: uppercase;
	width: 90%;
	margin-top: 0px !important;
}
.bottom-table {
	width: 100%;
	margin-top: 40px;
}
.bottom-td {
	width: 306px;
	padding-right: 10px;
}
.new-width {
	width: 267px !important;
}
.new-width .left-td {
	width: 190px !important;
}
.new-width .center-td {
	width: 60px;
}

.dif {
	background: #DBEACE !important;
}
.new-text {
	width: 94%;
	margin-top: 0px !important;
	text-transform: uppercase;
}
.plan-h {
	margin-left: 20px;
}
.green-head TD {
	border-top: none !important;
}
.mar-t {
	margin-top: 15px !important;
}
.p-big {
	font-weight: bold;
	margin-top: 10px;
	margin-left: 18px;
	text-align: left;
}
.p-big A {
	font-size: 13px;
	color: #000000;
	
}
.neww {
	margin-bottom: 10px;
}
#left-content li a.green:HOVER {
	background: transparent url( '../images/content/left-content/button-orange.gif' ) no-repeat;
}
#left-content li a.green-big:HOVER {
	background: transparent url( '../images/content/left-content/button-orange-big.gif' ) no-repeat;
}
.right-f {
	float: right;
	width: 610px;
}
.right-f P {
	margin-right: 30px;
}
/*-----------------------------------------------
CSS3
-------------------------------------------------*/
.program-info {
	width: 47%;
}