body {
	padding: 0;
	margin: 0;
	font-size: 10px;
	text-align: center;
	background: #FFF;
}
a {
	outline: none;
}
img {
	border: 0;
	vertical-align: bottom;
}
form, 
fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
/********************************* Common Classes *********************************/
.clearBoth {
	clear: both;
	height: 0;
	overflow: hidden;
	margin: 0;
}
/********************************* Wrapper *********************************/
#wrapper {
	position: relative;
	width: 950px;
	\width: 990px; /* Box Model Hack */
	w\idth: 950px;
	padding: 20px;
	text-align: left;
	margin: 0 auto;
}
/********************************* Header *********************************/
#header {
	float: left;
	clear: both;
	width: 950px;
	height: 105px;
	background: transparent url(../images/header-bg.gif) no-repeat;
}
#header h1 {
	text-indent: -5000px;
}
#logo {
	float: left;
	margin: 20px 70px 0 30px;
}
#links {
	float: left;
	clear: both;
	width: 950px;
	height: 205px;
	background: transparent url(../images/hands.gif) no-repeat;
	border-bottom: solid #c0c0c2 2px;
}
#links ul {
	float: left;
	width: 700px;
	padding: 160px 0 0 279px;
	font: bold 1.3em/1.23em Helvetica, sans-serif;
	margin: 0;
	list-style-type: none;
	
	
}
#links ul li {
	float: left;
	margin: 0 0px 0 0;
}
#links ul li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	background: transparent url(../images/tabs/off_r.gif) 100% 0 no-repeat;
}
#links ul li a span {
	display: block;
	padding: 16px 29px 13px 29px;
	background: transparent url(../images/tabs/off_l.gif) no-repeat;
}
#links ul li#first a span {
	display: block;
	padding: 16px 41px 13px 41px;
	background: transparent url(../images/tabs/off_l.gif) no-repeat;
}
#links ul li a:hover, 
#links ul li a:active, 
#links ul li a:focus {
	background: transparent url(../images/tabs/off_r.gif) 100% -100px no-repeat;
}
#links ul li a:hover span, 
#links ul li a:active span, 
#links ul li a:focus span {
	color: #FFF;
	
	background: transparent url(../images/tabs/off_l.gif) 0 -100px no-repeat;
}
#links ul li a.active {
	color: #fff;
	background: transparent url(../images/tabs/on_r.gif) 100% 0 no-repeat;
}
#links ul li a.active:hover, 
#links ul li a.active:active, 
#links ul li a.active:focus {
	background: transparent url(../images/tabs/on_r.gif) 100% 0 no-repeat;
}
#links ul li a.active span {
	text-decoration: none;
	background: transparent url(../images/tabs/on_l.gif) no-repeat;
	cursor: default;
}
#links ul li#first a.active span {
	text-decoration: none;
	background: transparent url(../images/tabs/on_l_first.gif) no-repeat;
	cursor: default;
}
#links ul li a.active:hover span, 
#links ul li a.active:active span, 
#links ul li a.active:focus span {
	color: #fff;
	text-decoration: none;
	background: transparent url(../images/tabs/on_l.gif) no-repeat;
}
/********************************* Main *********************************/
#main {
	float: left;
	clear: both;
	width: 940px;
	\width: 950px; /* Box Model Hack */
	w\idth: 940px;
	padding: 0 5px;
}
#content {
	float: left;
	width: 930px;
	\width: 940px; /* Box Model Hack */
	w\idth: 930px;
	min-height: 350px;
	padding: 0 5px 28px 5px;
}
#content h2 {
	font: bold 1.6em/1.15em Helvetica, sans-serif;
	color: #404041;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
#content h3 {
	font: bold 1.3em/1.15em Arial, Helvetica, sans-serif;
	color: #404041;
	margin: 0 0 10px 0;
}
#content p {
	font: 1.3em/1.35em Helvetica, sans-serif;
	color: #666;
	margin: 0 0 15px 0;
}

#content ol {
	font: 1.2em/1.25em Arial, Helvetica, sans-serif;
	color: #666;
	padding: 0;
	margin: 0 0 15px 20px;
}
#content a {
	color: #000;
	text-decoration: none;
}
#content a:hover, 
#content a:active, 
#content a:focus {
	padding: 0 3px;
	color: #FC6;
	margin: 0 -3px;
	border-top: 1px #ffc solid;
	background: #ffc;
}
/********************************* Home Page *********************************/
#content h1#intro {
	float: left;
	width: 340px;
	\width: 900px; /* Box Model Hack */
	w\idth: 340px;
	padding: 98px 245px 95px 315px;
	font: normal 1.5em/1.33em Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0 -15px;
	background: transparent url(../images/intro.jpg) no-repeat;
}
*html #intro {
	position: relative; /* Early IE Hack */
	left: 15px;
}
#content h1#intro strong {
	display: block;
	padding: 4px 0 0 0;
	font-size: 1.66em;
	line-height: 1.4em;
	margin: 0 -1px;
}
/*********************************/
.menu {
	float: left; 
	width: 268px;
	min-height: 380px;
	padding: 0px 0 0 0;
	margin: 0 20px 0 0;
	border-right: solid #c0c0c2 2px;
}
.menu h2 {
	text-indent: -5000px;
}
.menu ul {
	font: 1.4em/1.45em Helvetica, sans-serif;
	color: #404041;
	padding: 0 30px 0 0;
	margin: 0 0 15px 10px;
	list-style-type: none;
	text-align: right;
}
.menu ul li {
	padding: 8px 0px 10px 20px;
	border-bottom: solid #CCC 1px;
	text-transform: uppercase;
} 
.menu ul li a {
	text-decoration: none;
}
.selected {
	color: #FC6;
}
#social img {
	float: left;
	padding: 10px 5px 0 20px;
}
	
.homeColumn {
	float: left;
	width: 615px;
	padding: 0px;
	margin: 40px 0px 0 7px;
}
.homeColumn img {
	float: right;
	clear: both;
	border: solid #999 1px;
	margin: 0 0 20px 30px;
}
.strapline {
	font-weight: bold;
}
.strapline span {
	font-weight: bold;
	font-size: 1.3em;
}
.highlight span {
	color: #c32c3b;
}
/*********************************/
#sequenceEvents {
	float: right;
	width: 305px;
	background: #fbd9e8 url(../images/sequence_bottom.gif) 0 100% no-repeat;
}
#sequenceEvents p {
	padding: 26px 18px 15px 18px;
	font: bold 1.3em/1.15em Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	background: transparent url(../images/sequence_top.gif) no-repeat;
}
#sequenceEvents ol {
	padding: 0 18px 8px 18px;
	font-weight: bold;
	color: #000;
	margin: 0 0 0 20px;
}
*html #sequenceEvents ol {
	padding: 0 15px 8px 15px; /* Early IE Hack */
	margin: 0 0 0 25px;
}
#sequenceEvents ol li {
	padding: 0 0 15px 0;
	background: none;
}
#sequenceEvents ol li span {
	font-weight: normal;
	color: #666;
}
/********************************* Sub Page *********************************/
#leftColumn {
	float: left;
	width: 425px;
}
#rightColumn {
	float: right;
	width: 425px;
}
#leftColumn2 {
	float: left;
	width: 605px;
}
#rightColumn2 {
	float: right;
	width: 245px;
}
#leftColumn img, 
#rightColumn img,
#leftColumn2 img,
#rightColumn2 img {
	float: right;
	margin: 0 10px 15px 30px;
}
#content ul#whatYouGet li {
	padding: 0 45px 6px 20px;
	background: transparent url(../images/heart_bullet.gif) 2px 0 no-repeat;
}
/********************************* Get In Touch *********************************/
#contactColumn {
	float: left;
	width: 310px;
	margin: 0 20px 0 0;
}
#contactColumn p {
	float: left;
	clear: both;
	width: 260px;
	margin: 0 0 10px 0;
}
#contactColumn p input, 
#contactColumn p textarea {
	float: left;
	width: 250px;
	\width: 260px; /* Box Model Hack */
	w\idth: 250px;
	height: 25px; /* Box Model Hack */
	hei\ght: auto;
	border: 1px #d9dfe8 solid;
	border-top-color: #b7c3d3;
	border-left-color: #b7c3d3;
	padding: 3px 4px;
	font: 1em/1.25em Arial, Helvetica, sans-serif;
	color: #666;
	margin: 2px 0 0 0;
}
#contactColumn p textarea {
	overflow: auto;
}
#contactColumn p textarea#contactAddress {
	overflow: auto;
	height: 60px;
	he\ight: 52px; /* Box Model Hack */
}
#contactColumn p textarea#contactMessage {
	overflow: auto;
	height: 160px;
	he\ight: 152px; /* Box Model Hack */
}
#contactColumn p input.error, 
#contactColumn p textarea.error {
	border-color: #c69;
}
#contactColumn p button {
	float: left;
	width: 120px;
	height: 23px;
	text-indent: -5000px;
	padding: 0;
	border: 0;
	margin: 16px 0 0 0;
	overflow: hidden;
	background: transparent url(../images/send_message.gif) no-repeat;
	cursor: pointer;
}
#contactColumn p button:hover {
	background-position: 0 -23px;
}
#addressColumn {
	float: right;
	width: 265px;
}
/********************************* Footer *********************************/
#footer {
	float: left;
	clear: both;
	width: 880px;
	\width: 940px; /* Box Model Hack */
	w\idth: 880px;
	padding: 30px 30px;
}
#footer p {
	font: 1.3em/1.5em Helvetica, sans-serif;
	color: #666;
	margin: 0 0 18px 0;
}
/*********************************/
#footerLeft {
	float: left;
	width: 460px;
}
#footerLeft a {
	color: #369;
	text-decoration: none;
	border-bottom: 1px #bdd1e2 solid;
}
#footerLeft a:hover, 
#footerLeft a:active, 
#footerLeft a:focus {
	color: #333;
	border-color: #ccc;
}
#copyright {
	color: #666;
}
/*********************************/
#footerRight {
	float: right;
	width: 340px;
	text-align: right;
}
#footerRight a {
	color: #369;
	text-decoration: none;
}
#footerRight a:hover, 
#footerRight a:active, 
#footerRight a:focus {
	color: #333;
}
#footerRight img {
	vertical-align: top;
}
#bytemedia {
	border-bottom: 1px #bdd1e2 solid;
}
#bytemedia:hover, 
#bytemedia:active, 
#bytemedia:focus {
	border-color: #ccc;
}
/*********************************/
#tradingNames {
	float: left;
	clear: both;
	width: 870px;
}
#tradingNames img {
	float: left;
	margin: 0 20px 0 0;
}
#tradingNames p {
	float: left;
	font: 1.1em/1.27em Arial, Helvetica, sans-serif;
	color: #999;
	margin: 17px 0 0 0;
}
#social img {
	float: left;
	
}
#social p {
	float: left;
	clear: left;
	padding: 10px 0 0 20px;
	font-size: 1em;
}
