body {
background: #d3d2d2 url(images/css/background_repeat.jpg) no-repeat scroll;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-bottom: 80px;
height: 100%;
color: #272727;
text-align: center; 
} 

#whatson{
	text-align: center;
}

h1{
	font-size: 1.3em;
	padding: 10px;
	text-align: center;
}

h2 {
	color: #000000;
	font-size: 1em;
	margin: 0px 10px;
}

a {
color: #000099;
}

.left{
	text-align: left;
}

#home-link {
position: absolute;
top: 20px;
left: 20px;
width: 300px;
height: 50px;
text-decoration: none;
display: block;
}

#menu {
	position: relative;
	top: 60px;
}

#menu ul{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

#menu li{
display: inline;
margin: 0;
}

#menu li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #333333;
background-color: #808080;
color: #FFFFFF;
cursor: pointer;
}



/** Menu Selection **/
.button:hover, #menu li a:hover, #Home #home a, #Family #family a,  #Weddings #weddings a, #Nursery #nursery a, #Natural #natural a, #Gifts #gifts a, #Links #links a, #Events #events a, #Testimonials #testimonials a, #Contact #contact a{
border: 1px solid #CCCCCC;
font-weight: bold;
background: #8c8c8c;
}


.button {
text-decoration: none;
padding: 5px 6px 5px 6px;
border: 1px solid #333333;
background-color: #808080;
color: #FFFFFF;
font: bold 12px Verdana;
height: 10px;
margin-left: -5px;

}



#details1 {
	width: 550px;
	color: #FFFFFF;
	position: relative;
	left: 50%;
	margin-left: -275px;
	padding-bottom: 30px;
	}

#details1 ul {
	font-size: 0.9em;
}

#details1 h1 {
	font-family: Verdana, Arial;
	font-size: 1.1em;
}

#content {
	position: relative;
	top: 60px;
}


#flashcontent {
	min-height: 552px;
	top: -5px;
	position: relative;

	width: 100%;
}

#hometable td {
	padding: 5px;
}

.box {
	width: 600px;
	background: #CCCCCC;
	border: thin black solid;
	margin: 0 auto;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.centre, center, p .center{
	text-align: center;
	margin: 0 auto;
}

.box .list{
	margin: 0 auto;
	width: 500px;
	text-align: left;
}

.t{
	text-align: left;
	margin-bottom: 0;
}

.src{
	text-align: right;
	margin-top: 0;
	font-style: italic;
	font-size: 0.7em;
	color: #5E5E5E;
	width: 95%;
}

hr{
	width: 95%;
}

p{
	margin: 10px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

a img {
	border: none;
}

#Testimonials textarea{
	width: 95%;
	height: 100px;
	margin: 0 auto;
}

#contactform 
{
    font-family: Verdana, Arial, Tahoma;
    width: 500px;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -250px;
    }
    



/** Specific Pages **/
/** What's On **/

#whatson p{
	margin-top: 0px;	
}

#whatson h1{
	padding-bottom: 0;

}

.eH, .eP{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

}

.eH{
	margin-bottom: 0;
}

.eP{
	margin-top: 0;
}

.error{
	font-size: 10px;
	color: #b50000;
}

/** Good Form **/

/* Let's add some style to our fieldset & legend */

form{
	width: 100%;
}

fieldset
{
	width: 90%;
	border: 1px #e3e3e3 solid;
	padding: 10px;
	margin: 10px auto !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#Contact fieldset{
	width: 370px;

}


fieldset legend{
	border: 1px #272727 solid;
	color: black; 
	
	font-weight: none;
	font-size: 13px;
	
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	
	text-align: left;
	
	clear: both;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* Label */
#Contact label
{
float: left;
margin: 4px;
text-align: right;
width: 90px;
}


#Contact fieldset p{
	font-size: 1em;
}


/* Input, Textarea */
#Contact input, #Contact textarea, #Contact select
{
margin: 5px;
padding: 0px;
padding-top: 2px;
float: left;
width: 205px;
}

/* One line checkbox */
#Contact .lblfull{
width: 100%;
text-align: center;
padding-left: 0 !important;
margin-left: 0 !important;
clear: both;
}


#Contact .lblfull input{
	float: none !important;
	width: auto;
	padding-top: 5px;
}
/* BR */

#Contact br
{
clear: left;
}
