body {
	background:#665C53 url(../images/bg-pattern.png) repeat; /* Change */
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	margin:0px;
	padding:0px;
}


a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.selected {
	color:#000000;
}

ul {
	margin:0;
	padding:0;
}


.imageReplacement span {
	display:none;
}


/* ------------------------- Wrappers ------------------------- */

#outer-wrapper {
	background-color:#999999;
	width:1000px;
	margin: 0 auto;
}

#inner-wrapper {
	background:#999484 url(../images/bg-pattern.png) repeat; /* Change */
	float:left;
}

/* ------------------------- Header ------------------------- */

#header {
	height:116px;
}

#logo {
	float:left;
	background-image:url(../images/logo-large2.png);
	width:202px;
	height:12px;
	margin:96px 70px 0 20px;
}

#navigation {	
	float:left;
	font-size:0.75em;
	margin:98px 0 0 0;
}

#navigation li {
	display:inline;
	margin:0 14px 0 0;
}

#secondary-navigation {
	position:absolute;
	z-index:100;
	margin: 116px 0 0 278px;
	height:20px;
	width:722px;
	font-size:10px;
	background: #998877 url(../images/subnav-gradient.jpg) repeat-x;
	
	
}

#secondary-navigation ul {
	margin:4px 0 0 14px;
}

#secondary-navigation li {
	display:inline;
	padding:0 8px 0 0;
	margin:0 0 0 0;
}

#secondary-navigation a {
	color:#666666;
	text-decoration:none;
}

#secondary-navigation a:hover {
	text-decoration:underline;
}

#secondary-navigation a.selected {
	color:#FFFFFF;
}



#logo-circle {
	float:left;
	margin:30px 0 0 80px;
}

/* ------------------------- Flash ------------------------- */

#flash {
	clear:both;
	height:430px;
	border-bottom: 1px solid #CCCCCC;
}

#interactive {
	height:400px;
	background:#FFFFFF;
}

#flash-navigation {
	float:left;
}

#play {
	float:left;
}

/* ------------------------- Content ------------------------- */

#content {
	clear:both;
	margin: 30px 0 0 28px;
	font-size:0.75em;
}

#content a {
	color:#0099FF; /* Change */
	text-decoration:underline;
}

#content a:hover {
	text-decoration:none;
}

#left {
	float:left;
	width:620px;
}

#left div {
	background:#FFFFFF;
	padding:25px 60px 18px 23px;
	margin:0 0 18px 0;
}

#content #left div h2 {
	font-size:1.6666em;
	color:#3399FF; /* Change */
	font-weight:normal;
	padding: 0;
	margin: 0 0 0 0;
}

#right {
	float:left;
	margin:0 0 0 15px;
	width:310px;
	color:#FFFFFF;
}

#right div {
	background:#333333;
	padding:4px 20px 16px 20px;
	margin: 0 0 14px 0;
}


/* ------------------------- Page Specific ------------------------- */


#heroframe-page {
	background-color:#665C53;
}

#heroframe-page #inner-wrapper {
	background-color: #999484;
}

#heroframe-page #content #left h2, #heroframe-page #content #left a {
	color:#3399FF;
}

#whoWeAre-page #content #right a {
	color:#0099FF;
}



#whoWeAre-page {
	background-color:#546660;
}

#whoWeAre-page #inner-wrapper {
	background-color: #8B9989;
}

#whoWeAre-page #content #left h2, #whoWeAre-page #content #left a {
	color:#009933;
}

#whoWeAre-page #content #right a {
	color:#66CC00;
}


#workingWithUs-page {
	background-color:#4E5366;
}

#workingWithUs-page #inner-wrapper {
	background-color: #989399;
}

#workingWithUs-page #content #left h2, #workingWithUs-page #content #left a {
	color:#333366;
}

#workingWithUs-page #content #right a {
	color:#9999FF;
}


#products-page {
	background-color:#66565B;
}

#products-page #inner-wrapper {
	background-color: #998A8A;
}

#products-page #content #left h2, #products #content #left a {
	color:#3333CC;
}

#products-page #content #right a {
	color:#9999FF;
}



