@charset "UTF-8";

/* Good Nitz Website Main Stylesheet */

html{
	background: #024170;
	}

body {
	font-family: Tahoma, Verdana, sans-serif;
	text-align: center;
	font-size: 12px;
	height: 100%;
	}

/* Image Floats */

.fltL {
	float: left;
	margin: 0 10px 10px 20px;
}

.fltR {
	float: right;
	margin: 0 0 10px 30px;
}


#home { /* Home Page Specific Styling */
	background: #fff url("../images/homebg.jpg") repeat-x;
}

		#home #container {
			background: none;
			}

		#home #primaryContent {
			float: left;
			width: 600px;
			margin-right: 40px;
			}	

		#secondaryContent {
			float: right;
			width: 300px;
			}
		
		#home ul, #home {
			list-style: disc;
			}							

			
		
		#container {
			position: relative;
			min-height: 850px;
			width: 940px;
			margin: 0 auto;
			padding: 0 10px 0 10px;
			text-align: left;
			background: #fff;
			}
		
		#container p, #continer ul, #container ol {
			margin-bottom: 18px;
			}
		
		#container ol, #container ul {
			margin-left: 36px;
			margin-bottom: 18px;
			}

		#header {
			width: 940px;
			height: 100px;
			}

		#header img {
			float: left;
			}

		ul#topNav {
			float: right;
			margin-top: 50px;
			list-style: none;
			}

		ul#topNav li {
			display: inline;
			}

		ul#topNav li a {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-style: italic;
			color: #024170;
			font-weight: bold;						
			text-decoration: none;
			}			
				
					
					#homeFeature {
						width: 940px;
						height: 365px;
						margin: 0;
						padding: 0;
						color: #fff;
						}


					#homeFeature img {
						float: left;
						}

					#homeFeature h1 {
						color: #fff;
						font-size: 18px;
						font-family: Georgia, Times, Serif;
						line-height: 30px;
						font-weight: normal;
						background: #013a65;
						width: 700px;
						margin-left: 220px;
						margin-top: 20px;
						padding: 10px;
						}	

					#homeFeature a {
						text-decoration: none;
						color: #ffd97e;
						}

					#homeFeature a:hover {
						text-decoration: underline;
						}	

					#homeFeature h2 {
						padding: 10px;
						font-size: 20px;
						color: #ffd97e;
						font-family: Georgia, Times, Serif;	
						}

					#benefits, #research, #buynow {
						float: left;
						width: 230px;
						margin-top: 15px;
						height: 155px;
						background: #013a65;
						}

					#benefits p, #research p, #buynow p {
						padding: 0 10px;	
						}

					#benefits ul {
						margin-left: 25px;
						margin-bottom: 5px;
						padding: 0;
						}

					#benefits ul li {
						list-style-image: url("../images/tick.jpg"); 
						vertical-align: middle;
						}

					#research {
						margin-left: 15px;
						margin-right: 15px;
						}
		
						
		#primaryContent, #secondaryContent {
			line-height: 18px;
			padding-bottom: 150px;
			}
	
		#primaryContent h1 {
			font-size: 26px;
			font-family: Georgia, Times, Serif;	
			font-style: italic;
			color: #024170;
			margin-bottom: 18px;
			margin-top: 18px;
			}
		
		#primaryContent h2, #secondaryContent h2 {
			font-size: 24px;
			font-family: Georgia, Times, Serif;	
			font-style: italic;
			color: #024170;
			margin-bottom: 18px;
			padding-top:18px;
			}
			
		#primaryContent h3 {
			font-size: 18px;
			font-family: Georgia, Times, Serif;	
			font-style: italic;
			color: #024170;
			margin-bottom: 18px;
			padding-top:18px;			
		}	


		
		#footer {
			position: absolute;
			bottom: 0;
			clear: both;
			width: 940px;
			background: #fff;
			color: #ccc;
			text-align: left;
			}
			
			#footer p {
				float: left;
			}
		
			#footer ul {
				list-style: none;
				float: right;
				text-align: right;
				}
			
			#footer ul li {
				display: inline;
				color: #ccc;
				}
			
			#footer a {
				text-decoration: none;
				color: #ccc;
				}
			
			#footer a:hover {
				color: #a3a3a3;
				}
			
			#footer a.design { /* Styles The Link To The Mayfly Website */
				color: #024170;
			}


/* Contact Details List */
ul.contact {
	list-style: none;
}					

address {
	margin-left: 36px;
	margin-bottom: 15px;
	font-style: italic;
}
			
			
								
/* Form Styling */

fieldset {
	border: solid 0 transparent;
	}

label {
	float: left;
	width: 80px;
	}

input {
	width: 190px;
	}

textarea {
	width: 195px;
	height: 100px;
	}

input:focus, textarea:focus {
	background: #ffc;
	}
	
.star { /* Styles the Error Star when a field is not complete on the home page contact form */
	color: red;
	font-weight: bold;
	font-size: 12px;	
}

.warning { /* Styles the Warning Text when a problem occurs with the form */
	color: red;
	padding: 8px 0 8px 8px;
	border: 1px solid #dcdcdc;
	font-weight: bold;
}

.success { /* Styles the form confirmation text */ 
	color: #9dd86c;
	padding: 8px 0 8px 8px;
	border: 1px solid #dcdcdc;
	font-weight: bold;
}
									



