@charset "UTF-8";


body {
	font-family: arial, sans-serif;
	font-size:14px;
	color:#333;
	background-color:#eaeaea;
	margin:0;
	padding:0;
	top: 0px;
	background-image:url(/hrt/images/bgBody.png);
	background-position:0px 165px;
	background-repeat:repeat-x;
}

.normal {
	font-family: arial, sans-serif;
	font-size:14px;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.clear {
	clear:both;
}

label {
	margin:0;
}

a {
	color:#369;
	text-decoration:none;
	outline: none;
}

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

form {
	margin:0;
}

input[type="text"], input[type="password"], textarea {
	font-size:12px;
	border: 1px solid #999;
	color:#333;
	padding:3px;
	margin:0;
	width:90%;
}

img {
	border:0;
}

/*-------text------------*/

.bold {
	font-weight:bold;
}

.title {
	font-size:26px;
}

.subtitle {
	font-size:18px;
}

.small {
	font-size:12px;
}

.error {
	color:red;
	font-weight:bold;
}

/*------ header ---------*/


#header {
	background:url(/hrt/images/bgHeader.png);
	height:164px;
	border-bottom:1px solid #000;
	margin-bottom:20px;
}

#logoHeader {
	width:624px;
	height:112px;
	background-image:url(/hrt/images/logoHeader.png);
	float:left;
	margin:30px 0 10px 20px;
}

#navHeader {
	float:right;
	margin:12px;
}

#navHeader a {
	color:white;
	font-weight:bolder;
	margin-left:10px;
}

#tabs {
	width:940px;
	margin:0 auto 0 auto;
	font-size:16px;
	height:28px;
}

.tabOn {
	margin-right:2px;
	padding: 8px;
	background-color:#414141;
	float:left;
}

.tabOff {
	margin-right:2px;
	padding: 8px;	
	background-color:#09f;
	float:left;
}

#tabs a {
	color:white;
	font-weight:bold;
}

#container {
	background-color:#fff;
	width:900px;
	margin:0 auto 0 auto;
	padding:40px 20px 20px 20px;
	min-height:600px;
}

#homeLeft {
	float:left;
	width:550px;
}

#homeRight {
	float:right;
	width:290px;
}

.distributor {
	margin-bottom:20px;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #666;
}

.review {
	margin-bottom:20px;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #666;
	font-size:22px;
}

.quote {
	background-color:#BFE5FF;
	background-image:url(/hrt/images/quote.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
	padding:20px 8px 8px 40px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	color:#666;
}

.quote .text {
	/*font-weight:bold;*/
	text-align:left;
	margin-bottom:8px;
}

.quote .attrib {
	text-align:right;
	font-style:italic;
}

.quotePoint {
	height:10px;
	background-image:url(/hrt/images/quotePoint.png);
	background-position:10px 0px;
	background-repeat:no-repeat;
	margin-bottom:10px;
}

#homeProduct {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background-color:#B26900;
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#cc9900', endColorstr='#B26900'); /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#cc9900', endColorstr='#B26900')"; /* IE8 */
	background: -webkit-gradient(linear, left bottom, right top, from(#cc9900), to(#B26900)); /* for webkit browsers */
	background: -moz-linear-gradient(45deg,  #cc9900,  #B26900); /* for firefox 3.6+ */
	padding:10px;
	margin-top:40px;
	overflow:visible;
}

.productContainer {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background-color:#B26900;
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#cc9900', endColorstr='#B26900'); /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#cc9900', endColorstr='#B26900')"; /* IE8 */
	background: -webkit-gradient(linear, left bottom, right top, from(#cc9900), to(#B26900)); /* for webkit browsers */
	background: -moz-linear-gradient(45deg,  #cc9900,  #B26900); /* for firefox 3.6+ */
	padding:20px;
	margin-bottom:40px;
	overflow:auto;
}

/* I'm using CSS to set the original width/height of the image */
img.resize{
	width:160px;
	height:120px;
	position:absolute;
	z-index:1;
}

/* Just a dummy filler to show that not all images have to succumb to the resize effect */
img.thumb{
	width:160px;
	height:120px;
	position:absolute;
	z-index:2;
}	

.zoomImage {
	float:left;
	background-image:url(/hrt/images/mag.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:120px;
	width:160px;
}

.editContainer {
	background-color:#eaeaea;
	padding:10px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	margin-bottom: 10px;
}

.editElement {
	margin-bottom: 10px;
	border:1px dashed #666;
	background-color:white;
	padding:3px;
}

.editElement:hover {
	background-color:#FF9;
}

#add {
	margin-top:15px;
	margin-bottom:15px;
}

/*------ footer ---------*/

.info {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#666;
	text-align:center;
	width:940px;
	margin:10px auto 20px auto;
}

#footer {
	border-top:5px solid #555;
	background:url(/hrt/images/bgFooter.png);
}

#footerContainer {
	width:940px;
	margin:0 auto 0 auto;
	padding:10px;
	min-height:150px;
	color:white;
}

.shadowGray {
	text-shadow: 0px 2px 3px #555;
}

.white {
	color:white;
}

.green {
	color:#3C0;
}

.red {
	color:#F00;
}

.alignR {
	text-align:right;
}

.alignL {
	text-align:left;
}

.clear {
	clear:both;
}

.mbSm {
	margin-bottom: 5px;
}

.mbMed {
	margin-bottom: 20px;
}

.mbLg {
	margin-bottom: 40px;
}

.mtSm {
	margin-top: 5px;
}

.mtMed {
	margin-top: 20px;
}

.mtLg {
	margin-top: 40px;
}

.mlSm {
	margin-left: 12px;
}

.mlMed {
	margin-left: 35px;
}

.mlLg {
	margin-left: 50px;
}

.mrXSm {
	margin-right: 4px;
}

.mrSm {
	margin-right: 12px;
}

.mrMed {
	margin-right: 25px;
}

.mrLg {
	margin-right: 50px;
}

.indent20 {
	margin-left: 20px;
}

.indent30 {
	margin-left: 30px;
}

.indent40 {
	margin-left: 40px;
}