/* CSS developed by 9xb.com
Main stylesheet for layout */

/* ---------------------------------- */
/* DEFAULT STYLES   */   
/* ---------------------------------- */
	
	html, body, td, th {
		font: 12px/1.3em arial, verdana, Lucida Grande, Lucida Sans Unicode, geneva, helvetica, sans-serif;
		color: #767676;
	}
	
	body {
		margin: 0;
		text-align: center;
		background: url(../uploads/images/large/bg2.jpg) no-repeat top left;
	}
	body#home { background: url(../uploads/images/large/bg2.jpg) no-repeat top left; }
	body#products { background: url(../uploads/images/large/bg3.jpg) no-repeat top left; }
	body#products_more_info { background: url(../uploads/images/large/bg1.jpg) no-repeat top left; }

	
/* ---------------------------------- */
/* GLOBAL STYLES  */   
/* ---------------------------------- */
	
	.hidden, hr, .screen_reader {
		display: none;
	}
	p {
		margin: 0 0 15px 0;
		padding: 0;
	}
	a img {
		border: 0;
	}
	.clear {
		clear: both;
	}
	ul {
		list-style-type: square;
		padding: 0 0 0 30px;
		margin: 0 0 15px 0;
	}
	a {
		color: #eb0000;
	}
	a:hover {
		text-decoration: underline;
	}
	
	.floatL {
		float: left;
		padding: 0;
		margin: 0 15px 15px 0;
	}
	.floatR {
		float: right;
		padding: 0;
	}

/* ---------------------------------- */
/* MAJOR DIVISIONS   */   
/* ---------------------------------- */

	#outerwrap {
		width: 890px;
		margin: 0 auto;
		padding: 0;
		text-align: left;
		background: url(../images/bg_knightsbridgedesign.gif) no-repeat top right;
		min-height: 600px;
	}
	#innerwrap {
		width: 750px;
		float: left;
		padding: 0 0 0 15px;
		background: transparent url("../images/bg_trans.png") repeat top left;
	}
	* html #innerwrap {
		xfilter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/bg_trans.png');
		background: url(../images/bg_dot.gif) transparent;
	}
	#headerwrap {
		float: left;
		width: 750px;
		height: 115px;
		margin: 0;
		padding: 0;
		
	}
	#contentwrap {
		float: left;
		width: 750px;
	}
	#content {
		width: 510px;
		float: right;
		color: #333;
		padding: 15px 0;
		font-size: 95%;
	}
	#leftcolumn {
		width: 222px;
		float: left;
		margin: 0;
		text-align: right;
		border-right: 1px solid #ddd;
		padding: 15px 0 50px 0;
	}
	#footerwrap {
		float: left;
		width: 740px;
		margin: 30px 0;
		font-size: 0.9em;
	}
	

/* ---------------------------------- */
/* TITLE ELEMENTS  */   
/* ---------------------------------- */	
	
	#headerwrap span {
		margin: 0;
		padding: 0;
		width: 222px;
		height: 115px;
		float: left;
		overflow: hidden;
		display: block;
	}
	
	#headerwrap img {
		margin-top: 25px;
	}
	
	#content h1 {
		background:none;
		float:none;
		overflow:auto;
		width:auto;
		height:auto;
		margin:20px 0;
		line-height: 100%;
		padding:5px 0;
		clear:both;
		}
	
	h1 a {
		display: block;
		text-indent: -3000em;
		margin: 0;
		padding: 0;
		width: 222px;
		height: 115px;
	}

	h1 a:hover {
		background-color: transparent;
	}
	h2, h3, h4 {
		font-size: 1em;
		margin: 0 0 15px 0;
	}
	h2 {
		font-size: 1.5em;
		line-height: 1.1em;
		font-weight: normal;
		color: #eb0000;
	}
	h3 {
		font-size: 1.1em;
		line-height: 1.2em;
		color: #eb0000;
	}
	
/* ---------------------------------- */
/* FORM ELEMENTS  */   
/* ---------------------------------- */

	input, textarea, select {
		font: 12px/1.3em arial, verdana, Lucida Grande, Lucida Sans Unicode, geneva, helvetica, sans-serif;
		color: #333;
		font-size: 12px;
		padding: 2px;
		background: #fff;
		border: 1px solid #ccc;
		margin: 0;
	}
	form {
		width: 100%;
	}
	.formbutton {
		width: auto;
	}

/* ---------------------------------- */
/* TABLE ELEMENTS  */   
/* ---------------------------------- */	
	
	table {
        border-collapse: collapse;
		margin: 0 0 10px 0;
		width: 100%;
		font-size: 1.1em;
		color: #333;
		border-top: 1px solid #d6d6d6;
    }
    th, td {
        padding: 10px 5px;
		margin: 0;
		font-weight: bold;
		border-bottom: 1px solid #d6d6d6;
		vertical-align: middle;
    }
    td {
		text-align: left;
    }

/* ---------------------------------- */
/* HEADER STYLES  */   
/* ---------------------------------- */

	#quotebox {
		margin: 15px 0 0 0;
		padding: 0;
		width: 473px;
		height: 85px;
		background: url(../images/bg_quotes.gif) no-repeat top left;
		float: right;
		text-align: center;
		font-size: 1.4em;
		color: #999;
	}

	#quotebox p {
		margin: 0;
		padding: 15px 40px;
	}
		
/* ---------------------------------- */
/* LEFTCOLUMN STYLES  */   
/* ---------------------------------- */

	#leftcolumn h3 {
		padding: 0 13px 0 0;
		margin: 0 0 20px 0;
		float: right;
		color: #de1e2f;
	}
	#leftcolumn ul {
		list-style: none;
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
		float: right;
		clear: both;
	}
	#leftcolumn ul#nav {
		background: url(../images/bg_divider.gif) no-repeat bottom right;
	}
	#leftcolumn ul li {
		list-style: none;
		padding: 0;
		margin: 0;
		border: 0px solid #fff;
		float: right;
		clear: both;
	}
	#leftcolumn ul li a {
		list-style: none;
		margin: 0;
		padding: 5px 10px;
		display: block;
		border-right: 3px solid #fff;
		text-decoration: none;
		float: left;
		width: 190px;
		color: #666;
	}
	#leftcolumn ul li a:hover {
		border-right: 3px solid #de1e2f;
		color: #eb0000;
	}
	#leftcolumn ul li a.selected {
		border-right: 3px solid #de1e2f;
		color: #de1e2f;
	}
		
/* ---------------------------------- */
/* CONTENT STYLES  */   
/* ---------------------------------- */

/* ----------- Homepage ------------- */

	#hp_categories {
		list-style: none;
		padding: 0;
		margin: -30px 0 15px 0;
		float: left;
		width: 500px;
	}
	#hp_categories li {
		float: left;
		padding: 0;
		width: 120px;
		height: 170px;
		margin: 0 0 10px 30px;
		text-align: center;
	}
	* html #hp_categories li {
		margin: 0 0 10px 15px;
	}
	#hp_categories a {
		float: left;
		width: 120px;
		height: 170px;
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		display: block;
		text-decoration: none;
		color: #666;
	}
	#hp_categories a:hover { 
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		color: #eb0000;
	}
	
	#hp_categories img {
		float: left;
		padding: 0;
		margin: 0;
		border: 0;
	}
	#hp_categories span {
		float: left;
		width: 120px;
		padding: 0;
		margin: -20px 0 0 0;
	}
	
/* ------- Breadcrumb ----------- */

	.breadcrumb {
		padding: 00;
		margin: 0 0 20px 0;
		width: 500px;
		float: left;
		color: #666;
		list-style: none;
	}
	.breadcrumb li {
		float: left;
	}
	.breadcrumb li a {
		padding: 0 10px 0 0;
		margin: 0 5px 0 0;
		background: url(../images/arrow.gif) no-repeat right center;
		text-decoration: none;
		color: #000;
	}
	.breadcrumb li a:hover {
		text-decoration: underline;
	}
	
/* ------------ Paginator ------------- */

	.paginator {
		list-style: none;
		padding: 5px 0;
		margin: 0 0 25px 0;
		clear: both;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
	.paginator * {
		display: inline;
	}
	.paginator a {
		margin: 0 10px 0 0;
	}
	
/* ----- Categories listing page ----- */

	#categories {
		list-style: none;
		padding: 0;
		margin: 0 0 15px 0;
		float: left;
		clear: both;
		width: 510px;
	}
	#categories li {
		float: left;
		padding: 0;
		width: 120px;
		margin: 0 5px 10px 0;
		text-align: center;
	}
	* html #categories li {
		margin: 0 0 10px 0;
	}
	#categories a {
		float: left;
		width: 120px;
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		display: block;
		text-decoration: none;
		color: #666;
		height: 15em;
	}
	#categories a:hover { 
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		color: #eb0000;
	}
	
	#categories img {
		padding: 0;
		margin: 0;
		border: 0;
	}
	#categories span {
		float: left;
		width: 110px;
		padding: 0 5px;
		margin: 0px 0 0 0;
	}
	
/* ------- More Info page ------- */
	
	#more_info_details {
		font-size: 1.2em;
		color: #666;
		float: left;
		margin: 0 0 25px 0;
	}
	
	#images {
		float: left;
		width: 195px;
		margin: 0 0 10px 0;
		padding: 0;
	}
	#images ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#images li {
		display: inline;
		margin: 0;
	}
	#images li a {
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		margin: 0 0 5px 0;
		display: block;
		text-align: center;
	}
	#images li a:hover {
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}
	
	#details {
		float: right;
		width: 300px;
		margin: 0 0 10px 0;
		padding: 0;
	}
	#details h2 {
		color: #9ea0a4;
		font-size: 3em;
		font-weight: normal;
	}
	#details a {
		text-decoration: none;
	}
	#details a:hover {
		text-decoration: underline;
	}
	#details strong {
		color: #eb0000;
	}
	#details table {
		border-collapse: collapse;
		margin: 10px 0 30px 0;
		width: auto;
		border: 0;
    }
    #details table th,
	#details table td {
        padding: 3px 5px;
		margin: 0;
		border: 0;
		font-weight: normal;
		border-left: 1px solid #666;
		vertical-align: middle;
		font-size: 1em;
    }
    #details table td {
		text-align: left;
    }
    #details table tr.bold td {
		font-weight: bold;
		color: #000;
    }
    #details ul.links {
		list-style: none;
		padding: 0;
		margin: 0;
    }
    #details ul.links li {
		display: inline;
		margin: 0 5px 5px 0;
    }
	
	h3.other_products {
		color: #666;
		border-top: 1px solid #eee;
		font-weight: normal;
		font-size: 1.2em;
		clear: both;
		padding: 5px 0;
	}
	

/* ---------------------------------- */
/* FOOTER STYLES  */   
/* ---------------------------------- */

	
	#footer_details {
		padding: 10px 15px;
		background: url(../images/bg_footer.gif) no-repeat bottom right #000;
		color: #fff;
	}
	#footer_details ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	#footer_details li {
		display: inline;
		margin: 0 10px 0 0;
	}
	#footer_details p {
		margin: 0 0 10px 0;
	}
	#footer_details a {
		color: #fff;
		text-decoration: none;
	}
	#footer_details a:hover {
		text-decoration: underline;
	}
	
/* ---------------------------------- */

	#footer_accreds {
		float: left;
		clear: both;
	}
	#footer_accreds p {
		float: left;
		margin: 0 10px 0 0;
	}
	#footer_accreds p.copyright {
		margin: 10px 10px 0 0;
	}





.rangebox{
	width:130px;
	float:left;
	height:145px;
	margin:10px 10px 0 0;
	text-align:center;
	
	}
	.rangebox img{
	margin:0 0 -15px 0;
	
	}
	.rangebox a{
	font-weight:normal;
	color:#000;
	}
	
form div {
	float: left;
	width: 100%;
	padding: 3px;
}

label{
	width: 11em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
	}

fieldset{
	border: 1px solid #ccc;
	padding:20px;
	clear:both;
	width:450px;
	}

legend{
	color: #fff;
	background-color:#f00;
	padding: 2px 6px
	}

.formfield{
	width:300px;
	}
.formbttn{
	 margin-left: 5.5em;
	 }
	 
#request {
	width: 100%;
	float: left;
	text-align: right;
}

#request img {
	border: 0;
}