/* ---------- Fixes and Misc. ---------- */
*,h1,h2,h3,h4,h5,h6,h7,h8,p,div,body,html,ul,li,ol,img,a{margin:0;padding:0;}
.clear { clear: both; }
.hide { display: none; }
p { margin: 0em 0 1.2em 0; }
a img { border: none; }
.overflow { overflow: hidden; width: 100%; }
acronym { border-bottom: none; }
hr { display: none; }

.note, .error {
	color: #72767d;
	font-weight: bold;
}

.small { font-size:0.9em; }

.disclaimer { font-size:0.7em; }

/* ---------- General Structure ---------- */
body {
	background: #ccc url('/_inc/img/bg.gif') repeat-x;
	color: #000;
	font: 0.7em Arial, Helvetica, sans-serif;
}

#maincontainer {
	ackground: #fff;
	margin: 20px auto 0px auto;
	width: 960px;
	overflow: hidden;
}

a {
	color:#ff9f00;
	text-decoration: underline;
}

p {
	line-height: 1.4em;
	margin: 0 0 1em 0;
}

h1 { }

h2 {
	color:#ff9f00;
	font-size:1.5em;
	margin-bottom: 0.7em;
}

h3 {
	color:#333333;
	font-size:1.5em;
	margin-bottom: 0.3em;
	text-transform: uppercase;
}

h3.imgheading {
	display: block;
	height: 20px;
	text-indent: -9999em;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
}
h3.heading-downloads { background-image: url(/_inc/img/heading-downloads.gif); }
h3.heading-news { background-image: url(/_inc/img/heading-news.gif); }
h3.heading-corpvideo { background-image: url(/_inc/img/heading-corpvideo.gif); }

h4 {
	color:#ff9f00;
	font-size:1em;
	font-weight:bold;
}

/* ---------- Header ---------- */
#header {
	background: url('/_inc/img/header.jpg') no-repeat;
	height: 269px;
	position:relative;
	width: 960px;
}

#header a img {
	left: 20px;
	position: absolute;
	top: 22px;
}

/* ---------- Navigation ---------- */
#navi {
	background: #333333 url('/_inc/img/menu_bg.gif');
	color: #ff9f00;
	font-size:1.1em;
	height: 29px;
	overflow:hidden;
	width: 960px;
}

#navi ul { width:1200px; }

#navi ul, #navi li {
	height:23px;
	list-style:none;
	margin:0;
	padding:0;
}

#navi ul li {
	display:block;
	float:left;
	margin-right:13px;
	padding: 6px 0px 0px 0px;
}

#navi ul li#nav-end {
	background:#eee url('/_inc/img/menu_whitebg.gif') no-repeat left 0px;
	color: #666;
	font-size: 1.1em;
	font-weight:bold;
	margin:0px;
	padding: 6px 0px 0px 13px;
	width:450px;
}

#navi ul li#navhome { margin-left:13px; }

#navi ul li a {
	color: #fff;
	display:block;
	float:left;
	font-size: 1.1em;
	font-weight:bold;
	height:23px;
	margin-right: 13px;
	text-decoration:none;
}

#navi a:hover, #navi a.active { color: #ff9f00; }

/* ---------- Content ---------- */
#content {
	background: #eee;
	font-size: 1.03em;
	width: 960px;
	overflow: hidden;
}

#content .downloads a, #content a.readmore {
	background: url('/_inc/img/link.gif') no-repeat left 2px;
	padding-left: 10px;
}

#whitecontent {
	background: #fff;
	float: left;
}

#leftcol, #middlecol {
	float: left;
	height: 260px;
	height: auto !important;
	min-height:260px;
	padding: 20px 20px 10px;
	width: 279px;
}

.downloads {
	border-bottom: 1px solid #ccc;
	padding: 0px 0px 10px 8px;
}

.downloads a {
	color: #666;
	text-decoration: none;
}

.downloads a {
	color: #666;
	text-decoration: none;
}

.downloads a:hover { text-decoration: underline; }

.video { color: #666; }

.news { padding: 8px 0px 0px 8px; }

.news p { color:#888; }

.news h3 { margin-bottom: 0.7em; }

#rightcol {
	float: left;
	min-height: 250px;
	padding: 20px 15px;
	width: 290px;
	overflow: hidden;
}

#leftcol ul, #middlecol ul { margin: 1em 0.5em; }

#leftcol li, #middlecol li { margin: 0 0 0 0.5em; }

ul.nobullets {
	list-style-type:none;
	margin:1em 0;
}

#leftcol ul.nobullets li,#middlecol ul.nobullets li { margin:0 0 0 0; }

/* ---------- Footer ---------- */
#footer {
	font-size:0.8em;
	height: 30px;
	margin: 0px auto;
	padding: 10px 0px;
	width: 960px;
}

#footer span, #footer a { padding: 0px 5px; }

#footer a {
	color:#6c6c6c;
	text-decoration: none;
}

#footer a:hover { text-decoration: underline; }

a#stormbox { background: url(/_inc/img/siteby-stormbox.png) no-repeat 0 0; display: block; width: 96px; height: 15px; font-size: 1px; text-indent: -9999em; overflow: hidden; cursor: pointer; float:right; }
a#stormbox:hover { background-position: 0 -20px; }