@charset "UTF-8";

body {
	background: #FEDD8D url(../images/bg_body.jpg);
	font-size: 10px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a { color: #ffffff; }
a:link {}
a:visited {}
a:hover {}
a:active {}

a img { border-width: 0; }

#container {
	width: 1000px;
	margin: 0px auto 25px auto;
	text-align: left;
	font-size: 1em;
	color: #FFFFFF;
	font-family: "Century Gothic", Verdana, sans-serif;
	}
#container a { 
	color: #b5db3e; 
	}

#header { 
	height: 100px; 
	background: url(../images/bg_header.jpg) no-repeat top left; 
	}
#header h1 { margin: 0; }
#logo { 
	height: 100px; 
	width: 250px; 
	float: left; 
	}

#taglines { 
	height: 100px; 
	width: 150px; 
	float: right; 
	}

#content {
	width: 950px; 
	height: auto;
	float: left;
	padding: 20px 25px 10px; 
	color: #ffffff; 
	background: url(../images/bg_content-home.jpg) no-repeat top left;
	}

#video { 
	width: 480px; 
	height: 300px; 
	float: left; 
	margin-right: 20px;
	}

#intro { 
	width: 450px; 
	float: left; 
	padding: 0; 
	overflow: auto; 
	}
#intro h2 { text-transform: uppercase; margin: 0px; font-size: 2.4em; font-weight: normal; }
#intro p { font-size: 1.3em; line-height: 130%; }

#actions { 
	clear: both;
	float: left;
	width: 950px;
	padding: 15px 0 0;
	}

#browse,
#sample,
#production {
	float: left;
	width: 270px;
	padding: 0 20px;
	}
	
	#sample {
		padding: 0 30px;
		}

.button { text-align: center; }

.text { 
	font-size: 1.2em;
	line-height: 150%;
	}
.text p { margin: 8px 0 0; }

#footer {
	clear: both;
	background: #245bc2 url(../images/bg_footer.jpg) repeat-x;
	position: relative;
	padding: 5px;
	text-align: left;
}

#footer .Footer { padding: 10px; line-height: 135%; }

#footer #phone_number {
	width: 300px;
	font-size: 2.4em;
	text-align: right;
	padding: 10px;
	float: right;
}

#container #footer a { color: #ffffff; }
#container #footer a:hover { color: #ccccff; }