/*
*******************************
Style sheet for product pages
*******************************
*/	


* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #e7e7e8;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
}
/* 
///////////////////////////////////////////////////////
       H A C K
///////////////////////////////////////////////////////
*/	
* html body {
	font-size: x-small; /* for IE5/Win */
	font-size: small; /* for other IE versions */
}

/* 
*******************************************************
*                                                     *
*      PAGE CONTAINERS                                *
*                                                     *
*******************************************************
*/		
#navbar {
	width: 754px;
	position: absolute;
	left: 200px;
	top: 61px;
	overflow: visible;
	height: 43px;
}
	
#container {
	width: 800px;
	position: absolute;
	left: 0px;
	top: 115px;
	background-image: url(../images/bg_body.gif);
	background-position: left top;
	background-repeat: repeat-y;
	height: 400px;
}

	#container h1 {
	height: 63px;
	width: 386px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 25px;
}


	#hmhead {
	background-colour: #566a6c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.2em;
	padding-left: 5px;
	color: #FFFFFF;	

}


	#hmhead2 {
	background-colour: #566a6c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	padding-left: 10px;
	color: #FFFFFF;	


}

	#hmmenu {
	color: #566a6c;
	text-decoration: none;
	
	
	}

#left {
	width: 281px;
	position: absolute;
	display: inline;
	float: left;
	left: 50px;
	top: 79px;
}
#right {
	width: 403px;
	position: absolute;
	display: inline;
	top: 79px;
	left: 354px;
	background-color: #566a6c;
	height: 297px;
}

#footer {
	top: 491px;
	left: 0px;
	height: 75px;
	line-height: 50px;
	position: absolute;
	width: 800px;
	background-color: transparent;
	background-image: url(../images/footer_newcurve2.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* 
*******************************************************
*                                                     *
*      NAVBAR                                         *
*                                                     *
*******************************************************
*/			
#nav {
	list-style: none;
	float: left;
	width: 700px;
	margin-bottom: 45px;
	color: #FFFFFF;
	white-space:nowrap;
}
#nav li {
	float: left;
	padding-bottom: 3px;
	margin-right: 11px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: bold;
	white-space:nowrap;
}

/* 
*******************************************************
*                                                     *
*      TEXT CONTENT                                   *
*                                                     *
*******************************************************
*/			
#right #text-content {
	font: .7em/1.8em Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
}
#right #text-content #top {
	background: #FFFFFF url(../images/line_dotted.gif) repeat-x left top;
	padding: 0 5px;
}
#right #text-content p{
	padding: 0 5px 15px 5px;
}

/* 
*******************************************************
*                                                     *
*      LINKS                                          *
*                                                     *
*******************************************************
*/	
a {
	font-weight: bold;
}		

a:hover {
	color: ##F57700;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/line_dotted_red.gif) repeat-x left bottom
}


/*      LINK FOR EMAIL                                */	
.email a {
	color: #566A6C;
	padding-left: 12px;
	background: url(../images/icon_mail.gif) no-repeat 0 50%;
	text-decoration: none;
}	
.email a:hover {
	color: ##F57700;
	padding-left: 12px;
	background: url(../images/icon_mail_red.gif) no-repeat 0 50%;
	text-decoration: underline;
}	
/*      LINK FOR OFFSITE                                */	
.offsite a {
	color: #566A6C;
	padding-right: 12px;
	background: url(../images/icon_offsite.gif) no-repeat right center;
}	
.offsite a:hover {
	color: ##F57700;
	padding-right: 12px;
	background: url(../images/icon_offsite_red.gif) no-repeat right center;
}
#nav a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}		
#nav a:hover {
	text-decoration: none;
	color: #F57700;
	font-weight: bold;
	background-color: #F57700;
	background-image: none;
}	
/* 
*******************************************************
*                                                     *
*      HOME                                      *
*                                                     *
*******************************************************
*/
#hmmenu {
	width: 403px;
	height: 24px;
	position: absolute;
	margin: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
#hmmenu a{
	width: 122px;
	height: 24px;
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	color: #f57700;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}
#hmmenu a:hover {
	background-color:#f57700;
	color: #000000;
	
}




/* 
*******************************************************
*                                                     *
*      FOR SPRY                                       *
*                                                     *
*******************************************************
*/	


.rowHover {
	color: #FFFFFF;
}


.rowSelected {
	color: #F57700;
}
/* 
*******************************************************
*                                                     *
*      FOR SPRY EFFECTS - set main image opacity=0    *
*                                                     *
*******************************************************
*/
#mainImg {
	filter: alpha(opacity=0); 
	-moz-opacity: 0; 
	opacity: 0;
}


/* 
*******************************************************
*                                                     *
*      STATIC PAGES                                   *
*                                                     *
*******************************************************
*/
#basicColumn {
	width: 380px;
	position: absolute;
	left: 60px;
	top: 75px;
	font-size: .85em;
}
#rightBasic {
	width: 350px;
	position: absolute;
	left: 470px;
	top: 75px;
	font-size: .85em;
	background: #FFFFFF url(../images/line_dotted.gif) repeat-x left top;
	padding-top: 10px;
}
#rightBasic h1 {
	font-size: 1.1em;
}
 