body{
	margin:0;
	background:#ff9933;
	font:12px/1.3em Arial, Helvetica, sans-serif;
}
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {margin-bottom: 20px;}
h1 {
	font-size: 16px;
	color: #666;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	color: #666;
	font-weight: normal;
}
h3 {
	font-size: 12px;
	color: #ff9933;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	color: #ff9933;
	font-weight: normal;
}
h1.sub,
h2.sub,
h3.sub,
h4.sub,
h5.sub,
h6.sub,
p.sub {margin-top: -15px;}
img{border-style:none;}
a{color:#000;}
a:hover{text-decoration:none;}
input,
textarea,
select{
	font:11px/15px arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}

#wrapper{
	width:978px;
	margin:0 auto;
}
#header{
	width:100%;
	overflow:hidden;
}
#header .logo{
	float:left;
	margin:42px 0 0;
	position:relative;
	line-height:0;
	font-size:0;
}
#header .logo a{
	display:block;
	background:url(../images/logo.png) no-repeat;
	width:265px;
	height:99px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
.search-frm{
	float:right;
	margin:27px 0 0;
}
.search-frm .text{
	float:left;
	background:url(../images/bg-input.gif) no-repeat;
	width:140px;
	height:21px;
	overflow:hidden;
	padding:0 5px;
}
.search-frm .text input{
	float:left;
	width:100%;
	background:none;
	border:none;
	outline:none;
	margin:2px 0 0;
}
.search-frm .btn{
	float:left;
	margin:1px 0 0 3px;
	display:inline;
}
#header .sub-nav{
	float:right;
	list-style:none;
	margin:30px 5px 0 0;
	display:inline;
	padding:0;
	position:relative;
}
#header .sub-nav li{
	color:white;
	float:left;
	background:url(../images/divider-header.gif) no-repeat 0 3px;
	padding:0 4px 0 5px;
}
#header .sub-nav li:first-child{background:none;}
#header .sub-nav a{
	color:#fff;
	text-decoration:none;
}
#header .sub-nav a:hover{background:none;}
#header .sub-nav li:hover a,
#header .sub-nav li.hover a{text-decoration:underline;}
#header .sub-nav .drop{
	position:absolute;
	right:-191px;
	top:100%;
	width:978px;
	display:none;
}
#header .sub-nav li:hover .drop,
#header .sub-nav li.hover .drop{display:block;}
#header .sub-nav .drop .l{
	float:right;
	background:url(../images/bg-drop-l.png) no-repeat;
	height:36px;
	width:4px;
}
#header .sub-nav .drop .c{
	float:right;
	height:36px;
	background:url(../images/bg-drop-c.png) repeat-x;
}
#header .sub-nav .drop .c:after{
	content:"";	display:block;	clear:both;
}
#header .sub-nav .drop .r{
	float:right;
	background:url(../images/bg-drop-r.png) no-repeat;
	width:261px;
	height:36px;
}
#header .sub-nav .drop ul{
	margin:16px -262px 0 -4px;
	float:left;
	display:inline;
	list-style:none;
	padding:0;
	position:relative;
}
#header .sub-nav .drop ul li{
	padding:0 12px 0 13px;
	background:url(../images/divider-drop.gif) no-repeat 0 2px;
}
#header .sub-nav .drop ul li:first-child{background:none;}
#header .sub-nav .drop ul a{
	font-size:12px;
	color:#666;
	text-decoration:none;
}
#header .sub-nav .drop ul a:hover{text-decoration:underline;}
#nav{
	height:1%;
	background:#666;
	margin:-61px 0 0 44px;
}
#nav:after{
	content:"";	display:block;	clear:both;
}
#nav ul{
	float:right;
	list-style:none;
	padding:0;
	margin:6px 0 0;
}
#nav ul li{
	float:left;
	background:url(../images/divider-nav.gif) no-repeat 0 2px;
	padding:0 9px 5px 10px;
	position:relative;
}
#nav ul.tracking li:first-child{
	float:left;
	background:url(../images/divider-nav.gif) no-repeat 0 2px;
	padding:0 9px 5px 10px;
	position:relative;
}
#nav ul li:first-child{background-image:none;}
#nav ul li a{
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
}
#nav ul li:hover a,
#nav ul li.hover a{color:#ff9933;}
#nav .drop{
	position:absolute;
	top:100%;
	left:-2px;
	width:168px;
	visibility:hidden;
	background:url(../images/none.gif);
}
#nav li:hover .drop,
#nav li.hover .drop{visibility:visible;}
#nav .drop ul{
	margin:0;
	float:none;
}
#nav .drop ul li{
	float:none;
	height:1%;
	overflow:hidden;
	vertical-align:top;
	position:static;
	background:url(../images/bg-drop.png);
	margin:2px 0 0;
	padding:0;
}
#nav .drop ul li a{
	text-transform:none;
	color:#fff;
	position:relative;
	padding:8px 10px 6px;
	display:block;
}
#nav .drop ul li a:hover{
	color:#ff9933;
	font-weight:bold;
}
.intro{
	width:100%;
	overflow:hidden;
}
.intro img{float:right;}
#main{
	width:625px;
	padding:23px 20px 20px 290px;
	margin:0 0 0 43px;
	background:#fff url(../images/bg-main.gif) no-repeat 0 100%;
	min-height:179px;
	overflow:hidden;
}
* html #main{
	height:179px;
	overflow:visible;
}
#main p{margin:0 0 14px;}
#footer{
	height:1%;
	padding:11px 71px;
	overflow:hidden;
}
#footer ul{
	list-style:none;
	margin:0;
	padding:0;
}
#footer ul li{
	float:left;
	color:#fff;
	background:url(../images/divider-header.gif) no-repeat 0 3px;
	padding:0 4px 0 5px;
}
#footer ul li:first-child{background:none;}
#footer ul li a{
	color:#fff;
	text-decoration:none;
}
#footer ul li a:hover{text-decoration:underline;}

/* `Downloads
----------------------------------------------------------------------------------------------------*/

.download-file {
	border-bottom: 1px solid #ff9933;
	margin-bottom: 15px;
	padding-bottom: 0;
}

.download-file p,
.download-file h3 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.download-file img {
	float: left;
	margin-right: 10px;
}

.download-file h3 {
	margin-bottom: 5px;
}
