@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
	background: #000 url(../graphics/bg_big.jpg) top center no-repeat;
}

body {
	margin: 0;
	padding: 20px 0 0 0;
}

#container {
	width: 984px;
	margin: 0 auto;
	background: url(../graphics/content_bg.png);
	padding: 8px;
	position: relative;
	/*filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;*/
}

#banner {
	width: 984px;
	height: 273px;
	background: url(../graphics/banner.jpg) no-repeat;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

div.logo {
	position: absolute;
	top: -10px;
	left: -150px;
	padding: 0;
	margin: 0;
	width: 676px;
	height: 190px;
}

#nav {
	height: 47px;
	width: 982px;
	background: url(../graphics/nav_bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	border-right: 1px solid #2c2c2c;
	border-left: 1px solid #2c2c2c;
}

#content {
	width: 968px;
	margin: 0;
	padding: 8px;
	background: #000;
	clear: both;
	color: #fff;
}

#gray {
	background: #1c1c1c;
	padding: 10px;
	border: 1px dotted #555;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 20px;
	text-shadow: 2px 2px 0px #000;
	letter-spacing: .01em;
}

#about {
	width: 495px;
	float: left;
	margin: 0;
	background:#1c1c1c url(../graphics/about_us_bg.jpg) top no-repeat;
	border: 1px dotted #555;
}

.welcome {
	display: block;
	margin-top: 125px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	padding: 0 20px 20px 20px;
	text-shadow: 2px 2px 0px #000;
	letter-spacing: .01em;
}

.welcome p {
	margin-top: 18px;
}
	

#colB {
	width: 455px;
	float: right;
	height: 300px; /* Change this */
}

#footer {
	width: 964px;
	padding: 10px;
	background: transparent;
	color: #999;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	padding: 10px;
}

/* Menu  */
a {
	outline: none;
}
/* Menu Body */
ul#menu {
	width:100%;
	height:47px;
	list-style:none;
	margin:0;
	padding:0;
}
	
/* Float LI Elements - horizontal display */
ul#menu li {
	float:left;
}
	
/* Link - common attributes */
ul#menu li a {
	background:url(../graphics/sprite.png) no-repeat scroll top left;
	display:block;
	height:47px;
	position:relative;
	text-indent: -9999px;
}
	
/* Specify width and background position attributes specifically for the class: "home" */
ul#menu li a.home{
	width:106px;
}
	
	/* Specify width and background position attributes specifically for the class: "portfolio" */
ul#menu li a.boats {
	width:103px;
	background-position:-106px 0px;
}
	
ul#menu li a.media {
	width:106px;
	background-position:-209px 0px;
}

ul#menu li a.nav_contact {
	width:122px;
	background-position:-315px 0px;
}
	
/* Span (on hover) - common attributes */
ul#menu li a span {
	background:url(../graphics/sprite.png) no-repeat scroll bottom left;
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:100;
}
	
/* Span (on hover) - display pointer */
ul#menu li a span:hover {
	cursor:pointer;
}
	
/* Shift background position on hover for the class: "home" */
ul#menu li a.home span {
	background-position:0px -47px;
}
	
/* Shift background position on hover for the class: "portfolio" */
ul#menu li a.boats span {
	background-position:-106px -47px;
}
	
/* Shift background position on hover for the class: "home" */
ul#menu li a.media span {
	background-position:-209px -47px;
}
	
/* Shift background position on hover for the class: "portfolio" */
ul#menu li a.nav_contact span {
	background-position:-315px -47px;
}

.media_h2 {
	width: 600px;
	height: 100px;
	background: url(../graphics/MEDIA.jpg) no-repeat;
	margin: -8px 0 7px -8px;
	padding: 0 0 20px 0;
	text-indent: -9999px;
}

.passion {
	width: 600px;
	height: 100px;
	background: url(../graphics/boats_heading.jpg) no-repeat;
	margin: -8px 0 7px -8px;
	padding: 0 0 20px 0;
	text-indent: -9999px;
}

.prototyping {
	width: 948px;
	height: 29px;
	background: url(../graphics/prototyping.jpg) no-repeat;
	margin: 0 0 7px 0px;
	padding: 0 0 20px 0;
	text-indent: -9999px;
	border-bottom: 1px dotted #ccc;
}

strong {
	color: #f00;
	text-transform:uppercase;
}

.list1 {
	list-style: disc;
	font-family: arial;
	font-size: 12px;
	margin: 20px;
	margin-left: 30px;
	width: 450px;
}

.list1 li {
	display: block;
	padding: 5px;
}

.new_breed {
	width: 600px;
	height: 100px;
	background: url(../graphics/new_breed.jpg) no-repeat;
	margin: -8px 0 7px -8px;
	padding: 0 0 20px 0;
	text-indent: -9999px;
}

.contact {
	width: 600px;
	height: 100px;
	background: url(../graphics/contact.jpg) no-repeat;
	margin: -8px 0 7px -8px;
	padding: 0 0 20px 0;
	text-indent: -9999px;
}
	
	
	