/*

Periwinkle Place CSS
Hand-coded by:  Brian Kendall James


*/


/*  ************ Define built-in properties ************  */

body 
{
	margin: 0px;
	padding: 10px 0px;
	height: 100%;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url(../images/site/sitefade.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #9791e9;
	font-family: "News Gothic MT", Arial, san-serif;
}

a.mouse {
cursor: pointer;
cursor: hand;
}

/*  ************ Header (h1) Style Code ************  */

h1 
{
	color: #c1bcff;
	font-weight: bold;
	text-align: center;	
}


/*  ************ Page Layout Code ************  */

#wrapper 
{
	padding: 0px;
	width: 53.13em;  /*  ************ 850px = 53.13em ************  */
	margin: 0 auto;
}

#title
{
	height: 100px;
	line-height: 100px;
	text-align: left;
}

#page
{
	background-color: white;
	border: 10px solid white;
}

#nav
{	
	height: 60px;
/* 	background-image: url(../images/site/navbkgnd.jpg); */
	background-repeat: repeat-x;
	background-color: white;
	line-height: 60px;
	text-transform: uppercase;
	color: #3c3877;
}

#splash
{
	border-top: 10px solid white;
	background-color: aqua;
	min-height: 200px;
/* 	height: 425px; */
	line-height: 425px;
	text-align: left;
}

#topic
{
	border-top: 10px solid white;
	border-bottom: 10px solid white;
	background-color: white;
	line-height: 50px;
	text-align: left;
	}

#submenu
{
	float: left;
	width: 239px;
	background-color: white;
	border-right: 10px solid white;
	min-height: 300px;
}

#contentA  /*  ************ Used for NON-Store pages ************  */
{
	border-top: 10px solid white;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	background-color: white;
	min-height: 290px;
	text-align: left;
}

#contentB  /*  ************ Used for STORE pages only! ************  */
{
	padding-top: 10px;
	padding-left: 260px;
	background-color: white;
	min-height: 290px;
	text-align: left;
	
}

.coupon {
	text-align: center;
}


#footer
{
	border-top: 10px solid white;
	clear:left;
	height: 50px;
	background-color: white;
	line-height: 50px;
	font-size: 12px;
}

#credits
{
	margin-top: 10px;
	height: 75px;
	font-size: 13px;
	color: white;
	text-align: left;
	
}

/*  ************ Site Navigation Code ************  */

#nav ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: "News Gothic MT", Verdana, Arial, sans-serif;
	line-height: 60px;
}

#nav ul li {
	display: inline;
	padding: 1em 1em;
}

#nav a
{
	padding: 19px 29px;
}


#nav ul li a, nav ul li a:visited {
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #3c3877;
}

#nav ul li a:hover {
	color: #c1bcff;
	background-color: #3c3877;
}

#nav ul li a:active {
	color: white;
}

/*  ************ Site SUB-Navigation Code ************  */

#submenu {
/* 	float: left; */
/* 	display: block; */
	width: 239px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: white;
}

#submenu ul { 
	padding: 0px;
}

#submenu ul li {
	font-size: 12px;
	list-style-type: none;
	padding: 1em 1.5em;
}

#submenu ul li a, #submenu a:visited {
	padding: inherit;
	text-decoration: none;
	color: #3c3877;
}

#submenu a:hover {
	background-color: #c1bcff;
	color: 3c3877;
}

#submenu a:active {
	background-color: #3c3877;
	color: #c1bcff;
}


/*  ************ Site Footer Navigation Code ************  */

#footer {
	text-align: center;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#footer ul li {
	display: inline;
}

#footer ul li a, #footer a:visited {
	font-family: "News Gothic MT", Arial, sans-serif;
	font-size: 12px;
	width: 100%;
	padding-left: 2.8em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #074c98;
}

#footer ul li a:hover {
	color: red;
}

#footer ul li a:active {
	color: blue;
}

/*  ************ Site Credits Code ************  */

.creditsStyle {
	padding-top: 10px;
	font-family: sans-serif;
	text-align: left;
	color: #81BEF3;
}

.creditsStyle ul {
	list-style-image: none;
	margin: 0px;
	text-align: center;
	padding: 0px;
}

.creditsStyle ul li {
	display: inline;
	padding: 0px 25px;
}

.creditsStyle a, .creditsStyle a:visited {
	color: #c1bcff;
	text-decoration: none;
}

.creditsStyle a:hover {
	color: white;
}

.creditsStyle a:active {
	color: lime;
}


/*  ************ STORE PAGES CODES ************  */


/*  ************ FULL SIZE IMAGES: 600 PIXELS TALL ************  */
/*  ************ THUMBNAIL IMAGES: 240 PIXELS WIDE ************  */

.price {
	margin: 6px;
/* 	width: 111px; */
/* 	border: 1px dotted red; */
	font-size: 10px;
	text-align: center;
}

.price span {
	text-decoration: line-through;
	color: maroon;
}

#product {
	padding: 0px;
/* 	border: 1px dashed green; */
}

#product td {
	vertical-align: top;
}

#product img, #product a:visited img{
	margin-bottom: 6px;
/* 	width: 140px; */
	background-color: white;
	padding: 8px;
	border: 4px solid #FFF;
}

#product a:hover img {
	border: 4px solid #9c95fc;
}

#product a:active img {
	border: 4px solid #3c3877;
}

