@charset "utf-8";
* {
	margin:0;
	padding:0;
}
.container {
	width: 980px;
	margin: 22px auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	height: auto;
	font-size: 1em;
}


/*	Start JQUERY CSS */
#slideshow {
    position:relative;
    height:326px;
	width: 434px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#slideshow IMG.active {
    z-index:10;
}
#slideshow IMG.last-active {
    z-index:9;
}
/*	End JQUERY CSS */


/*	Start Link CSS */
a {text-decoration:none;}
a:link {color: #a6a6a6;}      	/* unvisited link */
a:visited {color: #a6a6a6;}  	/* visited link */
a:hover {color: #ff0000;}  		/* mouse over link */
a:active {color: #a6a6a6;}  	/* selected link */
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}
/*	End Link CSS */

.clear {
	clear: both;
}

.spacer { 
	height:27px;
}

.container .main {
	width: 936px;
	margin: 0px;
	color: #a6a6a6;
}
.container .main .header {
	width: 936px;
}
.container .main .logo {
	width: 300px;
	float:left;
}
.emailsignup .email {
	float:right;
}
#email {
	border:1px solid #a6a6a6;
	width:100px;
}
.container .main .emailsignup {
	float: right;
	padding-top:15px;
	width:375px;
}
*:first-child+html .container .main .emailsignup { /*IE7 hack*/
	width:385px;
}
*html .container .main .emailsignup { /*IE6 hack*/
	width:380px;
}
.emailsignup .text {
	float:left;
	padding-right:10px;
}
*:first-child+html .emailsignup .text { /*IE7 hack*/
	float:left;
	padding-right:10px;
	margin-top:5px;
}
*html .emailsignup .text { /*IE6 hack*/
	float:left;
	padding-right:10px;
	margin-top:5px;
}
#emailForm {
	float:right;
}


/*Nav Bar */
.container .main .navbar {
	height: 56px;
	width: 936px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #a6a6a6;
	border-bottom-color: #a6a6a6;
	margin: 6px auto 0 auto;
	position:relative;
	font-size: 0.9em;
}
.container .main .navbar #nav ul {
	text-align:center;
}
.container .main .navbar #nav li {
	border-right:1px solid;
	display:inline-block;
	height:37px;
	margin-top:10px;
	width:112px;
}
*:first-child+html .container .main .navbar #nav li  { /*IE7 hack*/
	display: inline;
	width:116px;
}
*html .container .main .navbar #nav li  { /*IE6 hack*/
	display: inline;
	width:116px;
}
.container .main .navbar #nav li.last {
	border-right:none;
}

.container .main .navbar #nav li a, .container .main .navbar #nav li a:visited {
	display: block;
	float: left;
	text-align: center;
	color: #a6a6a6;
	text-decoration: none;
	width:110px;
}
.container .main .navbar #nav .selected a, .container .main .navbar #nav .selected a:visited, .container .main .navbar #nav li a:hover {
	color: #ff0000;
}
/*End of Nav Bar */


.container .main .middle .leftarea {
	float: left;
	width: 462px;
	clear: both;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a6a6a6;
	margin-left: 20px;
}
.container .main .middle .leftarea p {
	width: 435px;
}
.container .main .middle .leftarea .leftborder p {
	width: 410px;
}
*html .container .main .middle .leftarea { /*IE6 hack*/
	margin-left: 15px;
}
.container .main .middle .rightarea {
	float: right;
	width: 425px;
	height: auto;
}
.container .main .middle {
	clear: both;
	width: 936px;
	float: left;
}
h1 {
	color: #ff0000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 2em;
}


/* Top text on product page*/
.container .main .toptxt {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a6a6a6;
	padding-left: 22px;
}
.container .main .toptxt p {
	margin-bottom: 20px;
}
/* End of Top text on product page*/


.container .main .middle .leftarea .leftborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a6a6a6;
	margin-top: 15px;
	width: 410px;
}
.container .main p {
	font-size: 0.8em;
	margin-top: 10px;
}

/*Start of Gallery*/
.container .main .gallery {
	width: 936px;
	background-color:#0033FF;
	clear: both;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #a6a6a6;
	border-bottom-color: #a6a6a6;
	margin-top: 6px;
}

/*Start of Footer*/
.container .main .footer {
	width: 936px;
    height:107px
	clear: both;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #a6a6a6;
	border-bottom-color: #a6a6a6;
	margin-top: 6px;
	height: 107px;
}
.container .main .footer .box {
	width: 288px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a6a6a6;
	height: 81px;
	margin-top: 12px;
	padding-left: 22px;
}
.container .main .footer .box2 {
	width: 288px;
	float: left;
	height: 81px;
	margin-top: 12px;
	padding-left: 22px;
}
.container .main .footer img {
	float: left;
	padding-right: 10px;
	height: 83px;
	width: 83px;
}
.container .main .footer h2, .container .main .footer h2 a {
	font-size: 0.95em;
/*	color: #ff0000;  */
	float: left;
	width: 175px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration:none;
}
.container .main .footer p {
	padding-left: 10px;
	font-size: 0.7em;
	width: 275px;
}
*:first-child+html .container .main .footer p { /*IE7 hack*/
	padding: 0px;
	margin-top: 2px;
	font-size: 0.65em;
	width: 175px;
}

* html .container .main .footer p { /*IE6 hack*/
	width:175px;
	font-size: 0.65em;
	padding:0px;
	margin-top: 2px;
}
/*End of Footer*/


/*Product Spec*/
.container .main .middle .leftarea .productspec {
	font-size: 0.7em;
	line-height: 1.7em;
	padding-top: 10px;
}
.container .main .middle .leftarea .productspec ul {
	list-style-type: none;
}
.container .main .middle .leftarea .productspec .productspecleft {
	float: left;
	width: 205px;
}
.right {
	text-align: right;
}
/*End of Product Spec*/


.container .main .middle .leftarea .leftborder p {
	font-size: 0.7em;
}


/*Start of product box on right hand side*/
.container .main .middle .rightarea .productbox {
	float: left;
	width: 200px;
	padding:0 10px 25px 0;
}
.container .main .middle .rightarea .productbox .title {
	font-size: 1.1em;
	margin: -5px 0 0 0;
	padding: 0 0 0 5px;
	float: left;
	width:145px;
}
.container .main .middle .rightarea .productbox .pile {
	float: left;
	width: 145px;
	padding:0 0 0 5px;
	font-size:0.8em;
}
.container .main .middle .rightarea .productbox .colour {
	float: left;
	width: 145px;
	padding:0 0 0 5px;
	font-size:0.8em;
}
.container .main .middle .rightarea .productbox img {
	float: left;
}
/*End of product box on right hand side*/

.container .main .copyright {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #a6a6a6;
	border-bottom-color: #a6a6a6;
	text-align: center;
	font-size: 0.7em;
	padding-top: 8px;
	padding-bottom: 8px;
}
.container .main .copyright a, .container .main .copyright a:visited{
	text-decoration:none;
}
.container .main .copyright a:hover, .container .main .copyright a:visited:hover{
	text-decoration:none;
	color:#ff0000;
}

/*.style1 {color: #a6a6a6;}
.style2 {color: #ff0000;}*/

/*Product page Images on the left*/
.photos {
	overflow: hidden;
	width: 430px;
	height: auto;
	margin-top: 10px;
}
.photos .photoborder {
	border: 1px solid #a6a6a6;
	height: 130px;
	width:	260px;
	padding: 7px 7px 7px 7px;
}

img { border: none;}

.photos div img {
	margin: 0px;
	float: left;
	border-bottom: 1px solid #ddd;
}
.photos ul.thumbs {
	margin: 15px 0px 0px 0px;
	padding: 0;
	list-style: none;
	width: 430px;
	float: left;
}
.photos ul.thumbs li{
	width: 36px;
	height:36px;
	margin: 0 15px 10px 0;
	padding: 0;
	float: left;
	overflow: hidden;
	position: relative;
	border: 1px solid #a6a6a6;
	text-align: center;
}
.photos ul.thumbs li:hover {
	border: 1px solid #a6a6a6;
	-moz-opacity:.75; 
	filter:alpha(opacity=75); 
	opacity:.75; 
}
.photos ul.thumbs li img {
	position: absolute;
	left: -145px;
}
/*End of Product page Images*/

#contact-area {
	width: 400px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

	