﻿*
{
	margin: 0 auto;
	padding: 0;
	font-family: Verdana;
	font-size: 11px;
	color: #FFF;
	outline: none;
	outline-style: none;
}

* html
{
	margin: 0 auto;
	padding: 0;
	font-family: Verdana;
	font-size: 11px;
	color: #FFF;
	outline: none;
	outline-style: none;
}

body
{
	text-align: center;
	width: 100%;
	background-color: #FFF;
	outline-style: none;	
}

#wrapper, #header, #footer
{
	width: 632px;
}

#wrapper
{
	height: 500px;
	position: relative;
	text-align: left;
	/*border: solid 1px red;*/
}

#header
{
	position: absolute;
	top: 0;
	left: 0;
	height: 106px;
	background: #FFF url(../images/sitewide/headerBg183x106.gif) no-repeat 0 0;
	/*border: solid 1px blue;*/
}

#footer
{
	position: absolute;
	top: 459px;
	left: 0;
	bottom: 0;
	background-color: #FFF;
	text-align: right;
	color: #91CFDA;
	/*border: solid 1px gray;*/
}

#footer a
{
	text-decoration: none;
	color: #91CFDA;
}

#footer a:link
{
	text-decoration: none;
	color: #91CFDA;
}

#footer a:visited
{
	text-decoration: none;
	color: #91CFDA;
}

#footer a:hover
{
	text-decoration: none;
	color: #CCD47D;
}

#leftCol, #rightCol
{
	position: absolute;
	height: 353px;
	top: 106px;
}

#leftCol
{
	left: 0;
	width: 104px;
	background: #91CFDA url(../images/sitewide/leftColBg104x1.gif) repeat-y 0 0;
	/*border: solid 1px green;*/
}

#rightCol
{
	right: 0;
	width: 528px;
	background-color: #91CFDA;
	/*border: solid 30px black;*/
}

/*Left navigation*/

#leftCol li.selected
{
	color: #417f8a;
}

#leftCol .navList
{
	padding: 0;
	margin-left: 10px;
}

#leftCol .navList li
{
	margin: 0;
	list-style-type: none;
	cursor: pointer;
}

#leftCol .navList li:hover
{
	color: #ffce47;
}

#leftCol #productList
{
	padding: 0;
	margin-left: 10px;
}

#leftCol #productList li
{
	list-style-type: disc;
	margin-left: 17px;
	padding: 0;
}

#etsyDiv{
 position:absolute; bottom:5px; left: 5px;}

#etsyDiv a, #etsyDiv a:link, #etsyDiv a:visited, #etsyDiv a:hover
{
	text-decoration: none;
	color: #FFF;
}


#etsyDiv a:hover
{
	text-decoration: none;
	color: #417f8a;
}


/*end of leftnavigation*/


/*product page*/
#simplegallery1
{
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
	/*border: 10px solid darkred;*/
}

#simplegallery1 .gallerydesctext
{
	/*CSS for description DIV of Example 1 (if defined)*/
	text-align: left;
	padding: 2px 5px;
}
/*end of product page*/

/*ABOUT SECTION*/

#aboutDiv
{
	/*background: #91CFDA url(../images/sitewide/coasterBg.jpg) no-repeat 250px 0;*/
	width: 528px;
	height: 353px;
	background-color: #91CFDA;
	position: relative;
	top: 0;
}

#aboutDiv p
{
	width: 80%;
	font-size: 11px;
	padding: 10px 0 0 15px;
	margin-left: 0;	
}


/*END OF ABOUT SECTION*/

/*CONTACT SECTION*/

#contactDiv
{
	background: #91CFDA url(../images/sitewide/contact-page.jpg) no-repeat 0 0;
	width: 528px;
	height: 353px;
	background-color: #91CFDA;
	position: relative;
	top: 0;
}

#contactDiv p
{
	font-size: 11px;
	padding: 220px 0 0 320px;
	margin-left: 0;	
}

#contactDiv a, #contactDiv a:link, #contactDiv a:visited, #contactDiv a:hover
{
	text-decoration: none;
	color: #FFF;
}


#contactDiv a:hover
{
	text-decoration: none;
	color: #ffce47;


/*END OF CONTACT SECTION*/