
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td  
{
    margin: 0;
    padding: 0; 
}

fieldset,img,abbr  
{
    border: 0; 
}


q:before,q:after  
{
    content: ''; 
}

/* -------------------------------------------- */

.wrapper {
	width: 925px;
	margin: 0 auto;
	clear: both;
}

#header {
	height: 134px;
	min-width: 925px;
}

#header h1 a
{
    display:inline-block;
    background: url( '/Images/Header-Logo.png' ) no-repeat left;
    width: 463px;
    height: 100px;
    text-indent: -9999px;
    float: left;
}

#header ul {
	margin-left: 14px;
	float: right;
	list-style: none;
}

#header ul li {
	float: left;
	white-space:nowrap;
}

#header ul li a {
	font-weight: normal;
	display: block;
	line-height: 34px;
	padding: 0 10px;
	margin: 0px auto;
	font-size: 14px;
	color: #999;
}

#header ul li a:hover {
	color: #fff;
}

#header ul li a.current, #header ul li#download a.current {
	color: #555;
	background: #F3F3F3;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

#header ul li#download a
{
    background: #f2ce1b url(  '/Images/Header/download-tab-bg.png' ) repeat-x left bottom;
    color: #fff;
    -moz-border-radius-topleft: 3px;
    -khtml-border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -khtml-border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

#header ul li#download a:hover
{
    color: #333333;
}

#header ul li#download a.current:hover
{
    color: #555;
}


