/* FOR LOGIN / REGISTER PAGE */
/* Content */
#inner {
	clear:both;
	margin: auto;
	width: 842px;
	min-height:638px;
	border: 1px solid #cccccc;
	background:url('../images/contentbg.jpg') no-repeat;
	background-position: 0px 30px;
	background-color:#FFFFFF;
}
#content {
	clear:both;
	width:795px;
	margin: 18px 0px 0px 23px;
	min-height: 424px;
}
#contentLeft {
	float: left;
	width: 532px;
	margin: 0px 20px 0px 0px;
}
#contentLeft h1 {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 25px 0px;
	font-size: 3.2em;
	color: #4f324c;
	background:url('../images/h1rule.png') no-repeat;
	background-position: bottom;
	text-align:left;
}
#contentLeft h1 a {
	text-decoration:none;
	color: #4f324c;
}
#contentLeft h1 a:hover {
	text-decoration:underline;
}
#contentLeft p {
	margin: 0px 0px 10px 0px;
	font-size: 1.3em;
}
#contentLeft p a {
	color:#FC9A1C;

}
#contentLeft p a:hover {
	text-decoration:none;
}
#contentLeft h3 {
	margin: 0px 0px 10px 0px;
}
#contentLeft ul {
	margin: 0px 0px 10px 23px;
}
#contentLeft ul li {
	font-size: 1.3em;
}
#contentLeft table {
	margin: 0px 0px 10px 0px;
}
#contentLeft table td {
	padding: 5px;
	font-size: 1.3em;
}

#contentLeft .submitButton {
	width:59px;
	height:25px;
	border:0px;
	background:url('../images/submitButton.jpg') no-repeat;
	cursor:pointer;
}
#contentLeft th {
	padding: 5px;
	padding-left: 0px;
	font-size: 1.3em;
	font-weight: bold;
	text-align:left;
	color:#4f324c;
}

#contentLeft td input {
	border: 1px solid #b2afaf;
	background:url('../images/inputbg.jpg') repeat-x;
	height: 22px;
	width: 200px;
}

#contentRight {
	float:left;
	padding: 0px 0px 0px 0px;
	width: 243px;
}
#contentRight h1 {
	width: 253px;
	height: 154px;
	background:url('../images/product/sloeginscribe.png' ) no-repeat;
	text-indent:-3000px;
	overflow:hidden;
}
#contentRight #contactDeets {
	margin: 0px 0px 0px 20px;
}
#contentRight p {
	font-size: 1.3em;
	margin: 0px 0px 10px 0px;
}
#contentRight  a {
	color:#FC9A1C;
}
#contentRight a:hover {
	text-decoration:none;
}
#articleLinks ul {
	margin: 0px 0px 20px 15px;
	list-style:none;
}
#articleLinks ul li {
	padding: 0px 0px 0px 10px;
	background:url('../images/bullet3.jpg') no-repeat;
	background-position: 0px 7px;
}
#articleLinks ul li a {
	font-size: 1.3em;
	color: #d76917;
}
#articleLinks ul li a:hover {
	text-decoration:none;
}


/* Shopping Basket */
#basket {
	margin: 0px 0px 20px 8px;
	width:223px;
	height:89px;
	background:url('../images/product/basketbg.png' ) no-repeat;
}
#basket h2 {
	margin: 0px 0px 26px 35px;
	padding: 11px 0px 0px 0px;
	font-size: 1.4em;
	font-weight:bold;
	color: #4f324c;
}
#basket p {
	text-align:center;
	font-size: 1.2em;
	font-weight:bold;
	color:#4f324c;
}

/* Recipies Area */
#recipies {
	margin: 0px 0px 0px 8px;
	padding: 55px 0px 0px 13px;
	width: 210px;
	min-height: 11px;
	background:url('../images/product/sloeginrecipiesbg.png' ) no-repeat;
	background-position:top;
}
#recipies p {
	margin: 0px 0px 10px 0px;
	width: 185px;
	font-size: 1.3em;
	color: #195570;
}
#recipies p a {
	color: #195570;
}
#recipies p a:hover {
	text-decoration:none;
}
#recipies ul {
	margin: 0px 0px 10px 15px;
	list-style:none;
}
#recipies ul li {
	padding: 0px 0px 0px 10px;
	background:url('../images/bullet3.jpg') no-repeat;
	background-position: 0px 7px;
}
#recipies ul li a {
	font-size: 1.3em;
	color: #d76917;
}
#recipies ul li a:hover {
	text-decoration:none;
}

