/*body
{
	background-image: url(Common/Page-Background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFFDFB;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Verdana;
	font-size: 0.74em;
	color: #555555;
}

/* begin unique elements */
/*
#container
{
	width: 770px;
	margin: 0 auto;

	/* defines container element */
/*}

/*#header
{
	height: 105px;

	/* defines header element */
/*}

	#header h1
	{
		margin: 0;
		padding: 0;
		text-align: left;
		font-weight: normal;
		font-size: 360%;
		color: #FFFFFF;

		/* define header h1 tag */
/*	}

	#header h2
	{
		margin: 0;
		padding: 0;
		text-align: left;
		font-weight: normal;
		font-size: 120%;
		color: #FFFFFF;

		/* define header h2 tag */
/*	}
*/
#navigation
{
	height: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 11px;
	color: #ffffff;
	width: 100%;
	display: block;

	/* define navigation element */
}
/*
	#navigation ul
	{
		margin: 0;
		padding: 0;

		/* remove padding and margin from navigation list */
/*	}

	#navigation ul li
	{
		list-style: none;
		float: left;

		/* set list elements to display inline */
/*	}

	#navigation ul li a
	{
		height: 20px;
		width: 100px;
		padding: 5px 0px 0px 0px;
		margin-right: 10px;
		text-decoration: none;
		text-align: center;
		color: #ffffff;
		display: block;

		/* set dimensions of navigation links */
/*	}

	#navigation ul li a:hover
	{
		background-image: url(Buttons/Navigation-Hover.jpg);
		background-position: top left;
		background-repeat: repeat-x;
		color: #555555;

		/* set navigation hover link state */
/*	}
*/
#centre
{
	margin: 0;
	padding: 0;
	background:#FFFFFF;
	width:999px;
	text-align:left;

	/* container for all blog content */
}

#content
{
	width: 65%;
	float: left;
	padding-left:10px;
	font-family:Verdana;
	font-size:13px;

	/* defines content element */
}

	#content h1
	{
		border-bottom: 1px solid #E4E4E4;
		margin: 5px 0px 10px 0px;
		padding: 0px 0px 5px 0px;
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
		font-size: 20px;
		color: #000000;

		/* defines generic h1 element */
	}

	#content h2
	{
		margin: 5px 0px;
		font-family: "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 20px;
		text-transform: uppercase;
		text-align: left;
		color: #8378BE;

		/* defines generic h2 element */
	}

	#content h3
	{
		margin: 5px 0px;
		font-family: "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 14px;
		text-transform: uppercase;
		text-align: left;
		color: #8378BE;

		/* defines generic h3 element */
	}

	#content a
	{
		color: #8378BE;;
		text-decoration: underline;
	}

	#content a:hover
	{
		color: #8378BE;
		text-decoration: none;
	}

#breadcrumb
{
	height: 10px;
	padding: 10px 0px;
	margin-bottom: 20px;

	/* defines breadcrumb element */
}

	#breadcrumb a
	{
		color: #8378BE;
		text-decoration: underline;
	}

	#breadcrumb a:hover
	{
		color: #8378BE;
		text-decoration: none;
	}

#subcontent
{
	width: 300px;
	margin: 5px 0px;
	float: right;
border-left:1px solid #000000;
padding-left:10px;


	/* defines subcontent element */
}

	#subcontent h1
	{
		margin: 5px 0px;
		padding: 0px;
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
		font-size: 18px;
		text-align: left;
		color: #000000;

		/* defines generic h1 element */
	}

	#subcontent h2
	{
		margin: 5px 0px;
		padding: 0px;
		font-family: "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 20px;
		text-transform: uppercase;
		text-align: left;
		color: #000000;

		/* defines generic h2 element */
	}

	#subcontent h3
	{
		margin: 5px 0px;
		padding: 0px;
		font-family: "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 20px;
		text-transform: uppercase;
		text-align: left;
		color: #000000;

		/* defines generic h3 element */
	}

	#subcontent ul
	{
		margin: 0;
		padding: 0;

		/* defines generic list container element */
	}

	#subcontent ul li
	{
		list-style: none;

		/* defines generic list element */
	}

	#subcontent ul li a
	{
		padding: 5px 0px 0px 10px;
		text-decoration: underline;
		color: #8378BE;
		display: block;

		/* defines generic link element */
	}

	#subcontent ul li a:hover
	{
		text-decoration: none;
		color: #8378BE;

		/* defines generic link hover state */
	}

#calender
{
	margin: 0px 0px 10px 0px;

	/* defines container for calender element */
}

	#calender table
	{
		background-color: #F4F4EC;
		border: 1px solid #C0C57F;
		width: 100%;
		height: 150px;
		text-align: center;

		/* define table for calender */
	}

	#calender table td
	{
		width: 14%;
		padding: 3px 0px;

		/* set column width */
	}

	#calender table .controls
	{
		background-color: #C0C57F;
		font-weight: bold;
		color: #FFFFFF;

		/* style event controls */
	}

	#calender table .controls a
	{
		color: #FFFFFF;
		text-decoration: underline;

		/* style control links */
	}

	#calender table .controls a:hover
	{
		color: #FFFFFF;
		text-decoration: none;

		/* style link controls */
	}

	#calender table .title
	{
		background-color: #CBD6AD;

		/* style calender titles */
	}

	#calender table .days td
	{
		background-color: #DEE6CC;

		/* style day columns */
	}

	#calender table .days a
	{
		color: #8378BE;
		text-decoration: underline;

		/* style day links */
	}

	#calender table .days a:hover
	{
		color: #8378BE;
		text-decoration: none;

		/* style day links */
	}

	#calender table td.empty
	{
		background-color: #E4E4E4;

		/* style empty cells */
	}

	#calender table td.article
	{
		background-color: #669900;

		/* style article cells */
	}

	#calender table td.article_event
	{
		background-color: #009980;

		/* style article cells */
	}

	#calender table td.event
	{
		background-color: #006699;

		/* style event cells */
	}

	#calender table td.event a, #calender table td.article a, #calender table td.article_event a
	{
		color: #FFFFFF;
		text-decoration: underline;

		/* style item links */
	}

	#calender table td.event a:hover, #calender table td.article a:hover, #calender table td.article_event a:hover
	{
		color: #FFFFFF;
		text-decoration: none;

		/* style item links */
	}

#pages
{
	background-image: url(Common/Sub-Background.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #F4F4EC;
	margin-bottom: 10px;
	padding: 0px;

	/* defines container for categories element */
}

	#pages h1
	{
		background-image: url(Common/Subheader-Background.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		margin: 0px;
		padding: 5px 10px;
	}

	#pages ul
	{
		background-image: url(Common/Sublist-Background.jpg);
		background-position: bottom left;
		background-repeat: no-repeat;
		padding: 0px 10px 10px 10px;
	}

#categories
{
	margin-bottom: 10px;
	padding: 0px;

	/* defines container for categories element */
}

	#categories h1
	{
		margin: 0px;
		padding: 5px 0px;
	}

	#categories ul
	{
		padding: 0px 10px 10px 10px;
		font-family:Verdana;
		font-size:12px;
	}

#archives
{
	width: 140px;
	overflow: hidden;
	float: left;
	clear: left;
}

	#archives h1
	{
		color: #000000;

	}

	#archives ul
	{
		margin-bottom: 10px;
		font-family:Verdana;
		font-size:12px;
	}

	#archives ul li a
	{
		padding-left: 20px;
	}

#links
{
	width: 140px;
	overflow: hidden;
	float: left;
	clear: left;

	/* defines container for links element */
}

	#links h1
	{
		color: #8378BE;
	}

	#links ul
	{
		margin-bottom: 10px;
		font-family:Verdana;
		font-size:12px;
	}

	#links ul li a
	{
		background-image: url(Icons/Link.gif);
		background-position: 0px 7px;
		background-repeat: no-repeat;
		padding-left: 20px;
	}

#feeds
{
	width: 160px;
	overflow: hidden;
	float: right;
	clear: right;

	/* defines container for feeds element */
}

	#feeds h1
	{
		color: #8378BE;

	}

	#feeds ul
	{
		margin-bottom: 10px;
	}

	#feeds ul li a
	{
		background-image: url(Icons/Feed.gif);
		background-position: 0px 7px;
		background-repeat: no-repeat;
		padding-left: 20px;
	}

#login
{
	width: 140px;
	overflow: hidden;
	float: left;
	clear: left;

	/* defines container for login element */
}

	#login h1
	{
		color: #000000;
	}

	#login ul
	{
		margin-bottom: 10px;
		font-family:Verdana;
		font-size:12px;
	}

	#login ul li a
	{
		padding-left: 20px;
	}

#notification
{
	background-color: #FFFDFB;
	height: 100%;
	padding: 15% 10%;
	text-align: center;

	/* defines container for notification element */
}

	#notification h1
	{
		margin: 5px 0px;
		font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 25px;
		color: #8378BE;
		text-transform: uppercase;

		/* defines notification h1 element */
	}

	#notification a
	{
		color: #8378BE;
		text-decoration: underline;

		/* defines notification link styles */
	}

	#notification a:hover
	{
		color: #8378BE;
		text-decoration: none;

		/* defines notification link hover styles */
	}

#screenshot
{
	background-image:url(Common/Screenshot-Background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px auto;
	padding: 5px;
	text-align: center;
	text-align: center;
	color: #FFFFFF;
	overflow: visible;
}

	#screenshot img
	{
		background-color: #EFEFD6;
		border: 1px solid #542700;
		margin: 6px;
		padding: 3px;
	}

/*#footer
{
	border-top: 1px solid #555555;
	height: 40px;
	padding: 10px 5px 0px 0px;
	margin: 10px 0px 0px 0px;
	text-align: right;

	/* style footer element */
/*}
*/
	#footer a
	{
		color: #ffffff;
		text-decoration: underline;

		/* style footer links */
	}

	#footer a:hover
	{
		color: #ffffff;
		text-decoration: none;

		/* style footer links */
	}


#copyright
{
	visibility: visible;

	/* style copyright element */
}

/* begin article style definitions */
.article
{

	/* container for each individual article */
}

	.article .details
	{
		margin: 0;
		padding: 0;
		list-style: none;

		/* defines the container for the article details */
	}

	.article .details li
	{
		margin: 0px 5px 10px 0px;
		display: inline;

		/* defines each detail part */
	}

	.article .introduction
	{
		border-bottom: 1px solid #E4E4E4;
		line-height: 20px;
		font-family:Verdana;
		font-size:13px;

		/* defines the article introduction container */
	}

	.article .link
	{
		font-size: 110%;
		text-align: right;

		/* defines the container for the full information link */
	}

	.article .gallery
	{
		/* defines the container for article gallery */
	}

	.article .gallery img
	{
		border: 1px solid #EEEEEE;
		padding: 3px;
		margin: 3px;
	}

/* begin comment style definitions */

#comments
{
	margin-bottom: 20px;
}

	#comments .details
	{
		margin-bottom: 10px;
	}

	#comments .details dt
	{
		background-image: url(Icons/Avatar.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		float: left;
		height: 55px;
		width: 55px;
		margin-right: 5px;
	}

	#comments .details dd
	{
		margin: 0;
	}

	.comment
	{
		padding: 5px 0px;
		clear: both;
	}

	.whisper
	{
		background-color: #E4E4E4;
		padding: 5px 5px;
		clear: both;
	}

	form #comment
	{
		width: 100%;
		height: 125px;

		/* comment textarea */
	}

	form #whisper
	{
		margin-left: 0px;

		/* whisper checkbox */
	}

	form #keywords
	{
		width: 32%;
	}

	form #date
	{
		width: 32%;
	}

	form #category
	{
		width: 32%;
	}

#paging
{
	text-align: right;

	/* container for paging controls */
}

	#paging a
	{
		padding: 0px 5px;
	}

/* begin events styling */

.event
{

}

	.event h1
	{

	}

	.event h2
	{

	}

	.event h3
	{

	}

	.event .details
	{
		margin: 0;
		padding: 0;
	}

	.event .details li
	{
		margin-right: 5px;
		list-style: none;
		display: inline;
	}


.clear
{
	clear: both;

}

/* miscellaneous elements */
img
{
	border: none;
}

/* ======================================

Thanks to the Glued Ideas team (http://www.gluedideas.com/) for the inspiration and the permission to use their design.

====================================== */













body { background:#CCCCCC;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		}
.maindiv {
		width:100%;
		height:100%;
		}
.innerdiv { background:#ffffff;
		width:999px;
		}
.top{ background: #edecf4;
		width:999px;
		height:90;
		text-align: right;
		}
.topone{
		height:90px;
		float:left;
		}
.toptwo{ background:#fff;
		height:90px;
		float:left;
		}
.topthre{ 
		height:90px;
		float:right;
		}
.whiteline { background:url(http://www.home-sensations.co.uk/usermods/images/menu_bg1.jpg) left top repeat-x;
		width:999px;
		height:37px;
		}
.menu { font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		font-size:11px;
		width:85px;
		height:16px;
		padding-top:13px;
		font-weight:bold;
		padding-bottom:8px;
		float:left;
		}
		
.menu a { font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		font-size:11px;
		width:85px;
		text-transform:uppercase;
		font-weight:bold;
		height:16px;
		text-decoration:none;
		}
.menu a:hover { 
		text-decoration:underline;
		}
		
.menu_b { font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		font-size:11px;
		width:200px;
		height:16px;
		font-weight:bold;
		text-transform:uppercase;
		padding-top:13px;
		padding-bottom:8px;
		float:left;
		}
.menu_b a { font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		font-size:11px;
		width:200px;
		font-weight:bold;
		height:16px;
		text-transform:uppercase;
		text-decoration:none;
		}
.menu_b a:hover {
		text-decoration:underline;
		}
.menu_c {
		font-size:11px;
		width:65px;
		height:16px;
		font-weight:bold;
		text-transform:uppercase;
		padding-top:13px;
		padding-bottom:8px;
		float:left;
		}
.menu_c a {
		width:65px;
		font-weight:bold;
		height:16px;
		text-transform:uppercase;
		text-decoration:none;
		}
.menu_c a:hover {
		text-decoration:underline;
		}		


.form { background:url(http://www.home-sensations.co.uk/usermods/images/form_bg.jpg) left top repeat-x;
		width:222px;
		height:37px;
		float:right;
		}
.search {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
		text-align:left;
		 width:55px;
		 padding-left:8px;
		 padding-top:14px;
		 padding-bottom:5px;
		 height:16px;
		 float:left;
		}
.searchbox {
		 height:19px;
		 padding-top:6px;
		 width:120px;
		 float:left;
		}
.go {
		 height:17px;
		 padding-top:9px;
		 padding-right:10px;
		 width:25px;
		 float:right;
		}
.down { width:999px;
background: #fff;
		}
.downleft { background:#ffffff; 
		width:219px;
		float:left;
		}
.downleftmenu { background:#3F357B;
		width:218px;
		float:left;
		}
.d_leftmenu1 {
		font-family:Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		font-size:14px;
		font-weight:bold;
		width:200px;
		padding-left:9px;
		text-align:left;
		padding-top:7px;
		padding-right:9px;
		height:18px;
		float:left;
		}
.d_leftmenu2 {
		width:200px;
		padding-left:9px;
		padding-top:5px;
		padding-bottom:6px;
		padding-right:9px;
		float:left;
		}
.d_leftmenu3 {
		font-family:Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		font-size:12px;
		font-weight:bold;
		width:190px;
		text-align:left;
		padding-bottom:4px;
		height:15px;
		float:left;
		}
.d_leftmenu3 a {
		font-family:Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		font-size:12px;
		font-weight:bold;
		width:190px;
		text-decoration:none;
		text-align:left;
		height:15px;
		float:left;
		}
.d_leftmenu3 a:hover {
		text-decoration:none;
		}
.shopping { 
  background: #29176b;
  margin-top: 1px;
  margin-bottom: 1px;
	width:218px;
	float:left;
	padding-bottom: 5px;
}		
		
		.logon {
    float: left; 
    padding-left: 10px; 
    color: #fff;
    text-decoration: none; 
    font-family: arial;
    font-size: 12px; 
    font-weight: bold;
    }
.shopingone {
		width:200px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#FFFFFF;	
		padding-left:9px;
		text-align:left;
		padding-top:8px;
		padding-right:9px;
		height:15px;
		font-weight:bold;	
		}
.shopingtwo {
		width:200px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#FFFFFF;	
		padding-left:9px;
		text-align:left;
		padding-top:8px;
		padding-right:9px;
		height:15px;
		font-weight:bold;	
		}
.shopingtwo a {
		width:200px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#FFFFFF;	
		height:15px;
		text-decoration:none;
		font-weight:bold;	
		}
.shopingtwo a:hover {
		text-decoration:underline;
		}
.bann1 {
		width:218px;
		height:102px;
		float:left;
		}
.bann2 {
		width:218px;
		height:121px;
		float:left;
		}
.bann3 {
		width:218px;
		height:130px;
		float:left;
		}
		
		
.downright { width:780px;
		float:right;
		}
.banner { 
		width:780px;
		height:207px;
		float:right;
		}
.bannerone { background:#ffffff;
		width:772px;
		height:100%;
		padding-bottom:5px;
		padding-right:8px;
		float:right;
		}
.bannertwo { 
		width:772px;
		height:102px;
		float:right;
		}
.product { 
		width:184px;
		height:97px;
		padding-top:5px;
		padding-left:9px;
		float:left;
		}
		
.textmain { background:#ffffff;
		width:771px;
		height:100%;
		padding-top:5px;
		/*padding-left:9px;*/
		float:right;
		}
.text { background:url(http://www.home-sensations.co.uk/usermods/images/gray_bg.jpg) left top repeat-x;
		width:771px;
		height:100%;
		float:left;
		}
.textone {
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:bold;
		text-align:left;
		width:751px;
		padding:10px;
		height:18px;
		float:left;
		}
.texttwo {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:justify;
		width:751px;
		padding-left:10px;
		line-height:18px;
		padding-right:10px;
		height:100%;
		float:left;
		}
.bottommain { background:#8378BE;
		width:983px;
		padding-left:16px;
		height:32px;
		float:left;
		}
.bottomone { font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#FFFFFF;
		text-align:center;
		width:85px;
		height:24px;
		padding-top:8px;
		float:left;
		}
.bottomone a { font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#FFFFFF;
		text-decoration:none;
		text-align:center;
		}
.bottomone a:hover {
		text-decoration:underline;
		}
.bottomone_b { font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#FFFFFF;
		text-align:center;
		width:160px;
		height:24px;
		padding-top:8px;
		float:left;
		}
.bottomone_b a { font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#FFFFFF;
		text-decoration:none;
		text-align:center;
		}
.bottomone_b a:hover {
		text-decoration:underline;
		}
.downredone { background:url(http://www.home-sensations.co.uk/usermods/images/midline.jpg) top repeat-y;
width:762px;
height:100%;
float:right;
}	
		
		
.bottomtwo { 
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#FFFFFF;
		text-align:right;
		width:250px;
		height:24px;
		padding-top:8px;
		padding-right:20px;
		float:right;
		}
.bottomlink {
		width:616px;
		padding-top:7px;
		line-height:20px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#ffffff;
		text-decoration:none;
		float:left;
		}
.bottomlink a {
		width:616px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#ffffff;
		text-decoration:none;
		}
.bottomlink a:hover {
		text-decoration:none;
		}
		
		
		
.downredmain {
		width:762px;
		height:100%;
		float:left;
		}
.downred3 {
		width:16px;
		height:134px;
		float:left;
		}
.downred4 {
		width:762px;
		height:11px;
		float:left;
		}
.downredtwo {
width:373px;
padding-top:5px;
height:128px;
float:left;
}
.downred5 { 
		width:371px;
		height:11px;
		float:left;
		}
.downred5a { background:url(http://www.home-sensations.co.uk/UserMods/images/horiblueline_a.gif) left top no-repeat;
		width:380px;
		height:11px;
		float:left;
		}
		
.redstr { background:url(http://www.home-sensations.co.uk/usermods/images/redstrip.jpg) left top repeat-x;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:bold;
		color:#FFFFFF;
		padding-left:10px;
		text-align:left;
		padding-top:14px;
		text-transform:uppercase;
		width:770px;
		height:32px;
		float:right;
		}
.redstr1{
		width:771px;
		padding-left:9px;
		padding-top:5px;
		float:right;
		}
.redstr2{
		width:380px;
		border-right:#6B5FA9 solid 1px;
		height:134px;
		float:left;
		}
.redstr2a{
		width:371px;
		border-bottom:#6B5FA9 solid 1px;
		padding-bottom:10px;
		padding-top:5px;
		height:118px;
		float:left;
		}
.redstr2aa{
		width:371px;
		height:118px;
		float:left;
		}
redstr2aaa{
		width:361px;
		height:118px;
		float:left;
		}
.pr_pic1{
		width:136px;
		height:110px;
		float:left;
		}
		pr_pic11{
		width:126px;
		height:110px;
		float:left;
		}
.pr_pic1a{
		width:225px;
		padding-left:10px;
		height:100%;
		float:right;
		}
		pr_pic1aa{
		width:210px;
		padding-left:10px;
		height:117px;
		float:left;
		}
.pr_pic1b{
		width:225px;
		height:20px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:bold;
		text-align:left;
		float:left;
		}
.pr_pic1c{
		width:225px;
		line-height:18px;
		font-family:Arial, Helvetica, sans-serif;
		text-align:justify;
		font-size:12px;
		margin-top:5px;
		float:left;
		}
.pr_pic1d{
		width:225px;
		height:30px;
		margin-top:-28px;
		float:right;
		}
.pr_text{
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#B76070;
		text-align:left;
		font-weight:bold;
		padding-top:7px;
		width:100px;
		height:23px;
		float:left;
		}
.pr_butt{
		width:110px;
		padding-top:5px;
		height:25px;
		float:right;
		}
		
.redstr1_r{
		width:771px;
		vertical-align:top;
		padding-left:9px;
		height:100%;
		float:right;
		}		
		
.redstr2_r{
		width:380px;
		height:128px;
		float:right;
		}		
		

.redstr2a_r{
		width:369px;
		border-bottom:#6B5FA9 solid 1px;
		padding-bottom:10px;
		padding-top:5px;
		height:118px;
		padding-right:10px;
		float:right;
		}
.redstr2aa_r{
		width:371px;
		height:118px;
		float:left;
		}
.pr_pic1_r{
		width:136px;
		border-bottom:#6B5FA9 solid 1px;
		height:110px;
		float:left;
		}
.pr_pic1a_r{
		width:225px;
		padding-left:10px;
		height:117px;
		float:left;
		}
.pr_pic1b_r{
		width:225px;
		height:20px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:bold;
		text-align:left;
		float:left;
		}
.pr_pic1c_r{
		width:225px;
		height:60px;
		font-family:Arial, Helvetica, sans-serif;
		text-align:justify;
		font-size:12px;
		padding-top:5px;
		float:left;
		}
.pr_pic1d_r{
		width:225px;
		height:30px;
		float:left;
		}
.pr_text_r{
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#B76070;
		text-align:left;
		font-weight:bold;
		padding-top:7px;
		width:100px;
		height:23px;
		float:left;
		}
.pr_butt_r{
		width:110px;
		padding-top:5px;
		height:25px;
		float:left;
		}
		
		
		.txt{
font-family: Arial;
font-size: 19px;
font-style: normal;
font-weight: normal;
font-variant: normal;
color:#27186d;
}
.size{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-align:left;

color:Maroon;
}
.smallblack{
font-family: Verdana;
font-size: 12px;
font-style: normal;
font-weight: normal;
font-variant: normal;
color:#000000;
}
.smallblack1{
font-family:Verdana;
font-size: 12px;
font-style: normal;
font-weight: normal;
font-variant: normal;
color:#000000;
}
.smallblue{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
font-variant: normal;
color:#27186d;
}
#wallArt
{
height:102px;
margin-top:0px;
height:105px;
}
#BuyMore
{
background-image:url(http://www.home-sensations.co.uk/usermods/images/BuyMore.gif);
background-repeat:no-repeat;
margin-top:-1px;
height:129px;
}
#saleNow
{
background-image:url(http://www.home-sensations.co.uk/usermods/images/SaleNow.gif);
background-repeat:no-repeat;
margin-top:-1px;
height:104px;
}
#bodybox
{
width:780px;
margin-left:220px;
margin-top:-615px;
}
#BigImg
{
margin-top:2px;
width:761px;
height:208px;
}
#bodyImg
{
width:753px;
margin-top:8px;
height:199px;
margin-left:0px;

}
#Img1
{
width:184px;
margin-top:0px;
height:97px;
}
#Img2
{
width:184px;
margin-top:-97px;
margin-left:190px;
height:97px;
}
#Img3
{
width:184px;
margin-top:-97px;
margin-left:380px;
height:97px;
}
#Img4
{
width:184px;
margin-top:-97px;
margin-left:570px;
height:97px;
}
#Img5
{
width:184px;
margin-top:10px;
margin-left:0px;
height:97px;
}

#Img6
{
width:184px;
margin-top:-97px;
margin-left:190px;
height:97px;
}
#Img7
{
width:184px;
margin-top:-97px;
margin-left:380px;
height:97px;
}
#Img8
{
width:184px;
margin-top:-97px;
margin-left:570px;
height:97px;
}
#bodytext
{
background-image:url(http://www.home-sensations.co.uk/usermods/images/bg.jpg);
background-repeat:repeat-x;
width:780px;
margin-left:2px;
margin-top:5px;
padding-left:2px;
margin-bottom:-15px;
font:Arial;
font-size:12px;
font-weight:500;
color:#000000;
}
#container2
{
margin-top:2px;
width:780px;
}
#container
{
margin-left:0px;
margin-bottom:20px;
width: 999px;
background:#FFFFFF;
}
#containerf
{
margin-top:-29px;
width: 1000px;
height:35px
}
#container3
{
margin-left:0px;
width: 350px;
}
#footer
{
background-image:url(http://www.home-sensations.co.uk/usermods/images/footerbg.gif);
margin-top: 0px;
margin-bottom: 5px;
padding-top: 0px;
height:35px
}

#footer p{
font-family: monospace;
font-size: .7em;}

.Leftmenu
{
font:Arial;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}
.LeftmenuL
{
font:Verdana;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}
.footer1
{
font:Verdana;
font-size:13px;
color:#FFFFFF;
font-weight:500;
text-decoration:none;
}
ul#gallery 
{
width:700px;
list-style-type: none;
margin-left:2px;
margin-top:0px;
float: left;
}
div#gallery 
{
width:700px;
list-style-type: none;
margin-left:2px;
margin-top:0px;
align:left;
text-align:left;
float: left;

}
div#gallery5 
{
width:700px;
list-style-type: none;
margin-left:2px;
margin-top:0px;
float: left;
clear:both;
}
ul#gallery li
{
/*width: 140px;*/
text-align: center;
padding: 4px;
float: left;
list-style:none;
/*margin-right: 2px;
margin-top:4px;
margin-bottom:4px;*/
}

#gallery li.sep1 li 
{
width: 2px;
float: left;
/*margin-right:-100;*/
}
ul#gallery1 {
 list-style-type: none;
	
  padding: 0 6px 6px 0;
/*	max-width:520px; margin-left:5px; margin-right:auto;*/
	margin-left:5px;margin-top:0px; float: left;
}
 ul#gallery1 li
{
/*width: 140px;*/
text-align: center;
padding: 4px;
float: left;
list-style:none;
/*margin-right: 2px;
margin-top:4px;
margin-bottom:4px;*/
}

 ul#gallery li
{
/*width: 140px;*/
text-align: center;
padding: 4px;
float: left;
list-style:none;
/*margin-right: 2px;
margin-top:4px;
margin-bottom:4px;*/
}

#gallery li.sep1 li 
{
width: 2px;
float: left;
/*margin-right:-100;*/
}

 #galborder li
{
width: 4px;
padding: 1px;
float: left;
list-style:none;
}
dl.gallery
{
width: 102px;
text-align: center;
padding: 10px;
float: left;
margin-right: 1em;
}
.CPprodDet {
font-family:Arial;
font-size:12px;
font-weight:normal;
color:#000000;
text-decoration:none;
}
.downred {
width:762px;
padding-left:9px;
padding-right:9px;
padding-top:5px;
height:100%;
float:left;
}

.downredMatt {
  width:762px;
  margin: 0;
  padding: 0;
  padding-left:9px;
  padding-right:9px;
  padding-top:5px;
  height:100%;
  float:left;
  text-align: left;
  font-family: arial;
  font-size: 12px;
}


.page3 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:bold;
		text-align:left;
		color:#3F3479;
		width:771px;
		height:28px;
		float:right;
		}
.page3_1 {
		width:771px;
		height:100%;
		float:right;
		}
.page3_2 {
		width:252px;
		height:100%;
		float:left;
		}
.page3_3 {
		width:252px;
		height:204px;
		float:left;
		}
.page3_4 {
		width:252px;
		height:96px;
		float:left;
		}
.page3_5 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		text-align:left;
		width:252px;
		color:#3F3479;
		padding-top:10px;
		height:22px;
		float:left;
		}
.colormain{
		width:252px;
		
		float:left;
		}
.color1 {
		width:25px;
		height:26px;
		padding-right:3px;
		padding-bottom:3px;
		float:left;
		}
.page3_2right {
		width:519px;
		height:100%;
		float:right;
		}
.pagerighttext {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		text-align:justify;
		padding-right:9px;
		padding-left:9px;
		width:501px;
		height:100%;
		float:right;
		}
.pro_form {
		width:519px;
		height:100%;
		float:left;
		}
.proform_inn {
		width:501px;
		height:165px;
		padding-top:13px;
		float:left;
		}
.proform_inn1 {	
		width:501px;
		padding-left:9px;
		padding-right:9px;
		padding-top:25px;
		height:100%;
		float:right;
		}
		
.proform_inn2m {
		width:245px;
		height:100%;
		float:left;
		}
.proform_inn2mright {
		width:256px;
		height:100%;
		float:left;
		}
.proform_inn2 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		color:#A63F50;
		text-align:left;
		width:245px;
		height:17px;
		float:left;
		}
.proform_inn2main {
		width:245px;
		height:20px;
		float:left;
		}
.proform_inn2a {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		padding-top:5px;
		text-align:left;
		color:#000000;
		width:155px;
		height:15px;
		float:left;
		}
.proform_inn2b {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:left;
		width:15px;
		padding-top:5px;
		height:15px;
		float:left;
		}
.proform_inn2c {
		text-align:left;
		width:20px;
		padding-right:10px;
		height:15px;
		float: right;
		}
		
.proform_inn2d {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#40347C;
		text-align:left;
		width:42px;
		padding-top:5px;
		height:14px;
		float:left;
		}

.proform_inn3 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		text-align:left;
		width:256px;
		color:#3F3479;
		height:17px;
		float:left;
		}
.proformtextbox {
		width:256px;
		color:#3F3479;
		height:30px;
		float:left;
		}
.proformtextbox1 {
		width:60px;
		padding-top:5px;
		color:#3F3479;
		height:25px;
		float:left;
		}
.proformtextbox2 {
		width:139px;
		padding-top:5px;
		color:#3F3479;
		height:25px;
		float:left;
		}
.proformbutt {
		width:501px;
		color:#3F3479;
		padding-right:9px;
		padding-bottom: 5px;
		height:24px;
		float:right;
		}
.proformbutt1 {
		width:76px;
		color:#3F3479;
		height:24px;
		float:left;
		padding-left: 245px;
		}
.proformbutt2 {
		width:118px;
		color:#3F3479;
		padding-right:52px;
		padding-left:10px;
		height:24px;
		float:left;
		}
.myclass {
font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		text-align:left;
		color:#3F3479;
		height:17px;
		float:left;
         }
.ab1 {
width:225px;
height:100%;
float:left;
}
.ab1a {
		width:225px;
		line-height:25px;
		float:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:bold;
		text-align:left;
		margin-bottom:5px;
		}


/*
Contact Us Form */

.contactForm {
  width: 550px;
  color:#3F3479;
  font-family:Arial,Helvetica,sans-serif;
  font-size:14px;
  font-weight:bold;
}

.contactForm dt {
	float: left;
	width: 200px;
	font-weight: bold;
	line-height: 20px;
	text-align: right;
	padding-right: 20px;
}

.contactForm dd {
	margin-left: 200px;
}

.contactForm dd input {
	width: 150px;
}

.contactForm dd input.submit {
	width: auto;
}

.contactForm dd textarea {
	width: 300px;
	height: 120px;
}
.blueline {
  border: 0;
  border-top: 1px solid #695FA8;
}
.termsclass {
  font-weight: bold;
  font-size: 14px;
  margin: 10px 0;
}