@charset "utf-8";

/* CSS Document */

/* 
Childs Play Nurseries Main CSS document
Authored by Simon Logan, Arcas Computing Ltd.
Style Sheet Creation Date 18th May 2008
For information contact simon@arcas.co.uk or http://www.arcas.co.uk
*/


/* GENERIC STYLING */

* { border:0; padding: 0;}#sidecolumn {
	width: 200px;
	padding-right: 20px;
	padding-left: 10px;
	float: left;
}

body {
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}

/* END OF GENERIC STYLING */


/* MAIN LAYOUT DIVS AND STYLING */

#wrapper {
	margin: auto;
	width: 780px;
}
#mainColumn {
	width: 550px;
	float: left;
}
.logo {
	padding-bottom: 30px;
}
#straplineArea {
	background: url(images/dotted_spacer.gif) no-repeat;
	width: 510px;
	padding-left: 20px;
	float: left;
}
#unitArea {
	width: 550px;
	float: left;
	padding-top: 10px;
}
#gardenArea {
	width: 550px;
	height: 172px;
	float: left;
	padding-top: 10px;
	background: url(images/banner-garden.jpg) no-repeat;	
}
#introArea {
	background: url(images/babyBG.jpg) no-repeat right 60px;
	width: 425px;
	clear: left;
	padding-right: 125px;
	padding-bottom: 20px;
	padding-top: 20px;
}
#introAreaAlt {
	width: 540px;
	clear: left;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
}
#mainMenuArea {
	width: 200px;
}

#addressArea {
	width: 200px;
}
#addressArea {
	width: 200px;
	padding-top: 20px;
}
.heavyText {
	font-weight: bold;
}
#fullWidth {
	width: 780px;
}
#straplineArea p {
	color: #999999;
}
#fullWidth {
	clear: both;
	width: 780px;
	float: left;
}
#footerArea {
	text-align: center;
	width: 780px;
	padding-top: 30px;
	clear: both;
}
.half-column {
	float: left;
	width: 390px;
}
.clearing {
	clear: both;
}
.optionslist {
	padding-left: 30px;
}
.feeBlockPadded {
	width: 220px;
	float: left;
	padding-right: 50px;
	padding-top: 30px;
}
.feeBlock {
	width: 270px;
	float: left;
	padding-top: 30px;
}
#designDetails {
	text-align: right;
	width: 780px;
	padding-top: 30px;
}


/* END OF MAIN LAYOUT DIVS AND STYLING */


/* LIST STYLING FOR MAIN MENU */

#mainMenuArea ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

/* END OF LIST STYLING FOR MAIN MENU */

/* LIST STYLING FOR UNITS MENU */

#unitArea li {
	float: left;
	height: 172px;
	width: 175px;
	list-style-type: none;
	padding-right: 8px;
	display: block;
}
#unitArea ul {
	float: left;
	width: 550px;
	margin: 0;
	padding: 0;
}

/* END OF LIST STYLING FOR UNITS MENU */


/* Rounded boxes styling */

.box {
background: #ffffff url(images/bottom-left.gif) no-repeat left bottom;

}
.box-outer {
	background: url(images/bottom-right-clear.gif) no-repeat right bottom;
	padding-bottom: 30px;
}
.box-inner {
background: url(images/top-left.gif) no-repeat left top;
}
.box h2 {
background: url(images/top-right.gif) no-repeat right top;
padding-top: 10px;
}
.box h2, .box p, .box table {
	padding-left: 10px;
	padding-right: 10px;
}

/* variations */
.box-outer-pink {
	background: url(images/bottom-right_clear.gif) no-repeat right bottom;
	padding-bottom: 30px;
}
.box-outer-food {
background: url(images/bottom-right-food.gif) no-repeat right bottom;
padding-bottom: 50px;
}
.box-outer-food h2 {
background: url(images/top-right-food.gif) no-repeat right top;
padding-top: 10px;
}

/* End of rounded boxes styling */


/* LINK STYLING FOR PAGES */

#footerArea a:link {
	color: #999999;
	text-decoration: none;
}
#footerArea a:visited {
	color: #999999;
	text-decoration: none;
}
#footerArea a:hover {
	color: #000000;
	text-decoration: underline;
}
#footerArea a:active {
	color: #000000;
	text-decoration: underline;
}

#designDetails a:link, #designDetails a:visited {
	color: #990000;
	text-decoration: none;
}
#designDetails a:hover, #designDetails a:active {
	color: #999999;
	text-decoration: underline;
}


/* END OF LINK STYLING FOR PAGES */


/* FORM STYLING */

#fm_Contact {
	margin: 0px;
	padding: 0px;
}
fieldset {
	background-color: #FFFFFF;
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCCCCC;
}
legend {
	font-weight: bold;
}
label {
	display: block;
}
input {
	width: 200px;
}
input:focus, textarea:focus {
background: #f0f0f0;
}
input[type="text"], textarea {
border-top: 2px solid #999;
border-left: 2px solid #999;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}

input[type="submit"] {
margin-top:20px;
width: 150px;
background-color:#663366;
color: #FFFFFF;
font-size:12px;
letter-spacing:.4em;
}

textarea {
	height: 100px;
	width: 250px;
}
.required {
	color: #990000;
}
/* END OF FORM STYLING */
