@charset "utf-8";
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	border: 0px solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto; /* remove this to make entire site load to left instead of loading in the center */
} 
#header {
	background-image: url(Images/filler3.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#mainContent {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 205px;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 20px;
} 
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px auto; /* top margin sets how site loads at the top */
	color: #666666;
	background-image: url(Images/bg_darkgray4.gif);/*url(Images/bg_gold3.gif)*/
	background-repeat: repeat-x;
	background-color: #D1D1D1;
}
td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.95px;
	color: #666666;
}
a {
	font-size: 11px;
	color: #a59152;
	font-weight: bold;
	outline: none;
	
}
a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a59152;
	display: inline;
	margin: 0px;
	padding: 0px;
	outline: none;
	
}

a:visited {
	text-decoration: none;
	color: #a59152;
	display: inline;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	
}
a:hover {
	text-decoration: none;
	color: #847442;
	display: inline;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	outline: none;
	
}
a:active {
	text-decoration: none;
	color: #a59152;
	display: inline;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	outline: none;

}
h1 {
	font-size: 11px;
	color: #666666;
	border-left-color: #a59152;
	border-left-width: 9px;
	border-left-style: solid;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;/* main gold titles at top of all pages and gold titles case studies*/
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1px;/* main gold titles under pictures on casestudies */
}
h4{
	font-size: 11px;
	color: #a59152;
	font-weight: bold;
	border-left-width: 11px;
	
	padding: 0px; 

	font-family: Arial, Helvetica, sans-serif;/* main gold titles on skin assessment */
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;/* all titles gray */
}
h6 {
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	font-size: 1px;
	color: #ffffff;/* pictures on skin tyte and case studies*/
	}
h2 {
	font-size: 11px;
	color: #a59152;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	line-height: 0px;/* main gold title on compare peptide page only */
}
P	{ 
font-family: Arial, Helvetica, sans-serif;
	line-height: 2em;
	text-align: justify;
	font-size: 11px;
	color: #605f5f;}

a image {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


order drop down list {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 0;
	color: #666666;	
} 	

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#footer {
	background:#FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.drop 	{
	font-family: Arial;
	font-size: xx-small;
}
.commentbox{
background-color: #ececec;
width: 450px;
padding: 10px;
}
.commentfooter{
background: url(../_medspa/media/arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 0px;
margin-bottom: 2em;
font-size: 11px;
color: #4A4A4A;
}

.text{
	font-size: 11px;
	color: #00354F;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}



	
.image {
	padding: 5px;
	clear: left;
	float: left;
	margin-right: 1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #ccc;
}
