body
{
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
	background-image: url(/images/back_body.png);
	background-repeat: repeat-x;
	font-family: Trebuchet MS;
}

.page
{
	width: 100%;
	padding: 0px 0px 20px 0px;
}

.header
{
	background-repeat: no-repeat;
	width: 1020px;
	margin: 0 auto 0 auto;
	background-position: 12px;
}


.nav
{
	margin: 0px auto 0 -498px;
	position: absolute;
	left: 50%;
	top: 0px;
	z-index: 101;
	float: left;
	width: 255px;
	list-style-type: none;
	list-style-position: default;
}

.nav li, .nav dt
{
	margin: 2px 0px 1px 0px;
	padding: 2px 0px 0px 24px;
	height: 36px;
	text-transform: uppercase;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 30px;
	color: #949C07;
}

.nav li a:link, .nav li a:visited
{
	color: #000;
	text-transform: inherit;
	text-decoration: none;
	display: block;
}

.nav li a:hover { color: #7A1624; }

.nav dt a:link, .nav dt a:visited
{
	color: #949C07;
	text-transform: inherit;
	text-decoration: none;
	display: block;
}

.nav dt a:hover { color: #000; }

.main
{
	margin: 18px 0px 0px 0px;
	width: 100%;
	background-image: url(/images/back_main.png);
}

.copy, .copy_top, .copy_bottom
{
	position: relative;
	margin: 0px auto 0 -499px;
	left: 50%;
}

.copy
{
	font-family: Trebuchet MS;
	font-size: 12px;
	line-height: 20px;
	width: 950px;
	padding: 10px 30px 20px 20px;
	background-image: url(/images/copy_back.jpg);
	background-repeat: repeat-y;
}

.copy a:link, .copy a:visited { color: #7A1624; }
.copy a:hover { color: #000; }

.copy h1, .title
{
	font-size: 24px;
	text-transform: uppercase;
	color: #7A1624;
	font-weight: bold;
	
}

.copy_top
{
	width: 1000px;
	height: 14px;
	z-index: 102;
}

.copy_bottom
{
	width: 1000px;
	height: 14px;
	z-index: 103;
}

.footer
{
	margin: 18px 0px 0px 0px;
	width: 100%;
	background-image: url(/images/footer_dots.gif);
}

.address
{
	position: relative;
	margin: 0px auto 0 -499px;
	left: 50%;
	font-family: Trebuchet MS;
	font-size: 18px;
	width: 940px;
	padding: 8px 30px 8px 30px;
	background-image: url(/images/footer_back.png);
	background-repeat: repeat-y;
	text-transform: uppercase;
	height: 30px;
}

.address a:link, .address a:visited
{
	color: #000;
	text-decoration: none;
}

.address a:hover { color: #7A1624; }

.consume_designed, .photo_credit
{
	position: relative;
	margin: 0px auto 0 -499px;
	left: 50%;
	font-family: Trebuchet MS;
	font-size: 18px;
	width: 940px;
	text-transform: uppercase;
	color: #E2E2E2;
	text-align: right;
}

.consume_designed
{
	padding: 8px 30px 8px 30px;
}

.photo_credit { padding: 0px 30px 0px 30px; }

.consume_designed a:link, .consume_designed a:visited, .photo_credit a:link, .photo_credit a:visited
{
	color: #E2E2E2;
	text-decoration: none;
}

.consume_designed a:hover, .photo_credit a:hover { color: #7A1624; }

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 0px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 0px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright { float: right; }
.alignleft { float: left; }

.products
{
	clear: both;
	padding: 0px 0px 20px 0px;
}

.products h2
{
	font-size: 14px;
}

.products_title
{
	padding: 10px 0px 10px 0px;
	border-color: black;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

.product
{
	float: left;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	margin: 2px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	line-height: 40px;
	color: #5F2928;
}

.product:hover
{
	cursor: pointer;
	background-color: #C4C5AF;
}

hr
{
	border-color: black;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

form
{
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 10px 0;
	clear: both;
}

form #pricing_input
{
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	border-width: 0px;
	background-color: white;
	width: 28px;
}

#rightColumn
{
	padding: 10px 20px 0px 40px;
	margin: 10px 0px 0px 0px;
	float: left;
}

.date_time
{
	margin: 0px;
	padding: 10px;
}

.blog a:link { color: #999999; }
.blog a:hover { color: #FFFFFF; }
#leftColumn img, #leftColumn form { margin: 15px 0; }
#rightColumn img { margin: 12px 0 0 0; }
#leftColumn a img, #leftColumn a:link img { border: 1px solid #000; }
#leftColumn a:hover img, #leftColumn a:active img, #leftColumn form .border:hover { border: 1px solid #0076a3; }
.clearLeft { clear: left; }
.clearBoth { clear: both; }
.colorTwo { color: #0076a3; }

.widgettitle
{
	font-family: Trebuchet MS;
	font-size: 18px;
	border-color: #000;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	font-style: normal;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	color: #A8AE54;
	text-transform: uppercase;
}

.sidebar
{
	float: left;
	padding: 0px 20px 0px 0px;
	width: 216px;
	text-transform: inherit;
	margin: 0px;
	list-style-position: default;
	border-color: #B6AAAD;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	overflow: hidden;
}

.sidebar ul
{
	margin: 0px;
	padding: 0px;
}


.sidebar li
{
	padding: 10px 0px 0px 0px;
	font-family: Trebuchet MS;
	list-style-type: none;
	margin: 0px;
	font-size: 18px;
	color: #A8AE54;
}

.sidebar li a:link, .sidebar li a:visited, .sidebar li a:link.active, .sidebar li a:visited.active
{
	text-align: left;
	color: #681020;
	text-decoration: none;
	font-style: normal;
}

.sidebar li a:hover { color: #000; }

.wpcf7-mail-sent-ok
{
	padding: 10px;
	background-color: #B9BC8A;
}

/* Captions */
.aligncenter,
div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.gallery
{
	margin: 0px;
	padding: 0px;
}

.gallery-item
{
	margin: 20px;
	padding: 6px 6px 2px 6px;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: left;
	text-align: center;
	width: 175px;
}

.gallery-caption
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	width: 100%;
	text-transform: inherit;
}

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.WP_respond, .WP_meta
{
	padding: 10px;
	margin: 10px 0px 10px 0px;
	border-color: #ABABAB;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* End captions */



