/* Project: Sign With Prestige
URL: http://www.signwithprestige.com/
Date: Feb 2009
Author: Red Kite Creative
Author URL: http://www.redkitecreative.com */

/**************************************
  Override default styling rules
**************************************/
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

:link, :visited { text-decoration: none; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6, pre, code { font-size: 1em; }
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin: 0; padding:0; }
a img, :link img, :visited img { border: none; }
/* normalize font-size for all headers */
h1, h2, h3, h4 {
	font-size: 100%;
}
img, fieldset { display: block; border: none; }
/* To prevent jumping */
html { min-height: 100%; margin-bottom: 1px; }
/* Transparency method for IE6 - js/unitpngfix.js */
/************************************************
  Default rules
************************************************/
h1, h2, h3 {
	color: #583134;
	background-color: transparent;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
h1 {
	margin: 0.1em 0 0.8em 0;
	font-size: 150%;
}
h2 {
	margin-bottom: 0.5em;
	font-size: 125%;
	font-weight: bold;
}
h3 {
	font-size: 115%;
}
p {
	margin-bottom: 1em;
	color: #262d3c;
	background-color: transparent;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}
td {
	color: #262d3c;
	background-color: transparent;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}
blockquote {
	margin: 0 30px;
}
a {
	color: #596D54;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #234646;
	background-color: transparent;
	text-decoration: underline;
}
a:hover {
	color: #261616;
	background-color: transparent;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
/* To get rid of that annoying dot */
a:focus, a:hover, a:active { 
	outline: none; 
}
ul li {
	margin-bottom: 0.1em;
}
/************************************************
  Document and header rules
************************************************/
body {
	position: relative;
	padding-bottom: 0;   /* Height of the footer */
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #40382F;
	background-color: #AE6F69;
	background-image: url(../images/bg_stripes.jpg);
	background-position: top;
	background-repeat: repeat;
}
#wrapper {
	position: relative;
	margin: 32px auto;
	padding: 0;
	width: 966px;
	min-height: 40em;
	color: #333;
	background-color: transparent;
}
#header {
	position: relative;
	width: 966px;
	height: 62px;
	background-image: url(../images/header-bg.png);
	background-position: top;
	background-repeat: no-repeat;
	z-index: 10;
}
#logo {
	position: absolute;
	top: 24px;
	left: -26px;
	z-index: 15;
}
/************************************************
  Content rules
************************************************/
#content {
	position: relative;
	color: #40382F;
	background-color: transparent;
	background-image: url(../images/content_bg.png);
	background-position: top;
	background-repeat: repeat-y;
}
#main {
	position: relative;
	left: 270px;
	float: left;
	width: 440px;
	color: #40382F;
	background-color: transparent;
}
.padding {
	padding: 0.6em 1.4em 1em 1.5em;
}
div.image {
  margin: 0;
  padding: 0;
}
div.image img {
	margin-bottom: -14px;
}
div.image p.caption {
  text-align: center;
  color: #40382f;
  background-color: transparent;
  font-style: italic;
  font-size: 90%;
}
#sidebar {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	width: 250px;
}
.paddingSidebar {
	padding: 1em 1em 1em 0;
}
div.hr { 
	margin: 1em 0;
	height: 14px; 
	background: url(../images/hr_img2.gif) no-repeat scroll center;
}
div.hr hr { 
	display: none;
}
#sidebar h3 {
	margin-bottom: 0.5em;
	font-size: 0.9em;
	font-weight: bolder;
	line-height: 1.3em;
}
#sidebar a, #sidebar a:link, #sidebar a:visited {
	margin: 0;
	color: #EAD99D;
	background-color: transparent;
	text-decoration: underline;
}
#sidebar a:hover, #sidebar a:active {
	margin: 0;
	color: #D1B55C;
	background-color: transparent;
	text-decoration: none;
}

ul.bullet-list {
	margin: 0.5em 1em 1em 3em;
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #262D3C;
	background-color: transparent;
}
ul.bullet-list li {
	padding-bottom: 0.5em;
	line-height: 1.3em;
}

/************************************************
  Footer rules
************************************************/
#footer {
	clear: both;
	position: relative;
	width: 966px;
	height: 60px;
	background-image: url(../images/wrapper-footer-bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#book-fan {
	position: absolute;
	bottom: 13px;
	left: 12px;
}
#copyright {	
	position: absolute;
	top: 30px;	
	right: 18px;
	font-size: 80%;	
	z-index: 10;
}
#copyright p {		
	color: #fff9e1;
	background-color: transparent;
}
#footer a, #footer a:link, #footer a:visited {
	margin: 0;
	color: #BDBFA8;
	background-color: transparent;
	text-decoration: underline;
	font-weight: normal;
}
#footer a:hover, #footer a:active {
	margin: 0;
	color: #BDC085;
	background-color: transparent;
	text-decoration: none;
}
#sigline {
	position: absolute;
	bottom: -23px;
	right: 20px;	
	font-size: 80%;
}
#sigline a, #sigline a:link, #sigline a:visited {
	color: #4D502E;
	background-color: transparent;
	text-decoration: none;
}
#sigline a:hover, #sigline a:active {
	color: #434629;
	background-color: transparent;
	text-decoration: underline;
}
/************************************************
  Navigation rules
************************************************/
#nav {
	position: relative;
	top: 12px;
	left: 275px;
	margin: 0;
	padding: 0;
	height: 25px;
}
ul#navlist {
	list-style-type: none;	
}
#navlist li {
	float: left;
	display: block;
	margin: 0;
	padding: 1px 18px;
	font-size: 1.2em;	
	width: auto;	
}
#navlist li a, #navlist li a:link {
	display: block;	
	font-family: Georgia, Times, serif;
	font-weight: bold;
	color: #fff9e1;
	background-color: transparent;
	text-decoration: none;		
}
#navlist li span {
	font-size: 0.8em;
	color: #fff9e1;
	background-color: transparent;
}
#navlist li a:hover {
	color: #D1B2AE;
	background-color: transparent;
}
#navlist li a#current, #navlist li a#current:link {
	color: #fff9e1;
	background-color: transparent;
}
#navlist li a#current:hover {
	color: #D22A00;
	background-color: transparent;
}
#utility {
	position: absolute;
	top: -30px;
	right: 20px;
	height: 18px;
	text-align: right;
	color: #fff9e1;
	background-color: transparent;
}
#utility img {
	display: inline;
	position: relative;
	top: 5px;
	margin: 0 2px 0 5px;
}
#utility a, #utility a:link, #utility a:visited {
	padding-right: 4px;
	font-size: 90%;
	font-weight: normal;
	color: #fff9e1;
	background-color: transparent;
	text-decoration: none;
}
#utility a:hover, #utility a:active {
	color: #E2CDCC;
	background-color: transparent;
	text-decoration: underline;
}
/************************************************
  Image replacement rules
************************************************/
h1.h1-home {
	width: 380px;
	height: 81px;
	background: url(../images/h1-home.gif) no-repeat scroll 0 0;
	overflow:hidden;
}
h1.h1-stationery {
	width: 380px;
	height: 46px;
	background: url(../images/h1_stationery.gif) no-repeat scroll 0 0;
	overflow:hidden;
}
h1.h1-pens {
	width: 380px;
	height: 46px;
	background: url(../images/h1_pens.gif) no-repeat scroll 0 0;
	overflow:hidden;
}
h1.h1-leather {
	width: 380px;
	height: 46px;
	background: url(../images/h1_leather.gif) no-repeat scroll 0 0;
	overflow:hidden;
}
h1.h1-gifts {
	width: 380px;
	height: 46px;
	background: url(../images/h1_gifts.gif) no-repeat scroll 0 0;
	overflow:hidden;
}
h1.h1-contact {
	width: 380px;
	height: 46px;
	background: url(../images/h1_contact.gif) no-repeat scroll 0 0;
	overflow:hidden;
}
h1.h1-home span, h1.h1-stationery span, h1.h1-pens span, h1.h1-leather span, h1.h1-gifts span, h1.h1-contact span, h1.h1-oops span {
	text-indent: -1000em;
	display: block;
}
/************************************************
  Misc. rules
************************************************/
.clearBoth {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
.imgRight {
	clear: right;
	float: right;
	margin: 0 8px 8px 10px;
}
.imgLeft {
	float: left;
	margin: 0 10px 0 0;
	padding-bottom: 10px;
}