/*-------------------------------------------

TITLE : PATTONS
URL:  www.pattons.com.au

AUTHOR : SiteSuite Australasia
AUTHOR URL : http://www.sitesuite.com.au

-------------------------------------------*/

/*-------------------------------------------
  GLOBALS AND LAYOUT ELEMENTS
-------------------------------------------*/

html, body {
	margin: 0;
	padding: 0;
	background: #e6e6e6;
	font: 12px/17px Arial, Helvetica, sans-serif;
	}

#container {
	width: 999px;
	margin: 0 auto 0 auto;
	}
	
	#bnnr {
		background: url(../templateimages/bnnr.jpg) top left no-repeat;
		height: 239px;
		}
		
		#bnnr img { border: none; }
		
		#bnnr img.logo {
			position: relative;
			left: 87px;
			float: left;
			}
			
		#bnnr img.quote {
			position: relative;
			float: right;
			top: 87px;
			right: 29px;
			}

		#wrapper {
			width: 951px;
			margin: 0 auto 0 auto;
			padding: 0;
			background: #fff;
			}
		
			#nav {
				background:url(../templateimages/nav_bg.jpg) top left no-repeat;
				width: 173px;
				float: left;
				padding: 22px 0 30px 0;
				}

				#navul {
					width: 129px;
					margin: 0px auto 0 auto;
					padding: 0px;
					list-style-type: none;
					text-align: right;
					border-bottom: 1px solid #d6d7da;
					}
				
					#navul li { display: inline;}  /* To remove IE's whitespace beneath all list-items - THANKS, Microsoft =) */
				
					#navul li a  {
						margin: 0px;
						padding: 10px 5px;
						display: block;
						font: bold 11px verdana, arial, helvetica, "default sans-serif";
						color: #0072bc;
						text-transform: uppercase;
						text-decoration: none;
						border-top: 1px solid #d6d7da;
						}
						
					#navul li a.index { border: none; }
					#navul li a.selected { color: #013353; }
					#navul li a:hover {	color: #8fbcd9; }
				
						#navul ul {
							margin: 0 0 8px 0;
							padding: 0px;
							list-style-type: none;
							border: none;
							}
					
							#navul ul li a {
								padding: 0 5px 0 0;
								margin: 0;
								font: 12px/19px Arial, Helvetica, sans-serif;
								color: #7b9902;
								text-transform: none;
								border: none;
								}
							
							#navul ul li a:hover { color: #4e5f0b; }

			#content {
				width: 750px;
				float: left;
				margin: 0 0 0 14px;
				padding: 0 0 20px 0;
				}
				
				#map {
					float: right;
					margin: 0 0 10px 20px;
					width: 350px;
					height: 247px;
					border: 1px solid #c2c1c1;
					}
			
			.clear {
				clear: both;
				height: 0;
				font-size: 0;
				line-height: 0;
				margin: 0;
				padding: 0;
				}
				
	#footer {
		width: 893px;
		height: 47px;
		margin: 0 auto 0 auto;
		padding: 8px 0 0 17px;
		background: url(../templateimages/footer_bg.jpg) top left repeat-x;
		}
		
		#footer div p {
			float: right;
			padding: 0 17px 0 0;
			font-size: 11px;
			}
		
		#footer p {
			color: #fff;
			line-height: 19px;
			}
		
		#footer a {
			color: #fff;
			text-decoration: underline;
			}
		
		#footer a:hover { text-decoration: none; }
		
#stats {
	display: none;
	height: 0;
	line-height: 0;
	}

/*-------------------------------------------
  CART
-------------------------------------------*/

#product {
	float: left;
	width: 250px;
	text-align: center;
	}
	
	#product img {
		padding: 4px;
		border: 1px solid #c2c1c1;
		margin: 0 0 5px 0;
		}

#product_image {
	width: 233px;
	float: left;
	}
	
	#product_image img#productImage {
		padding: 4px;
		border: 1px solid #c2c1c1;
		}

	.thumbWrapper {
		float: left;
		width: 77px;
		padding: 5px 0 0 0;
		text-align: center;
		}

#product_info {
	width: 500px;
	float: right;
	}

/*-------------------------------------------
  HEADINGS
-------------------------------------------*/

h1 {
	font: normal 18px/24px Arial, Helvetica, sans-serif;
	color: #92b30d;
	margin: 0 0 25px 0;
	text-transform: uppercase;
	}

h2 {
	font: bold 15px/18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #012d5e;
	border-bottom: 1px solid #ccc;
	margin-top: 0;
	}
	
h3 {
	font: bold 15px/18px Arial, Helvetica, sans-serif;
	color: #012d5e;
	border-bottom: 1px solid #ccc;
	margin-top: 0;
	}

/*-------------------------------------------
 TEXT FORMATTING
-------------------------------------------*/

p, td, li {
	font: 12px/17px Arial, Helvetica, sans-serif;
	color: #333;
	}

p, table {	margin: 0 0 20px 0;	}

/*-------------------------------------------
 LINKS
-------------------------------------------*/

a {
	color: #0072bc;
	text-decoration: none;
	}

a:hover { text-decoration: underline; }

a.linkopacity img {
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
	}

a.linkopacity:hover img {
	filter:alpha(opacity=90);   
	-moz-opacity: 0.90;   
	opacity: 0.90;
	}

/*-------------------------------------------
 FORMS ELEMENTS
-------------------------------------------*/

fieldset {
	border: 0;
	background: #f1f1f1;
	padding: 20px;
	}

/*-------------------------------------------
  MISC
-------------------------------------------*/

.floatright {
	float: right;
	margin: 0 0 15px 15px;
	padding: 4px;
	border: 1px solid #c2c1c1;
	}

.floatleft {
	float: left;
	margin: 0 15px 15px 0;
	padding: 4px;
	border: 1px solid #c2c1c1;
	}

/*-------------------------------------------
  LIGHTBOX
-------------------------------------------*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink{
	width: 49%;
	height: 100%;
	background: transparent url(/persistent/templateimages/lightbox_prevlabel.gif) no-repeat left 15%; /* Trick IE into showing hover */
	display: block;
	}

#nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/persistent/templateimages/lightbox_nextlabel.gif) no-repeat right 15%; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/persistent/templateimages/lightbox_prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/persistent/templateimages/lightbox_nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
