/* CSS Document */

/* Style Sheets

Site: Global Leathers
================================== */

/* Zero down margin and paddin on all elements */

* {
  margin: 0;
  padding: 0;
}
body {
	text-align: center;
	background: #dfdfdf url(../img/bg_pattern.gif) 0 0 repeat-x;
}

/* default links */

a:link, a:visited {
	color: #7c5306;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #7c5306;
}

.instock {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4a4a4a;

}

.email {
	float: right;
	color: #666;
	margin-right: 10px;
	padding-right: 5px;
	font: 12px Arial, Verdana, sans-serif;
	color: #4a4a4a;
}

/* Layout ---------------------------------*/

#wrapper {
   	width: 871px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/pg_bg.jpg) repeat-y;	
}
#container {
	width: 799px;
	margin: 0 auto;
	text-align: left;
}
#banner {
	float: right;
	width: 556px;
	height: 190px;
	background: url(../img/banner.jpg) no-repeat;
	margin: 6px 6px;
	
}

#banner h1 {
	text-indent: -999em;
}

#branding {
	float: left;
	width: 229px;
	height: 216px;
	background: url(../img/branding.gif) no-repeat;
  	
}

#branding h1 {
	text-indent: -999em;
}
	
#content {
	float: right;
	width: 565px;
}

#mainNav { 
	float: left;
	width: 229px;
} 

#mainNav {
	clear:both;
}

#footer { 
	clear: both;
	width: 799px;
	margin: 0 auto;
	height: 100px;
	margin-left: 36px;
	padding: 0px;
	background: url(../img/footer.gif) no-repeat;
	}


/* End of Layout  ---------------------------------*/

/* mainNav -------------------------------------*/


#mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font: bold 12px Trebuchet MS, Arial, Helvetica, sans-serif;
}

#mainNav li {
  	margin: 1px 0px;
}

#mainNav li {
	display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
}
#navlist li a {
	display: block;
	width: 229px;
	height: 23px;
	color: #ffffff;
	line-height: 25px;
	text-decoration: none;
	background: url(../img/button_rollover.gif) no-repeat left bottom;
	text-indent: 10px;
}

#navlist li a:hover{
	 color: #fff;
	 background-position: right bottom;
}

ul#navlist li a#current{
	color: #fff;
	background-position: right bottom;
	cursor: default;

}

/* End of navlist ----------------- */



/* subNav -----------------*/

#subnavlist li a {
	display: block;
	width: 229px;
	height: 23px;
	color: #4a4a4a;
	border-bottom: 1px solid #cccccc;
	background: transparent; /* Removes the background image from the subnavlist */
	line-height: 25px;
	text-decoration: none;
	text-indent: 15px;
}

#subnavlist li a:hover{
	display: block;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

ul#navlist li a#subcurrent {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	cursor: default;
}
 
/* End of subnavlist ----------------- */
	
/* Typography --------------------- */ 
#content p {
	padding: 5px;
	margin: 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
}

#content h1 {
	font-size: 22px;
  	font-weight: normal;
	width: 545px;
	padding: 4px;
	border-bottom: 1px solid #cccccc;
}
/* End of Typography --------------------- */

/* Image Holder -------------------------- */

#thumbnails {
	margin: 0 0 15px 15px;
	text-align: center
}

#img-wrapper {
	margin: 20px 20px 0px 0px;
	float:left;
	line-height:0;
	text-align: center;
}

.img {
	margin: 10px;
	background: #fff;
	padding: 5px;
	border: 1px solid #C5BDBD;
}

#img-wrapper p {
	padding-top: 5px;
	color: 4a4a4a;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	}

#img-wrapper a:link, #img-wrapper a:visited {
	font-size: 11px;
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #7c5306;
	text-decoration: none;
	}

#img-wrapper a:hover {
	color: #bc7d08;
	text-decoration: underline;
	}

#spacer {
	clear: both;
	}
	

.cc_icons{
	padding-top: 20px;
	margin-left: 12px;
}



/* form styles */

form {
	padding: 5px;
	margin: 5px;
	width: 375px;
	text-align: left;
}

fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

legend {
	display: none;
}

form h3 {
	clear: both;
	font-weight: bold;
	color: #4a4a4a;
	font: Arial, Helvetica, sans-serif;
	padding: 5px 0px 10px 0px;
	font-size: 14px;
}



label {
	display: block;
	width: 310px;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 0px 0px 5px 0px;
	margin: 0px 5px 0px 0px;
}

form input {
	display: block;
	margin-bottom: 5px;
}

form select {
	float: left;
	display: block;
}

.field-first,
.field-address,
.field-city,
.field-email {
	clear: left;
}



.field-first,
.field-last,
.field-city,
.field-email,
.field-phone {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 150px;
}


.field-first input,
.field-last input,
.field-email input,
.field-city input,
.field-phone input {
	float: left;
	width: 150px;
	padding: 0px;
}

field-swatch {
	float: left;
	width: 300px;
	display: block;
	float: left;

}

.options input {
	display: inline;
	float: left;
	padding: 5;
	clear: left;
}

.options label {
	display: inline;
	float: left;
	padding: 5;
	margin: 0px 5px 15px 5px;
}


.field-state {
	float: left;
	margin-right: 10px;
	width: 60px;
}

.field-state select {
	width: 60px;
	float: left;
	margin: 0px;
}

.field-zip {
	float: left;
	width: 80px;
}

.field-zip input {
	float: left;
	width: 80px;
}

.field-address {
	float: left;
	width: 310px;
	margin: 0px 0px 0px 0px;
}

.field-address input {
	float: left;
	width: 310px;
	padding: 0px;
}

.field-company {
	float: left;
	width: 310px;
	margin: 0px 0px 0px 0px;
}

.field-company input {
	float: left;
	width: 310px;
	padding: 0px;
}

.field-products {
	float: left;
	width: 310px;
	margin: 0px 0px 0px 0px;
}

.field-products input {
	float: left;
	width: 310px;
	padding: 0px;
}

textarea {
	display: block;
}

form textarea {
	margin-top: 3px;
}

input[type="submit"] {
	margin-top: 5px;
}

div#errorMessage {
	display: block;
	font: .7em "lucida sans", verdana, sans-serif;
	color: #000;
	margin: 0 0 5px 0;
	padding: 5px;
	background-color: #ffdfdf;
	border: 1px dotted #de9292;
}

.focus { background-color: #fefbc8; }
.error { background-color: #ffb7b2; }

/* Footer -------------------------------- */


#footer p {
	float: right;
	margin: 55px 10px 20px 20px;
	padding: 4px;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	border-top: 1px solid #cccccc;
	width: 545px;
	text-align: center;
	}

#footer a:link, #footer a:visited {
	color: #7c5306;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
	}

/* End of footer */