body {
	padding: 0px;
	margin: 0px;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666667;
	background-color: #ece8e7;
}
.container {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
/*==============================================================================================================*/
.header {
	padding: 10px;
}
.headerlogo {
	float: left;
}
.headersocial {
	float: right;
}
.headertweet {
	width: 457px;
	height: 46px;
	padding: 5px 5px 3px 5px;
	background-image: url(../images/header/tweetbg.gif);
	background-repeat: no-repeat;
}
.headertweet a {
	text-decoration: none;
	color: #7d2b7b;
}
.headersociallinks {
	list-style-type: none;
	padding: 0px;
	padding-left: 34px;
	margin: 0px;
	font-size: 0px;
}
.headersociallinks li {
	display: inline;
}
.left {
	width: 180px;
	float: left;
	padding: 10px;
}
.right {
	float: left;
	width: 700px;
}
.clear {
	clear: both;
}
/*==============================================================================================================*/
.rightmenu{
margin-left:10px;
margin-bottom:14px;}
/*==============================================================================================================*/
.topmenu {
	clear: both;
	border-top: 10px solid #ffffff;
	background-image: url(../images/css/topmenubg.gif);
	background-repeat: repeat-x;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
	margin-right: 10px;
}
.topmenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/css/topmenuright.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 30px;
	line-height: 30px;
}
.topmenu ul li {
	display: inline;
	height: 30px;
}
.topmenuleftcurve {
	display: block;
	float: left;
	background-image: url(../images/css/topmenuleft.gif);
	background-repeat: no-repeat;
	width: 14px;
}
.topmenu ul li a {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	margin-top: 5px;
	text-decoration: none;
	color: #666667;
	padding-right: 28px;
	padding-left: 28px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin-left: -1px;
	font-weight: lighter;
}
/*==============================================================================================================*/
.leftmenuheading {
	font-weight: bold;
	padding: 4px;
	text-indent: 4px;
	background-color: #7d2b7b;
	color: #ffffff;
	background-image: url(../images/css/menuheaderbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
}
.leftmenuheading a {
	color: #ffffff;
	text-decoration: none;
}
.left ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #FAF9F9;
	margin-bottom: 10px;
	margin-left: 10px;
}
.left ul li a {
	color: #666667;
	display: block;
	padding: 4px;
	height: 15px;
	line-height: 15px;
	text-decoration: none;
	background-image: url(../images/css/leftmeubg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #FAF9F9;
}
.left ul li a:hover {
	color: #666667;
	display: block;
	padding: 4px;
	height: 15px;
	line-height: 15px;
	text-decoration: none;
	background-image: none;
	background-color: #FFFFFF;
}

.left a{
	color: #7d2b7b;
	
	text-decoration:none;
}
/*==============================================================================================================*/
.content {
	margin-top: 25px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 10px;
}
.content a {
	color: #7d2b7b;
	font-weight: bold;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}
.content li{
color:#7d2b7b;
}
h1 {
	clear: both;
	font-size: 160%;
	font-weight: normal;
	color: #7d2b7b;
}


h2 {
	font-size: 120%;
	color: #7d2b7b;
}
h3 {
	font-size: 100%;
	color: #7d2b7b;
}
h4 {
	clear: both;
	font-size: 160%;
	font-weight: normal;
	color: #7d2b7b;
}
h5 {
	font-size: 120%;
	color: #7d2b7b;
}

.likeh2 {
	font-size: 120%;
	color: #7d2b7b;
}
/*==============================================================================================================*/
.footer {
	text-align: center;
	padding: 5px;
	font-size: 85%;
	clear: both;
}
.footer a{
text-decoration:none;
color:#7d2b7b;
}
/*==============================================================================================================*/
.contactform label {
	display: block;
	font-weight: bold;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.contactform #xSubmit {
	display: block;
	clear: both;
}
.error {
	color: #FF0000;
}
/*==============================================================================================================*/
.products {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.products li {
	display: inline;
}
.products li div {
	display: block;	
	float: left;
	margin: 5px;
	padding: 5px;
	width: 200px;
	height: 155px;
	overflow: hidden;
	border: 1px solid #efefef;
	font-weight: lighter;
}
.products li div a {

	color: #666667;
	font-weight: lighter;
	
}


.products li a:hover {
	text-decoration: none;
	//background-color: #efefef;
	font-weight: lighter;
}
.products li a h2 {
	font-size: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}
.products li a img {
	display: block;
	float: left;
	margin-right: 5px;
	border: none;
}
.products li a h3 {
	clear: both;
	display: inline;
	margin-right: 4px;
	white-space: nowrap;
	font-weight: bold;
}


/*==============================================================================================================*/
.homeproducts {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.homeproducts li {
	display: inline;
}
.homeproducts li a {
	display: block;
	float: left;
	margin: 5px;
	width: 200px;
	/*height: 154px;*/
	overflow: hidden;
	color: #666667;
	font-weight: lighter;
	/*border: 2px solid #7d2b7b;*/
	border: 2px solid #efefef;	
}
.homeproducts li a:hover {
	text-decoration: none;
	background-color: #efefef;
}
.homeproducts li a h1 {
	font-size: 120%;
	margin:0px;
	font-weight: bold;
	text-align: center;
	padding:8px;
}

.homeproducts li a h3 {
	font-size: 100%;
	margin:0px;
	font-weight: bold;
	text-align: center;
	padding:8px;
}

.homeproducts li a img {
	float: left;
	margin-right: 5px;
	border: none;
}
/*==============================================================================================================*/
.cart {
	width: 100%;
	line-height: normal;
}
.cart th {
	background-color: #7d2b7b;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding: 3px;
}
.altrow td {
	background-color: #efefef;
	padding: 3px;
}
.cart form {
	padding: 0px;
	margin: 0px;
}
.imagecontainer {
	width: 200px;
	text-align: center;
	float: right;
}
.imagebox {
	border: 1px solid #efefef;
	background-color: #FAF9F9;
	padding: 4px;
	margin-bottom: 4px;
}
#signupform label {
	height: 100%;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	display: block;
}
/*=================Cheese menu bits================================================================================*/
#lmenu {
}
dl#lmenu {
}
dl#lmenu dt a{
	color: #7d2b7b;
	font-weight:bold;
	display: block;
	padding: 4px;
	height: 15px;
	line-height: 15px;
	text-decoration: none;
	background-image: url(../images/css/leftmeubg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #FAF9F9;
}
dl#lmenu dd {
padding:0px;
margin:0px;
}
dl#lmenu li {
text-align: left;
}
dl#lmenu li a, dl#lmenu dt a {
text-decoration: none;
border: 0 none;
}
dl#lmenu li a:hover, dl#lmenu dt a:hover {
}
#mentions {
font-family: verdana, arial, sans-serif;
}
#mentions a {text-decoration: none;
}
#mentions a:hover{text-decoration: underline;
}
/*==============================================================================================================*/
.hotelsmap {
	width: 480px;
	height: 380px;
}
/*==============================================================================================================*/
.contentitem {
	width: 100%;
	margin-bottom: 10px;
}
.minicontentitem {
	width: 250px;
	float: left;
	margin-bottom: 10px;
}
.contentitemheader {
	height: 22px;
	line-height: 22px;
	text-indent: 10px;
	color:#FFFFFF;
}
.contentitemheader h1 { /*because safari is special*/
	font-size: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color:#FFFFFF;
}
.contentitemcontent {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-position: bottom;
	line-height: 18px;
	display: block;
}
.contentitemcontent p {
	margin-top: 0px;
}
/*==============================================================================================================*/
.checkoutdrop{
width:260px;
}
/*==============================================================================================================*/
.datatable {
	border-collapse: collapse;
	background-color: #ffffff;
}
.datatable th {
	text-align: left;
	background-image: url(../images/css/topmenubg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #000000;
	padding: 3px;
	border: 1px solid #cccccc;
}
.datatable td {
	padding: 3px;
	border: 1px solid #cccccc;
}
/*------------------ Account Request Form Styles ---------------------*/
.tablebody {
width:675px;
text-align:center;
color:#000000
}
.tablebody tr {
padding-top:10px;
padding-bottom:10px;
}
.tablebody th {
text-align:centre;
padding-top:20px;
padding-bottom:20px;
font-size:16px;
font-weight:bold;
border:1px #333333;
background-color:#e6e6e6;
}
.tablebody td {
text-align:left;
padding-right:5px;
border:1px #333333;
background-color:#FFFFFF;
}
.shopsuitetbl{
width:100%;}
.shopsuitetbl td{
width:50%;
vertical-align: top;}
/*==============================================================================================================*/
.floatylinks {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	margin-left: 546px;
	width: 134px;
	z-index: 99;
	font-size: 0px;
}
.floatylinks li {
	height: 30px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
}
.floatylinks li a img {
	margin-bottom: 0px;
}
.blender {
	z-index: 80;
}
/*==============================================================================================================*/

.topcattext a {
	color:#666667;
	font-weight:normal;
}

