@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #9A917F;
	background-image: url(../images/bg_main.png);
	background-repeat: no-repeat;
	background-position: center top;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	margin-bottom: 10px;
	line-height: 23px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	margin-bottom: 10px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h4 {}

h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #88837B;
	margin-bottom: 10px;
}

h6 {}

p {
	padding-top: 5px;
	padding-bottom: 10px;
}

a:link {
	color: #CC0000;
	text-decoration: underline;
}

a:hover {
	color: #990000;
	text-decoration: none;
}

.forcer {
	clear: both;
}

#contentwrap {
	width: 950px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}

.floatright {
	float: right;
}

/*----------------------------------- Header -----------------------------------*/

#header {

}

#logo {}

.unionjack {
	float: right;
}

.mainlogo {
	float: left;
}

#toplinks a {
	font-size: 9px;
	float: left;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #E1DED9;
	text-decoration: none;
}

#toplinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#topwrap {
	float: left;
	width: 725px;
}

#contact {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 28px;
	clear: left;
}

#contact a {
	font-size: 21px;
	color: #FFFFFF;
	text-decoration: none;
}

#contact a:hover {
	color: #EAE8E3;
	text-decoration: underline;
}

/*----------------------------------- Nav -----------------------------------*/

#nav {
	background-image: url(../images/bg_line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#nav ul {}

#nav li {
	float: left;
}

#nav li a {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 14px;
}

#nav li a:hover {
	color: #A23338;
	text-decoration: none;
}

/*----------------------------------- Side Nav -----------------------------------*/

#leftcol {
	float: left;
	width: 200px;
}

#leftcol ul {}

#leftcol li {}

#leftcol li a {
	background-image: url(../images/bg_line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #EAE8E3;
	text-decoration: none;
	text-transform: uppercase;
}

#leftcol li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #766D5C;
	padding-left: 5px;
}

.paypal {
	margin-top: 30px;
	margin-bottom: 20px;
}

.testimonials {
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

/*----------------------------------- Body -----------------------------------*/

#content {}

#rightcol {
	float: right;
	width: 730px;
}

.contentblock {
	background-image: url(../images/bg_line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 15px;
	padding-bottom: 15px;
	
}

.clicklink {
	color: #E1DED9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*----------------------------------- Products -----------------------------------*/

.productsmall {
	text-align: center;
	display: block;
	width: 142px;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 19px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	height: 117px;
	float: left;
}

.productlist a {
	color: #FFF;
	text-decoration: none;
}

.productlist a:hover {
	color: #EBEDDC;
}

.newarrivals {
	background-image: url(../images/bg_stamp_new.png);
}

.featured {
	background-image: url(../images/bg_stamp_featured.png);
}

.saleitems {
	background-image: url(../images/bg_stamp_sale.png);
}

.producttitlesmall {
	padding-top: 5px;
}

.viewfulllist a {
	text-transform: uppercase;
	background-image: url(../images/bg_fulllist.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #6F6757;
	text-decoration: none;
	font-weight: bold;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 22px;
	padding-left: 0px;
	width: 100%;
}

.cat {
	color: #CCC;
	font-size: 10px;
	line-height: 15px;
}

.catdetail {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

.prodpicsmall a {
	float: right;
	padding: 5px;
	background-color: #FFFFFF;
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
}

.smallprice {
	font-size: 13px;
	font-weight: bold;
}

/*----------------------------------- Forms -----------------------------------*/

.warning {
	color: #CC0000;
}

.formgroupfull {
	float: left;
	width: 720px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.formgroupthird {
	float: left;
	width: 230px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.formgroupthird label, .formgroupfull label {
	font-weight: bold;
	color: #000000;
	float: left;
	padding-bottom: 5px;
}

.formfield, .formfieldbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 2px;
	clear: left;
	float: left;
}

.formfield {
	width: 226px;
}

.formfieldbig {
	width: 698px;
}

.button {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
}

.tableheader {
	background-color: #5C5649;
	padding: 5px;
	color: #9A917F;
	font-size: 10px;
	text-transform: uppercase;
}

.tabledata {
	padding: 5px;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #837A67;
}

.tabledata:hover {
	background-color: #8C836F;
}

.edit a, .delete a {
	padding: 2px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
}

.edit a {
	background-color: #00CC00;
}

.edit a:hover {
	background-color: #009900;
}

.delete a {
	background-color: #CC0000;
}

.delete a:hover {
	background-color: #990000;
}

.add a {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 10px;
	background-color: #00CC00;
	font-weight: bold;
}

.add a:hover {
	background-color: #009900;
}

.pleasenote {
	color: #CC0000;
	font-size: 10px;
	text-transform: uppercase;
}

/*----------------------------------- Footer -----------------------------------*/

#footerwrap {
	clear: both;
	background-color: #5C5649;
	background-image: url(../images/bg_footer.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 11px;
	color: #CBC9C5;
}

#footer {
	width: 950px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background-image: url(../images/bg_footer_image.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
}

.footerthird, .footertwothird {
	float: left;
	margin-right: 10px;
}

.footerthird {
	width: 200px;
}

.footertwothird {
	width: 400px;
}

.footerthird ul, .footertwothird ul {
	float: left;
	width: 195px;
}

.footerthird li, .footertwothird li {}

#footer a {
	color: #CDCBC8;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
