@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	border:0px;
	padding:0px;
	font-family:Georgia, "Century Gothic", Helvetica, Arial, sans-serif;
	background:url(../images/bg.jpg) #dcdcdc repeat-x;
	color: #9f9f9f;
	font-size:1em;
}

html {
	font-size:100%;
}

a img {
	border:none;
}

/*=====PAGE STYLING ===========*/

#dropshadow {
	background: url(../images/dropshadow.png) repeat-y;
	width: 55.125em;/*882px*/
	margin: 0 auto;
}

#header {
	margin: 0 auto;
	height: 8.063em;/*129px*/
	width: 54.25em;/*868px*/
	color: #FFFFFF;
	background:url(../images/header.jpg);
}

#navcontainer {
	background: url(../images/navbar.jpg) repeat-x;
	margin: 0 auto;
	height: 3.063em;/*49px*/
	width: 54.25em;/*868px*/
}

#content {
	margin: 0 auto;
	width: 54.25em;/*868px*/
	overflow:auto;
}

#contentinner {
	width: 818px;/*828px*/
	margin-left:27px;/*20px*/
	margin-right:23px;/*20px*/
	margin-top:20px;/*20px*/
	margin-bottom:20px;/*20px*/
	min-height:31.25em;/*500px*/
}

#footer {
	background: url(../images/footer.png) no-repeat;
	height: 129px;/*39px*/
	width: 55.125em;/*882px*/
	margin:0 auto;
	text-align:center;
	overflow:auto;
}

#footer a {
	display:block;
	margin-top:5px;
	color:#9f9f9f;
	font-size:12px;
}

#footer a:hover {
	color:#666;
}

#footer .sig {
	display:block;
	margin-top:80px;
	margin-bottom:5px;
	font-size:12px;
}

/*======STYLINGS==========*/

.quote {
	color:#c4aa52;
	font-style:italic;
}



/*======TEXT AREAS & INPUTS======*/

textarea, input {
	border:1px solid #999999;
	font-family:inherit;
	font-size:14px;
	color:#9f9f9f;
}

#text1 textarea, #text1 input {
	width:200px;
}

#text2 textarea, #text2 input {
	width:170px;
}

#comments {
	min-height:100px;
}


/*========PRODUCT CATALOGUE =============*/
.productlisting, .categorylisting{
	margin:0 auto;
	width:100%;
	overflow:auto;
}

/*.productlisting div {
	border: 1px solid silver;
	width:43%;
	float:left;
	padding:8px;
	margin:10px;
}*/

.productlisting table td, .categorylisting table td {
	border:1px solid silver;
	background:#efefef;
}
.productlisting img, .categorylisting img {
}
.productlisting p, .categorylisting p {
	text-align:center;
	color: #999;
}

.categorylisting a {
	text-decoration:none;
	color:#999;
}

/*.categorybox div {
	border: 1px solid silver;
	width:43%;
	float:left;
	padding:8px;
	margin:10px;	
}
*/
.categorylisting .categorytitle {
	border-bottom: 1px dotted silver;
	color: #999;
	margin:0px;
	text-align:center;
	padding:0px;
	line-height:-15px;
}

/*=========BRANDS=============*/

.brands {
	width:700px;
}

.brands img {
	margin:10px;
}


/*============PAGINATION=============*/

.pagination {
	height:20px;
	margin:0px 10px;
}

.pagination a{
	border:1px solid silver;
	width:25px;
	padding: 1px 6px;
	height:15px;
	margin:2px;
	color:#999;
	text-decoration:none;
}

.pagination strong{
	width:25px;
	padding: 1px 4px;
	height:15px;
	margin:2px;
}

.pagination a:hover {
	background:#EEE;
}

.pagbox {
	border:1px solid silver;
	width:50%;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:10px;
	margin-left:15px;
}

.pagbox2 {
	border:1px solid silver;
	width:46%;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:10px;
	margin-left:20px;
	margin-top:30px;
}

/*==============PRODUCT CATEGORIES ===================================*/

.catbox {
	border:1px solid silver;
	background:#EFEFEF;
	width:50%;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:50px;
	margin-left:15px;
}

.catlist, .catlist a {
	color:#9f9f9f;
	list-style-type:none;	
}

.catlist a {
}

/*========SEARCH BOX ==============================*/

.searchbox input {
	margin-right:5px;
}

.searchbox {
	margin-bottom:10px;
	margin-left:15px;
}

/*=========LINKS ===============*/

a {
	color:#c4aa52;
}

/*===========CONTACT FORM =================*/

.contactform {
	border:1px solid silver;
	background: #efefef;
	padding-bottom:30px;
	margin-bottom:50px;
}

.contactform .info {
	color:#999;
	font-weight:bold;
	margin-bottom:20px;
}

.contactform p {
	margin-left:10px;
	margin-right:10px;
	line-height:20px;
	margin-top:5px;
	margin-bottom:5px;
}

.contactform textarea, .contactform input, .contactform select {
	width:200px;
}

.contactform img {
	margin-top:6px;
	margin-bottom:2px;
}

.subbut {
	background:#DDD;
	color:#999;
	font-weight:bold;
}