
h1 {
	font-size: 1.6em;
	margin: 0 0 17px 0;
}

#internal-leftcol h1 {
	margin: 0 0 12px 0;
}


img.spot {
	padding: 5px 6px 0 0;
}

h2 {
	font-size: 1.5em;
	padding: 13px 13px 5px;
	float: left;
	width: 296px;
}

#internal-leftcol h2 {
	font-size: 1.4em;
	padding: 0;
	width: auto;
	display: block;
	float: none;
	margin: 0 0 0px 0;
}

h2.light-green  {
	background: #CFE7D9;
}

h2.medium-green  {
	background: #AFD7BF;
}

h2.deep-green {
	background: #90C7A7;
}


h3 {
	font-size: 1.4em;
	padding: 22px 37px 22px 22px;
	float: right;
	width: 197px;
	height: 129px;
}

h3.light-green {
	background: #CFE7D9;
}

h3.medium-green {
	background: #AFD7BF;
}

h3.deep-green{
	background: #90C7A7;
}



h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

h3.tabbed {
	background:transparent none repeat scroll 0% 0%;
	float:left;
	height:32px;
	margin:0pt 0pt 0pt 0px;
	padding:10px 0pt 0pt 15px;
}







/*h3.tab-h2 {
	position: absolute;
	top: -9px;
	left: 10px;
	background: url(../img/tab-right.gif) right no-repeat;
	color: #078183;
}

h3.tab-h2.second {
	top: -9px;
	left: 519px;
}

h3.tab-h2.third {
	top: -19px;
	left: 10px;
}

span.tab-left {
	line-height: 30px;
	background: url(../img/tab-left.gif) left no-repeat;
	padding: 4px 33px 0 16px;
	display: block;
}

*/

.tab {
	position: absolute;
	display: block;
	height: 34px;
}

.tab.register {
	width: 172px;
	top: -9px;
	left: 10px;
	background:  url(../img/register-tab.gif) no-repeat;
}

.tab.recommend {
	width: 190px;
	top: -9px;
	left: 519px;
	background:  url(../img/recommend-tab.gif) no-repeat;
}

.tab.whats {
	width: 203px;
	top: -19px;
	left: 10px;
	background:  url(../img/types-of-products.gif) no-repeat;
}


.hr-thin {
display: block;
background: #ebebeb;
height: 1px;
margin: 6px 0 6px 0;
}

.hr-thick {
display: block;
background: #ebebeb;
border-top: 1px solid #dfdfdf;
height: 3px;
margin: 9px 0 9px 0;
}




a, a:visited {
	color: #078183;
}

a:hover, a:active {
	text-decoration: none;
}

a {
	color: #078183;
}

.blue {
	color: #078183;
}

.orange {
	color: #f87b00;
}





p {
	line-height: 1.4em;
}


#rightcol-hr {
	display: block;
	height: 31px;
	background: url(../img/rightcol-hr.gif) left repeat-x;
	border: none;
	color:#fff;
}


.hide {
	display: none;
}


.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
  
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

img {
border:0;
}
 
sup {
bottom:4px;
font-size:xx-small;
position:relative;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Forms *****/
 
form {
display:inline;
} 

