/* CSS Document */

/* Remove default styles for all browsers first */

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#544B4B;
	font-size: 72.5%; 
	text-align:center;/* this is only to center layers properly in IE */
	background-image:url('../images/clouds.gif');
	background-repeat:repeat;
}

a {
	color: #e81e70;
}

#header {
	background-position:top center;
	background-image:url('../images/logo.png');
	background-repeat:no-repeat;
	height: 200px;
	position: absolute;
	width: auto;
	margin-top: 20px;
}

#header h1 {
	display: none;
}

#header img {
	margin-top: 20px;
}

.submit {
	margin-left: 76px;
}

#getintouch {
	padding-top: 20px;
	margin: 0 auto;
}

#contact {
	background-image:url('../images/form-repeat.png');
	background-repeat:repeat-x;
	background-position: bottom;
	width:740px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 3px #7ec9fe solid;
	background-color: #fff;
	padding-top: 10px;
}

#contact form {
	height: auto;
	text-align:center;
	padding-top:20px;
	padding-left:158px;
	margin: 0 auto;
	margin-bottom: 10px;
}

#contact p {
	color: #fd0369;
	text-align: left;
	padding-bottom: 5px;
	text-align:left;
}

#contact table {
	width:200px;
}

#contact td {
	text-align:right;
	vertical-align:top;
	color: #e81e70;
	font-weight: bold;
	font-size: 14px;
}

h1 {
	color:#E81E70;
	font-size: 105%; 
	margin-top:10px;
}

.greytext {
	color:#544B4B;
}

p { 
	padding-top:5px;
}

#mainContainer {
	background-position:top center;
	width:100%;
	float:inherit;
	position:relative;
	margin: 0 auto;   /* this will center for FFox, Konqueror/Safari, Opera */
	/*text-align:left;*/
}

#header {
	position: relative; 
}

#innerContainer  {
	text-align:center;
	position: relative;
	
}

#centralContainer {
	width:700px;
	margin: 0 auto;
	text-align:left;
	background-color: #fff;
	padding: 20px;
	border: 3px #7ec9fe solid;
}

#contact .error {
	color: red;
	font-size: 10px;
}
