@charset "utf-8";

	.inputtext 
		{
	color: #333333;
	background-color: #FFFFFF;
	font-size: 13px;
	border: #888888 1px solid;
	width: 120px;
	padding: 1px 3px;
	font-family: "Comic Sans MS",Tahoma, Verdana, Arial;
		}	
		.inputtextrequired
		{
		color: #333333;
		background-color: #c5e6f8;
		font-size: 13px;
		border: #888888 1px solid;
		width: 120px;
		padding: 1px 3px;
			font-family: "Comic Sans MS",Tahoma, Verdana, Arial;
		}	
	.inputselect 
		{
		color: #333333;
		background-color: #FFFFFF;
		font-size: 13px;
		border: #888888 1px solid;
		padding: 1px 0px 1px 3px;
		width: 120px;
			font-family: "Comic Sans MS",Tahoma, Verdana, Arial;
		}	
	.inputtextarea{
		color: #333333;
		background-color: #FFFFFF;
		font-size: 13px;
		border: #888888 1px solid;
			font-family: "Comic Sans MS",Tahoma, Verdana, Arial;
		}	
		.inputtextarearequired{
		color: #333333;
		background-color: #c5e6f8;
		font-size: 13px;
		border: #888888 1px solid;
			font-family: "Comic Sans MS",Tahoma, Verdana, Arial;
		}	
	.inputbutton 
		{
	color: #004494;
	font-size: 13px;
	cursor: pointer;
	font-weight : bold;
	width: 140px;
	height:35px;
	background-image:url(/images/btn_bg.jpg);
	border:0;
		font-family: "Comic Sans MS",Tahoma, Verdana, Arial;
	
		}
		
	.inputbutton:hover
	{
	text-decoration:none;
	}
			.inputbutton2 
		{
	color: #004494;
	font-size: 13px;
	cursor: pointer;
	font-weight : bold;
	width: 90px;
	height:29px;
	background-image:url(/images/btn_bg2.jpg);
	border:0;
	display:inline-block;
	text-align:center;
	padding-top:6px;
		font-family: "Comic Sans MS",Tahoma, Verdana, Arial;
	
		}
	.inputbutton2:hover
	{
	text-decoration:none;
	}
					.inputbutton3
		{
	color: #004494;
	font-size: 13px;
	cursor: pointer;
	font-weight : bold;
	width: 140px;
	height:29px;
	background-image:url(/images/btn_bg.jpg);
	border:0;
	display:inline-block;
	text-align:center;
	padding-top:6px;
		font-family: "Comic Sans MS",Tahoma, Verdana, Arial;
	
		}
			.inputbutton3:hover
	{
	text-decoration:none;
	}
							.inputbutton4
		{
	color: #004494;
	font-size: 13px;
	cursor: pointer;
	font-weight : bold;
	width: 50px;
	height:29px;
	background-image:url(/images/btn_bg3.jpg);
	border:0;
	display:inline-block;
	text-align:center;
	padding-top:6px;
		font-family: "Comic Sans MS",Tahoma, Verdana, Arial;
	
		}
			.inputbutton4:hover
	{
	text-decoration:none;
	}
									.inputbutton5
		{
	color: #004494;
	font-size: 13px;
	cursor: pointer;
	font-weight : bold;
	width: 200px;
	height:29px;
	background-image:url(/images/btn2.png);
	border:0;
	display:inline-block;
	text-align:center;
	padding-top:6px;
	font-family: "Comic Sans MS",Tahoma, Verdana, Arial;
	
		}
			.inputbutton5:hover
	{
	text-decoration:none;
	}
											.inputbutton6
		{
	color: #004494;
	font-size: 13px;
	cursor: pointer;
	font-weight : bold;
	width: 300px;
	height:29px;
	background-image:url(/images/btn3.png);
	border:0;
	display:inline-block;
	text-align:center;
	padding-top:6px;
		font-family: "Comic Sans MS",Tahoma, Verdana, Arial;
	
		}
			.inputbutton6:hover
	{
	text-decoration:none;
	}
											.inputbuttonDAVE
		{
	color: #004494;
	font-size: 13px;
	cursor: pointer;
	font-weight : bold;
	width: 600px;
	height:29px;
	background-image:url(/images/btn3.png);
	border:0;
	display:inline-block;
	text-align:center;
	padding-top:6px;
		font-family: "Comic Sans MS",Tahoma, Verdana, Arial;
	
		}
			.inputbuttonDAVE:hover
	{
	text-decoration:none;
	}
				.inputbutton7 
		{
	color: #004494;
	font-size: 13px;
	cursor: pointer;
	font-weight : bold;
	width: 150px;
	height:29px;
	background-image:url(/images/btn_bg5.jpg);
	border:0;
	display:inline-block;
	text-align:center;
	padding-top:6px;
		font-family: "Comic Sans MS",Tahoma, Verdana, Arial;
	
		}
	.inputbutton7:hover
	{
	text-decoration:none;
	}
		
		.narrower {
			width: 120px;
			background-image:url(/images/btn_bg_narrower.jpg);
		}
		



/* ==================================== */

strong
{
	color:#00a0e3;
	}

* {
	outline: none;
}

html, body {
	height: 100%;
}

body#site {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Comic Sans MS",Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #000;
	background: #ffffff;
	line-height: 20px;
}

h1 {
	font-size: 24px;
	margin: 0;
	padding: 0;
	color: #02A1E3;
	line-height: normal;
	font-style: italic;
}

.ie h1 {
	height: 24px;
}
h2 {
	width: 290px;
}
h5 {
	color:#09A4E5;
	line-height:30px;
	font-size:12px;
	letter-spacing:-1px;
}


#pageTitle h1 {
	color: #ec8a9c;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong, b, a {
	color: #004494;
}

img {
	border: none;
}

#container {
	width: 995px;
	margin: 0 auto;
	text-align: left;
}

#right, #left {
	width: 20px;
	height: 910px;
	float: left;
	background: url(../images/barBG.jpg) repeat-x;
}


#center {
	width: 955px;
	float: left;	
}

/* ============ Homepage styles ============== */



#logo1 {
	width: 325px;
	height: 403px;
	float: left;
	background: url(../images/newDesign-logo1.jpg) no-repeat;
}
#logo2 {
	width: 325px;
	height: 403px;
	float: left;
	background: url(../images/newDesign-logo2.jpg) no-repeat;
}		

#nav1 {
	width: 630px;
	height: 55px;
	float: left;
	background: url(../images/navBG1.jpg) no-repeat;
}

	#nav1 ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		
	#nav1 li {
		height: 55px;
		float: right;
	}
	
	#nav1 a {
		height: 55px;
		display: block;
		background-position: top left;
	}
	
	#nav1 a:hover {
		background-position: bottom left;
		text-decoration: none;
	}
	
	#nav1 strong {
		visibility: hidden;
	}
	
		#nav1 li#home a {
			background-image: url(../images/nav_04.jpg);
			width: 61px;
		}
		
		#nav1 li#about a {
			background-image: url(../images/nav_05.jpg);
			width: 157px;
		}
		
		#nav1 li#yourmoments a {
			background-image: url(../images/nav_06.jpg);
			width: 150px;
		}
		
		#nav1 li#news a {
			background-image: url(../images/nav_07.jpg);
			width: 57px;
		}
		
		#nav1 li#contact a {
			background-image: url(../images/nav_08.jpg);
			width: 83px;
		}
#nav2 {
	width: 630px;
	height: 55px;
	float: left;
	background: url(../images/navBG2.jpg) no-repeat;
}

	#nav2 ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		
	#nav2 li {
		height: 55px;
		float: right;
	}
	
	#nav2 a {
		height: 55px;
		display: block;
		background-position: top left;
	}
	
	#nav2 a:hover {
		background-position: bottom left;
		text-decoration: none;
	}
	
	#nav2 strong {
		visibility: hidden;
	}
	
		#nav2 li#home a {
			background-image: url(../images/nav_04.jpg);
			width: 61px;
		}
		
		#nav2 li#about a {
			background-image: url(../images/nav_05.jpg);
			width: 157px;
		}
		
		#nav2 li#yourmoments a {
			background-image: url(../images/nav_06.jpg);
			width: 150px;
		}
		
		#nav2 li#news a {
			background-image: url(../images/nav_07.jpg);
			width: 57px;
		}
		
		#nav2 li#contact a {
			background-image: url(../images/nav_08.jpg);
			width: 83px;
		}

#bottles1, #furtherBlankTop1 {
	width: 630px;
	height: 348px;
	float: left;
}
#bottles2, #furtherBlankTop1 {
	width: 630px;
	height: 348px;
	float: left;
}
#bottles1, #furtherBlankTop2 {
	width: 630px;
	height: 348px;
	float: left;
}
#bottles2, #furtherBlankTop2 {
	width: 630px;
	height: 348px;
	float: left;
}



#bottles1 {
	background: url(../images/newDesign-bottles2.jpg) no-repeat
}
#bottles2 {
	background: url(../images/newDesign-bottles1.jpg) no-repeat
}

#furtherBlankTop1 {
	background: url(../images/furtherBlankTop1.jpg) no-repeat
}
#furtherBlankTop2 {
	background: url(../images/furtherBlankTop2.jpg) no-repeat
}

#moments1 {
	width: 453px;
	height: 319px;
	float: left;
	background: url(../images/newDesign-moments2.jpg) no-repeat
}
#moments2 {
	width: 453px;
	margin: 0 0 5px 0;
	float: left;
	background: url(../images/newDesign-moments1.jpg) no-repeat
}

.polaroid-top {
	width: 160px;
	min-height: 20px;
	background: url(../images/polaroid-rep.jpg) repeat-y;
}

.polaroid-rep {
	width: 160px;
	background: url(../images/polaroid-top.jpg) no-repeat;
}

.polaroid-bot {
	padding:  14px 16px 15px 14px;
	width: 130px;
	background: url(../images/polaroid-bot.jpg) no-repeat bottom left;
}

.polaroid-bot img {
	width: 130px;
}

.polaroid-top-wide {
	width: 320px;
	min-height: 20px;
	background: url(../images/polaroid-rep-wide.jpg) repeat-y;
	float:right;
	margin: 0 0 10px 10px;
}

.polaroid-rep-wide {
	width: 320px;
	background: url(../images/polaroid-top-wide.jpg) no-repeat;
}

.polaroid-bot-wide {
	padding:  14px 16px 15px 14px;
	width: 290px;
	background: url(../images/polaroid-bot-wide.jpg) no-repeat bottom left;
}

.polaroid-bot-wide img {
	width: 290px;
}

#homeContent {
	width: 502px;
	float: left;
}

#homeContent h1 {
	width: 492px;
	height: 56px;
	background: url(../images/h1bg.jpg) no-repeat;
	padding: 10px 0 0 10px;
}

#blankLeft1 {
	width: 288px;
	min-height: 307px;
	float: left;
	background: url(../images/blankLeftBG1.jpg) no-repeat;
}
#blankLeft2 {
	width: 288px;
	min-height: 307px;
	float: left;
	background: url(../images/blankLeftBG2.jpg) no-repeat;
}

#mainContent {
	width: 647px;
	min-height: 307px;
	float: left;
	padding: 0 20px 0 0;
	position:relative;
}

* html #mainContent {	
	width: 610px;
	padding: 0;
	margin: 0 0 0 0px;
}

.nurishmentNewsTable {
	width: 647px;
}

* html .nurishmentNewsTable {
	width: 610px;
}

#aboutbtn {

	position:absolute;
	top: 15px;
	right: 15px;
}

#mainContent h1#mainHeader {
	width: 667px;
	height: 56px;
	background: url(../images/furtherH1BG.jpg) no-repeat;
	padding: 10px 0 0 0;
}

* html #mainContent h1#mainHeader {
	
}

	#footer {
		width: 955px;
		height: 206px;
		float: left;
		background: url(../images/footerBG.jpg) repeat-x;
		margin: 0 0 0px 0;
		padding: 0 0 30px 0;
		position: relative;
	}
	
		#footer ul {
			float: left;
			width: 240px;
			margin: 20px 0 0 0;
			padding: 0;
		}
		
		#footer ul#firstUL {
			margin: 20px 70px 0 105px;
		}
		
		.ie6 #footer ul#firstUL {
			margin: 20px 70px 0 52px;
		}
		
		#footer ul#middleUL {
			margin-right: 50px;
		}
		
			
			#footer li {
				margin: 0;
				padding: 0 0 0 10px;
				list-style: none;
				background: url(../images/footerBull.png) no-repeat 0px 6px;
			}
			
			.list {
				margin: 0;
				padding: 20px 0 0 20px;
				list-style-image: url(/images/footerBull.png);
				list-style-type: none;
			}
			
				#footer ul li:first-child {
					background: none;
					margin: 0 0 20px 0;
				}
			
			#footer a {
				color: #000;
			}
				
		#copyright {
			float: left;
			width: 100%;
			text-align: center;
			margin: 45px 0 0 0;
		}
		#copyright a {
			color:#004494;
		}
		
		#graceLogo {
			position: absolute;
			bottom: 0;
			right: -1px;
		}
		
		.momentbg {
			height:380px;
			padding:40px 0 0 40px;
			background-image: url(/images/momentbg.png);
			background-repeat: no-repeat;
			background-position: 10px;
			text-align:left;
		}
		.momentbg input {
			height:14px;
		} 
		.momentbg textarea {
			height:80px;
		}
		.momentbg .inputbutton {
			height:34px;
		}
		#myFileUpload input {
			height:25px;
		}
				
	#questionOptions input {
		margin:0;
		padding:0;
		width:17px;
	}
