body {
	padding: 0;
	margin: 5px;
	font-family: Verdana, Arial, helvetica, sans-serif;
	text-align: center;
	background-color: #000000;
}
/* ] #C80059 */
#container {
	width: 950px;
	background-color: #fff;
	padding: 5px;
	margin: 0 auto;
	text-align: left;
}

	#header {
		position: relative;
		height: 135px;
		background-color: #A39C73;
		background-image: url("images/bg_header.png");
		background-repeat: repeat-x;
		background-position: 0 0;
		margin-bottom: 5px;
	}

		#header #logo {
			background: url(images/logo_new.png) no-repeat 0 0;
			position: absolute;
			width: 300px;
			height: 45px;
			top: 30px;
			left: 325px;
		}

		#header h1 {
			margin: 0;
			padding: 0;
			width: 250px;
			height: 42px;
			text-indent: -10000px;
			position: absolute;
			left: 20px;
			top: 20px;
		}
		
		#header h2 {
			display: none;
		}
		
		#header h3 {
			color: #fff;
			margin: 0;
			padding: 0;
			text-transform: uppercase;
			font-weight: normal;
			letter-spacing: -1px;
			
			position: absolute;
			top: 15px;
			left: 20px;
			font-size: 110%;
			
		}
		
			#header h3 span {
				font-weight: bold;
							
			}
		
		#header h4 {
			color: #fff;
			margin: 0;
			padding: 0;
			text-transform: uppercase;
			font-weight: normal;		
			font-size: 80%;	
display:inline;			
		}
		
		#header ul {
			margin: 0;
			padding: 0;
			list-style-type: none;			
			position: relative;
			left: 10px;
			top: 89px;
			font-size: 65%;
		}
		
			#header ul li {
				float: left;
				margin-left: 1px;
				
			}
			
				#header ul li a {
					display: block;
					padding: 8px 17px;
					color: #fff;
					text-transform: uppercase;
					text-decoration: none;
					
				}
				
					#header ul li a:hover {
						background-color: #C80059;
					}
					
	#nav {
		float: left;
		width: 190px;
		margin-right: 10px;
		padding: 30px;
	}
	
		#nav h3 {
			margin: 0;
			padding: 0 0 5px 0;
			font-size: 70%;
			border-bottom: 1px dotted #ccc;
			color: #A39C73;
		}
		
		#nav ul {
			margin: 0 0 2em 0;
			padding: 0;
			list-style-type: none;
			font-size: 70%;
		}
		
			#nav ul li {
				padding: 5px 0;
				border-bottom: 1px dotted #ccc;
				text-transform: uppercase;
			}
			
				#nav ul li a {
					display: block;
					color: #575445;
					text-decoration: none;
					background-image: url("images/nav_off.gif");
					background-position: 1px 50%;
					background-repeat: no-repeat;
					padding-left: 15px;
				}
				
					#nav ul li.here a, #nav ul li a:hover {
						color: #C00051;
						background-image: url("images/nav_on.gif");
					}

	#content {
		float: left;
		width: 630px;
		padding: 30px;
	}
	
		#content h2 {
			font-size: 100%;
			letter-spacing: -1px;
			margin: 17px 0 0 0;
			padding: 5px 0 5px 0;
			border-top: 1px dotted #ccc;
			text-transform: uppercase;
			color: #C00051;
			font-weight: normal;
		}
		
		#content p {
			color: #666;
			font-size: 80%;
		}
		#social p {
			color: #666;
			font-size: 80%;
		}
		
		#content ul {
			margin: 0 0 1em 0;
			font-size: 80%;
			color: #666;
		}
		
			#content ul li {
				margin-bottom: 1.4em;
			}
	
	#footer {
		/*border-top: 1px dotted #ccc;*/
		padding: 0;
		background-color: #A39C73;
		background-image: url("images/footer_back.png");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		margin-top: 5px;
		height: 80px;
		position: relative;
	}
	
		#footer p {
			position: absolute;
			margin: 0;
			padding: 0;
			font-size: 75%;
			top: 20px;
			color: #575445;
			text-transform: uppercase;
		}
		
			#footer p.address { left: 25px; }
			#footer p.tel { left: 300px; }
			#footer p.terms { left: 600px; display: none; }
		
			#footer p a {
				color: #575445;
				text-decoration: none;
			}
			
				#footer p a:hover {
					text-decoration: underline;
				}


.bighead{
	color: #c80059;
	font-size:11pt;
	text-decoration:none;
	text-transform: capitalize;
}

.selected{
background-color: #C80059;
}
.notselected{
background-color: #AE5C65;
}

.bigH{
	color: #333333;
	font-size:130%;
	text-decoration:none;
	font-weight:lighter;
}

	.signupbutt {
	color:#FFFFFF;
	font-size: 60%;
	font-weight: bold;
	border: 1px solid #999;
	background: #C80059;
	padding: .3em .3em .3em;
}
/* Gallery [ */
ul.gallery {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.gallery li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
/* ] Gallery */

a#tomatoproject {
	position: absolute;
	width: 150px;
	height: 62px;
	background: url(images/tomatoproject.png) no-repeat 0 0;
	right: 0;
	bottom: 0;
}
	a#tomatoproject:hover {
		background-position: 0 -61px;
	}


div#youtube a {
	color: #000;
	text-decoration: none;
}
	div#youtube a:hover {
		color: #C80059;
		text-decoration: none;
	}

div#credit {
	position: relative;
	clear: both;
	height: 65px;
	width: 960px;
	margin: 20px auto;
}

h3.line {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}

div#social {
	height: 200px;
	padding: 0 20px 0 20px;
	background: url(images/bg_footer.png) repeat-y 0 0;
}
	div#social_left {
		width: 440px;
		float: left;
		padding-right: 10px;
		margin-right: 10px;
	}
	div#social_right {
		width: 450px;
		float: left;
	}
	div#social img.title {
		padding: 20px 0 10px 0;
		margin: 0;
	}
	div#social hr {
		border: 0;
		padding: 0;
		margin: 0 0 20px 0;
		border-bottom: 1px solid #231F20;
	}
	div#social p {
		margin: 0;
	}


div.half {
	padding: 20px
}
	div.half a {
		color: #666;
		text-decoration: none;
	}
		div.half a:hover {
			color: #000;	
		}
	div.half a img {
		border: 0;
	}

div.left {
	width: 444px;
	float: left;
	border-right: 1px solid #ccc;
	padding-right: 10px;
}
div.right {
	width: 445px;
	float: left;
	padding-left: 10px;
}

img.title {
	margin-bottom: 15px;
}

form#subForm {
	position: relative;
	padding: 0;
	margin-top: 15px;
}
	form#subForm p {
		position: relative;
		height: 20px;
		margin-bottom: 15px;
	}
	form#subForm input.text {
		border: 1px solid #fff;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		behavior: url(/tools/pie/PIE.htc);
		padding: 5px;
		position: absolute;
		left: 85px;
		width: 200px;
	}
	form#subForm label {
		position: absolute;
		top: 5px;
	}
	form#subForm input.submit {
		background-color: #fff;
		border: 1px solid #fff;
		-moz-border-radius: 7px;
		border-radius: 7px;
		-webkit-border-radius: 7px;
		behavior: url(/tools/pie/PIE.htc);
		position: absolute;
		padding: 5px 0;
		top: 35px;
		right: 40px;
		width: 90px;
		cursor: pointer;
	}
		form#subForm input.submit:hover {
			border: 1px solid #BE0978;
			background-color: #BE0978;
			color: #fff;
		}




/* Hacks for poor browsers */

	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}

	.clearfix {display: inline-table;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */

