/*
Main Style sheet	  
*/

* { padding: 0; margin: 0; font-family: verdana, helvetica, arial, sans-serif !important; font-size: 99%; }

body {
	border: 0;	/* This removes the border around the viewport in old versions of IE */
	background: #FFBCDB url(../images/pink_sky_b-ground2.jpg) no-repeat bottom right;
	background-attachment: fixed;
	width: 100%;
	min-width: 1000px;   /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */	
	}

.w10 { width: 10px;}
.w50 { width: 50px;}
.w80 { width: 80px;}
.w100 { width: 100px;}
.w110 { width: 110px;}
.w120 { width: 120px;}
.w140 { width: 140px;}
.w160 { width: 160px;}
.w170 { width: 170px;}
.w200 { width: 200px;}
.w240 { width: 240px;}
.w250 { width: 250px;}
.w300 { width: 300px;}
.w350 { width: 350px;}
.w360 { width: 360px;}
.w400 { width: 400px;}
.w600 { width: 600px;}
.w720 { width: 720px;}

.h10 { height: 10px;}
.h30 { height: 30px;}

h1, h11 { font-size: 2.0em; letter-spacing: -0.5px; padding-top: 15px;  font-weight: lighter;}
h1 { color: #1D808D; }
h1 span { border-bottom: 4px solid #E31C23; }
h1 sup {font-size: 0.8em; padding-bottom: 0px; }

h2 { font-size: 1.3em; }
h2 a:hover { padding-left: 2px;}
h3 { font-size: 1.1em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.8em; }

h1, h2 { font-weight: 550; padding-bottom: 10px; }

h3, h4, h5 { padding: 10px 20px 10px 0px; font-weight: bold;}
h2, h3, h4 { letter-spacing: -1px; }
h2 { padding-top: 10px; }
/* h2, h3 { color: #E31C23; } PharmaFoods Red */

/* p { padding: 0px 20px 15px 20px; } */
p { padding-right:20px; padding-bottom: 15px; }
p small { font-size: 0.8em; }

sup { font-size: 0.8em;}

sup span { color: #000000;}

hr { margin-right: 30px; margin-top: 5px; border: 1px dotted #E31C23}

/* Holds entire site structure */
#container { 
 	margin: 0 auto;
	overflow: auto; /* Fix for IE */	
   	position: relative;
	padding: 0px;
 	width: 100%;
	min-height:70%;
	}

#topnav {
	height: 13px;
 	padding: 15px 15px 0px 10px;
	font-size: 0.8em;
	text-align: right;
	letter-spacing: -0.01em;
	word-spacing: 2px;
	font-weight: bold;
	}
	
#topnav a {
	border: 0;
	display: inline;
	font-size: 0.9em;
	text-decoration: none;
	font-weight:lighter;
	}	
		
#header {
 	/* height: 145px; */
	height: 200px;
	overflow: hidden;
	/* filter: alpha(opacity=70);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
 	-moz-opacity: 0.70;
	opacity:0.7;*/
  	background: url(../images/gradient1px.png) repeat-x;
	}
	
#header img {
	position: absolute;
	top: 0px;
	padding-left: 0px;
	}	

#pageheader {
	height: 80px;
	overflow: hidden;
	/* background-color: #E3E3E3; */
	background: url(../images/live_on_the_lighter_side__banner2.png) no-repeat top left;
	/* background: url(../images/005isowhey.gif) no-repeat top left; */
	}
	
#acclevel {
	color: #000000;
	font-size: 1.0em;
	font-weight: 700;
	padding: 15px 0px 0px 40px;
	width: 160px;
	}

/* Left Navigation */

#leftcolumn {
	float: left;
	width: 180px; 	
	min-height: 550px;
}

#rightcolumn {
 	float: left;
	background-color: #FFFFFF;
	font: 0.8em small;
	color: #333333;
	line-height: 160%;
	/* filter: alpha(opacity=70);
	opacity:0.70; */
	filter: alpha(opacity=85);
	opacity:0.85;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-left: 0px;
	padding-bottom: 30px;
	border-left: #F8CADE solid 6px;
	border-top: 0px;
 	width: 776px;
	/* height: 546px; */
 	min-height: 348px;
	/* border: 1px outset #FFFFFF; */
}

#rightcolumn .content_area { padding-left: 20px; padding-top: 20px; /* border: 1px solid transparent; */ }

#rightcolumn ul, ol { padding-left: 30px; padding-right:30px; }

#rightcolumn li { line-height: 200%; }

#rightcolumn a { height: 10px; text-decoration: none; color: #E31C23;}

#rightcolumn a:hover { font-weight: bold;}
	
/* Table */
#rightcolumn table {
	border-collapse: collapse;
	/* background:#EFF4FB url(http://www.roscripts.com/images/teaser.gif) repeat-x;
	border-left:1px solid #686868;
	border-right:1px solid #686868; */
	/* font:0.8em/145% 'Trebuchet MS',helvetica,arial,verdana; */
}

#rightcolumn table td {
	vertical-align: top;
	padding-top: 5px;
	padding-left: 5px;
}

#rightcolumn table img {
	vertical-align: middle !important;
	padding: 0px;
}

#rightcolumn a.above {
	float: right;
	font-size: 0.8em;
	text-decoration: none;
	margin-right: 10px;
	padding-right: 15px;
	padding-bottom: 2px;
    background:url(../images/back_up.gif) transparent center right no-repeat;
    border:none;
	}

blockquote {
	clear: both;
	padding-right: 30px;
}

#imgcenter {
	margin-top: 10px;
	text-align: center;
	}

#highlightbox {
	border: 1px dotted #E31C23;
	margin-right: 30px;
	padding: 15px 20px;
	}

.prodImage { z-index:99; position:absolute; top: 0px; left: 590px;}	
	
/* Print Friendly Page */
#printpage {
	float: right;
	padding: 5px 30px;
	text-decoration: none;
	}
	
#printpage a {
	font-weight: normal  !important;
	color: #000000 !important;
}

#printpage img {
	border: 0px;
	}
	

#footnote {
	font-size: 0.9em;
	padding-top: 10px;
	line-height: normal !important;
	}

#footnote sup {
	font-size: 0.9em;
	color: #333333 !important;
	}	

#footer { 
 	clear: both;
 	margin: 20px 60px 20px 60px;
 	border-top: 1px solid #1D808D;
 	border-bottom: 1px solid #1D808D;
 	height: 25px;
 	padding-top: 8px;
 	text-align: center;
 	font-size: 0.7em;
}

#footer strong {
	font-weight: bold;
	letter-spacing: -1px;
	}
	
#footer a {
	color: #1D808D;
	text-decoration: none;	
	}	

#footer p { font-size: 0.8em; padding-top: 10px; }

.clear {clear: both}



/* Form style */

form fieldset {
	border-top: 1px dotted #E31C23;
	border-bottom: 1px dotted #E31C23;
	border-left: 0;
	border-right: 0;
	/* border:1px solid #CCC; */
	padding: 10px 10px 10px 10px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:20px;
	margin-right: 60px;
	} 

form legend {
	color: #1D808D;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 120%;
	background: #FFFFFF;
	border: 0px;
	padding: 10px 5px 15px 5px;
}

form label {
	width: 20%;
	height:32px;
	padding-left:10px;
	float:left;
	display: block;
	font-size: 1.1em;
	letter-spacing: -1px;
	}
	
form .txtbox {
	width: 70%;
	height:32px;	
	float:left;
	padding-left:10px;
	}
 	
form input { width: 180px;}
form select { width: 184px;}

form input:focus, select:focus {
	background-color: #F0FFE6;
}

form .txtarea {
	float:left;
	padding-left:10px;
	overflow: hidden;
	}	

form textarea:focus { background: #F0FFE6}
	
form .clear {
	display:block; 
	clear:left; 
	}
	
form .button_div {
	float: left;
	height: 35px;
	margin-top: 3px;
	padding: 0px 0px 0px 180px;
}
form .buttons {
	background: #1A52B8;
	font-size: 0.9em;
	color: #FFFFFF !important; 
	padding: 6px 14px;
	border-width: 2px;
	border-style: solid;
	border-color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

form .buttons a {
	padding: 6px 14px;
	border-width: 2px;
	border-style: solid;
	border-color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	width: 30px;
	height: 400px;
}

#contactdetails {
	width: 100%;
	padding-bottom: 30px;
	padding-left: 10px;
	}

#contactdetails a { color: #333333; text-decoration: none; }
#contactdetails a:hover { font-weight: normal !important; }
	
#contactdetails strong { font-size: 1.1em;}

.error {
	font-weight: bold;
	font-size: 0.9em;
	color: #FF0000;
	}
	
#success {
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 35px;
	margin-top: 15px;
	margin-right: 35px;
	color: #FF0000;
	}	