/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#DFEFF0;
}

a:link {
	text-decoration: none;
	}
	
a:visited {
	text-decoration: none;
}
	
	

#homeLink:Hover {
	float:left;
	width: 47px;
	height: 17px;
	background-image:url(Images/topLinks/homeHover.gif);
	background-repeat:no-repeat;
	margin-top: 15px;
	margin-left: 20px;
	cursor: pointer;
	display:inline;	
	}
	
/* Nav & Main Content Splitter*/
#splitterContainer {
	position:relative;
	width: 100%;
	height: 30px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#mainSplitter {
	width: 990px;
	height: 30px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(Images/mainbackground.png)
	}




/* Main Content*/
#mainLargeContainer {
	position: relative;
	width: 100%;
	overflow:auto;
	
	}
	
#mainContainer {
	width: 990px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	background-image:url(Images/mainbackground.png);
	}
	




/* Middle Content Within Main*/
#centreContainer {
	width: 600px;
	float: left;
	margin-left:200px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}

	
#greyLineBox {
	width: 500px;
	float: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #EFEFEF;
	margin-top: 10px;
	margin-left: 40px;
	display:inline;
	}	
	
	
#formHeaderContainer {
	width: 602px;
	height: 35px;
	float:left;
	margin-left: 190px;
	background-image:url(Images/Recommend/recommendTop.gif);
	background-repeat:no-repeat;	
	margin-top: 20px;
	display:inline;
	}
	
#formContainer {
	width: 600px;
	float: left;
	margin-left: 190px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a6c3c5;
	border-right-color: #a6c3c5;
	border-bottom-color: #a6c3c5;
	border-left-color: #a6c3c5;
	display:inline;	
	overflow: auto;
	}
	
	
#bottomSplitterContainer {
	position:relative;
	width: 100%;
	}	


#bottomSplitter {
	width: 990px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	background-image:url(Images/mainbackground.png);
	height: 200px;
	}


#tellAFriendContainer {
	float: left;
	width: 350px;
	height: 400px;
	background-image:url(images/Eating/tellAFriend.gif);
	background-repeat:no-repeat;
	margin: 10px 0 0 330px;
	padding: 120px 0 0 70px;
	}


#tellAFriendContainer td{
	font: normal 12px /16px Arial, Helvetica, sans-serif #FFF;
	}
	
.newsInput {
	margin: 8px 0 0 0;
	}

.newsButtonInput {
	margin: 20px 0 0 80px;
	}
	
#bottomSplitterContainer {
	position:relative;
	width: 100%;
	}	


#bottomSplitter {
	width: 990px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	background-image:url(Images/mainbackground.png);
	height: 200px;
	}


/* Bottom Copyright*/
#bottomContainer {
		width: 100%;
	height: 45px;
		}
	
	
#copyrightContainer {
	width: 990px;
	height: 15px;
	padding-top:30px;
	background-image:url(Images/mainbackgroundbottom.png);
	margin-left:auto;
	margin-right:auto;
	}




	
/*Image Styling*/
img.floatLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 4px;
	margin-top: 14px;
	margin-left: 5px;
	}







/* Text Styling*/
.copyrightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #469DD3;
	text-align:center;
	vertical-align:text-bottom
	}

.text {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #4A5552;
	text-decoration: none;
	text-align:justify;
	letter-spacing: normal;
	}
	
.crimsonText {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #D33470;
	text-decoration: none;
	text-align:justify;
	letter-spacing: normal;
	padding-bottom: 5px;
	}
	
.crimsonTextSplash {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #D33470;
	text-decoration: none;
	text-align:justify;
	letter-spacing: normal;
	padding-bottom: 5px;
	padding-left: 100px;
	margin-top: 50px;
	}
	
.Formtext {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #4A5552;
	text-decoration: none;
	text-align:justify;
	letter-spacing: normal;
	}
	


.csslinks {
	display:block;
	}
	

/*Form Styling*/
input{
background: #EFEFEF;
border: 1px solid #302E2C;
color: #000;
}

textarea{
background: #EFEFEF;
border: 1px solid #302E2C;
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#subButton{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background: #302E2C;
	border: 1px solid #FFFFFF;
	cursor: pointer;
}
