html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Wordpress Native Style
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* Images -------------------------------------------------------------- */
#content img {
	margin: 0;
	max-width: 640px;
}
.single-attachment #content img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px;
}
#content .wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
h2.entry-title {
    font: italic bold 12px/150% Georgia, Serif;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	MAIN SITE STYLE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html {
    background: #e9e9e9 url('images/bg.gif') repeat-y center center;
    height: 100%;
}

body {
    overflow: -moz-scrollbars-vertical;
    height: 100%;
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    font: 13px Georgia, Garamond, Serif;
    color: #444;
}

p {
    margin-bottom: 8px;
	line-height: 200%;
}

a, a:link, a:visited, a *, a:link *, a:visited * {
    text-decoration: none;
    color: #3858A1;
}

a:hover, a:hover * {
    color: #437BFB;
}

h1 {
	color: #25A6C5;
	font-size: 19px;
	font-family: Georgia, Garamond, Serif;
	font-style: italic;
	margin-bottom: 8px;
	line-height: 150%;
}
h1.noMargBot {
	margin-bottom: 0;
}

h2 {
	color: #666;
	font-size: 16px;
	font-family: Georgia, Garamond, Serif;
	font-style: italic;
	margin-bottom: 8px;
	line-height: 150%;
}
h2 * {
	font-size: 16px;
	font-family: Georgia, Garamond, Serif;
	font-style: italic;
}
h2 b, h2 strong {
	color: #666;
}

h3
{
	color: #666;
	font-size: 12px;
	font-family: Georgia, Garamond, Serif;
	font-style: italic;
	margin-bottom: 8px;
	font-weight: 700;
	line-height: 150%;
}

ul {
}

ul li {
}

#content ul {
    margin-bottom: 8px;
}

#content ul li {
	padding: 4px 4px 4px 20px;
	background: url('images/sq-list-item.gif') no-repeat 4px 10px;
}

#content blockquote {	
    font: italic 1.1em/200% Georgia, Garamond, Serif;
    margin-bottom: 1em;
    color: #666;
}
#content blockquote cite {	
    font: bold italic .9em/150% Georgia, Garamond, Serif;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	FRAMEWORK STYLE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
    
#wrapper {
    overflow: hidden;
}
    
#header {
    overflow: hidden;
    height: 120px;
    background: url(images/frame.gif) no-repeat top left;
} 
#header-top {
    overflow: hidden;
    height: 90px;
}
a#logo, a#logo:link, a#logo:visited {
    overflow: hidden;
    display: block;
    width: 350px;
    height: 90px;
	text-indent: -1000px;
	float: left;
}
#header-search {
    float:right;
	height:27px;
	margin-right:10px;
	margin-top:63px;
	overflow:hidden;
	width:285px;
}
#header-search {
    float:right;
	height:27px;
	margin-right:10px;
	margin-top:63px;
	overflow:hidden;
	width:285px;
}
#header-search input {
	background-image:url(images/headSearch.png);
	background-position:0 0;
	background-repeat:no-repeat;
	border:0 solid #C0C0C0;
	color:#666;
	float:left;
	font-family:Arial;
	font-size:10px;
	height:19px;
	line-height:100%;
	overflow:hidden;
	padding-left:5px;
	padding-top:1px;
	width:250px;
}
#header-search a, #header-search a:link, #header-search a:visited {
	background-image:url("images/headSearch.png");
	background-position:-260px 0;
	background-repeat:no-repeat;
	display:block;
	float:right;
	height:20px;
	overflow:hidden;
	text-indent:-1000px;
	width:25px;
}
#header-search a, #header-search a:link, #header-search a:visited {
	background-image:url("images/headSearch.png");
	background-position:-260px 0;
	background-repeat:no-repeat;
	display:block;
	float:right;
	height:20px;
	overflow:hidden;
	text-indent:-1000px;
	width:25px;
}
a#logoFooter, a#logoFooter:link, a#logoFooter:visited {
    overflow: hidden;
    display: block;
    width: 132px;
    height: 30px;
	text-indent: -1000px;
	float: right;
	margin: 12px 15px 0 0;
	background: url('images/logo_sm.gif') no-repeat bottom left;
}
a#logoFooter:hover {
	background-position: top left;
}
    
#menu {
    overflow: hidden;
    padding: 0 10px 0 10px;
}
#menu ul li {
    overflow: hidden;
    display: block;
    float: left;
    height: 18px;
    padding: 7px 15px 0 15px;
}
#menu ul li a {
	color: #e1d8c9;
	text-shadow: 0 -1px 0 #836d50;
	font: 14px 'Trebuchet MS', Arial, 'Sans Serif';
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 100%;
}
#menu ul li.current_page_item {
    background-color: #594a41;
    height: 20px;
    padding: 5px 15px 0 15px;
    background: url(images/menUp.gif) no-repeat top left;
    position: relative;
}
#menu ul li.current_page_item span {
	height: 25px;
	width: 6px;
    background: url(images/menUp.gif) no-repeat top right;
    position: absolute;
	top: 0;
	right: 0;
}
#menu ul li.current_page_item a {
	color: #FFF;
	text-shadow: 0 -1px 0 #342820;
}
#menu ul li a:hover {
	color: #FFF;
}
    
#content-wrapper {
    overflow: hidden;
    padding: 15px;
}  
#content {
    overflow: hidden;
    float: left;
    width: 730px;
}  
#right-menu {
    overflow: hidden;
    float: right;
    width: 165px;
    margin-left: 15px;
}
#right-menu .links-cont {
    overflow: hidden;
    background-color: #f5f2ed;
    margin-top: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 3px;
}
#right-menu .links-cont:first-child {
    margin-top: 0;
}
#right-menu .links-cont ul li {
    overflow: hidden;
    display: block;
    padding: 2px 10px 2px 20px;
    background: url(images/bullet.gif) no-repeat 8px 12px;
}
#right-menu .links-cont ul li a {
	color: #584940;
	font: bold 10px/200% 'Trebuchet MS', Arial, 'Sans Serif';
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #FFF;
	letter-spacing: 1px;
    display: block;
}
#right-menu .links-cont ul li a:hover {
	color: #D90000;
}
#right-menu .links-cont ul li.head {
	text-align: center;
    padding: 2px 2px 2px 2px;
    background: #a68a5e none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#right-menu .links-cont ul li.head a {
	color: #FFF;
	text-shadow: 0 -1px 0 #826C48;
}
    
#footer {
    overflow: hidden;
    height: 17px;
    padding: 3px 0 0 10px;
    background: url(images/frame.gif) no-repeat bottom left;
}
#footer div.left {
    overflow: hidden;
    float: left;
}
#footer div.right {
    overflow: hidden;
    float: right;
}
#footer * {
	color: #F5F2ED;
	text-shadow: 0 -1px 0 #836e51;
	font: 10px 'Trebuchet MS', Arial, 'Sans Serif';
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 100%;
}
#footer a:hover {
	color: #FFF;
}
#footer ul li {
    overflow: hidden;
	display: block;
	float: left;
	padding: 0 10px 0 10px;
	border-left: solid 1px #836e51;
}
#footer ul li:first-child {
	padding-left: 0px;
	border-left: solid 0px #836e51;
}

a#clearanceCenter, a#clearanceCenter:link, a#clearanceCenter:visited {
    overflow: hidden;
    display: block;
    padding: 6px 0 0 20px;
    height: 24px;
    background: url(images/redBanner.gif) no-repeat top left;
	margin-bottom: 15px;
	color: #f6e5e5;
	font: bold 14px 'Trebuchet MS', Arial, 'Sans Serif';
	text-shadow: 0 -1px 0 #5f0000;
}
a#clearanceCenter:hover {
	color: #FFF;
}




}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Catalog
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#productCont
{
    overflow: hidden;
}

#productCont a, #productCont a:link, #productCont a:visited
{
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    width: 150px;
    height: 150px;
    margin-right: 20px;
    margin-bottom: 20px;
	float: left;
	position: relative;
}

#productCont a span, #productCont a span:link, #productCont a span:visited
{
    overflow: hidden;
    display: block;
    position: absolute;
}

#productCont a span.scBgImg
{
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: center center;
    width: 150px;
    height: 113px;
	filter:alpha(opacity=66);
	-moz-opacity: 0.66;
	opacity: 0.66;
}

#productCont a:hover span.scBgImg
{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#productCont a span.scCover
{
	left: 0px;
	top: 0px;
	background-image: url(images/productCover.png);
	background-repeat: no-repeat;
	background-position: 0 0;
    width: 150px;
    height: 150px;
}

#productCont a span.scTitle
{
	left: 3px;
	bottom: 3px;
	width: 140px;
	height: 31px;
	font: 11px/120% Georgia, serif;
	color: #FFF;
	text-align: center;
	padding: 5px 2px 0px 2px;
	text-shadow: 1px 1px 0 #746D68;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Contact Us Page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#contactPage {
overflow: hidden;
}
#contactPage .contactLeft {
float: left;
overflow: hidden;
width: 350px;
}
#contactPage .contactRight {
float: right;
overflow: hidden;
width: 300px;
}
.wpcf7 {
overflow: hidden;
}
.wpcf7 .wpcf7-form-control-wrap input, .wpcf7 .wpcf7-form-control-wrap textarea, .wpcf7 .wpcf7-form-control-wrap select {
-moz-border-radius: 3px 3px 3px 3px;
border: 1px solid #CCCCCC;
color: #444444;
line-height: 100%;
margin: 4px 0 0;
overflow: hidden;
padding: 2px;
width: 98%;
}
.wpcf7 .wpcf7-form-control-wrap textarea {
line-height: 150%;
}
.wpcf7 .wpcf7-form-control-wrap span.wpcf7-not-valid-tip-no-ajax {
color: #D90000;
font-size: 10px;
font-style: italic;
letter-spacing: 1px;
line-height: 150%;
margin-top: 0;
}
.wpcf7 .contactFormLabel {
color: #666666;
display: block;
font: italic bold 1em/150% 'Trebuchet MS',Arial;
overflow: hidden;
text-transform: uppercase;
}
.wpcf7 .contactFormInput {
display: block;
margin: 0 0 10px;
overflow: hidden;
}
.wpcf7 .contactFormInput input {
margin: 0;
}
.wpcf7 .contactFormSubmit {
padding: 3px;
}
.wpcf7 .wpcf7-response-output {
-moz-border-radius: 3px 3px 3px 3px;
background-color: #EEEEEE;
border: 2px solid #CCCCCC;
line-height: 200%;
margin: 0;
overflow: hidden;
padding: 10px;
text-shadow: 1px 1px 0 #FFFFFF;
}
.wpcf7 .wpcf7-display-none {
display: none;
overflow: hidden;
}
