/* Copyright (c) 2008 Peak Systems, Inc.  All Rights Reserved. */
body {
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
}

/* GLOBAL EMEMENTS */

a {
	color: #8b5c53;
}

#shadowbox {
	background-image: url(/images/bg_dropshadow.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0; 
}

#container {
	width: 945px;  
	background: #fff;
	margin: 0 auto; 
	text-align: left; 
}

#header {
	background: #fdced6; 
	background-image: url(/images/bg_header.gif);
	background-position: right;
}

#header .nav {
	width: 900px;
}

#header .categoryimg {
	margin-top: 25px;
	border: 0;
}

#header a {
	display: block;
	text-decoration: none;
	font-weight: normal;
}

#header a:hover {
	color: #fff;
}

#header ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 28px;
}

#header li { 
	float: left;
	border-right: 2px solid #fee7eb;
	padding: 8px 10px 7px 10px;
}

#header li.lastone { 
	border: 0;
}

#mainContent {
	padding: 20px;
	background: #fff;
	clear: both;
}

#footer {
	padding: 0 0 0 265px; 
	background:#9dc9ba;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #8b5c53;
	height: 21px;
}

#footer a {
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	color: #fff;
}

#footer td {

}

#footer td.link {
	border-right: 2px solid #fee7eb;
	background-color: #fdced6;
	padding: 0 10px;
}

#footer td.lastlink {
	border-right: 0;
	background-color: #fdced6;
	padding: 0 10px;
}

.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

/* PRODUCT PAGE */

#imageside {
	float: left;
	padding-left: 90px;
	
	font-size: 18px;
	text-align: center;
	width: 324px;
}

#imageside .productimage {
	background-image: url(/images/prodimg_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#imageside .theimage {
	
}

#imageside .colorinfo {
	padding: 8px;
	color: #0054b2;
}

#imageside a {
	color: #0054b2;
	text-decoration: none;
}

#imageside .swatches {
	margin-bottom: 8px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}

#imageside .swatchdisplay {
	width:40px;
	height:40px;
	display:inline-block;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/circle.png');
}

#imageside .swatchdisplay img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	border: 0;
}

#imageside  .back {
	font-size: 12px;
	padding-top: 12px;
}

#textside {
	float: left;
	font-size: 14px;
	width: 335px;
	padding-left: 55px;
}

h1 {
	font-size: 18px;
	color: #4d917b;
	font-weight: normal;
	margin: 0;
}

h2 {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	margin: 0;
}

p {

}


/* CATEGORY PAGE STUFF */

#productlist {
	
}

#productlist .productimage {
	width: 224px;
	text-align: center;
	margin: 30px;
	float: left;
}

#productlist .fakeimage {
	background-position: center 20px;
	background-repeat: no-repeat;
}

#productlist .theimage {
	
}

#productlist .productname {
	padding: 0;
	color: #0054b2;
	text-align: left;
	height: 53px;
	padding: 0 16px;
	background-image: url(/images/prodcat_textbg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	/* add height here in case of product names on only one line? */
}

#productlist a {
	color: #0054b2;
	text-decoration: none;
}

/* HOME PAGE STUFF */

#headerhome {
	background-image: url(/images/bg_navhome.gif);
	height: 85px;
	background-repeat: no-repeat;
}


#headerhome a {
	text-decoration: none;
}

#headerhome a:hover {
	color: #fff;
}

#headerhome .nav {
	padding-top: 55px;
	padding-left: 220px;
}

#headerhome ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 28px;
}

#headerhome li { 
	float: left;
	border-right: 2px solid #fee7eb;
	padding: 8px 10px 7px 10px;
}

#headerhome li.lastone { 
	border-right: 0;
}

#splash {
	background-image: url(/images/splash.jpg);
	background-repeat: no-repeat;
	/*height: 515px;
	border-bottom: 1px solid #c2c3c5;*/
	padding-left: 380px;
	padding-top: 490px;
}

#splash .footerhome  {
	
}

#splash .footerhome .link {
	border-right: 1px solid #9dc9ba;
}

#splash .footerhome td {
	padding: 4px 10px;
}

#splash .footerhome a {
	text-decoration: none;
	color: #000;
}

#splash .footerhome .lastlink {
	border-right: 0;
}

#textpage {
	background-image: url(/images/babybubbles.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 20px 370px 20px 20px;
}