body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #4f412f url(../images/page-bg.jpg) repeat-y center;
	margin: 0;
	color: #4c3311;
}/*4f330e*/

/* Main Links */

a:link, a:visited {
	color: #b13451; /* Pink */
	text-decoration: underline;
}

a:hover, a:active {
	color: #77bd1f; /* Green */
	text-decoration: none;
}

#mainContainer {
	width: 1024px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: left;
	position: relative;
	font-size: 75%;
	line-height: 1.5;
	background: #fcf5e3 url(../images/greyBg.gif) top left repeat-y; 
}
	.clear {
		clear: both;
	}

#banner {
	width: 1024px;
	height: 212px;
	background: transparent url(../images/banner.jpg) 0 0 no-repeat; 
	cursor: pointer;
}

#banner h1 {
 	text-indent: -500px;
 	display: block;
 	width: 1024px;
	height: 212px;
	padding:0;
	margin:0;
	cursor: pointer;
}

#blog {
	background: #fff url(../images/bg-blog.gif) 0 0 no-repeat;
	margin: 0 4px 0 26px; 
	}
	#blog p {
		
		padding: 10px; 
		border: 1px dashed #f3839e;
		text-align: center;
	}

#markets {
	background: transparent url(../images/bg-markets.gif) 0 0 no-repeat;
	margin: 0 4px 0 26px; 
	height: 202px;
	}
	#markets p {
		color: #fff;
		padding: 55px 10px 10px 10px; 
		text-align: center;
		}
	
	#markets a:link, #markets a:visited {
		color: #f3839e; /* Pink */
		text-decoration: underline;
		}
		
	#markets a:hover, #markets a:active {
		color: #88bd46; /* Green */
		text-decoration:none;
		}

	
.greentxt {
	color: #88bd46;
}

.pinktxt {
	color: #f3839e;
}
	
#sub1 {
	float: left;
	width: 200px;
	height: 15px;
	background-color: #000;
	border-top: 1px solid #FFF;
/*	border-bottom: 1px solid #FFF;*/
}

#sub2 {
	float: left;
	width: 530px;
	height: 15px;
	background-color: #000;
	border-top: 1px solid #FFF;
	border-right: 0;
	color: #FFF;
	text-align: center;
	padding-top:10px;
}

#menuContainer {
	float: left;
	width: 191px;
	height: 312px;
	background: transparent url(../images/menu-bg.jpg) 0 0 no-repeat; 

}

	#menu {
		float: left;
		width: 191px;
	}
	
	#links {
		float: left;
		width: 191px;
		padding-top: 50px;
		align: center;
	}

		#menuContainer ul {
		margin: 10px 0 10px 19px;
		padding: 0;
		list-style-type: none;
	}
	
	#menuContainer ul a {
		display: block;
		width: 150px;
		padding: 3px 0 3px 3px;
		margin: 1px;
		color: #4f412f;
		font-weight: bold;
		text-decoration: none;
		line-height: 1.2;
	}	

	#menu ul a:hover, #menu ul a:active {
		color: #b13350;
	}

	
	
/*	#menu li {
		list-style-image: url(../images/bullet.gif);
	}
	
	#links li {
		list-style-image: url(../images/bullet.gif);
	}*/
	
h1,h2,h3,h4,h5,h6 {
margin-bottom: 0px;

}

p { margin-top: 5px; }
	
	#feature {
		float: left;
		width: 240px;
	padding: 0 20px 20px 20px;
		}
	
	
		#feature h2 {
		font-size: 140%;
		color: #77bd1f;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	#feature h3 {
		font-size: 110%;
		color: #333;
		border-bottom: 1px dashed #EB9B00;
	}
	
	#feature li {
		list-style-image: url(../images/bullet.gif);
	}
	
	
	#content-front {
	float: left;
	width: 790px; /* 790px original */
	padding: 0 20px 20px 20px;
}

	#content-front h2 {
		font-size: 140%;
		color: #77bd1f;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	#content-front h3 {
		font-size: 110%;
		color: #f17492;
		border-bottom: 1px dashed #EB9B00;
	}
	
	
#content {
	float: left;
	width: 490px; /* 790px original */
	padding: 0 20px 20px 30px;
}

#content h1 {
		font-size: 160%;
		color: #4f412f;
		font-family:Arial, Helvetica, sans-serif;
	}

	#content h2 {
		font-size: 140%;
		color: #77bd1f; /**/
		font-family: Arial, Helvetica, sans-serif;
	}
	
	#content h3 {
		font-size: 110%;
		color: #f17492;
		border-bottom: 1px dashed #c7a476;
	}
	
	#testimonial p {
		border: 1px dotted #DDD;
		padding: 10px;
	}
	
		
	.imgFloatLeft {
		float: left;
		padding: 0 10px 0 0;
	}
	
	.imgFloatRight {
		float: right;
		padding: 0 0 0 10px;
	}
	
	#content li {
		list-style-image: url(../images/bullet.gif);
	}
	
	#clothing {
		background: transparent url(../images/clothing.jpg) 0 0 no-repeat;
		height: 260px;
		width: 250px;
		float: left;
		padding: 0 5px 0 5px;
		cursor: pointer;
	}
	#clothing h2 {
		padding-right: 20px;
		font-size: 100%;
		font-weight: inherit;
		color: #4c3311;
	}
	
	#clothing h1 {
 	text-indent: -5000px;
 	display: block;
 	width: 260px;
	height: 191px;
	padding:0;
	margin:0;
	cursor: pointer;
}
	
	#accessories {
		background: transparent url(../images/accessories.jpg) 0 0 no-repeat;
		height: 260px;
		width: 250px;
		float: left;
		padding: 0 5px 0 5px;
		cursor: pointer;
	}
	
	#accessories h1 {
		text-indent: -5000px;
		display: block;
		width: 260px;
		height: 191px;
		padding:0;
		margin:0;
		cursor: pointer;
}
	#accessories h2 {
		padding-right: 20px;
		font-size: 100%;
		font-weight: inherit;
		color: #4c3311;
	}
	
	#homewares {
		background: transparent url(../images/homewares.jpg) 0 0 no-repeat;
		height: 260px;
		width: 250px;
		float: left;
		padding: 0 5px 0 5px;
		cursor: pointer;
	}
	
	#homewares h1 {
		text-indent: -5000px;
		display: block;
		width: 260px;
		height: 191px;
		padding:0;
		margin:0;
		cursor: pointer;
}
	#homewares h2 {
		padding-right: 20px;
		font-size: 100%;
		font-weight: inherit;
		color: #4c3311;
	}

	
	
	#girls-wear{
		float: left;
		width: 240px;
		text-align:center;
	}
	
	#boys-wear{
		float: left;
		width: 240px;
		text-align:center;
	}
/* Form styles */

	fieldset {
		padding: 0;
		margin: 0;
		border: none;
	}
	
	legend {
		font-size: 100%;
		color: #555;
		font-weight: bold;
		padding: 0;
		margin: 0;
	}
	
	label {
		float: left;
		width: 10.5em;
		font-size: 100%;
	}
	
	label.admin {
		float: left;
		width: 7em;
	}
	
	.required {
		color: #760000;
		font-size: 1em;
		font-weight: bold;
	}
	
	.normal {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 100%;
		color: #555;
		padding: 0 0.3em 0 0.3em;
	}
	
	input.submit {
		margin-left: 10px;
	}
	
	input.admin {
		margin-left: 9em;
	}
	
	input.specials {
		margin-left: 93px;
	}
	
	input.checkbox {
		width: auto;
		margin-left: 72px;
	}
	
	input.treatments {
		width: auto;
		margin-left: 2em;
	}
	
	label.specials {
		float: left;
		width: 6em;
	}
	
	.checkbox {
		width: 2em;
		float: none;
		padding-right: 1em;
	}
	
	.checkboxLabel {
		width: 50em;
	}

	#treatments label {
		width: 2em;
		float: none;
		padding-right: 1em;
	}
	
	/* Enquiry form mods */
	
	input.enquiry {
		margin-left: 85px;
	}
	
	label.enquiries {
		float: left;
		width: 7em;
		padding-right:0;
	}
	
	/* end enquiry form mods*/
	.smlTxt {
		font-size: 95%;
	}
	
	table {
		border: 1px solid #f3819d;
		}
		
		td {
		background-color: #4c3311;
		color: #FFF;
		border: 1px solid #f3819d;
		}
	

#media p{
	margin:0;
	text-indent: 20px;
}

#media h3{
	font-size: 110%;
	color: #333;
}

#ricrac {
	clear: both;
	height: 40px;
	background: transparent url(../images/ricrac.jpg) no-repeat 0 0;
	width: auto;
	border-right: 0;
}

#footer {
	clear: both;
	text-align: center;
	height: 50px;
	padding: 5px 10px 0 0;
	width: auto;
	border-right: 0;
}
