body{
	background:#fff;
	color:#000;
	font:10pt arial;
	margin:0;
	padding:0;
	text-align:center;
}
*{
	margin:0;
	padding:0;
}
img{
	border:0;
}
#left,#headerhome,#footer {
	display:none;
}
#print-footer{
	background:url(images/footer-images.gif) no-repeat right;
	border-top:1px solid #b8b8b8;
	clear:both;
	margin:20px auto;
	padding-top:8px;
	text-align:left;
	width:100%;
}
#print-header{
	border:1px solid #b8b8b8;
	clear:both;
	margin-bottom:10px;
	padding:8px;
	text-align:center;
	width:95%;
}

/* STRUCTURE
----------------------------------------------------------------- */
#container{
	background:white;
	margin:0 auto;
	text-align:left;
	width:100%;
	/*border:1px solid red;*/
}

.clearfix:after {
	content:"."; 
	display:block;
	height:0; 
	clear:both; 
	visibility:hidden;
}

#wrapper{
	float:right;
	width:100%;
}

#content{
	background:#fff;
	
	width:100%;
}

#wrapperfooter{
	background:url(images/bground-footer.jpg) transparent repeat-x;
	clear:both;
	text-align:center;
}

#footer{
	background:url(images/footer-images.gif) no-repeat right;
	border-top:1px solid #b8b8b8;
	clear:both;
	margin:20px auto;
	padding-top:8px;
	text-align:left;
	width:100%;
}




/* MAIN CONTENT
----------------------------------------------------------------- */
#content img{
	border:1px solid #dad8cb;
}

/* COMMON FORMATTING
----------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	margin-bottom:10px;
	padding:0;
}

h1 {
	color:#334668;
	font-size:1.5em;
}

h2 {
	font-size:1.3em;
	padding-top:10px;
}


h3 {
	font-size:1.2em;
}

p, ul, ol {
	font-size:1em;
	margin:0 0 0 0;
	padding:0 20px 10px 0;
}

ul, ol {
	list-style:none;
	padding:0 0 0 0;
}

/* HEADINGS
----------------------------------------------------------------- */
#titles{
	background:#f1f2eb url(images/bground-titles.jpg) no-repeat left;
	height:60px;
	width:100%;
}

#titles h1{
	color:#bdbfa8;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:0;
	padding:20px 0 0 0;
}


/* LINKS
----------------------------------------------------------------- */
a{
	color:#f89737;
	text-decoration:underline;
}

a:hover{
	color:#2c3d5d;
	text-decoration:none;
}


/* TEXT
----------------------------------------------------------------- */
.pdf{
	background:url(images/icon-pdf.gif) no-repeat left center;
	padding-top:5px;
	padding-left:23px;
}

/* LISTS
----------------------------------------------------------------- */
#content ul{
	margin:0 0 10px 0;
}

#content ul li{
	background:url(images/bullet.gif) no-repeat left center;
	margin:0;
	padding:0 0 0 15px;
}

.floatrighthome ul{
	background:#fff;
	margin:00;
	padding:0;
}

.floatrighthome ul li{
	background:url(images/bullet.gif) no-repeat left center;
	margin:0;
	padding:0 0 0 0px;
}

#footer ul{
	color:#666;
	font-size:0.9em;
	margin:0 0 0 0;
	text-align:left;
}
#footer a.external{
	color:#666;
	font-size:0.9em;
	padding:0;
	text-decoration:none;
}
#footer ul li{
	display:inline;
	margin:0;
}

#footer ul li a{
	color:#666;
	text-decoration:none;
}

#footer ul li a:hover{
	color:#2f1515;
}


/*-------------------------------------------------
  NAVIGATION
-------------------------------------------------*/
#nav{
	
}
#nav ul{
	list-style-type:none;
	margin:0 0 10px 0;
}
#nav ul li{
	background:url(images/bground-nav-item.gif) repeat-x;
	border:1px solid #cbd5de;
	margin-bottom:3px;
}
#nav ul li a{
	
	color:#555;
	font-weight:bold;
	display:block;
	padding:3px 28px;
	text-decoration:none;
}
#nav ul li a:hover {
	background:#eff4f9 url(images/bullet-nav.gif) no-repeat 5px center;
}
/* mac hide \*/ #nav ul li a{height:1%} /* end hide */

/* FORMS
----------------------------------------------------------------- */
form {
	margin:0;
	padding:0;
}

label {
	cursor:pointer;
}
form#form1 {
	margin:10px;
}
#form1 legend {
	color:#636360;
	font-weight:bold;
}
#form1 fieldset.text{
	width: 90%;
	padding: 3px;
	clear: both;
	margin:2em 0;
	overflow:auto;
	
}
#form1 span {
	float: left;
	width: 130px;
	clear: both;
	text-align:right;
	line-height:2em;
	padding:5px 20px 3px 0;
}
#form1 span.pad{
	padding-left:40px;
	float:none;	
	text-align:left;
 	clear:none;
	line-height:1.5em;
}

#form1 input {
	float: left;
	
	text-align: left;
	margin:5px 0;
	/*display:inline;*/
	padding:3px 3px;
}
#form1 textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	background:#fff;
	float: left;
	text-align: left;
	margin:5px 0;
	display:inline;
	padding:1px 2px;
}
#form1 input#trackqty_t,#form1 input#trackqty_f {
	width:100px;
	float:right;
	clear:right;
	margin-top:4px;
}
html>body fieldset{border:1px solid silver}
#form1 #trackqty{height:2em;}
.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}
.submit{
	height:42px;
	margin:0;
	padding:0;
	width:186px;
}
.submit2{
	height:41px;
	margin:0;
	padding:0;
	width:115px;
}
input{position:relative}

/* FEEDBACK FORM
----------------------------------------------------------------- */
form#feedback {
	
	}
form#feedback fieldset {
	border: 0;
	margin: 0;
	padding:0 0 10px 0;
	float: left;
	}
form#feedback fieldset legend {
	padding:0;
	}
form#feedback fieldset legend span {
	display: none;
	}
form#feedback fieldset label {
	display: block;
	width:490px;
	line-height: 1.5em;
	}
form#feedback fieldset input {
	margin:5px 0;
	padding:3px 3px;
	}
form#feedback textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	background:#fff;
	text-align: left;
	margin:5px 0;
	padding:1px 2px;
	width:480px;
}

/* MISC
----------------------------------------------------------------- */
.clr{
	clear:both;
	height:1px;
	margin-top:-1px;
	overflow:hidden;
}
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.floatlefthome{
	float:left;
	width:50%;
}
.floatrighthome{
	float:left;
	width:50%;
}