/* CSS Document */

*{
	padding: 0;
	margin: 0;
	text-decoration: none;
	text-indent: 0;
}

body{
	color: #000000;
	text-align: left;
	background: #cbb88e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

#container{
	width: 800px;
	background-color: #cbb88e;
	margin: 30px auto 0 auto;
	border: 1px solid #232d17;
	padding: 15px;
}

#container-inner{
	width: 800px;
	background-color: #fff;
}

#masthead-intro{
	width: 800px;
	background: #232d17;
	height: 200px;
	border-bottom: 1px solid #b78e51;
	}
	
#masthead{
	width: 800px;
	background: #232d17;
	height: 207px;
	border-bottom: 2px solid #FFF;
	}
	
#branding{
	width: 234px;
	margin: 0 283px;
	}

#content{
	width: 800px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: inline;
	background-color: #FFF;
}
		

/* typography styles intro page
-----------------------------------*/	

#content h2{
	font-size: 1.6em;
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: #CC0000;
}

.rightcol_l p{
	font-size: 1.2em;
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: #999;
	font-weight: normal;
	padding: 0 10px 0 0;
	line-height: 1.7;
}

.rightcol_l h3{
	font-size: 1.3em;
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: #603145;
	font-weight: normal;
	padding: 0 10px 0 0;
	line-height: 1.7;
}

.rightcol_r p{
	font-size: 1.2em;
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: #999;
	font-weight: normal;
	padding: 0 10px 0 0;
	line-height: 1.7;
}

.rightcol_r h3{
	font-size: 1.3em;
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: #603145;
	font-weight: normal;
	padding: 0 10px 0 0;
	line-height: 1.7;
}

.rightcol_r h3 a{
	color: #603145;
}

.rightcol_l h3 a{
	color: #603145;
}

.rightcol_r h3 a:hover, .rightcol_r h3 a:focus{
	color: #ce9d5a;
}

.rightcol_l h3 a:hover, .rightcol_l h3 a:focus{
	color: #ce9d5a;
}

/* typography styles main pages
-----------------------------------*/	

#masthead-intro h1{
	font-size: 35px;
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: #000;

}

/* intro page layout 
------------------------------*/

#c1{
	width: 419px;
	text-align: left;
	}

		
#c2{
	width: 381px;
	text-align: left;
	float: right;
        }
		
.leftcol_l{
	width: 249px;
	text-align: left;
	float:left;
        }	
		
.rightcol_l{
	width: 170px;
	text-align: left;
	margin: 0 0 0 249px;	
	        }
		
.leftcol_r{
	width: 211px;
	text-align: left;
	float: left;
        }	
		
.rightcol_r{
	width: 170px;
	text-align: left;
	margin: 0 0 0 211px;
        }	
		
.sub_content{
	width: auto;
	text-align: left;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: dotted;
	padding: 10px 0 0 0;
	margin: 0 10px;
  }
  
.introtext{
	border-left: 2px solid #ce9d5a;
	padding: 0 0 0 10px;
	margin: 10px 0 0 5px;
	}
  
/* main page navigation
------------------------------*/ 

	
#navcontainer { 
	width: 159px;
	text-align: left;
	background: #232d17; 
	float: left;
	}

#navcontainer ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#navcontainer a{
	font-size: 1.15em;
	display: block;
	padding: 18px 3px 18px 25px;
	width: 131px;
	background: url(images/nav_bkgd1.jpg) no-repeat center;
	line-height: 1.3;
}

#navcontainer a:link, #navlist a:visited{
	color: #EEE;
	text-decoration: none;
}

#navcontainer a:hover{
	background: url(images/nav_bkgd2.jpg) no-repeat center;
	color: #ce9d5a;
}

/* main page layout
------------------------------*/ 

#contentwrap{
	width: 800px;
	padding: 0 0 20px 0;
	margin: 0 0 0 0;
	background-color: #FFF;
	background: url(images/nav_bkgd_rpt.jpg) repeat-y;
	
	}
		
#main_content{
	width: 640px;
	text-align: left;
	margin: 0 0 0 150px;
        }
		
.productwrapper{
	width: 620px;
	text-align: left;
	margin: 10px 0 0 20px;
	clear: right;	
  		}
		
.productwrapper2{
	width: 620px;
	text-align: left;
	margin: 50px 0 0 20px;
	clear: both;	
  		}
		
.productinfo{
	width: 370px;
	text-align: left;
	border-left: 2px solid #ce9d5a;
	margin:0 0 0 0;
	padding: 0 0 0 10px;
	margin: 0 0 0 230px;
  		}
		
.productimage{
	width: 215px;
	text-align: left;
	float: left;
  		}

.specbox{
	width: 100px;
	float: right;
	padding: 0 30px 0 0;
	}
	
.newsitem{
	width: auto;
	text-align: left;
	border-top: 1px dotted #CCCCCC;
	padding: 10px 10px 0 0;
	margin: 10px 0 0 20px;
  }
		
	
/* typography styles main page
-----------------------------------*/	

#main_content h1{
	font-size: 1.6em;
	font-family: Arial, Sans-Serif;
	color: #999;
	padding: 10px 0 10px 20px;
}

#main_content h2{
	font-size: 1.5em;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #603145;
	padding: 0 0 0 10px;
}

#main_content h4{
	font-size: 1.1em;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #333;
	padding: 5px 0 0 10px;
}

#main_content p{
	font-size: 1.2em;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #666;
	padding: 10px 0 0 10px;
	line-height: 1.7;
}

#main_content p a{
	color: #603145;
	border-bottom: 1px dotted #603145;
}

#main_content p a:hover, #main_content p a:focus{
	color: #000;
	border-bottom: 1px dotted #000;
}
	
.price{
  	color: #603145;
	font-weight: bold;
	}

.colourchoice{
  	color: #000;
	font-size: 90%;
	}
	
.click{
  	color: #000;
	font-size: 80%;
	}
	
.spec_list{
	margin: 0 0 10px 0;
	}

.spec_list{
	font-size: 1.2em;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #666;
	margin: 0 0 0 0;
	list-style:circle;
	line-height: 1.7;
	}
	
.spec_list li a{
	color: #000;
	}
	
.spec_list li a:hover{
	color: #007e17;
	}
  
.sub_content3{
	height: 160px
  }
  
img{
	display: block;
	border: 0;
}
  
/* Contact page
----------------------------------------*/

#contact{
	padding: 0 0 0 23px;
	width: 430px;
	}
	
#thankyou{
	padding: 0 0 0 15px;
	width: 430px;
	height: 230px;
	}
	
#address{
	width: 180px;
	float: right;
	margin: 80px 0 0 0;
	}

.tel{
	color: #ce9d5a;
	}


fieldset {
    border: none;
    padding: 0;
    }

fieldset ul {
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0 !important;
    }
    
fieldset ul li {
    padding-bottom: 0;
	color: #603145;
    }
    
fieldset input, 
fieldset select,
fieldset textarea {
	font: 1.2em 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-weight: normal;
	border: 0;
	border: 1px solid #232d17;
	padding: 3px 3px 3px 3px;
	margin: 2px 0 0 0;
	color: #333333;
	background-color: #e5e5e5;
}

fieldset input:hover, 
fieldset select:hover,
fieldset textarea:hover {
	border: 1px solid #ce9d5a;
}
	
fieldset textarea {
    overflow: auto;
	font: 1.2em 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
}

fieldset select {
	padding: 1px;
	padding: 2px 1px 2px 0;
}

fieldset select option {
    padding: 0 15px 0 2px;
}

fieldset label {
	font: 12px 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif; 
    display: block;
    margin: 20px 0 5px 0;
}

fieldset label.note {
	font: 12px 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif; 
    font-weight: normal;
    color: #999;
    margin: 3px 15px 0 0;
    font-style: italic;
}

.required {
    color: #ce9d5a !important;
}

fieldset label.checkbox_note {
    font-weight: normal;
    display: inline;
    float: none;
}

fieldset label.full, fieldset input.full,
fieldset select.full, fieldset textarea.full { width: 98%; }

fieldset label.full {
    float: left;
}

fieldset p {
    margin-bottom: 8px !important;
}

.submit button{
	display:block;
	float:left;
	margin:0 7px 0 0;
	background-color:#CCCCCC;
	border:1px solid #ce9d5a;
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#333333;
	cursor:pointer;
	padding:5px 7px 6px 7px; /* Links */
}
.submit button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.submit button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
.submit button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

button:hover, .submit a:hover{
	background-color: #999999;
	border:1px solid #ce9d5a;
	color:#fff;
}


	
/* footer styles 
------------------------------*/
	  
#intro-footer{
	width: 830px;
	height: 82px;
	margin: 5px auto 0 auto;
	text-align: left;
	clear:both;
}

#intro-footer p{
	color: #666666;
	font-size: 0.9em;
	padding: 0 0 0 0;
}

#intro-footer p a{
	color: #333333;
	text-decoration: none;
}

#intro-footer p a:hover, #intro-footer p a:focus{
	color: #CC0000;
} 

#siteby{
	width: 200px;
	float: right;
	margin-top: 0;
	text-align: right;
}




.detail{
	color: #999999;
	font-size: 70%;
}

.enter_left{
	float: left;
	margin-right: 0;	
	margin-bottom: 0;
	display: inline;
}

.arrowleft{
	float: left;
	margin-right: 5px;
}
  
.right{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	display: inline;
}

.hide{
	display: none;
}

