@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
	margin-bottom:1px;
}
body {
	background: url(../images/bg.jpg) no-repeat center center;
	background-color:#e0e0e0;
	font-family:Helvetica, "Lucida Grande", Geneva, Arial, sans-serif;
	font-size:13px;
	color:#333;
	letter-spacing:.05em;
	line-height:18px;
}
#container {
	position:relative;
	width:1000px;
	min-height:400px;
}
	#header {
		padding: 1px;
		float: left;
	}
	#header h1 {
		width: 243px;
		height: 44px;
		background: url(../images/logo-small.gif) no-repeat;
		text-indent: -9999px;
		margin: 20px 0 35px 10px;
	}
	#nav {
		position:relative;
		width:243px;
		overflow:hidden;
		margin:0px;
	}
		#nav ul {
			list-style-type:none;
			padding:0;
			margin:0 auto;
			width:243px;
			float:right;
		}
			#nav ul li {
			}
				#nav ul li a {
					background:url(../images/nav.png) no-repeat;
					width:243px;
					display: block;
					text-indent: -5000px;
					overflow:hidden;
				}
				
					#nav ul li a#nav-web {
						height: 21px;
						background-position: -0px 0px;
					}
					#nav ul li a#nav-video {
						height: 26px;
						background-position: 0px -21px;
					}
					#nav ul li a#nav-about {
						height: 27px;
						background-position: 0px -47px;
					}
					#nav ul li a#nav-testimonials {
						height: 27px;
						background-position: 0px -74px;
					}
					#nav ul li a#nav-quote {
						height: 27px;
						background-position: 0px -101px;
					}
					#nav ul li a#nav-contact {
						height: 23px;
						background-position: 0px -128px;
					}
					
					#nav ul li a#nav-web:hover,
					#nav ul li a#nav-web.selected {
						background-position: -243px -0px;
					}
					#nav ul li a#nav-video:hover,
					#nav ul li a#nav-video.selected {
						background-position: -243px -21px;
					}
					#nav ul li a#nav-about:hover,
					#nav ul li a#nav-about.selected {
						background-position: -243px -47px;
					}
					#nav ul li a#nav-testimonials:hover,
					#nav ul li a#nav-testimonials.selected {
						background-position: -243px -74px;
					}
					#nav ul li a#nav-quote:hover,
					#nav ul li a#nav-quote.selected {
						background-position: -243px -101px;
					}
					#nav ul li a#nav-contact:hover,
					#nav ul li a#nav-contact.selected {
						background-position: -243px -128px;
					}
	#star {
		float: left;
		margin-top: 110px;
		margin-left: 20px;	
		position: relative;
	}
	#body {
		position: relative;
		float: left;
		margin-top: 135px;
		width: 600px;
		padding: 0px 28px 25px 0px;
		text-align: justify;
		background: url(../images/plus.png) no-repeat bottom right;
	}

	#copyright {
		position: relative;
		font-size: 9px;
		margin-top: 40px;
		margin-left: 20px;
	}
	
h1 {
	font-size: 36px;
	margin-bottom: 5px;
	margin-top: 15px;
	text-transform: lowercase;
}
div > h1 {
	margin-top: 0;
}
#body > h1 {
	margin-bottom: 30px;
}
p {
	margin-bottom: 10px;
}
p.asdf:first-line {
	font-family: Georgia;
	font-size: 18px;
	line-height: 22px;
}

a {
	font-weight: bold;
	color: #cc0000;
}
a:hover {
	color: black;
}

br.clear {
	display: block;
	width: 0px;
	height: 0px;
	clear: both;
}

/* Widget Styles */
.widget {
	border: 2px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 450px;
	padding: 0;
	float: left;
	margin: 0 23px 20px;
}
.widget h1 {
	border-bottom: 2px solid #ccc;
	margin: 0 0 0px 0;
	padding: 4px 5px 3px 5px;
}
.widget_contents {
	padding: 5px 5px 10px 5px;
}

/* Table Styles */
tr.odd td, tr.even td {
	height: 20px;
}
tr.odd td {
	background: #fafafa;
}tr.even td {
	background: #f0f0f0;
}

/*Styled Forms */
form.styled {
	margin-left:20px;
	margin-top:20px;
}
form.styled select.date_picker {
	width:109px;
	margin-right:10px;
}
form.styled *:focus {
	background-color:#ddd;
}
div.form_element {
	margin-bottom:10px;
}
form.styled p.message {
	font-size:10px;
	margin-top:4px;
}
form.styled label[for] {
	font-weight:bold;
	color:#555;
}
form.styled textarea,
form.styled select,
form.styled input[type="text"],
form.styled input[type="password"] {
	font-size: 14px;
	border:1px solid #666;
	background-color:white;
	padding:4px;
	width:400px;
	color:#666;
}

form.styled textarea.required,
form.styled input.required[type="text"],
form.styled input.required[type="password"] {
	background:url(../images/form-text-input-bg.png) top right no-repeat;
}

p.error {
	margin:2px 0px;
	color:#c00;
}
