body {
	margin: 0;
	padding: 0;
	background: #000 url(../images/bkg_body.gif) repeat-x;
	font: 12px/24px Arial, Helvetica, sans-serif;
	color: #fff;
	}

* {outline: none}
	
a:link {
	color: #fff;
	}
a:visited {
	color: #fff;
	}
	a:hover, a:visited:hover {
		text-decoration: none;
		cursor: pointer;
		}

h1 {margin: 0 0 .6em;}

h2 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 1.5em 0 1em;
	width: 98%;
	}

h4 {
	font-size: 13px;
	font-style: italic;
	}

h2, h3, h4 {
	color: #c4b67b;
	font-weight: normal;
	}

h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 1em 0 .5em;
	}

p {
	margin-bottom: 1.5em;
	}

ul {
	margin-left: 20px;
	padding: 0;
	}
	
img {
	border: 0;
	float: left;
	}
	
blockquote {
	font-style: italic;
	width: 98%;
	}

p.quote-source {
	font-style: normal;
	color: #c4b67b;
	line-height: 18px;
	}
	
div#container {
	margin: 0 auto;
	width: 750px;
	}
	
div#header {
	width: 750px;
	height: 213px;
	margin: 0;
	z-index: 1;
	}
	div#header p, #header h1 {
		margin: 0;
		}
	#player1 {
		position: absolute;
		z-index: 1;
		}
	
div#main {
	padding: 45px 20px 20px;
	width: 710px;
	}
	div.clear {
		clear: both;
		}

img.sphere {
	margin: 2px 5px 0 0;
	vertical-align: top;
	}

/* Main navigation */
div#nav-main {
	height: 57px;
	width: 750px;
	}
	ul#mainmenu {
		height: 57px;
		width: 750px;
		background: transparent url(../images/links_nav.jpg) top left no-repeat;
		margin: 0;
		padding: 0;
		position: relative;
		}
		ul#mainmenu li {
			list-style: none;
			position: absolute;
			}
		ul#mainmenu li, ul#mainmenu a {
			height: 57px;
			display: block;
			}
		ul#mainmenu a {
			text-decoration: none;
			text-align: center;
			padding-top: 17px;
			color: #fff;
			}
		li#home {
			left: 0;
			width: 81px;
			}
		li#about {
			left: 81px;
			width: 107px;
			}
		li#services {
			left: 188px;
			width: 109px;
			}
		li#cases {
			left: 297px;
			width: 135px;
			}
		li#careers {
			left: 432px;
			width: 102px;
			}
		li#contact {
			left: 534px;
			width: 125px;
			}
		li#clients {
			left: 659px;
			width: 91px;
			}
			li#home a:hover {
				background: transparent url(../images/links_nav.jpg) 0 -57px no-repeat;
				}
			li#about a:hover {
				background: transparent url(../images/links_nav.jpg) -81px -57px no-repeat;
				}
			li#services a:hover {
				background: transparent url(../images/links_nav.jpg) -188px -57px no-repeat;
				}
			li#cases a:hover {
				background: transparent url(../images/links_nav.jpg) -297px -57px no-repeat;
				}
			li#careers a:hover {
				background: transparent url(../images/links_nav.jpg) -432px -57px no-repeat;
				}
			li#contact a:hover {
				background: transparent url(../images/links_nav.jpg) -534px -57px no-repeat;
				}
			li#clients a:hover {
				background: transparent url(../images/links_nav.jpg) -659px -57px no-repeat;
				}

/* Footer */	
div#footer {
	background: url(../images/bkg_footer.png) no-repeat;
	padding: 8px 10px;
	position: relative;
	height: 95px;
	font-size: 11px;
	}
p#contactrow {
	margin: 0;
	color: #000;
	}
address {
	margin: 0;
	color: #000;
	font-style: normal;
	}
address a:link, address a:visited {
		color: #000;
		text-decoration: none;
		}
		address a:hover, address a:visited:hover {
			text-decoration: underline;
			}	
p#copyright {
	color: #999;
	text-align: center;
	margin-top: 20px;
	}

img.logo {
	height: 21px; width: 105px; position: absolute;	right: 8px;	top: 6px;
	}