/* --------------------------------------------------- 
TEMPLATE.CSS contains the default styles for websites
built in the anytime system.
--------------------------------------------------- */



/* MAIN ELEMENTS 
Main page elements, page layout, links and other common
styles. */
html, body { 
font-family:Arial, Helvetica, sans-serif;
font-size:12px;  
text-align:center;
background-color:#ffffff;
background-image:url(../images/background.gif);
background-position:top;
background-repeat:repeat-x;
clear:both;
margin:0 auto;
}


/* DEFAULT LINKS */
a         {text-decoration:none;color:#1160b9;}
a .hl     {color:#093668;}
a:visited {text-decoration:none;}
a:hover, a:hover .hl   {text-decoration:none;color:#0099ff;}
a img     {border:none;}


/* DEFAULT HEADERS */
h1, h2, h3, h4, h5, h6 {
margin:0px 0px 0px 0px;
}

h1 {font-size:20px;line-height:20px;padding:4px 0 4px 0;}
h2 {font-size:19px;line-height:19px;padding:4px 0 4px 0;}
h3 {font-size:18px;line-height:18px;padding:4px 0 4px 0;}
h4 {font-size:14px;line-height:16px;padding:4px 0 4px 0;}
h5 {font-size:14px;line-height:14px;padding:4px 0 4px 0;}
h6 {font-size:12px;line-height:12px;padding:4px 0 4px 0;}



/* OTHER DEFAULT ELEMENTS */
acronym {border:none;}
p {padding-top:0;margin-top:0;}

.error {color:#CC0000;}
.small {font-size:11px;}


.clearer {
clear:both;
font-size:0;
line-height:0;
height:0;
padding:0 0 0 0;
margin:0 auto;
border:none;
}

.divider {
clear:both;
font-size:0;
line-height:5px;
height:5px;
padding:0 0 0 0;
margin:5px 0 0 0;
border-top:solid #CCCCCC 1px; 
}


/* GAPS
Gaps to space elements */
.gap1 {float:left;width:17px;}
.gap2 {float:left;width:15px;}
.gap3 {float:left;width:8px;}


/* IMAGE HOLDERS
hold images to the left or right */
.img-left {float:left;margin-right:15px;margin-top:4px;margin-bottom:6px;}
.img-right {clear:right;float:right;margin-left:15px;margin-top:4px;margin-bottom:6px;}
.img-main {display:none;text-align:center;}


/* LIST ELEMENTS
list elements */
ul {
margin-top:3px;
margin-bottom:0;
padding-top:0;
padding-bottom:0;
margin-left:0;
padding-left:0;
}
	li {
	line-height:18px;
	list-style:none;
	margin-top:0;
	padding-top:0;
	padding-bottom:4px;
	margin-left:0;
	padding-left:15px;
	background-image:url(../images/point.gif);
	background-position:3px 8px;
	background-repeat:no-repeat;
	}




/* STANDARD PAGE ELEMENTS 
Standard page elements for laying out the main content of a website. */
#container1 {
width:960px;
text-align:left;
background-image:url(../images/main_shadow.gif);
background-position:top;
background-repeat:no-repeat;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}

#container2 {
width:920px;
min-height:440px;
text-align:left;
background-color:#ffffff;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
position:relative;
}



	#side-over {
	position:absolute;
	left:11px;
	right:0px;
	width:220px;
	z-index:1100;
	}
	
		.top-logo {
		display:block;
		width:220px;
		height:96px;
		background-image:url(../images/logo_top.png);
		}
	
	
		/* MAIN NAVIGATION */
		#navigation {
		width:205px;
		height:24px;
		line-height:24px;
		margin:0 8px 0 7px;
		background-image:url(../images/navigation_bg.gif);
		background-position:left;
		background-repeat:repeat-y;
		}
		
			#navigation a {
			display:block;
			height:24px;
			font-size:13px;
			line-height:23px;
			color:#ffffff;
			padding:0 0 0 11px;
			background-image:url(../images/navlink_bg.gif);
			background-position:left 0px;
			}
				#navigation a:hover, #navigation .dropped {
				color:#fd7d23;
				background-image:url(../images/navlink_bg.gif);
				background-position:left -24px;
				}
				
				/*#navigation .on {
				background-image:url(../images/navlink_bg.gif);
				background-position:left -48px;
				}*/
				
				
				#navigation a strong, #navigation a b {
				display:block;
				height:24px;
				cursor:pointer;
				font-weight:normal;
				background-image:url(../images/drop_arrow.png);
				background-position:right 0px;
				background-repeat:no-repeat;
				}
				
				
				
				
				#navigation ul {
				position:absolute;
				left:212px;
				width:205px;
				padding:0 0 0 0;
				margin:0 0 0 0;

				overflow:hidden;
				}
				
					#navigation ul li {
					width:205px;
					font-weight:normal;
					padding:0 0 0 0;
					margin:0 0 0 0;
					background:none;
					margin-left:-205px;
					}
				
				
				
				
			#navigation #nav-footer {
			display:block;
			min-height:50px;
			background-image:url(../images/nav_footer.gif);
			background-position:bottom;
			background-repeat:no-repeat;
			}
	
	



	/* MAIN HEADER */
	#header {
	height:41px;
	text-align:right;
	line-height:41px;
	font-size:11px;
	color:#6a6a67;
	background-color:#212120;
	background-image:url(../images/header_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	}
		#header a {color:#fb984e;}
		#header a:hover {color:#ffffff;}
	
	
		#header #search-holder {
		float:right;
		width:215px;
		height:22px;
		margin:9px 11px 0 25px;
		background-image:url(../images/search_bg.gif);
		background-position:left top;
		background-repeat:no-repeat;
		}
			#header #search-holder a {
			float:right;
			display:block;
			width:25px;
			height:22px;
			background-image:url(../images/search_button.gif);
			background-position:left 0px;
			background-repeat:no-repeat;
			}
				#header #search-holder a:hover {
				background-image:url(../images/search_button.gif);
				background-position:left -22px;
				}
		
			#header #search-holder input {
			float:left;
			width:180px;
			height:20px;
			line-height:20px;
			padding-left:5px;
			border:none;
			background:none;
			}
			
			.search-off-text {
			color:#dd4c11;
			font-style:italic;
			font-size:11px;
			}
			
			.search-on-text {
			color:#000000;
			font-style:normal;
			font-size:11px;
			}
		
		
		
	
	#flash {
	height:300px;
	background-image:url(../images/flash_shadow.gif);
	background-position:center 229px;
	background-repeat:no-repeat;
	}
		#flash #orange-area {
		height:229px;
		background-color:#e37222;
		background-image:url(../images/flash_bg.jpg);
		background-position:center;
		background-repeat:no-repeat;
		}
			#flash #orange-area .rotating-image {
			position:absolute;
			left:0px;
			top:41px;
			width:920px;
			height:229px;
			background-position:left top;
			background-repeat:no-repeat;
			display:none;
			overflow:hidden;
			z-index:500;
			}
			
			#flash #product-feature {
			position:absolute;
			right:0px;
			top:41px;
			height:300px;
			width:50px;
			background-position:right top;
			background-repeat:no-repeat;
			z-index:1700;
			}
			
			#flash #product-feature-text {
			position:absolute;
			right:0px;
			top:41px;
			color:#ffffff;
			font-weight:bold;
			text-align:right;
			padding-right:20px;
			padding-top:50px;
			height:179px;
			width:350px;
			z-index:1800;
			}
				#flash #product-feature-text h1 {font-style:italic;}
			
			
			#flash .product-link {
			height:42px;
			font-size:11px;
			line-height:41px;
			padding-right:16px;
			text-align:right;
			background-image:url(../images/bread_line.png);
			background-position:right bottom;
			background-repeat:no-repeat;
			}
	
	#flash-inner {
	height:141px;
	background-image:url(../images/flash_shadow.gif);
	background-position:center 70px;
	background-repeat:no-repeat
	}
		#flash-inner #orange-area {
		height:70px;
		background-color:#e37222;
		background-image:url(../images/innerflash_bg.jpg);
		background-position:center;
		background-repeat:no-repeat;
		}
			#flash-inner #orange-area h1 {
			line-height:69px;
			text-align:right;
			font-size:15px;
			color:#f6cca4;
			font-style:italic;
			padding:0 20px 0 0;
			}
		
		
		.breadcrumb {
		height:42px;
		font-size:11px;
		line-height:41px;
		padding-right:16px;
		text-align:right;
		background-image:url(../images/bread_line.png);
		background-position:right bottom;
		background-repeat:no-repeat;
		}
	
	
		


		
	
	
	/* MAIN CONTENT */
	#main {
	line-height:18px;
	}
	
		#main h1 {color:#787878;}
		#main h4 {color:#e37222;}
		
	
	
		#main .left-side {
		float:left;
		width:205px;
		padding-left:18px;
		}
		
			.side-box {
			padding-bottom:30px;
			background-color:#eeeeee;
			background-image:url(../images/side_base.gif);
			background-position:bottom;
			background-repeat:no-repeat;
			margin-bottom:6px;
			}
				.side-box h5 {
				font-size:11px;
				padding:20px 10px 6px 10px;
				background-image:url(../images/side_top.gif);
				background-position:top;
				background-repeat:no-repeat;
				border-bottom:solid #d7d2d2 1px;
				}
				
				.side-box .sb-inner {
				padding:3px 10px 10px 10px;
				border-top:solid #ffffff 1px;
				}
				
				.side-box ul {
				padding:0 0 0 0;
				margin:0 0 0 0;
				}
				
				.side-box ul li {
				padding-bottom:2px;
				}
				
				
			.side-box-video {
			/*background-color:#eeeeee;
			background-image:url(../images/side_base.gif);
			background-position:bottom;
			background-repeat:no-repeat;
			margin-bottom:6px;*/
			}
				.side-box-video-inner {
				padding:11px 0 21px 12px;
				background-image:url(../images/side_top.gif);
				background-position:top;
				background-repeat:no-repeat;
				}
		
		
		
		
		#main .content {
		float:right;
		width:640px;
		padding-right:18px;
		}	
		
		#main .content-non {
		float:right;
		width:658px;
		}
		
			#main .content-text {
			float:left;
			width:500px;
			}
				
		
			#main .content-left {
			float:left;
			width:360px;
			}
			
			#main .content-right {
			float:right;
			width:250px;
			}
			
				.feature-box-wrapper {
				background-color:#f8f8f8;
				padding-right:10px;
				background-image:url(../images/mid_bg_top.gif);
				background-position:top right;
				background-repeat:no-repeat;
				}
				
				.feature-box {
				padding:10px 0 10px 10px;
				background-image:url(../images/mid_bg_top.gif);
				background-position:top left;
				background-repeat:no-repeat;
				}
				
					.fb-text {
					padding:10px;
					}
					
					.bf-footdiv {border-bottom:solid #c4c4c4 1px;padding-bottom:18px;}
					.bf-headdiv {border-top:solid #ffffff 1px;}
					
					.fb-headbut {}
						.fb-headbut b, .fb-headbut strong {
						display:inline-block;
						padding:0 7px 0 7px;
						line-height:25px;
						background-color:#d7d7d7;
						margin-left:3px;
						}
		
		
		
		
		#home-boxes {
		padding-top:32px;
		padding-left:18px;
		}
		
			#home-boxes .frontbox3 {
			float:left;
			width:290px;
			height:160px;
			color:#ffffff;
			border-right:solid #ffffff 8px;
			margin-bottom:8px;
			position:relative;
			}
			
				#home-boxes .frontbox3 .box-style1 {background-image:url(../images/homebox_over1.png);}
				#home-boxes .frontbox3 .box-style2 {background-image:url(../images/homebox_over2.png);}
				#home-boxes .frontbox3 .box-style3 {background-image:url(../images/homebox_over3.png);}
			
				#home-boxes .frontbox3 table {
				position:absolute;
				left:0px;
				top:0px;
				background-position:top left;
				background-repeat:no-repeat;
				z-index:1500;
				}
				
				
				#home-boxes .frontbox3 .frontbox-header {
				height:46px;
				cursor:pointer;
				padding:0 12px;
				}
					#home-boxes .frontbox3 .frontbox-header a {color:#ffffff;}
				
				#home-boxes .frontbox3 .frontbox-caption {
				height:114px;
				padding:0 12px;
				color:#ffffff;
				overflow:hidden;
				cursor:pointer;
				}
					#home-boxes .frontbox3 .frontbox-caption a {display:none;color:#ffffff;}
				
				
				#home-boxes .frontbox3 .overlink {
				display:block;
				position:absolute;
				left:0px;
				top:0px;
				width:290px;
				height:160px;
				z-index:1600;
				}
				
				
				
			#home-boxes .frontbox4 {
			float:left;
			width:215px;
			height:160px;
			color:#ffffff;
			border-right:solid #ffffff 8px;
			margin-bottom:8px;
			position:relative;
			}
			
				#home-boxes .frontbox4 .box-style1 {background-image:url(../images/homebox4_over1.png);}
				#home-boxes .frontbox4 .box-style2 {background-image:url(../images/homebox4_over2.png);}
				#home-boxes .frontbox4 .box-style3 {background-image:url(../images/homebox4_over3.png);}
				#home-boxes .frontbox4 .box-style4 {background-image:url(../images/homebox4_over4.png);}
			
				#home-boxes .frontbox4 table {
				position:absolute;
				left:0px;
				top:0px;
				background-position:top left;
				background-repeat:no-repeat;
				z-index:1500;
				}
				
				
				#home-boxes .frontbox4 .frontbox-header {
				height:46px;
				cursor:pointer;
				padding:0 12px;
				}
					#home-boxes .frontbox4 .frontbox-header a {color:#ffffff;}
				
				#home-boxes .frontbox4 .frontbox-caption {
				height:114px;
				padding:0 12px;
				color:#ffffff;
				overflow:hidden;
				cursor:pointer;
				}
					#home-boxes .frontbox4 .frontbox-caption a {display:none;color:#ffffff;}
				
				
				#home-boxes .frontbox4 .overlink {
				display:block;
				position:absolute;
				left:0px;
				top:0px;
				width:215px;
				height:160px;
				z-index:1600;
				}
				
				
				
		.product-section4 {
		float:left;
		width:145px;
		}
			.product-section-headers {
			height:40px;
			line-height:14px;
			padding:15px 5px 0 5px;
			}
			
			.product-section-links {
			line-height:14px;
			padding:0 5px 0 5px;
			}
				.product-section-links a {color:#5a5a5a;}
				.product-section-links a:hover {color:#0099ff;}
				
		.product-section3 {
		float:left;
		width:195px;
		}

				
				
				
				
				
				
		.product-grid {line-height:16px;}
		
			.product-item {
			float:left;
			width:200px;
			margin-right:15px;
			}
				.product-item .prod-image {
				padding:10px;
				text-align:center;
				background-image:url(../images/product_grid_bg.gif);
				background-position:top;
				background-repeat:no-repeat;
				}
				
				.product-item .prod-text {
				padding:10px 5px 20px 5px;
				}
				
				
				
			
			.product-left {
			float:left;
			width:320px;
			}
				.product-left .product-main-image {
				/*padding:10px;*/
				text-align:center;
				border-bottom:solid #e5e5e5 1px;
				padding-bottom:10px;
				margin-bottom:10px;
				/*background-image:url(../images/product_image_bg.gif);
				background-position:top;
				background-repeat:no-repeat;*/
				}
			
			
			.product-right {
			float:right;
			width:300px;
			}
				.product-right h5 {
				color:#323232;
				font-style:italic;
				}

	
	
	
	/* MAIN FOOTER */
	#footer {
	line-height:20px;
	font-size:11px;
	color:#7c7c7c;
	text-align:left;
	padding:52px 35px 10px 35px;
	background-image:url(../images/footer_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	}
	
		#footer .footer-right {
		float:right;
		width:111px;
		}
	
		#footer span {color:#c7c7c7;}
		#footer b, #footer strong {color:#575757;}
		
		
		
		.nz_owned {
		padding:38px 0 0 44px;
		}
		
		
		
		