body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,select,p,blockquote,th,td,hr { margin:0; padding:0; }
html,body { height:100%; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; }
a { outline:none; }
hr { border:none; }
object { display:block; }

/* ------------------------------------------------------------------------------------------------------------ toolbox ---------- */
.floatLeft { float: left; }
.floatRight { float: right; }
.clear { clear: both; }
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }


#homeflash {

	width:610px;

	height:300px;

}


/* ------------------------------------------------------------------------------------------------------------ universal ---------- */
body {
	background-color: #fff;
	font: 12px/19px Helvetica, Arial, Verdana, sans-serif;
	color: #795d46;}
a, a:link {
	color: #e07d86;
	text-decoration: underline;}
a:visited {
	color: #e3939a;}
a:hover, a:active {
	color: #d1737a;
	text-decoration: none;}
p {
	margin-bottom: 13px;}
h1 {
	color: #5c3a1e;
	font: 19px/22px Georgia, Times, serif;
	border-bottom: solid 1px #c2b6ab;
	padding-bottom: 5px;
	margin-bottom: 17px;}
h2 {
	color: #5c3a1e;
	font: 17px/20px Georgia, Times, serif;
	padding-bottom: 5px;}
h3 {
	color: #5c3a1e;
	font: 15px/18px "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, sans-serif;
	padding-bottom: 2px;}
.hr {
	background: #cac1b9;
	height: 1px;
	clear: both;
	margin: 5px 0;}
.hr hr {
	display: none;}
ol {
	list-style: decimal;
	padding: 0 0 13px 30px;}

/* ------------------------------------------------------ top ---------- */
#overallTop {
	width: 1000px;
	height: 113px;
	margin: 0 auto;
	background: url(img/bg-top.jpg) no-repeat center bottom;}
#logoHome {
	display: inline;
	float: left;
	width: 220px;
	height: 52px;
	margin: 30px 0 0 20px;
	background: url(img/logo.gif) no-repeat;}
#logoHome a {
	display: block;
	text-indent: -9999px;
	width: 220px;
	height: 52px;}
#tagline {
	display: inline;
	float: right;
	width: 301px;
	height: 22px;
	margin: 46px 19px 0 0;
	text-indent: -9999px;
	background: url(img/tagline.gif) no-repeat;}

/* ------------------------------------------------------ content ---------- */
#overallCenter {
	width: 100%;
	height: 1475px;
	background-color: #eeebe8;}
#navBar {
	width: 1000px;
	margin: 0 auto;
	border-bottom: solid 1px #c2b6ab;}
#mainContent {
	width: 960px;
	margin: 50px auto 10px auto;}

/* ------------------------------------------------------ nav ---------- */
#nav {
	display: inline;
	float: left;
	margin-left: 9px;}
#nav li {
	display: inline;}
#nav li a {
	float: left;
	display: inline;
	margin: 0 12px;
	padding: 24px 0;
	font: 13px/13px "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, sans-serif;
	color: #5c3a1e;
	text-decoration: none;}
#nav li a:hover {
	background: url(img/bg-nav-hover.gif) repeat-x center bottom;}
#homePage #nHome a,
#aboutPage #nAbout a,
#writePage #nWrite a,
#printPage #nPrint a,
#galleryPage #nGallery a,
#newsPage #nNews a,
#contactPage #nContact a {
	background: url(img/bg-nav-hover.gif) repeat-x center bottom;}

#navRight {
	display: inline;
	float: right;
	margin-right: 17px;
	width: 206px;}
#navRight li {
	display: inline;}
#navRight li a {
	float: left;
	display: inline;
	margin: 0 3px 0 0;
	width: 100px;
	height: 23px;
	text-indent: -9999px;}
#navRight li a:hover {
	background-position: center bottom;}
li#nCart a {
	background-image: url(img/n-viewcart.gif);}
li#nCheckout a {
	background-image: url(img/n-checkout.gif);}

/* ------------------------------------------------------ bottom ---------- */
#overallBottom {
	width: 960px;
	height: 113px;
	margin: 0 auto;
	background: url(img/bg-bottom.jpg) no-repeat center top;}
#copyright,
#siteby {
	padding-top: 30px;
	font: 9px Verdana, Arial, sans-serif;
	color: #ad9c8e;}
#copyright {
	float: left;}
#siteby {
	float: right;}
#copyright a, #copyright a:link, #copyright a:visited,
#siteby a, #siteby a:link, #siteby a:visited {
	color: #5c3a1e;
	text-decoration: none;}
#copyright a:hover, #copyright a:active,
#siteby a:hover, #siteby a:active {
	color: #e07d86;
	text-decoration: underline;}

/* ------------------------------------------------------------------------------------------------------------ page specific ---------- */

/* ------------------------------------------------------ home ---------- */
#homePage #columnLeft {
	float: left;
	width: 610px;
	height: 300px;}
#homePage #columnRight {
	float: left;
	margin: 0px 0px 0px 50px;
	width: 300px;
	height: 300px;}
#homePage #columnRight img {
	display: block;
	margin-bottom: 20px;}

/* ------------------------------------------------------ about ---------- */
#aboutPage img {
	float: right;
	border-left: solid 20px #eeebe8;}

/* ------------------------------------------------------ news ---------- */
#newsPage img {
	float: right;
	border: solid 2px #fff;
	margin: 0 0 20px 20px;}
#newsPage h3 {
	margin-bottom: 6px;}
#newsPage .hr {
	margin: 30px 0;}

