/*
+----------------------------------------------------------
| file_name		: tenrod_2004.css
| author		: Marc Izon
| date_created		: 03-08-2004
+----------------------------------------------------------
| subject		: AWT S04
+----------------------------------------------------------
*/

/* 
+---------------------------------------------------------
| General Elements 
+---------------------------------------------------------
*/

	body{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #333333;
		line-height: 1.166;
		margin: 0px;
		background-image: url(/imgz/site/bg.jpg);
		background-repeat: repeat-x;
	}

	.a:link {
		color: #0066CC;
		font-weight: bold;
		text-decoration: none;
	}

	.a:visited {
		color: #0066CC;
		font-weight: bold;
		text-decoration: none;
	}

	.a:hover {
		text-decoration: underline;
		font-weight: bold;
		color: #0099CC;
	}
	
	.a:active {
		color: #0099CC;
		font-weight: bold;
		text-decoration: none;
	}		
hl{ font=size:110px;
     color: #ffffff;
	 text-shadow{0px 0px 10px #2a2a2a;} 
}	

h7.pos_top
{
position:relative;
top:-50px;
}


	/*h1{
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 120%;
	 color: #334d55;
	 margin: 0px;
	 padding: 0px;
	}
	*/
	h2{
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 100%;
	 color: #0066CC;
	 margin: 0px;
	 padding: 0px;
	}
	
	h3{
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 100%;
	 color: #334d55;
	 margin: 0px;
	 padding: 0px;
	}
	
	h4{
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 100%;
	 font-weight: normal;
	 color: #333333;
	 margin: 0px;
	 padding: 0px;
	}
	
	h5{
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 100%;
	 color: #334d55;
	 margin: 0px;
	 padding: 0px;
	}
	
	/* h6 used for title names eg. Tenrod Australia Online on Home page */
	h6{ 
	color:#3366CC; 
	font:Arial, Helvetica, sans-serif; 
	font-size:20px; 
	direction:rtl;
	}
	
	ul{
	 list-style-type: square;
	}
	
	ul ul{
	 list-style-type: disc;
	}
	
	ul ul ul{
	 list-style-type: none;
	}
	
	label{
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 100%;
	 font-weight: bold;
	 color: #334d55;
	}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
/* product search, product catalogue section */
#navBar{
	float:left;
	width: 220px; 
	padding: 0 0 0 0;
	background-color: #B9DCFF;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

	#content{
		float:left;
		width: 98%;
		margin: 0 0 0 0;
		padding: 25px 0 0 10px;
	}

	#content a:link {
		color: #0066CC;
		font-size: 80%;
		font-weight: bold;
		text-decoration: none;
	}

	#content a:visited {
		color: #0066CC;
		font-size: 80%;
		font-weight: bold;
		text-decoration: none;
	}

	#content a:hover {
		text-decoration: underline;
		font-size: 80%;
		font-weight: bold;
		color: #0099CC;
	}
	
	#content a:active {
		color: #0066CC;
		font-size: 80%;
		font-weight: bold;
		text-decoration: none;
	}

	#adBar {
		float: right;
		width: 98%;
		margin: 0 0 0 0;
		padding: 25px 0 0 0;
	}

	
/***********************************************/
/* Component Divs                              */
/***********************************************/

/*************** #pageName styles **************/

	#pageName{
		padding: 0px 0px 10px 10px;
	}

/************* #globalTable styles **************/

	.globalTable {
		/* border: 2px solid #E1E1E1 ; */
		background-color: #FFFFFF ;
		width: 800px;
		border-left: 8px solid #FFFFFF;
		border-right: 8px solid #FFFFFF;
		margin-top: 25px;
		margin-bottom: 25px; 
	}

/************* #globalNav styles **************/

	/* about us, contact us, site map section */
	.globalNavMain {
		font-size: 80%;
		font-weight: normal;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		color: #CCCCCC;
		padding-top: 6px;
		padding-bottom: 4px;
		padding-left: 5px;
		padding-right: 10px;			
		white-space: nowrap;			
		
		/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
		   this will force a horizontal scrollbar if there isn't enough room for all links
		   remove rule or change value to 'normal' if you want the links to line-wrap */	
	}

	.globalNavMain a:link, a:visited, a:active {
		color: #3366CC;
		font-weight: bold;
		text-decoration: none;
	}
	
	.globalNavMain a:hover {
		text-decoration: underline;
		font-weight: bold;
		color: #0099CC;
	}
	
	/* home, news, highlights, products, brands section */
	.globalNavBody {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 80%;
		text-transform: uppercase;
		color: #FFFFFF;
		padding: 0px 0px 0px 10px;
		position: relative;
		top: 0px;
		white-space: nowrap;
		
		/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
		   this will force a horizontal scrollbar if there isn't enough room for all links
		   remove rule or change value to 'normal' if you want the links to line-wrap */			
	}
		
	.globalNavBody a:link {
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
	}
	
	.globalNavBody a:visited {
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
	}	
	
	.globalNavBody a:hover {
		font-size: 100%;
		text-decoration: underline;
		font-weight: bold;
		color: #3366CC;
	}

	.globalNavBody a:active {
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
	}
	
/************* #globalNav styles **************/	

	#header_nav_main{
		float: right;
		font-size: 100%;
		padding: 3px;
	}

		#header_nav_main a {
			text-decoration		: none;
			font-weight			: bold;	
			color				: #3366CC;		
		}
			
		#header_nav_main a:link, #header_nav_main li a:visited {
			color				: #3366CC;
		}
			
		#header_nav_main a:hover {
			color				: #FF9900;
			text-decoration		: underline;
		}
			
		#header_nav_main a:active {
			color				: #3366CC;
		}

/************* #adBarBox styles ***************/
	.adBarBox_body {
		
		border: 1px solid #3366CC;
		background-color: #B9DCFF;
	}
	
	.adBarBox_header {
		background-color: #3366CC;
	}	
	
	.tab_main_body {
		border: 1px solid #3366CC;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		line-height: 18px;
		color: #333333;		
	}
	
	.tab_header {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		font-variant: normal;
		text-transform: uppercase;
		color: #FFFFFF;
		padding: 5px 5px 5px 8px;
		background-image:url(/imgz/site/product_general_tab.gif); 
		background-repeat:no-repeat;		
	}	

.tab_header2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		font-variant: normal;
		text-transform: uppercase;
		color: #FFFFFF;
		padding: 5px 5px 5px 8px;
		background-image:url(/imgz/site/product_general_tab2.gif); 
		background-repeat:no-repeat;		
	}	
	
	.tab_NavBar {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		font-variant: normal;
		text-transform: uppercase;
		color: #FFFFFF;
		padding: 5px 5px 5px 8px;
		background-image:url(/imgz/site/product_navbar_tab.gif); 
		background-repeat:no-repeat;
	}
	


/************* #siteInfo styles ***************/
	.siteInfo{
		clear: both;
		border-top: 5px solid #3366CC;
		border-bottom: 0px solid #3366CC;
		border-left-width: 10px;
		font-size: 70%;
		color: #cccccc;
		padding: 10px 10px 10px 10px;
	}

	.siteInfo img{
		padding: 4px 4px 4px 0px;
		vertical-align: middle;
	}
	
	.siteInfo a:link {
		color: #0066CC;
		font-weight: bold;
		text-decoration: none;
	}

	.siteInfo a:visited {
		color: #0066CC;
		font-weight: bold;
		text-decoration: none;
	}

	.siteInfo a:hover {
		text-decoration: underline;
		font-weight: bold;
		color: #0099CC;
	}
	
	.siteInfo a:active {
		color: #0066CC;
		font-weight: bold;
		text-decoration: none;
	}		

/************* #search styles ***************/

	#search{
		padding: 5px 0px 5px 10px;
		/* border-bottom: 1px solid #336600; */
		font-size: 90%;
		
	}
	
	#search form{
	 margin: 0px;
	 padding: 0px;
	}
	
	#search label{
		display: block;
		margin: 0px;
		padding: 0px;
	}


/*********** #navBar link styles ***********/

	#navBar ul a:link, #navBar ul a:visited {display: block;}
	#navBar ul {list-style: none; margin: 0; padding: 0;}
	
	/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
	#navBar li {border-bottom: 1px solid #EEE;}
	
	/* fix for browsers that don't need the hack */
	html>body #navBar li {border-bottom: none;}
	

/*********** #sectionLinks styles ***********/

	/* product catalogue section */
	#sectionLinks{
		position: relative;
		margin: 0px;
		padding: 0px;
		
		font-size: 70%;
		margin-top: -1px;
		/* background-color:#336600; */
		/* background-color:#339933; */
		background-color: #0099CC;
	}
	
	#sectionLinks h3{
		padding: 2px 0px 6px 15px;
	}
	
	#sectionLinks a:link{
		padding: 2px 0px 6px 15px;
		width: 100%;
		voice-family: "\"}\""; 
		voice-family:inherit;
		width: auto;
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;		
	}
	
	#sectionLinks a:visited{
		padding: 2px 0px 6px 15px;
		color: #FFFFFF;
	}
	
	#sectionLinks a:hover{
		background-color: #3366CC;
		padding: 2px 0px 6px 15px;
		color: #FFFFFF;
	}


/*********** .relatedLinks styles ***********/

	.relatedLinks{
		margin: 0px;
		padding: 2px 0px 6px 15px;
		font-size: 70%;
	}
	
	.relatedLinks h3{
		padding: 2px 0px 6px 15px;
	}

	.relatedLinks a:link {
		color: #3366CC;
		font-weight: bold;
		text-decoration: none;
	}

	.relatedLinks a:visited {
		color: #3366CC;
		font-weight: bold;
		text-decoration: none;
	}

	.relatedLinks a:hover {
		text-decoration: underline;
		font-weight: bold;
		color: #0099CC;
	}
	
	.relatedLinks a:active {
		color: #3366CC;
		font-weight: bold;
		text-decoration: none;
	}
	
/*********** .brandLinks styles ***********/

	#brandLinks{
		position: relative;
		margin: 0px;
		padding: 0px;		
		font-size: 60%;
		margin-top: -1px;
	}
	
	#brandLinks h3{
		padding: 1px 0px 4px 15px;
	}
	
	#brandLinks a:link{
		padding: 1px 0px 4px 15px;
		width: 100%;
		voice-family: "\"}\""; 
		voice-family:inherit;
		width: auto;
		color: #3366CC;
		font-weight: bold;
		text-decoration: none;		
	}
	
	#brandLinks a:visited{
		padding: 1px 0px 4px 15px;
		color: #3366CC;
	}
	
	#brandLinks a:hover{
		background-color: #3366CC;
		padding: 1px 0px 4px 15px;
		color: #FFFFFF;
	}

/************** #advert styles **************/

	#advert{
		padding: 10px 0px 0px 10px;
		font-size: 70%;
		border-top: 1px solid #cccccc;
	}
	
	#advert img{
		display: block;
	}


/************** #headlines styles **************/

	.headlines{
		margin: 0px;
		padding: 10px 0px 20px 10px;
		font-size: 70%;
	}
	
	.headlines p{
		padding: 5px 0px 5px 0px;
	}

	.headlines a:link {
		color: #0066CC;
		font-weight: bold;
		text-decoration: none;
	}

	.headlines a:visited {
		color: #0066CC;
		font-weight: bold;
		text-decoration: none;
	}

	.headlines a:hover {
		text-decoration: underline;
		font-weight: bold;
		color: #3366CC;
	}
	
	.headlines a:active {
		color: #0066CC;
		font-weight: bold;
		text-decoration: none;
	}		


/************** text styles **************/

	.heading-text {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		font-variant: normal;
		text-transform: uppercase;
		color: #333333;
		padding: 5px 5px 5px 8px;
	}

	.normal-text {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		line-height: 18px;
		color: #333333;
	}
	
		.normal-text a:link {
			color: #0066CC;
			font-size: 12px;
			font-weight: bold;
			text-decoration: none;
		}
	
		.normal-text a:visited {
			color: #0066CC;
			font-size: 12px;
			font-weight: bold;
			text-decoration: none;
		}
	
		.normal-text a:hover {
			text-decoration: underline;
			font-weight: bold;
			font-size: 12px;
			color: #3366CC;
		}
		
		.normal-text a:active {
			color: #0066CC;
			font-size: 12px;
			font-weight: bold;
			text-decoration: none;
		}		
	
	.small-text {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		color: #333333;
	}		
	
	.data-heading-text {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		font-variant: normal;
		text-transform: uppercase;
		color: #333333;
		padding: 5px 5px 5px 5px;
		border-bottom: 2px solid #0066CC;
		background-color: #B9DCFF;
	}
	  
	 
	.data-text {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #333333;
	}		
	
	.selected-text {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #3366CC;
	}		
		
	.input {
		font-family		: Verdana, Arial, Helvetica, sans-serif;
		border			: 1px solid #b1b1FF
	}
		
	.button {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		border: 1px solid #000000;
		background-color: #E1E1E1;
	}
	
	.italics-heading {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: bold;
		font-style: italic;		
		font-variant: normal;
		text-transform: uppercase;
		color: #333333;
		padding: 5px 5px 5px 8px;	
	}
	
	.required {
		font-family			: Verdana, Arial, Helvetica, Sans-Serif;
		font-size			: 100%;
		font-weight 		: normal;
		color				: #FF0000;
	}


code {
	background-color: #00FF00;
	margin: auto;
	padding: 33px;
	clear: right;
	float: left;
	height: auto;
	width: auto;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
}

