/* CSS Styles for Pure Protein website */

/* Base colors for website 

PP logo Blue: 58/88/160 - #3A58A0
BLUE: 88/136/189 - #5888BD


ALT BLUE: 35/64/136 - #234088

YELLOW: 255/222/127 - #FFDE7F
RED: 237/28/36 - #ED1C24
GRAY: 225/225/225 - #E1E1E1


*/

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image: url(images/pagebkgd.gif);
	background-repeat:repeat-x;
	background-position:top left;}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	margin: 5px 0 15px 0;
	text-transform: uppercase;
	color: #ed1c24;
}	
	
h2 {
	font-size: 16px;
	line-height: 20px;
	margin: 5px 0;
	color: #3A58A0;
}	

h3 {
	font-size: 14px;
	line-height: 17px;
	margin: 15px 0 0 0;
	color: #3A58A0;
}

h4 {
	font-size: 14px;
	line-height: 17px;
	margin: 2px 0 0 0;
	color: #3A58A0;
}	
	
p {
	font-size: 12px;
	line-height: 18px;
	margin: 5px 0;}
	
ul {
	list-style-position: outside;
	list-style-type:disc;	
	margin: 5px 20px 15px 20px;
	}
ol {
	list-style-position: inside;
	list-style-type: decimal;	
	margin: 5px 20px 15px 20px;
	}	
li {
	font-size: 11px;
	line-height: 15px;
	margin: 3px 10px;}	
	
a {
	font-weight: bold;
	color: #ed1c24;
	text-decoration: none;}
	
a:hover {
	color: #3A58A0;
	background-color: #FFDE7F;
	text-decoration:none;}
	
sub, sup {line-height: 0;}	
	

/* ID STYLES */
	
div#container {
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
	min-width:780px;
    max-width:920px;
	width:expression(document.body.clientWidth < 780? "775px" : document.body.clientWidth > 920? "920px" : "auto");	
	border: 1px solid #66605b;
	}

#header {
	clear: both;
	/*background-image:url(images/headerbar.gif);
	background-position: center 95px;
	background-repeat: no-repeat;*/
	margin:0;
	padding: 0;}
	
#tagline {
	background-image:url(images/tagline-bkgd.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #5888bd;
	margin: 0;
	padding: 0;
	clear: both;
}
#tagline p{
	color: #F9FEC5;
	padding: 2px 20px 3px 0;
	margin: 0;
	text-align: right;
	font-weight: bold;
}	
	
#wrapper {
  background:
    url(images/navbkgd.gif) repeat-y left;
}

/* Styles for menu bar */	
	
#navbar {
	float: left;
	width: 175px;
	background-color:#5888bd;
	margin: 0;
	padding: 15px 0 25px 0;
	}
	
#navcontainer {
	width: 175px;
	padding: 0px;
	margin-bottom: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}	
	
#navcontainer ul {
	margin: 5px 0 10px 0;
	padding: 0;
	list-style-type: none;
	}
	
#navcontainer li {
	border-bottom: 1px solid #5888BD;
	margin: 0 0 1px 0;
	padding: 0;
}	


#navcontainer li a {
	display: block;
	padding: 2px 2px 3px 24px;
	background-color: #3A58A0;
	color: #eee;
	text-decoration: none;
	background-image: url(images/arrow-1.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}	
	
	
	
/* html>body #navcontainer li a { width: auto; }	*/
	
#navcontainer li a:hover {
	background-color: #FFDE7F;
	background-image: url(images/arrow-1hover.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	color: #3A58A0;
}	

	
#navcontainer li li {
	border-bottom: 0;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	background-color: #5888bd;
}


#navcontainer li li a {
	background-image: none;
	color: #fff;
	background-color: #5888bd;
	padding: 2px 10px 2px 24px;
	font-weight: normal;
	margin: 0;
}

#navcontainer li li a:hover {
	background-image: none;
	color: #66605b;
	background-color: #e1e1e1;
}


#navcontainer li a#active {
	background-color: #fff;
	background-image: url(images/arrow-1current.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	color: #3A58A0;
	}
	
#navcontainer li ul {
	margin:0;}		
	
#navcontainer li li a#subactive {
	background-image: none;
	color: #66605b;
	background-color: #e1e1e1
	}	
	
div#contents {
	margin: 0px 0px 12px 190px;
	padding: 0px 20px 12px 0px;
	position: relative;
	}		
	
#sidebarcontainer {
	float: right;
	width: 152px;
	margin-top: 0;
	margin-left: 10px;
	margin-bottom: 15px;}
#sidebarcontainer h6{
	font-size: 10px;
	line-height: 14px;
	margin: 5px 0;
	color: #000;
	text-align: center;
	font-weight: normal;
	font-style: italic;
}

#sidebarcontainer2 {
	float: right;
	width: 325px;
	margin-top: 0;
	margin-left: 10px;
	margin-bottom: 15px;}
#sidebarcontainer2 h6{
	font-size: 12px;
	line-height: 16px;
	margin: 5px 0;
	color: #000;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	padding-bottom: 5px;
}
div#sidebarcontainer2 .orderbtn {
	text-align:center;
	margin: 5px 0 10px 0;
}

#date p {
	text-align: right;}

#sidebarhd {
	margin-top: 10px;}	
	
#sidebar {
	padding-bottom: 20px;
	background-color:#E1E1E1;
	background-image:url(images/side.gif);
	background-position:bottom center;
	background-repeat:repeat-y;
	}
	
#sidebar h1 {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 2px 2px;
	background-color: #EC2126;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 15px;
}
#sidebar h2 {
	font-size: 12px;
	line-height: 16px;
	color: #3A58A0;
	padding: 0 5px;
	margin: 3px 0 1px 0;
}
#sidebar p {
	font-size: 11px;
	line-height: 14px;
	padding: 0 5px 0 5px;
	margin: 2px 0 10px 0;
}

#hla {
	width: 275px;}

#image, #hla {
	margin: 10px 0 5px 10px;
	float: right;}
#hla h6 {
	font-size: 10px;
	line-height: 16px;
	margin: 2px 0;
	text-align: left;
	padding: 5px 10px 10px 0px;
	color: #66605b;
	font-weight: normal;
}

#image h6 { 
	font-size: 12px;
	line-height: 18px;
	margin: 2px 0;
	text-align: left;
	padding: 5px 10px 10px 0px;
	color: #66605b;
	font-weight: normal;
}	

#buttons {
	padding: 15px 0 0 0;}
#buttons img {
	padding-bottom: 10px;}
#buttons a:hover {
	background-color: #fff;}	

#footer  {
	clear: both;
	background-color: fff;}	
#copyright {
	float: right;
	width: 300px;
	text-align: right;
	padding: 0 5px 2px 5px;
	margin: -20px 0 0 0;
	font-size: 10px;
	line-height: 14px;
	color: #66605b;
	position: relative;}
		


.intro {
	font-size: 20px;
	line-height: 30px;
	margin: 15px 0 5px 0;
	padding-right: 2px;}
	
.intro a {
	color: #ED1C24;
	text-decoration: none;}
.intro a:hover {
	color: #3A58A0;
	background-color: #fff;
	text-decoration: none;}			
	
div#sidebar p.learnmore {
	padding: 0 5px 10px 5px;
}	
	
div#sidebar .learnmore a {
	text-decoration: none;}
	
div#sidebar .learnmore a:hover img{
	background-color: #FFDE7F;}	

/* MANAGEMENT PAGE STYLES */
.mgmtphotos {
	float: left;
	position: relative;
	width: 100%;}
.mgmtphotos h3{
	font-size: 13px;
	border-bottom: 1px solid #3A58A0;
	margin: 10px 400px 2px 0;
	color: #3A58A0;
	padding: 0 0 0 10px;
}
.mgmtphotos H5 {
	font-size: 11px;
	line-height: 13px;
	color: #3A58A0;
	margin: 5px 0 1px 0;
	padding: 0;}	
.mgmtphotos H6 {
	font-size: 10px;
	line-height: 12px;
	font-weight:normal;
	color: #000;
	margin: 2px 0 1px 0;
	padding: 0;}
.mgmtphotos a {
	color: #5888bd;
	text-decoration: none;}
.mgmtphotos a:hover {
	background-color: #fff;
	text-decoration:none;}
.mgmtphotos img {
	border: 1px solid #000;}
.photo {
	float:left;
	width: 120px;
	margin: 5px 10px 0 10px;}		

/* PRODUCT PAGE STYLES */
.prods {
	border: 1px solid #000;
	border-collapse:collapse;}
	
.prods th {
	background-color:#3A58A0;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 0;
	text-align: center;}
	
.prods td {
	font-size: 10px;
	line-height: 14px;
	padding-left: 10px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}	

.prods td p{
	font-size: 9px;
	line-height: 13px;
	margin; 2px 0;
}


/* ORDER BUTTON */
.orderbtn {
	margin: 20px 0px 25px 0px;
	text-transform: uppercase;
}
.orderbtn a {
	text-decoration: none;
	padding: 5px 15px;
	background-color:#3A58A0;
	border: 1px solid #ED1C24;
	color: #fff;}
.orderbtn a:hover {
	background-color:#FFDE7F;
	border: 1px solid #234088;
	color: #66605b;}


	
/* PURE TRANSPLANT SBT LINKS */
ul.sbtlinks {
	list-style-position: outside;
	list-style-type:square;	
	margin: 2px 20px 15px 20px;
	}	
ul.sbtlinks li{
	font-size: 11px;
	line-height: 15px;
	margin: 5px 70px 5px 10px;}
	
div#contents ul.sbtlinks li a {
	font-weight: bold;
	color: #3A58A0;
	text-decoration: none;}
	
div#contents ul.sbtlinks li a:hover {
	color: #ed1c24;
	background-color: #FFDE7F;
	text-decoration:none;}			
	
/* SUPERSCRIPT AND SUSCRIPT STYLE */
.sup {
  font-size:70%;
  position:relative;
  bottom: 0.5em;
}
.sub {
  font-size:70%;
  position:relative;
  bottom:-0.5em;
}

/* ALT LINKS COLORING*/
a.altlink {
	text-decoration: underline;
	color: #3A58A0;}
a.altlink:hover {
	text-decoration: underline;
	color: #ED1C24;}
	
div#contents div.order {
	margin: 10px 0 20px 0;}	
div#contents .orderbtn2 {
	display: inline;
	margin: 20px 10px 25px 0px;
	text-transform: none;
	padding-top: 5px;
}
div#contents .orderbtn2 i{
	font-weight:normal;
	font-style: italic;
	font-size: 10px;
}
div#contents .orderbtn2 a {
	text-decoration: none;
	padding: 5px 15px;
	background-color:#3A58A0;
	border: 1px solid #ED1C24;
	color: #fff;}
div#contents .orderbtn2 a:hover {
	background-color:#FFDE7F;
	border: 1px solid #234088;
	color: #66605b;}		

div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;}
