@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------------
/ Contact
-------------------------------------------------------------------------------*/

#contact #content ul{
	list-style-type:none;
	margin:0px;
}

#contact button{	
	background-color:#F5F5F5;
	border-color:#EEEEEE #DEDEDE #DEDEDE #EEEEEE;
	border-style:solid;
	border-width:1px;
	color:#333333;
	cursor:pointer;
	display:inline-block;
	font-size:100%;
	font-weight:bold;
	line-height:130%;
	padding:5px 10px 6px 7px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

	#contact button:hover{
		background-color:#e2e0e0;
		border:solid #b7b5b5 1px;
		color:#333333;
	}


#contact table table td{
	padding:5px 0;
	width:100%;
}

#contact table input{
	width:200px;
}

#contact table textarea{
	height:205px;
	width:250px;
}

#contact table{
	margin:20px 0 0 20px;
	width:100%;
}

	#contact table td{
		padding:0px;
		vertical-align:top;
		width:50%;
	}
	
		#contact table table{
			margin:0px;
		}

#contact label.error{
	color:#C00;
	padding:0 0 0 25px;
}

/*-------------------------------------------------------------------------------
/ Industry-links
-------------------------------------------------------------------------------*/

#industry-links #content ul{
	list-style-type:none;
	margin:0px;
}

	#industry-links #content ul li{
		padding:5px 0;
	}
 /**********************************************************
/trade shows
**********************************************************/
#trade-shows table {
	margin:0 auto;
}

#trade-shows table a {
	color:#fff;
	text-decoration:none;
}

#trade-shows table a:hover {
	text-decoration:underline;
}

	#trade-shows table td {
		padding:2px 4px;
	}

#trade-shows #content ul {
	height:310px;
	list-style:none;
	margin:20px 5px 0 5px;
	position:relative;
}

	#trade-shows #content ul li {
		float:left;
		height:100px;
		padding:5px;
		width:100px;
	}
		
 /**********************************************************
/faqs
**********************************************************/		
#faqs p {
	color:#C62A3F;
	margin: 0;
	padding:2px 10px 10px 10px;
}

#faqs h3 {
	background:transparent url(/images/template/red-bullet.png) no-repeat scroll 0 8px;
	cursor:pointer;
	margin:2px 0;
	padding:3px 10px;
	font-size:1em;
}

 /**********************************************************
/where to buy
**********************************************************/
#where-to-buy #content {
	overflow: hidden;
}

#where-to-buy #map {
	margin:0 -30px;
	width:540;
}

	#where-to-buy #content ul {
		min-height: 120px;
		list-style:none;
		margin:0 auto;
		position:relative;
		width:540px;
	}
	
		#where-to-buy #content ul li {
			float:left;
			min-height:120px;
			padding:5px;
			width:260px;
		}
		
#where-to-buy #content h1 {
	margin-bottom: 0px;
	font-size: 16px;
}
			
 /**********************************************************
/warranty info
**********************************************************/			

#warranty-info #year-logo {
	float:left; 
	margin-top:-7px;
}

#warranty-info a {
	color:#fff;
}


 /**********************************************************
/ downloads
**********************************************************/			

#downloads table {

}
	#downloads table th{
		text-align: left;
		padding: 2px 5px;
	}
	#downloads table td{
		padding: 2px 5px;
	}
		#downloads table td ul{
			padding-left: 0px;
			list-style: none;
		}
			#downloads table td ul a{
				text-decoration: none;
			}
				#downloads table td ul a:hover{
					text-decoration: underline;
				}


 /**********************************************************
/ whats-new
**********************************************************/			

#whats-new h2 {
	font-size: 17px;
}