/*JC Payne Style Sheet* - Last Updated by Simon Del Giudice on 02-09-09
******************************************************************/

/*Global Styles*
******************************************************************/
body {
	margin: 0 auto 0 auto;
	font-family: Arial, Helvetica, Lucida Grande, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	background: #e5e5e5;
	}
	
p { 	font-family: Arial, Helvetica, Lucida Grande, Verdana, sans-serif;
	font-size: 12px;
	color: #062954;
	padding: 0 0 8px 0;
	margin: 0;
	line-height: 18px;
	
}
title {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 28px;
	color: #062954;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;
}
h2 {
	font-size: 16px;
	color: #062954;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 20px;
}
h3 {
	font-size: 14px;
	color: #062954;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;	
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}
	
a { 	color: #062954; text-decoration: none; font-weight: bold;}
a:hover { 	color: #062954; text-decoration: none;}
a:active {	color: #062954; text-decoration: none;}	
	

input {
	background: white;
	color: #062954;
	font-size: 11px;
	height: 20px;
	border: 1px solid black;
	padding: 2px 3px 3px 3px;
	margin: 0 0 3px 0;
	font-family: Arial, Helvetica, Lucida Grande, Verdana, sans-serif;
	}

textarea {
	background: white;
	border: 1px solid black;
	color: black;
	font-size: 11px;
	margin: 0 0 3px 0;
	padding: 2px 3px 3px 3px;	
	font-family: Arial, Helvetica, Lucida Grande, Verdana, sans-serif;
	}
select {
font-size: 11px;
margin: 0 0 3px 0;
padding: 2px 3px 3px 3px;
color: black;
border: 1px solid black;

}

img {
	padding: 0 !important;
	margin: 0 !important;
}

th, td {
	font-size: 12px !important;
}
	
/*Layout Styles*
******************************************************************/	

#container {
	margin: 0 auto 0 auto;
	width: 940px;
	background: white;
	}

#inner-container {
	text-align: left;
	width: 900px;
	padding: 0 20px 0 20px;	
	float: left;
	min-height: 100% !important;
	height:auto !important;
	height:100% !important;
	margin: 0;
	overflow: visible;	
	background: white;
}

#header {
	height: 180px;
	float: left;
	padding: 0 !important;
	margin: 0 !important;
}

	#header-left {
		float: left;
		width: 230px;
		height: 180px;
		padding: 0 !important;
		margin: 0 !important;
	}
	#header-right {
		float: right;
		width: 670px;
		height: 180px;
		background: white;
		padding: 0  !important;
		margin: 0 !important;	
	}
		#not-just-anybody {
			height: 145px;
			width: 670px;
			text-align: right;
			background: white;
			padding: 0 !important;
			margin: 0 !important;				
		}
		#not-just-anybody img {
			padding: 0 !important;
			margin: 0 !important;		
		}


/*Navigation*
******************************************************************/

#main-navigation {
			clear: both;
			width: 670px;
			float: right;
			height: 35px;
		    background: url(../images/layout/top-nav-back.jpg) top left no-repeat;
		}
#main-navigation ul {
	padding: 0 !important;
	margin: 0 !important;
	float: right;	
}
#main-navigation li {
	height: 35px !important;
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
	float: right;
	}
#main-navigation li a, .AspNet-Menu-Link {
	font-size: 11px;
	text-align: center;
	color: white;
	text-decoration: none;
	display: block;
	height: 25px !important;
	min-width: 1px !important;
	float: left;
	background-position: left top;
	background: url(../images/layout/top-nav-back.jpg) top left no-repeat;	
	padding: 10px 10px 0 10px !important;
	border-left: 1px solid white;		
	}		
#main-navigation li a:hover {
	color: white;
	background-position: 0 -35px;
	}
	#main-navigation li a.active,
	#main-navigation li a.active:hover, .AspNet-Menu-Selected {
		color: white;
		background-position: 0 -35px !important;
		}


/*#sub-nav-container-left li {
	height: 35px;
	float: left;
	padding: 0;
	margin: 0 1px 0 0;
	overflow: hidden;
	list-style: none;
	}

#sub-nav-container-left li a {
	font-size: 11px;
	text-align: center;
	color: white;
	text-decoration: none;
	display: block;
	height: 25px !important;	
	overflow: hidden;
	background-position: left top;
	padding: 10px 10px 0 10px !important;
	background: url(../images/layout/sub-nav-back.jpg) top left no-repeat;
	border-right: 1px solid white;	
	}

#sub-nav-container-left li a:hover {
	color: white;
	background-position: 0 -35px;
	}
	#sub-nav-container-left li a.active,
	#sub-nav-container-left li a.active:hover, .AspNet-Menu-Selected {
		color: white;
		background-position: 0 -35px !important;
		}
*/





#home-banner {
	float: left;
	width: 850px;
	height: 220px;
	padding: 70px 0 0 50px;
	background: url(../images/layout/home-banner-back.jpg) top left no-repeat;
	margin: 0;
}

	#home-banner h1{
		color: white !important;
		font-size: 28px;
		font-weight: normal !important;
		font-family: Arial, Helvetica, Lucida Grande, Verdana, sans-serif;
		padding: 0 500px 0 0;
		line-height: 38px;
		/*text-indent: -5000px !important;*/
	}
	#home-middle {
		float: left;
		width: 900px;
		min-height: 300px;
	}
		#home-middle-left {
			float: left;
			width: 449px;
			height: 300px;
		}
		#home-middle-right {
			float: right;
			width: 430px;
			height: 240px;
			background: white;
			padding: 60px 20px 0 0;
		}		
			#home-middle-right h1{
				font-size: 22px;				
				color: #062954;
				font-weight: normal;
				font-family: Arial, Helvetica, Lucida Grande, Verdana, sans-serif;				
			}
			#home-middle-right h2{
				color: #062954;
				font-size: 16px;
			}			

#home-features {
	width: 900px !important;
	height: 117px;
	float: left;
	margin: 0 0 4px 0;
	color: white;
	font-size: 14px;
	text-align: right;
}
#home-features a{
	font-weight: bold;
	color: white;
	display: block;
	width: 100%;
}
	#home-feature01 {
			float: left;
			margin: 0 4px 0 0;
			padding: 88px 33px 0 0;
			width: 265px !important;
			height: 30px;			
			background: url(../images/layout/homefeature01-back.jpg);
			color: white;			
	}
	#home-feature02 {
			float: left;
			margin: 0 4px 0 0;
			padding: 88px 33px 0 0;			
			width: 263px !important;
			height: 30px;			
			background: url(../images/layout/homefeature02-back.jpg);
			color: white;			
	}
	#home-feature03 {
			float: left;
			margin: 0;
			width: 265px !important;
			padding: 88px 33px 0 0;			
			height: 30px;			
			background: url(../images/layout/homefeature03-back.jpg);
			color: white;			
	}	


#footer {
	float: left;
	width: 900px;
	height: 75px;
	background: #315890 url(../images/layout/footer-back.jpg) top left no-repeat;	
	color: white;
}
 #footer p{
	color: white;
	}	
	#footer-left {
		float: left;
		width: 329px;
		height: 50px;
		border-right: 1px dashed #FFFFFF;
		color: white;
		padding: 15px 10px 10px 100px;	
			font-size: 11px;
	}
 #footer-left a{
	color: white;
	text-decoration: underline;
	}	
	#footer-right {
		float: right;
		width: 440px;
		height: 25px;
		color: white;
		text-align: right;
		padding: 40px 10px 10px 10px;
	}	
 #footer-right a{
	color: white;
	}
  #footer-right ul {
    float: right;
    padding: 0 !important;
    margin: 0 !important;  
}    
  #footer-right li {
    border-left: 0 !important;
  }
  #footer-right li a{
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    border-left: 0 !important;    
  }	

#copyright {
	float: left;
	width: 420px;
	height: 30px;
	color: #41588d;
	background: white;
	padding: 5px 10px 0 10px;
	font-weight: bold;
	font-size:10px;
}
	#copyright a, #copyright p {
		color: #41588d;
		font-size:10px;		
	}

#switch {
	float: left;
	text-align: right;
	width: 440px;
	height: 30px;
	color: #41588d;
	background: white;
	padding: 5px 10px 0 10px;
	font-weight: bold;
	font-size:10px;
}
	#switch a, #switch p {
		color: #41588d;
		font-size:10px;		
	}

/* Section Styles
************************************************/
#default-banner {
	float: left;
	width: 900px;
	height: 164px;
	text-align: right;
	padding: 0 !important;
	/*/padding: 20px 0 0 0;*/
	/*background: url(../images/default-banner.jpg) top left no-repeat;*/	
}

	#default-banner h1{
		color: white !important;
		font-size: 24px;
	}

#navtrail {
	width: 890px;
	height: 25px;
	background: white;
	float: left;
	padding: 10px 0 0 10px;
	font-size: 11px;
}

#middle {
	float: left;
	width: 900px;
	min-height: 300px;
	margin: 0 0 10px 0;
}

	#left {
		float: left;
		width: 259px;
		min-height: 1px;
		border-right: 1px #CCCCCC;
		padding: 10px;
	}
	#left h1 {
		color: #062954;
		font-size: 22px;
		/*line-height: 20px;*/
		margin: 0 0 10px 0 !important;
	}
	#left h2 {
		color: #062954;
		font-size: 17px;
		font-weight: normal;
		margin: 0 0 10px 0;
		line-height: 21px;		
	}	
	#left ul {
		padding: 0 !important;
		margin: 0 !important;
	}
	#left li {
		padding: 8px 0 0 10px !important;
		margin: 0 0 3px 0!important;
		display: block;
		width: 259px;
		min-height: 22px;
		background: #dde3ef;
		list-style: none;
	}	
	
	#right {
		float: right;
		width: 580px;
		padding: 10px;
	}		
		#right h1{
			color: #062954;
			font-size: 24px;
			font-weight: bold;
		}
		#right h2{
			color: #062954;
			font-size: 18px;
			padding: 0 !important;
			margin: 0 0 10px 0 !important;
		}
		
/* 3 Col Styles
*************************************************/

	#col01 {
		float: left;
		width: 250px;
		min-height: 1px;
		padding: 0 40px 0 10px;
	}
	
	#col01-fullwidth {
		float: left;
		min-height: 1px;
		padding: 0 0 0 10px;	
	}
	
	#col01 h1 {
		color: #999;
		font-size: 24px;
		line-height: 30px;
	}
	#col01 h2 {
/*		color: #062954;
		font-size: 12px;
		font-weight: bold;
		margin: 0 0 10px 0;*/
		color: #062954;
		font-size: 19px;
		font-weight: bold;
		margin: 0 0 10px 0;
		line-height: 24px;			
	}

/************************************************/

	#col02 {
		float: left;
		width: 275px;
		min-height: 1px;
		padding: 0 20px 0 5px;
	}
	#col02 h1 {
		color: #062954;
		font-size: 24px;
		margin: 0 0 10px 0;
	}
	#col02 h2 {
		color: #062954;
		font-size: 12px;
		font-weight: bold;
		margin: 0 0 10px 0;
	}	

	#col02b {
		float: left;
		width: 300px;
		min-height: 1px;
		padding: 0 10px 0 10px;
		margin: 0 !important;
	}
	#col02b h1 {
		color: #062954;
		font-size: 20px;
	}
	#col02b h2 {
		color: #062954;
		font-size: 12px;
		font-weight: bold;
		margin: 0 0 10px 0;
	}


/************************************************/

	#col03 {
		float: right;
		width: 279px;
		min-height: 310px;
		/*border-left: 1px solid #CCCCCC;*/
		padding: 0 0 0 10px;
	}		
		#col03 h1{
			color: #062954;
			font-size: 24px;
			font-weight: bold;
		}
		#col03 h2{
			color: #062954;
			font-size: 18px;
		}
	#col03-feature01 {
		display: block;
		width: 279px;
		padding: 10px 0 10px 0;
		border-bottom: 1px dotted #ccc;
	}
		
/************************************************/		
		


	#col01-fullwidth {
		float: left;
		width: 900px;
		min-height: 1px;
	}
	#col01-fullwidth h1 {
		color: #062954;
		font-size: 24px;
	}
	#col01-fullwidth h2 {
		color: #062954;
		font-size: 14px;
		font-weight: bold;
		margin: 0 0 10px 0;
	}









	#used-item-container {
		float: left;
		width: 540px;
		min-height: 1px;
		border-bottom: 1px dashed #062954;
	}
	
	
	
	

	#left2 {
		float: left;
		width: 580px;
		min-height: 1px;
		border-right: 1px #CCCCCC;
		padding: 10px;	
	}
	#left2 h1 {
		color: #062954;
		font-size: 20px;
	}
	#left2 h2 {
		color: #062954;
		font-size: 14px;
		font-weight: bold;
		margin: 0 0 10px 0;
	}	
	#right2 {
		float: right;
		width: 279px;
		padding: 10px;
		background: #dde3ef;
	}		
		#right2 h1{
			color: #062954;
			font-size: 24px;
			font-weight: bold;
		}
		#right2 h2{
			color: #062954;
			font-size: 18px;
		}
			
	
#sub-nav-container {
	width: 900px;
	height: 35px;
	padding: 0;
	float: left;
	background: url(../images/layout/sub-nav-back.jpg) top left no-repeat;

}
	#sub-nav-container li {
		height: 35px;
		float: left;
		padding: 0;
		margin: 0;
		overflow: hidden;
		list-style: none;	
		}


#sub-nav-container-left {
	float: left;
}
	#sub-nav-container-left li {
		height: 35px;
		float: left;
		padding: 0;
		margin: 0;
		overflow: hidden;
		list-style: none;
		}
	
	#sub-nav-container-left li a {
		font-size: 11px;
		text-align: center;
		color: white;
		text-decoration: none;
		display: block;
		height: 25px !important;	
		overflow: hidden;
		background-position: left top;
		padding: 10px 10px 0 10px !important;
		background: url(../images/layout/sub-nav-back02.jpg) top left no-repeat;
		border-right: 1px solid white;
		min-width: 1px !important;
		float: left;		
		}
	
	#sub-nav-container-left li a:hover {
		color: white;
		background-position: 0 -35px;
		}
		#sub-nav-container-left li a.active,
		#sub-nav-container-left li a.active:hover, .AspNet-Menu-Selected {
			color: white;
			background-position: 0 -35px !important;
			}

	#sub-nav-container-left .AspNet-TreeView-Leaf {
		border-left: 1px solid white;
	}
			
#sub-nav-container-centre {
	float: left;
}
	#sub-nav-container-centre li {
		height: 35px;
		float: left;
		padding: 0;
		margin: 0;
		overflow: hidden;
		list-style: none;
		}
	
	#sub-nav-container-centre li a {
		font-size: 11px;
		text-align: center;
		color: white;
		text-decoration: none;
		display: block;
		height: 25px !important;	
		overflow: hidden;
		background-position: left top;
		padding: 10px 10px 0 10px !important;
		background: url(../images/layout/sub-nav-back02.jpg) top left no-repeat;
		border-right: 1px solid white;
		min-width: 1px !important;
		float: left;		
		}
	
	#sub-nav-container-centre li a:hover {
		color: white;
		background-position: 0 -35px;
		}
		#sub-nav-container-centre li a.active,
		#sub-nav-container-centre li a.active:hover, .AspNet-Menu-Selected {
			color: white;
			background-position: 0 -35px !important;
			}

#sub-nav-container-right {
	float: right;
}
#sub-nav-container-right li {
	height: 35px;
	float: left;
	padding: 0;
	margin: 0 1px 0 0;
	overflow: hidden;
	list-style: none;
	}

#sub-nav-container-right li a {
	font-size: 11px;
	text-align: center;
	color: white;
	text-decoration: none;
	display: block;
	height: 25px !important;	
	overflow: hidden;
	background-position: left top;
	padding: 10px 10px 0 10px !important;
	background: url(../images/layout/sub-nav-back02.jpg) top left no-repeat;
	border-left: 1px solid white;
	min-width: 1px !important;
	float: left;	
	}

#sub-nav-container-right li a:hover {
	color: white;
	background-position: 0 -35px;
	}
	#sub-nav-container-right li a.active,
	#sub-nav-container-right li a.active:hover, .AspNet-Menu-Selected {
		color: white;
		background-position: 0 -35px !important;
		}

/*

#sub-nav-container li a {
	font-size: 11px;
	text-align: center;
	color: white;
	text-decoration: none;
	display: block;
	height: 35px;	
	overflow: hidden;
	background-position: left top;
	padding: 10px 0 0 0;
	}
	#sub-nav01 {
		padding: 10px 10px 0 10px !important;
		margin: 0;
		background: url(../images/layout/sub-nav-back02.jpg) top left no-repeat;
		border-left: 1px solid white;
		}
		
#sub-nav-container li a:hover {
	color: white;
	background-position: 0 -35px;
	}
	#sub-nav-container li a.active,
	#sub-nav-container li a.active:hover {
		color: white;
		background-position: 0 -35px;
		}	


*/
#product-show-container {
	float: left;
	width: 590px;
	padding: 10px 0 10px 0;
	border-bottom: 1px dashed #062954;
}
	#product-show-container-lft {
		float: left;
		width: 130px;
	}
	#product-show-container-rgt {
		float: right;
		width: 450px;
	}
		#product-show-container-rgt li{
			padding: 0 0 0 30px !important;
		}	
	
#parts-choice {
	width: 100px;
	margin: 0 20px 0 0;
	float: left;
}

	#parts-choice img {
		border: 1px solid #ccc;
		margin: 0 0 5px 0 !important;
	}

#parts-flash {
	float: left;
}

#accordion img {
	margin: 0 20px 0 0 !important;
}

#accordion h3 {
	padding-left: 20px !important;
}

.product-info-additionalimage {
	margin: 5px 5px 0 0 !important;
}