/* 
Theme Name: IMAGE GROUP THEME
Description: start version
Author: Essex Media essex.rebecca@gmail.com
Version: 0.1 
*/
/* -- =1: reset all elements to a common value ----------------------------------------------------- */
body {color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none; text-decoration: none; color: #999;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:bold; }
q:before,q:after{content:"'";}
abbr,acronym {border:0;font-variant:normal;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}


/* -- =2: default classes -------------------------------------------------------------------------- */
.center { text-align: center; }
.right { text-align: right !important; }
.left { text-align: left !important; }
.small { font-size: 0.9em; }
.smaller { font-size: 0.8em !important; }
.bold { font-weight: bold !important; }
.floatRight { float: right; }
.floatLeft { float: left;}
.clear { clear: both; }


/* -- =3: accessibility ---------------------------------------------------------------------------- */
.aural {
	position: absolute;
	left: -9999px;
	font-size: small;
}

.hide { display: none; }


/* -- =4: Default Styles --------------------------------------------------------------------------- */
/* =4a: colours, sizes, etc of elements */
body {
	font: 62.5%/1.4 sans-serif; /* set font size to 10px (a nice round number) - 1.4 line height */
	background-image: url(images/pat_footer.jpg);
	background-repeat:repeat-x;
	}

h1 { font-size: 18px; color: #666; text-decoration: none;
	color: #666;}

h2 { font-size: 35px; color: #666; text-align:center;}

h3 { font-size: 18px; color: #666; text-decoration: none;
	color: #666;}

h4 { font-size: 12px; color: #999;}

.listingsTitle a {
	/*font-weight: bold;*/
	text-decoration: none;
	color: #999
	}

* { outline: none; }

p { padding-bottom: 10px; }
	

/*MAIN CONTENT****************************************/

#container { /* keep the layout together and centered */
	width: 1024px;
	min-height: 700px;
	overflow: hidden;
	text-align: left;
	margin: 23px auto;
	/*border:thin solid #d3d3d3;*/
	}

#box{/*main gradient box*/
	width: 720px;
	height: 450px;
	float: left;
	margin-left: 30px;
	border: thin solid #dedede;
	background-image: url(images/inner_graident.jpg);
	background-repeat: repeat-x;
	}

#mainContent{
	position:absolute;
	margin: 10px 0 0 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	width: 700px;
	height: 430px;
	line-height: 16px;
	overflow: auto;
	border: thin solid #dedede;
	background-color: #FFF;
	}

#content{
	width: 640px;
	min-height: 500px;
	overflow:hidden;
	float: left;
	margin: 10px 0px 0 55px;
	}

#aboutContent{
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	width: 670px;
	height: 450px;
	line-height: 16px;
	/*padding: 40px;*/
	/*margin: 30px 0 0 30px;*/
	padding: 20px 20px 20px 0;
	overflow: auto;
	background-color:#FFF;
	}

#centerLogo {
    display: block;
	margin-left: 70px;
	float: left;
	padding: 15px 0 15px 0;
	min-height: 50px;
	width: 400px;
}
	
/*HEADER NAVIGATION****************************************/

#header{
	width: 1024px;
	height: 170px;
	/*margin-left:40px;*/
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/logo.png);
	background-repeat:no-repeat;
	}
	
#headerQuote{
	float: left;
	height: 30px;
	width: 350px;
	margin: 15px 0 0 480px;
	}
	
#headerNav{
	float: right;
	margin: 41px 45px 0 0px;
	height: 35px;
	color: #fff;
	}
	
#headerNav a{
	color: #fff;
	text-decoration: none;
	}


#patfix{
	width: 650px;
	margin: 25px 20px 20px 20px;
	}

#patfixContact{
	position:absolute;
	width: 250px;
	height: 300px;
	float: right;
	padding: 40px 0 0 20px;
	margin-left: 350px;
	}

#patfixAddress{
	color: #333;
	width: 250px;
	height: 300px;
	float: left;
	padding: 45px 0 0 50px;
	}
	
#patfixAddress a:hover{
	color: red;
	text-decoration:underline;
	}
	
#patfixAddress a{
	color: #333;
	text-decoration:underline;
	}

/*BACK BUTTON****************************************/

#headerBack{
	width: 630px;
	height: 20px;
	padding: 0px 0 40px 20px;
	}

#heading{
	width: 500px;
	float: left;
	}

#listingHeading{
	width: 500px;
	float: left;
	padding-left: 20px;
	}

#listingHeading a{
	width: 500px;
	float: left;
	text-decoration: none;
	color: #666;
	}

.backButton{
	float: right;
	width: 50px;
	height: 20px;
	margin-right: 23px;
	}
	
.backArrow{
	float: right;
	width: 25px;
	height: 10px;
	}

#returnToTop{
	float: right;
	width: 635px;
	height: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
	}

.topButton{
	float: right;
	width: 100px;
	height: 20px;
	margin-right: 15px;
	}
	
.topArrow{
	float: left;
	width: 25px;
	height: 10px;
	padding: 0 20px 0 0;
	margin-left: 500px;
	}

	
/*PRODUCT SHOTS CONTROL ****************************************/

.productShots{
	float: left;
	padding: 9px;
	border: thin solid #dedede;
	/*width: 155px;*/
	height: 190px;
	margin: 0px 0 40px 40px;
	/*float: left;
	width:160px; height:200px; border: #fff;
	padding: 0 50px 30px 0;
	display:inline;*/
	}	
	
.productShots a {
	/*font-weight: bold;*/
	text-decoration: none;
	}

.productShots a:hover {
	/*font-weight: bold;*/
	color: #666;
	text-decoration: none;
	}

.listingsTitle{
	float: left;
	text-align: center;
	width: 144px;
	height: 60px;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
	}
	
/*ENLARGED PRODUCT IMAGE AND INFO CONTAINER****************************************/

#productContent{
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	width: 690px;
	height: 400px;
	line-height: 16px;
	padding: 5px 20px 30px 25px;
	margin: 10px 0 15px 0;
	overflow: auto;
	}

#gallery{/*product image to enlarge*/
	float: left;
	width: 180px;
	/*padding: 2px;*/
	/*border: thin solid #dedede;*/
	}

#imageAlignLeft{
	margin: 0 auto;
	border: thin solid #dedede;
	height: 150px;
	width: 150px;
	}
	
#gallery img {border: thin solid #dedede;}

img {border: thin none;}

img a:hover {border: solid #dedede;}

.imageBorder{
	float: left;
	padding: 9px 7px 9px 9px;
	width: 154px;
	min-height: 50px;
	margin-left: 20px;
	border: thin solid #dedede;
	}

#gallery a {
	/*font-weight: bold;*/
	text-decoration: none;
	}

#gallery a:hover {
	/*font-weight: bold;*/
	color: #666;
	text-decoration: none;
	}

#gallery a:active{
	/*font-weight: bold;*/
	color: #666;
	text-decoration: none;
	}

#gallery a:visited{
	/*font-weight: bold;*/
	text-decoration: none;
	}

.productText{
	float: left;
	width: 410px;
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 13px;
	}

/*SIDEBAR****************************************/

#box2{/*sidebar content gradient box*/
	width:220px;
	height: 450px;
	float: left;
	/*margin-left: 50px;*/
	border: thin solid #dedede;
	background-image: url(images/inner_graident.jpg);
	background-repeat: repeat-x;
	}
	
#sidebar{
	width: 200px;
	height: 430px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	margin: 10px 0 0 9px;
	line-height: 25px;
	border: thin solid #dedede;
	background-color: #FFF;
	}

.sidebarContainer{
	padding: 20px;
	height: 270px;
	}

#sidebarNav ul {
	margin-top: 10px;
	padding: 20px 0 20px 0;
	line-height: 30px;
	}

#sidebarNav li a {
	color: #999;
	text-decoration: none;
	}
	
#sidebarNav li a:hover {
	/*font-weight: bold;*/
	color: #666;
	text-decoration: none;
	}
	
#sidebarNav .selected a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}


/*mailingList*************************************************/

#mailingList{
	width: 135px;
	height: 200px;
	color: #666;
	margin: -10px 0 0 20px;
	line-height: 15px;
	font-size: 10px;
}

#submitbtn {
	background-image: url(images/submit.png);
	border:0px;
	width: 71px;
	height: 26px;
	margin: 2px 2px;
	float: left;
	}

	
/*IMAGE SCROLLER BOTTOM****************************************/

#imageScroller{
	height: 168px;
	width: 700px;
	margin-top: 20px;
	/*margin: 40px 20px 20px 0px;*/
	/*padding: 40px 0 0 0;*/
	float: left;
	}

/*FOOTER****************************************/

/*<div style=" background-color: #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #000;
padding: 10px;" >*/

#footer {
	position: absolute;
	background-repeat:x;
	text-align: center;
	padding: 0px 0px 20px 0;
	width: 975px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size:13px;
	height: 100px;
	margin: 490px auto;
	}
	
	
#copy{
	margin-top: 10px;
	font-size: 10px;
	color: #999;
	}
	
#copy a{
	margin-top: 10px;
	font-size: 10px;
	color: #999;
	text-decoration: none;
	}	

#copy a:hover{
	margin-top: 10px;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	}

	.newsletterInput {
	margin-bottom: 5px;	
	}

a#enquirebutton {
    display: block;
    width: 150px;
    height: 65px;
    background-image: url(/wp-content/uploads/2010/05/Enquire-150.jpg);
    margin: 0 auto;
    float: right;
}
a#enquirebutton:hover {
    background-image: url(/wp-content/uploads/2010/05/Enquire-150-2.jpg);
}
a .alt { display: none; }
