@charset "UTF-8";
/* CSS Document */
html {
    background: #666666 url("images/background/BackgroundWide.png") repeat-y center top;
    /* Height is 100%, so the body can be 100% */
    height: 100%;
	width:100%;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	z-index: 0;
	width: 100;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
	
    background: url("images/background/Gradient.png") repeat-x;
    background-position: bottom;
	background-attachment:fixed;
    margin: 0px;
    padding: 0px;
    height: 100%;
	border-bottom:#2D2D2D solid 1px inset;
}
html>body {
    min-height: 100%;
	min-width:100%;
    height: auto;
}

#headerLogo {
	background-image: url(images/background/HeaderWithSubtitle.png);
	background-position:top;
	background-repeat:no-repeat;
	height:100%;
	overflow:visible;
}
#bottomBevel {
	background: url(images/background/bevel.png) no-repeat center bottom;
	width: 100%;
	display: table;
	height:100%;
	overflow:visible;
}
#menuBar{
	width: 780px;
	margin: 266px auto 0;
	background: #fff;
	border:none;
	padding: 0px;
	height: 40px;
	display:inline-block;
	overflow:visible;
}
#content {
	width: 756px;
	margin: 0px auto 0;
	background: #fff;
	border:none;
	padding: 12px;
	padding-bottom:1px;
	height:auto;
	margin-bottom:19px;
	/*display:inline-block;*/
	min-height:275px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
#topGradient {
	position:relative;
	margin: 0px auto;
	background-image: url(images/background/topGradient.png);
	background-position: top;
	background-repeat: repeat-x;
	height:100%;
}

#footer {
	/*width: 780px;*/
	/*margin: 2px auto 0;*/
	display:inline-block;
	background-position:center;
	font-size: 10px;
	padding-bottom: 1px;
	height:100%;
	overflow:visible;
}
img.company {
	position: fixed;
	bottom: 0px; 
	right: 0px; 
	z-index: 0;
	}
	* html img.company { /* fixes for ie 6 */
	position: absolute;
	z-index: 0;
	}
	

*:first-child+html img.company { /* fixes for ie 7 */
	position: absolute;
	z-index: 0;
	}



img.order {
	position: fixed;
	top: 50%; 
	left: 0px; 
	z-index: 1;
	}
	* html img.order { /* fixes for ie 6 */
	position: absolute;
	z-index: 1;
	}
	

*:first-child+html img.order { /* fixes for ie 7 */
	position: absolute;
	z-index: 1;
	}


img{
border:none;	
}


h1 {
	margin: 0;
	padding: 0;
}
#footer div {
	font-size: 10px;
}
td img {display: block;}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}.SectionHeader {
	font-size: 22px;
	font-weight: bold;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.BodyHeader {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}



a {
	font-style: italic;
	color:#000;
}
a:link {
	text-decoration: none;
	color:#000;
}
a:visited {
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: underline;
	color:#000;
}
a:active {
	text-decoration: none;
	color:#000;
}.Subheader {
	font-size: 22px;
	font-weight: normal;
	color:#000;
}
.ImageCaption {
	font-size: 14px;
	font-weight: bold;
}
