	body {
		background-color: #DDD3B4;
		font-family: Georgia, "Book Antiqua", "Palatino", serif ;
		font-size: 1em;
		#font-size: .9em;
		_font-size: .9em;
		line-height: 1.2em;
	}

/*******************************************************

	Header Styles - this is the container for the main area of the page

*********************************************************/

	#header {
	
		background-color: #fff;
		background-image: url("images/site/header.jpg");
		background-repeat: no-repeat;
		height: 313px;
		width: 972px;
		margin-left: auto;
		margin-right: auto;
	
	}
	
	#header #contactInfo {
	
		color: #f2f2f2;
		float: right;
		font-size: .9em;
		margin-top: 2px;
		margin-right: 8px;
	
	}
	
	#header #topNav ul {
	
		padding-left: 350px;
		padding-top: 275px;
		_padding-top: 254px;
		#padding-top: 254px;
	
	}
	
	#header #topNav li {
	
		display: inline;
		margin-right: 25px;
		font-size: 1.4em;
	
	}
	
	#header #topNav a {
	
		text-decoration: none;
		color: #f2f2f2;
	
	}

	#header #topNav a:hover {
	
		text-decoration: underline;
	
	}	

/*******************************************************

	Page Styles - this is the container for the main area of the page

*********************************************************/

	#page {
		
		width: 972px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 18px;
		background-color: #fff;
	}


/***********************************************************

	Left Bar

************************************************************/

	#leftBar {
		
		width: 235px;
		background-color: #6E4F85;
		padding-top: 1em;
		padding-bottom:1px;
		float: left;
		margin-left: 21px;
		#margin-left: 21px;
		_margin-left: 8px;
		
		
	}
	
	#leftBar .menuBox {
	
		background-color: #F1E9CF;
		width: 210px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 8px;
		padding: 5px;
		display: block;

	
	}
	
	#leftBar .menuBox h1 {
	
		color: #4A2367;
		font-weight: normal;
		font-size: 1.2em;
	
	}
	
	#leftBar .menuBox input.text {
	
		border: 1px solid #9D869B;
		width: 185px;
		background-color: #ECE7F0;
		margin-bottom: 4px;
	
	}

	#leftBar .menuBox .loginLinks  {
	
		float: left;
	
	}	
	
	#leftBar .menuBox .loginLinks a, #leftBar .menuBox .menuLinks a, #leftBar .menuBox li a {
	
		color: #4A2367;
		font-weight: normal;
		font-size: .9em;
		text-decoration: none;
	
	}	

	#leftBar .menuBox .loginLinks a:hover, #leftBar .menuBox .menuLinks a:hover, #leftBar .menuBox li a:hover {

		text-decoration: underline;
	
	}		

	#leftBar .menuBox .submit {
	
		height: 25px;
		width: 65px;
		border: 0px;
		background-image: url("images/site/button.jpg");
		background-repeat: no-repeat;
		font-family: Georgia, "Book Antiqua", "Palatino", serif ;
		padding-top: -5px;
		cursor: pointer;
		float: right;
		margin-right: 23px;
		color: #3D2650;
		font-size: .8em;
	
	}		
	
	#leftBar .menuBox h1.category {
	
		background-image: url("images/site/category_bg.jpg");
		background-repeat: no-repeat;
		height: 40px;
		padding-top: 8px;
		padding-left: 12px;
	
	}

	#leftBar .menuBox ul.subcategories {
	
		list-style-type: disc;
		margin-left: 20px;
		margin-bottom: .5em;
	
	}	

	#leftBar .menuBox li {
	
		font-size: .9em;
	
	}	
	
/***********************************************************

	Center Content area

************************************************************/

	#page #center {
	
		margin-left: 267px;
		margin-right: 12px;
		#margin-right: 0px;
		_margin-right: 12px;
	
	}
	
	#page #center .right-delimiter {
	
		margin-right: 8px;
	
	}
	
	#page #center p {
	
		margin-bottom: 1em;
	
	}
	
	#page #center .text-block {
	
		margin-bottom: 1em;
	
	}

	#page #center ul, ol {
	
		margin-bottom: 1em;
		margin-left: 25px;
	
	}	
	
	#page #center ol {
	
		list-style-type: decimal;
		
	}
	
	#page #center ul {
	
		list-style-type: disc;
	
	}
	
	#page #center li {
	
		margin-bottom: 1em;
	
	}

	#page #center h2.title {
	
		background-color: #6E4F85;
		color: #E3D8EC;
		font-weight: normal;
		font-size: 1.4em;
		height: 1.5em;
		padding-top: .6em;
		padding-left: 8px;
		line-height: 1.2em;
	
	}
	
	#page #center .bestsellers {
	
		clear: right;
		
	}
	
	#page #center table.products {
	
		background-color: #F1E9CF;
		width: 695px;
	
	}

	#page #center table.products td {
	
		text-align: center;
	
	}
	
	#page #center .product-title {
	
		margin-top: .5em;
		margin-bottom: .5em;
		padding-bottom: .5em;
		width: 230px;
	
	}
	
	#page #center .product-properties {
	
		width: 400px;
		border: 1px solid #600965;
		margin-bottom: 1em;
	
	}

	#page #center .product-details .image {
	
		width: 125px;	
		float: left;
		margin-left: 8px;
	
	}	

	#page #center .product-details .details {
	
		margin-left: 145px;
	
	}
	
	#page #center .product-properties td {
	
		padding: 3px;
	
	}	
	
	#page #center .product-properties td.product-subtitle  {
	
		background-color: #6E4F85;
		color: #E3D8EC;
	
	}

	#page #center .submit {
	
		height: 25px;
		width: 100px;
		border: 0px;
		background-image: url("images/site/button_wide.jpg");
		background-repeat: no-repeat;
		font-family: Georgia, "Book Antiqua", "Palatino", serif ;
		padding-top: -5px;
		cursor: pointer;
		margin-right: 23px;
		color: #3D2650;
		font-size: .8em;
	
	}	
	
	#page #center .cartProduct {
	
		border-bottom: dashed 1px #6E4F85;
		padding-top: 1em;
		padding-bottom: 1em;
	
	}

	#page #center .cartProduct .productImage {
	
		float: left;
	
	}	

	#page #center .cartProduct .details {
	
		margin-left: 150px;
	
	}		

	#page #center .submitButton {
	
		height: 25px;
		width: 100px;
		border: 0px;
		background-image: url("images/site/button_wide.jpg");
		background-repeat: no-repeat;
		font-family: Georgia, "Book Antiqua", "Palatino", serif ;
		padding-top: 4px;
		text-align: center;
		color: #3D2650;
		font-size: .8em;	
		margin-top: 0px;
	
	}
	
	#page #center .submitButtonRed {
	
		height: 25px;
		width: 100px;
		border: 0px;
		background-image: url("images/site/button_wide_red.jpg");
		background-repeat: no-repeat;
		font-family: Georgia, "Book Antiqua", "Palatino", serif;
		padding-top: 4px;
		text-align: center;
		color: #3D2650;
		font-size: .8em;	
		margin: .3em 0px;
	
	}
	
	#page #center .submitButton a, #page #center .submitButtonRed a {
	
		color: black;
		text-decoration: none;
	
	}
	
	#page #center textarea {
	
		width: 350px;
		height: 200px;
	
	}
	
	#page #center .dialog {
	
		margin-bottom: 1em;
	
	}
	
	#page #center .short {
	
		width: 446px;
		background-color: #F2EDCF;
	
	}	

	#page #center .short h2 {
	
		margin-bottom: .5em;
	
	}		

	#page #center .short img {
	
		float: left; 
		margin-left: 8px;
		margin-right: 8px;
	
	}	
	
	#page #center .short .sotdText {
	
		margin-left: 138px;
		margin-right: 10px;
	
	}
	
	#page #center .short .right {
	
		text-align: right;
		margin-right: 25px;
		font-size: 1.2em;
		padding-bottom: 10px;
	
	}
	
	.news, .subscribe {
	
		padding: 10px;
		margin-left: 267px;
	
	}
	
	.news p {
	
		margin-bottom: 1em;
	
	}
	
/***********************************************************

	Footer Bar

************************************************************/

	#page #footer {

		clear: both;
		padding-top: 1em;
		margin-bottom: 1em;
		padding-bottom: 1em;
		margin-right: 10px;

	}
	
	#page #footer p {
	
		text-align: right;
		font-size: .8em;
		padding-top: 1.5em;
	
	}

/*==============================================================================

  alternative layouts

==============================================================================*/

/*
  printable
*/
.printable #content-container {
  position: static;
  margin: 0px;
  padding: 0px;
}
.printable #content-container2 {
  float: none;
  position: static;
  left: 0px;
  right: 0px;
  width: 100%;
}
.printable #center {
  float: none;
  position: static;
  width: 100%;
  left: 0px;
}
.printable #header {
  position: static;
  height: 82px;
}
.printable #header .tabs {
  display: none;
}
.printable #header .line2 {
  display: none;
}
.printable #header .line3 {
  border-top: 1px solid #acb7c7;
  height: 15px;
}
.printable #header .printable {
  display: none;
}
.printable #center-main {
  margin: 0px 10px 0px 10px;
  position: static;
}
.printable #footer {
  position: static;
}
.printable #footer .subbox {
  background: transparent none;
}

/* buttons */
.printable button.button,
  .printable div.button
{
  border: 1px solid #acb7c7;
}
.printable .button,
  .printable .button *
{
  background: transparent none !important;
}

/* containers */
.printable .dialog .title {
  background: transparent none;
}
.title h2 {
  margin: 0px;
}

/* service styles */
.printable .no-print {
  display: none;
}

/*
  users online sublayout
*/
.uo-container #content-container {
  padding-bottom: 74px;
}
.uo-container #footer {
  height: 74px;
}

.normal {
  font-weight: normal;
}

/*
  Admin preview layout
*/
.admin-preview #header,
  .admin-preview #footer,
  .admin-preview #left-bar,
  .admin-preview #right-bar,
  .admin-preview #location,
  .admin-preview .offers-short-list,
  .admin-preview .creviews-dialog,
  .admin-preview .send2friend-dialog
{
  display: none;
}
.admin-preview #content-container {
  margin: 0px;
  padding: 0px;
}
.admin-preview #center-main {
  margin: 5px;
}
