/* MediaBrite CSS */

* {
	margin: 0px;
	padding: 0px;
	}
body {
	background: #008A45 url('../images/body-background.gif') repeat-x top left;
	}
img	{
	border: 0px;
	}
a {
	text-decoration: underline;
	color: #CAAF60;
	font-weight: normal;
	}
a:hover	{
	color: #FF0000;
	}
input, option, select {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-indent: 2px;
	color: #000;
	}
input, textarea, select { 
	margin-bottom: 4px;
	background: #FFF;
	color: #000;
	border: 1px solid #000;
	padding: 2px;
	}
select { 
	padding: 0px;
	}
.cleaner {
	clear:both;
	height:0px;
	font-size:1px;
	border:none;
	background:transparent;
	}

/*  Container   */
#container {
	margin: 0px auto 0px auto;
	width: 812px;
	background: url('../images/container-background.gif');
	position: relative;
	}
*html #container { width: 817px; }
/*  Header   */
#top	{
	position: relative;
	height: 226px;
	background: url('../images/top-background.jpg');
	}
	a.logo {
		position: absolute;
		top: 6px;
		left: 85px;
		width: 180px;
		height: 65px;
		background: url('../images/top-logo.gif');
		}
	#phone {
		position: absolute;
		top: 3px;
		right: 40px;
		color: #FFF;
		font-size: 13px;
		font-weight: bold;
		}
	/*  Navbar   */
	#navbar {
		position: absolute;
		top: 42px;
		right: 27px;
		}
	*html #navbar { right: 32px; }
		#navbar a {
			float: left;
			display: block;
			text-decoration: none;
			font-weight: normal;
			color: #000;
			font-size: 12px;
			line-height: 12px;
			padding: 11px 14px 11px 14px;
			font-family: Arial, Helvetica, sans-serif;
			border-top: 1px solid #000;
			background: url('../images/navbar-background.gif');
			}
			#navbar a:hover, #navbar a.active {
				background: #B5BAC1;
				}

/*  Main Content Area   */
#main	{
	clear: both;
	margin: 0px 27px 0px 27px;
	border-top: 1px solid #000;
	padding: 20px 20px 20px 320px;
	background: #DCE0E7 url('../images/main-background.jpg') no-repeat top left;
	}
	*html #main { margin: 0px 32px 0px 27px; }
	#mainImage {
		display: block;
		position: absolute;
		top: 240px;
		left: 27px;
		z-index: 600;
		color: #000;
		text-decoration: none;
		}
	#picBar {
		display: block;
		position: absolute;
		left: 27px;
		top: 246px;
		width: 760px;
		}
	*html #picBar { left: 7px; }
		#picBar img {
			display: block;
			float: left;
			margin: 0px 0px 20px 22px;
			}
	#contact {
		display: block; 
		margin: 10px 0px 0px 0px;
		text-align: left;
		font-size: 95%;
		}
		#contact p {
			margin: 0px 0px 7px 0px;
			}
		#contact strong {
			font-weight: bold;
			}
		#contact .column {
			display: block;
			float: left;
			margin: 0px;
			width: 180px;
			}
		#contact input, #contact option, #contact select {
			color: #000;
			font-family: Tahoma, Verdana, sans-serif;
			font-size: 90%;
			font-weight: normal;
			text-indent: 2px;
			}
		#contact option {
			font-size: 100%;
			}
		#contact input, #contact textarea, #contact select { 
			background: #FFF;
			border: 1px solid #999;
			margin-left: 2px;
			}
			#contact input:hover,#contact textarea:hover { 
				background: #EEEEEE;
				}
		#contact .button {
			background: #FFF;
			color: #FFF;
			font-weight: bold;
			border: 2px outset #000;
			}
		#thankYou {
			background: #C0BAB7;
			padding: 5px;
			display: block;
			margin: 10px 10px 0px 0px;
			border: 1px solid #9C8F8F;
			color: #000;
			}
/*  Bottom Credits Area   */
#bottom	{
	clear: both;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	padding: 4px 0px 10px 0px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0px 27px 0px 27px;
	}
*html #bottom	{
	margin: 0px 32px 0px 27px;
	}
