*
{
	margin: 0;
	padding: 0;
}

body
{
	font: normal 62.5% "Trebuchet MS",Verdana,Sans-serif;
	color: #4a565f;
	background: #fff url(/includes/css/images/pagebg.jpg) repeat-x left top;
	text-align: center;
}

a { color: #0079c1; }

#container
{
	text-align: left;
	width: 840px;
	margin: 0 auto;
}

#hdr
{
	width: 100%;
	height: 81px;
	overflow: hidden;
}

#hdr h1 a
{
	display: block;
	width: 258px;
	height: 65px;
	margin-left: 20px;
	text-indent: -9999em;
	overflow: hidden;
	color: inherit;
	background: transparent url(/includes/css/images/logo-spectrum.gif) no-repeat left top;
}

#hero
{
	position: relative;
	height: 225px;
	width: 100%;
	color: #fff;
	background-color: transparent;
	z-index: 200;
}

body.portuguese #hero { height: 250px; }
body.spanish #hero { height: 270px; }

#hero h2, #hero p
{
	font-weight: bold;
	font-style: italic;
	margin: .4em 130px 0 120px;
}

#hero h2
{
	word-spacing: -5px;
	font-size: 5.6em;
	white-space: nowrap;
}

body.spanish #hero h2 { white-space: normal; line-height: 100%; }

#hero p
{
	font-size: 2.2em;
	margin-left: 125px;
}

#hero ul
{
	margin: .6em 150px 0 125px;
	font-size: 1.6em;
	font-weight: normal;
	width: 550px;
	overflow: hidden;
}

#hero ul li
{
	float: left;
	list-style-type: none;
	line-height: 130%;
	width: 230px;
	padding: 0 20px;
	color: inherit;
	background: transparent url(/includes/css/images/bullet.png) no-repeat 0 50%;
}

#hero #arrow
{
	position: absolute;
	right: 0;
	bottom: -80px;
	width: 148px;
	height: 271px;
	color: inherit;
	background: transparent url(/includes/css/images/arrow-welisten.png) no-repeat left top;
}

#main
{
	position: relative;
	margin-top: -20px;
	z-index: 100;
	width: 840px;
	height: 1%;
	overflow: hidden;
}

.col
{
	float: left;
	width: 420px;
	color: inherit;
	background: transparent url(/includes/css/images/colhead.png) no-repeat left top;
}

.col .content { margin: 44px; }

.col .content h2
{
	margin: -4px 0 .5em;
	font-size: 2.2em;
	font-style: italic;
	color: #0079c2;
	background-color: transparent;
}

body.portuguese .col .content h2 { width: 275px; }

.col .content h2 em { display: block; }

.col .content p.select-type
{
	font-weight: bold;
	font-size: 1.4em;
	font-style: italic;
	color: #5d7588;
	background-color: transparent;
	margin: .2em 0;
}

.col .content select
{
	display: block;
	width: 100%;
	margin-bottom: 1em;
	font-size: 1.1em;
}

.col .content p, .col .content ol, .col .content ul
{
	margin: .3em 0 1em;
	line-height: 130%;
	font-size: 1.4em;
	font-weight: normal;
}

.col .content ol, .col .content ul { margin-left: 15px; }
.equip-info { color: #73828e; }

.col .content .equip-info h3
{
	margin: 1em 0 .6em;
	font-size: 2.4em;
	font-weight: bold;
	font-style: italic;
	border-bottom: 2px solid #73828e;
}

#equipment dt
{
	border-top: 1px solid #778590;
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	padding-top: 15px;
}

#equipment dd { margin-bottom: 15px; }
.col .content #equipment dd p { margin-top: 0; }

.col .content .equip-info dl dd > a
{
	display: block;
	font-size: 1.4em;
}

a#contact
{
	display: block;
	width: 341px;
	height: 81px;
	margin: 0 0 20px -4px;
	color: #fff;
	background: transparent url(/includes/css/images/btn-contact.png) no-repeat 0 0;
	text-indent: -9999em;
	overflow: hidden;
	text-decoration: none;
}

body.portuguese a#contact { background-image: url(/includes/css/images/btn-contact-portuguese.png); }
body.spanish a#contact { background-image: url(/includes/css/images/btn-contact-spanish.png); }

a#contact:hover { background-position: 0 -80px; }
