/* Start of CMSMS style sheet 'gg-layout' */
body {
	background: #000 url(images/body-bg.jpg) top left no-repeat;
	font-family: Tahoma, verdana, sans-serif;
	font-size: 10px;
	color: #DDD;
}
	
	#top-right-bg {
		width: 432px;
		height: 326px;
		background: url(images/body-bg-r.jpg);
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1000;
	}

h1 {
	color: #0F0;
	font-weight: normal;
	font-size: 2.3em;
	text-align: center;
}

.green {
	color: #0F0;
}

a {
	color: #36C;
	text-decoration: none;
}

a:hover {
	color: #7093DB;
	text-decoration: underline;
}

.clear-both, .contactform div.clear-both {
	width: 100%;
	float: none !important;
	clear: both;
}

#container {
	width: 750px;
	margin: 0 auto;
}

#header {
	width: 750px;
	height: 60px;
	margin: 30px 0 0 0;
}

#header a {
	width: 226px;
	height: 60px;
	background-image: url(images/logo.gif);
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}

#menu {
	width: 750px;
	height: 30px;
	margin: 10px 0 0 0;
	background-color: #000;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

	#menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
		#menu li {
			float: left;
		}
	
		#menu a {
			height: 22px;
			padding: 8px 15px 0 15px;
			float: left;
			color: #DDD;
			font-size: 1em;
			text-decoration: none;
			text-transform: uppercase;
		}
		
			#menu a:hover {
				background-color: #B1E832;
				color: #000;
			}

#content {
	width: 540px;
	margin: 10px 0 0 0;
	float: left;
	font-size: 1.2em;
}

	#content img {
		margin: 0 0 5px 0;
	}
	
	.large {
		font-size: 2em;
		font-weight: bold;
		text-align: center;
	}
	
	.em {
		font-style: italic;
	}

#right {
	width: 200px;
	float: left;
	margin: 10px 0 0 10px;
}

	.right-box, .right-box-blue {
		width: 198px;
		margin: 0 0 15px 0;
		padding: 7px 0;
		background-color: #111;
		border: 1px solid #333;
		font-size: 1.2em;
		text-align: center;
	}
	
	.right-box-blue {
		background-image: url(images/deli-bg.jpg);
		font-size: 1.4em;
		font-weight: bold;
		line-height: 1.5;
	}
	
		.right-box img {
			margin: 5px 0 0 0;
		}
		
		.right-box img.no-space {
			margin: 0;
		}

#footer {
	width: 750px;
	margin: 35px 0 30px 0;
	clear: both;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	font-size: 1.1em;
}

	#wdl {
		float: right;
		margin: 8px 0 0 0;
	}

	#footer-menu {
		width: 500px;
		padding: 8px 0;
	}
	
		#footer-menu ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
			#footer-menu li {
				display: inline;
			}
		
			#footer-menu a {
				margin: 0 4px;
				display: inline;
				color: #36C;
			}
	
	#footer-details {
		width: 750px;
		padding: 8px 0;
		clear: both;
		text-align: center;
		border-top: 1px solid #333;
	}
	
/* FAQ TABLE */
#faq {
	border-collapse: collapse;
	border: 1px solid #333;
}

#faq th.question {
	color: #0F0;
}

#faq th.answer {
	color: #F00;
}

#faq th, #faq td {
	width: 50%;
	padding: 3px;
	border: 1px solid #333;
	text-align: center;
	vertical-align: middle;
}

#faq th {
	padding: 10px 0;
	font-size: 1.5em;
}

/* CONTACT FORM */
#content form {
	width: 100%;
}

.contactform label, .contactform input, .contactform textarea {
	float: left;
}

.contactform div {
	width: 540px;
	margin: 0 0 7px 0;
	float: left;
	clear: left;
}

.contactform div.submit {
	width: 310px;
}

.contactform label {
	width: 100px;
	margin: 0 10px 0 0;
}

.contactform textarea {
	width: 190px;
	height: 100px;
}

.contactform input {
	width: 190px;
}

.contactform input.fbsubmit {
	width: auto;
	float: right;
}






/* End of 'gg-layout' */

