@charset "utf-8";
*    {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}
img {
	border: none;
}


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	background-image: url(imgs/newBg.jpg);
}
p {
	line-height: 1.6em;
	margin-bottom: 1em;
}
a {
	color: #480053;
}

h3 {
	margin-top: 1.6em;
	margin-right: 0em;
	margin-bottom: .8em;
	margin-left: 0em;
	font-size: 1.2em;
}

h4 {
	margin-top: 1.6em;
	margin-right: 0em;
	margin-bottom: .8em;
	margin-left: 0em;
}

.twoColFixLtHdr #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(imgs/wrapper_bg.gif);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header {
	background-color: #FFF;
	height: 147px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(imgs/SwalkLogo.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height: 147px;
	width: 202px;
	text-indent: -9999px;
	float: left;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #420057;
}
.twoColFixLtHdr #sidebar1 ul {
	list-style: none;
	padding-left: 20px;
}

.twoColFixLtHdr #sidebar1 ul li {
	background-image: url(imgs/leftNavBg.gif);
	background-repeat: repeat-x;
	display: block;
	height: 50px;
}

.twoColFixLtHdr #sidebar1 ul li a {
	background-image: url(imgs/leftNavGlyph.gif);
	line-height: 50px;
	color: #54106A;
	display: block;
	height: 50px;
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: center left;
	text-decoration: none;
	font-weight: bold;
}

.twoColFixLtHdr #mainContent {
	margin: 0px 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 10px 20px 20px;
} 
.twoColFixLtHdr #mainContent h1 {
    margin-top: 1em;
    margin-bottom: .6em;
    font-size: 1.2em;
}

.twoColFixLtHdr #mainContent dl dt {
    float: left;
    width: 11em;
}

.twoColFixLtHdr #mainContent dl dd {
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
} 
.twoColFixLtHdr #container #wrapper {
	ackground-image: url(imgs/wrapper_bg.gif);
	background-repeat: repeat-y;

}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .8em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #header h2 {
	background-image: url(imgs/SwalkByline.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 87px;
	width: 371px;
	float: left;
}
.twoColFixLtHdr #mainNav {
	background-color: #480053;
	color: #FFF;
	display: block;
	height: 60px;
	width: 760px;
	float: right;
	padding-left: 10px;
}
.twoColFixLtHdr #mainNav a {
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	line-height: 60px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}
.twoColFixLtHdr #header #pnlSearch {
	height: 35px;
	line-height: 30px;
	padding-top: 37px;
	float: right;
	font-size: 0.9em;
	font-family: Verdana, Geneva, sans-serif;
	color: #8b785e;
	padding-right: 10px;
	width: 240px;
}
.crafters   {
	margin-top: 1.6em;
	margin-right: 10px;
}

.twoColFixLtHdr #sidebar1 .offerPanel {
	padding-left: 20px;
	padding-top: 30px;
}

.pnlCategory
{   
    margin: 10px;
    padding: 10px;
    border: 1px solid #b48fbf;         
    background-color: #e1d4e5;
    float: left;
    width: 120px;
    height:130px;
    text-align: center; 
}

.pnlProduct
{   
    margin: 10px;
    padding: 10px;
    border: 1px solid #b48fbf;         
    background-color: #e1d4e5;
    float: left;
    width: 250px;
    height:130px;
    text-align: left; 
}
.pnlProduct p
{
    margin: 0px 10px 110px 106px;
}
  .pnlProduct h4
  {
  margin: 0px 0px 6px 0px;
  padding: 0px 0px 0px 0px;
  }
.pnlProduct img
{   
    float: left;
}

.divFull 
{
	width:667px;
	height: 30px;
	background: transparent url(imgs/divMidLarge.gif) repeat-x left top;
}

.divPuff
{
	width:210px;
	height: 10px;
	background: transparent url(imgs/divMidLarge.gif) repeat-x left center;
}

.divMid
{
	width:667px;
	height: 20px;
	background: transparent url(imgs/divMidLarge.gif) repeat-x left center;
}

.pnlHomePuff{ width: 229px; float: left; }

.pnlHomePuff p {
	margin-right: 20px;
	padding: 5px;
	font-size: 0.6em;
	background-color:#E8DDEB;
} 
.pnlHomePuff a { text-decoration: none; } 

#pnlSiteMap
{
	background-color: #E8DDEB;
	width: 667px;
	height: 140px;
    margin-bottom: 20px; 
}
#pnlSiteMap img 
{
	padding: 5px 0px 0px 10px;
}

.copyright {
	font-size: .8em;
	color: #333;
}

.storeHeader {
	background-color: #E8DDEB;
	text-align: right;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #480053;
}

.imgProduct {
    float: left;
    border: 1px solid  #480053; 
}

#mainContent h3{
    font-size: .8em;
}

#mainContent .pnlProductInfo
{
    margin-left: 270px;
}

.messageInfo {
	padding-top: 3px;
	padding-bottom: 5px;
	background-color: #FFFDC5;
	color: #B4481B;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B4481B;
	border-bottom-color: #B4481B;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-right: 1em;
	padding-left: 1em;
	font-size: .9em;
	font-family: Tahoma, Geneva, sans-serif;
}

#pnlSiteMap ul {
    float:left;
    margin-left: 1em;
    margin-right: 1em;
}

#pnlSiteMap li a {
    font-size: 0.8em;
}

.paypalLogo {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
}

.tableCart 
{
	font-size: 1em;
}

.tableCart th
{
	padding: 3px;
	background-color: #E8DDEB;
	text-align: left;
	margin-top: 1em;
}

.tableCartEmpty {
	font-weight: bold;
	text-align: center;
	margin-top:2em;
	margin-bottom:2em;
}
.continueShopping{
	text-align: center;
}

.tableCart .cartCarriageLine
{
	background-color: #E8DDEB;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 10px solid #FFF;
}
              
.tableCart .cartTotal 
{
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	margin-top: .6em;
}
              
.alRight{ text-align: right; }
.alCentre{ text-align: center; }                 
  
fieldset label { position: absolute; text-align:right; width:160px;}
fieldset input, fieldset textarea, fieldset select { margin-left: 180px; }
fieldset label.check, fieldset label.radio, fieldset label.select { position:relative; text-align:left; }

h2.galleryControls {
    background-color: #E8DDEB;
    border-top: 1px solid #b48fbf;         
    border-bottom: 1px solid #b48fbf;         
    text-align: center;
    padding: 10px 0px 10px 0px;
    margin: 1em 0px 1em 0px;
}

.galleryControls a{
    text-decoration: none;
    font-weight: normal;
    margin-left:2em;
    margin-right:2em;
}
