/* CSS Reset */ html{color:#000;background:#FFF;}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,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
/* CMS Reset */ #main h1{font-size:138.5%}#main h2{font-size:123.1%}#main h3{font-size:108%}#main h1,#main h2,#main h3{margin:1em 0}#main h1,#main h2,#main h3,#main h4,#main h5,#main h6,#main strong,#main dt{font-weight:700}#main optgroup{font-weight:400}#main abbr,#main acronym{border-bottom:1px dotted #000;cursor:help}#main em{font-style:italic}#main del{text-decoration:line-through}#main blockquote,#main ul,#main ol,#main dl{margin:1em}#main ol,#main ul,#main dl{margin-left:2em}#main ol li{list-style:decimal outside}#main ul li{list-style:disc outside}#main dl dd{margin-left:1em}#main th,#main td{border:1px solid #000;padding:.5em}#main th{font-weight:700;text-align:center}#main caption{margin-bottom:.5em;text-align:center}#main sup{vertical-align:super}#main sub{vertical-align:sub}#main p,#main fieldset,#main table,#main pre{margin-bottom:1em}#main button,#main input[type=checkbox],#main input[type=radio],#main input[type=reset],#main input[type=submit]{padding:1px}


/* Global Elements Benchmark Leather Inc.
-------------------------------------------------------------- */
html{background-color: #000000;
}	

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #000000;
}
.left               {float: left;}
.right              {
	float: right;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
}
/*Wrapper*/
#wrapper {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/bg-gold.jpg);
	background-repeat: repeat;
}

#wrapperSubPage {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #bfbfbf;
	padding: 0px;
 	
	
}
/*Header*/
#header {
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header h1 {
    display:none;
}

/*----Navbar and Menu code are located on MenuMatic.css----*/

/*Content*/
#content{
	clear: both;
	position: relative;
	padding-bottom: 0px;
}
/*----Main Editable Region on Home Page----*/
#main {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	width: 920px;
}

#mainSubPage {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	width: 930px;
	background-image: url(../img/background_top.jpg);
	background-repeat:no-repeat;
	background-position: top center; }

#mainSubPageSubFooter {
	padding: 0px;
	background-image: url(../img/background_bottom.jpg);
	background-repeat:no-repeat;
	width: 950px;
	height: 30px;
	background-position: bottom center; }


#mainSubPage h1{
	font-size: 18px;
	text-transform: uppercase;
	color: #333333;
	
	line-height: 20px;
	margin-bottom: 6px;
}
#mainSubPage h2{
	font-size: 12px;
	text-transform: capitalize;
	color: #000000;
	line-height: 20px;
	margin-bottom: 6px;
	font-weight: bold;
}

#mainSubPage a:link{
	text-decoration: underline;
	color: #996600;
	font-weight: bold;	
}
#mainSubPage a:visited{
	text-decoration: underline;
	color: #996600;
	font-weight: bold;	
}
#mainSubPage a:hover{
	text-decoration: none;
	color: #000000;
	font-weight: bold; }


#main h1{
	font-size: 18px;
	text-transform: uppercase;
	color: #333333;
	
	line-height: 20px;
	margin-bottom: 6px;
}
#main h2{
	font-size: 12px;
	text-transform: capitalize;
	color: #000000;
	line-height: 20px;
	margin-bottom: 6px;
	font-weight: bold;
}

#main-product-list{
	width: 540px;
	height: 120px;
	margin-top: 20px;
	color: #990000;
	font-weight: bold;
}

#main-product-list ul{
	width:600px;
	padding-left: 6px;
}
#main-product-list  li  { 
width:150px; float:left; 
}

#main-product-list a:link{
	text-decoration: none;
	color: #333333;
	font-weight: bold;	
}
#main-product-list a:visited{
	text-decoration: none;
	color: #333333;
	font-weight: bold;	
}
#main-product-list a:hover{
	text-decoration: none;
	color: #996600;
	font-weight: bold;	
}

/*-----Featured Items on Home Page--------*/
#featured-items{
	width: 930px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #660000;
	height: 222px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	padding-left: 4px;
}
#featured-items ul{
	background-color: #FFFFFF;
	text-align: center;
	padding-left: 2px;
	
}
#featured-items  li  {
	width:24.5%;
	float:left;
	height: 218px;
	border-right-style: solid;
	border-right-color: #B8AF97;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 8px;
}
#featured-items img{
}
#featured-items a:link{
	text-decoration: none;
	color: #996600;
	font-weight: bold;	
}
#featured-items a:visited{
	text-decoration: none;
	color: #996600;
	font-weight: bold;	
}
#featured-items a:hover{
	text-decoration: none;
	color: #000000;
	font-weight: bold;	
}
/*----Interior Pages/Catalogue of Products----*/
#header2{
	background-image: url(../img/header-int.jpg);
	background-repeat: no-repeat;

	height: 75px;
	width: 950px;
}
#catalogue{
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
#catalogue h1{
	font-size: 18px;
	text-transform: uppercase;
	color: #000000;
	line-height: 28px;
	padding-left: 28px;
	padding-top: 8px;
}
#catalogue-top{
width:940px;
	margin-bottom:0px;
	background-image: url(../img/h2-bg-top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 39px;
}

#catalogue-main{
	background-image: url(../img/bg-products.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width:920px;
	background-color:#FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}

#catalogue-btm{
	margin-bottom:0px;
	width:940px;
	background-image: url(../img/h2-bg-btm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
}
#results{
	text-align: right;
	margin-bottom: 20px;
	font-size: 11px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	word-spacing: 4px;

}
.show-focus{
	text-decoration: none;
	color: #333333;
}
#catalogue a:link{
	text-decoration: underline;
	color: #996600;
	font-weight: bold;	
}
#catalogue a:visited{
	text-decoration: underline;
	color: #996600;
	font-weight: bold;	
}
#catalogue a:hover{
	text-decoration: none;
	color: #000000;
	font-weight: bold;	
}


/*----Catalogue Product List----*/
#products{
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #660000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#products ul{
	background-color: #FFFFFF;
	text-align: center;
	padding-left: 2px;
	
}
#products  li  {
	width:128px;
	float:left;
	height: 162px;
	text-align: left;
	background-color: #FFFFFF;
	padding-top: 8px;
}
#products img{
	border: 1px solid #333333;
}
#products a:link{
	text-decoration: none;
	color: #333333;
	font-weight: bold;	
}
#products a:visited{
	text-decoration: none;
	color: #333333;
	font-weight: bold;	
}
#products a:hover{
	text-decoration: none;
	color: #996600;
	font-weight: bold;	
}
#products .title {
	text-align: left;
	padding-left: 2px;
	font-size: 11px;

}
#products .view-product{
	background-image: url(../img/view-prod.jpg);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	text-align: left;
	padding-left: 10px;
}


/*Footer*/
#footer{
	background-image: url(../img/navbar-bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #000000;
}
#footer a:link{
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}
#footer .left  {
float: left;
}
#footer .right  {
	float: right;	
}
#footer p           {
	padding: 0px 7px;	
}
/*----Interior Catalogue Footer----*/
#footer2{
	height: 30px;
	clear: both;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 10px;
	color: #000;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../img/bg-gold.jpg);
	background-repeat: repeat;
	
}
#footer2 a:link{
	text-decoration: none;
	color: #000;
}
#footer2 a:visited{
	text-decoration: none;
	color: #000;
}
#footer2 a:hover{
	text-decoration: underline;
	color: #000;
}
#footer2 .left  {
float: left;
}
#footer2 .right  {
	float: right;	
}
#footer2 p           {
	padding: 0px 7px;	
}
