/* CSS Document */

/* Main Body CSS */
body {
	background-image: url(images/pg_bg.gif);
	background-repeat: repeat-y;
	background-position:center;
  	text-align : center;
  	margin-top:2px;
	margin-bottom: 0px;
}

#container {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align : left;
	position:relative;
	width : 764px;
	margin-bottom:0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}
#invoice {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align : left;
	position:relative;
	width : auto;
	margin-left : auto;
	margin-right : auto;
	z-index: 1;
}
#header{
	position: relative;
	background-image:url(images/hd_bg2_top.gif);
	background-repeat: repeat-x;
	width: auto;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: auto;
	margin-left: 2px;
	margin-right: auto;
	padding-left: 3px;
	z-index:8;
}
#prtheader{
	position: relative;
	background-image:url(images/hd_bg2_top.gif);
	background-repeat: repeat-x;
	width: auto;
	display: none;
	margin-top: -1px;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: auto;
	padding-left: 3px;
	z-index:8;
}
#content{
	position: relative;
	background-image:url(images/home_bg.gif);
	background-repeat: repeat-y;
	color:#003399;
	width: auto;
	float: left;
	margin-top: -2px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: auto;
	padding-left: 2px;
	padding-right: 2px;
	z-index:1;
}
#content1{
	position: relative;
	background-image: url(images/inpg_bg.gif);
	background-repeat: repeat-y;
	color:#003399;
	width: auto;
	float: left;
	margin-top: -2px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: auto;
	padding-left: 2px;
	padding-right: 2px;
	z-index:9;
}
#content2{
	position: relative;
	background-image: url(images/inpg_bg2.gif);
	background-repeat: repeat-y;
	color:#003399;
	width: auto;
	float: left;
	margin-top: -2px;
	margin-left: 1px;
	margin-right: 0px;
	margin-bottom: auto;
	
	z-index:9;
}
#contentIn{
	/*background-image: url(images/inpg_bg2.gif);
	background-repeat: repeat-y; */
	position: relative;
	color:#003399;
	width: auto;
	/*float: left;*/
	margin-top: -2px;
	margin-left: auto;
	margin-right: 1px;
	margin-bottom: auto;
	padding-left: 2px;
	padding-right: 2px;
	z-index:9;
}
#navbar {
	position:relative;
	float:right;
	clear:right;
	width: 353px;
	height: 21px;
	padding-top: 5px;
	margin-top: auto;
	margin-left: auto;
	margin-right: 0px;
	margin-bottom: -18px;
	z-index: 10;
	display: inline;
}
#banner{
	position: relative;
	background-image: url(images/hdbg2_bnr.gif);
	background-repeat: repeat-x;
	float: center;
	clear: both;
	width: auto;
	margin-top: -1px;
	margin-bottom: 0px;
	margin-left: 1px;
	margin-right: auto;
	height: 64px;
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
	z-index: 16;
}	
#bnrhome{
	position: relative;
	background-image: url(images/hdbg_bnr.gif);
	background-repeat: repeat-x;
	float: left;
	clear: both;
	width: 762px;
	margin-top: -1px;
	margin-bottom: 0px;
	margin-left: 1px;
	margin-right:auto;
	height: 144px;
	z-index: 10;
}	
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align : center;
	color: #0066CC;
	postion: relative;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	float: center;
	clear: both;
	width: auto;
	border-top-color: #0066CC;
	border-top-style: solid;
	border-top-width: 2px;
	padding-bottom: 3px;
	margin-bottom: 0px;
	margin-left: 1px;
	margin-right: 0px;
}
/* Grey Columns Main CSS*/
#greylft{
	position: relative;
	width: 395px;
	float: left;
	margin-top: -1px;
	margin-left: auto;
	margin-bottom: auto;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	z-index: 10;
}
#greyrt{
	position: relative;
	width: 308px;
	float: right;
	margin-right: 0px;
	margin-bottom: auto;
	margin-top: -1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	z-index: 10;
}
#infogreylft{
	font-size:12px;
	position: relative;
	width: 163px;
	float: left;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	z-index: 10;
}
#infogreyrt{
	position: relative;
	font-size:12px;
	width: 165px;
	float: right;
	clear:right;
	margin-left: auto;
	margin-right: 1px;
	margin-top: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	z-index: 10;
}
/* White Columns */
#whitecol {
	position: relative;
	width: 420px;
	margin-left: 165px;
	margin-right: 172px;
	margin-top: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	
}
#whitelt {
	position: relative;
	width: auto;
	margin-left: -5px;
	margin-right: 314px;
	margin-top: auto;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	z-index:9;
	
}
#whitert {
	position: relative;
	margin-left: 15px;
	margin-right: 0px;
	margin-top: -1px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	float:right;
	clear:right;
	z-index: 10;
	width: 330px;
	font-size:12px;
}
/* Grey Column Tag CSS */
#greyrt h1{
	font-size: 20px;
	font-style:normal;
	color:#0066CC;
	display: block;
	margin-top:0px;
	margin-bottom:10px;
	padding-top: 10px;
	border-bottom-color: #0066CC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: auto;
}
#greyrt h2 {
	font-size: 18px;
	font-style: normal;
	color:#0066CC;
	display: inline;
	border-bottom-color: #0066CC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
#greyrt h3 {
	font-size: 16px;
	font-style: normal;
	color: #0066CC;
	display: inline;
	border-bottom-color: #0099CC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
#infogreylft p, #infogreyrt p {
	padding: 5px;
}
	
#infogreylft h1, #infogreyrt h1 {
	background-image:url(images/or_grad_bg.gif);
	font-size: 20px;
	font-style: italic;
	width: auto;
	color: #0066CC;
	display: block;
	margin-top:5px;
	margin-left: 1px;
	margin-right: auto;
	margin-bottom:5px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 2px;
	border-top-color: #0066CC;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #0066CC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#infogreylft h2, #infogreyrt h2 {
	background-image:url(images/or_grad_bg.gif);
	font-size: 14px;
	font-style: normal;
	color: #0066CC;
	width: auto;
	display: block;
	margin-top:0px;
	margin-bottom:10px;
	margin-left: -1px;
	margin-right: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-color: #0066CC;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #0066CC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: center;
}

#infogreylft h3,  #infogreyrt h3 {
	font-size: 12px;
	font-style: normal;
	color: #003399;
	width: inherit;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	margin-bottom:10px;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	width: auto;
}

/* Navigation bars in the grey on 3 column pages */
#nav a {
	color: #003399;
	display: block;
	text-decoration: none;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-left: 1px;
	margin-right: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#nav a:hover {
	color: #003399;
	text-decoration: underline;
	background-color: #FFFFFF;
}
#nav a:active {
	color: #FF6600;
	text-decoration: underline;
	background-color: #FFFFFF;
}
/* Links in the grey on 3 column pages */
#content #infogreylft a, #content #infogreyrt a {
	color: #FF6600;
	text-decoration: none;
	}
#content #infogreylft a:hover, #content #infogreyrt a:hover {
	color: #FF6600;
	text-decoration: underline;
	background-color: #FFFFFF;
	}
#content #infogreylft a:active,#content #infogreyrt a:active {
	color: #FF6600;
	text-decoration: underline;
	background-color: #FFFFFF;
	}
a {
	color: #FF6600;
	text-decoration: none;
	}
a:hover {
	color: #FF6600;
	text-decoration: underline;
	background-color: #FFFFFF;
	}
a:active {
	color: #FF6600;
	text-decoration: underline;
	background-color: #FFFFFF;
	}

h1 {
	font-size: 24px;
	font-style:italic;
	color:#FF6600;
	display: inline-block;
	margin-top:0px;
	margin-bottom:4px;
	padding-top: 10px;
	padding-left:5px;
	padding-right: 5px;
	border-bottom-color: #0066CC;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	/*width: auto;*/
	}
h2 {
	font-size: 18px;
	font-style: normal;
	color:#0066CC;
	display: inline-block;
	padding-left:5px;
	border-bottom-color: #0066CC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	}
h3 {
	font-size: 16px;
	font-style: normal;
	color:#0066CC;
	display: inline;
	padding-left:5px;
	border-bottom-color: #0099CC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	}
p {
	margin-top:0px;
	margin-bottom:7px;
	padding-top: 7px;
	}

#feature {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	background-color: #CDEEFE;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	width:inherit;
	border-top-color: #0066CC;
	border-bottom-color: #0066CC;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 5px;
	z-index:1;
}

.note {
	font-weight: bold;
	color: #FF6600;
	background-color: #E6E6E6;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

#imagert{
	float: right;
	clear: right;
	vertical-align: middle;
	padding: 1px;
	margin-top:3px;
}
#displayrt{
	position: relative;
	float: right;
	clear: right;
	margin-right: 5px;
	padding-top: 3px;
	
}
#displayrt2{
	position: relative;
	float: right;
	clear: right;
	margin-right: 0px;
	margin-top: -5px;
	
}
#imagelft{
	float: left;
	padding: 5px;
}
#tblcapt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	text-align : center;
}
#tblcapt td{
	float: center;
	vertical-align: top;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
dl{
	background-image: url(images/dlbg.gif)
}
dt { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	padding-left: 2px;
	padding-top: 5px;
	display: inline-block;
	border-bottom-color: #000066;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}	
dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
}	
td dl{
	background-image: url(images/dlbg.gif)
}
td dt { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	padding-left: 2px;
	padding-top: 5px;
	display: inline-block;
	border-bottom-color: #000066;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}	
td dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	margin-left: 5px;
}	
.tblOdd {
	background-color: #EEEEEE;
	border-bottom-color: #0066CC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.tblEven {
	background-color: #CDEEFE;
	border-bottom-color: #0066CC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.tblOddB {
	background-color: #FFFFFF;
	border-bottom-color: #0066CC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.tblEvenB {
	background-color: #EEEEEE;
	border-bottom-color: #0066CC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1E74D2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	text-align: center;
}
th a {
	color: #FFFFFF;
	text-decoration: none;
	}
table {
	font-size: 11px;
	
	/*border: 1px solid #006699;
*/}
#login {
	background: #3399FF;
	color: #FFFFFF;
	margin-left: 10px;
	padding: 5px;
	/*align: center;*/
	display: block;
	width: 250px;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
}
#shipInvoice{
	background: #EEEEEE;
	margin: 10px;
	padding: 5px;
	/*align: center;*/
	display: block;
	width: 250px;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	float: right;
	clear: right;
}
#cusInvoice{
	background: #EEEEEE;
	margin: 10px;
	padding: 5px;
	/*align: center;*/
	display: block;
	width: 250px;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	float: left;
	clear: left;
}
#cusInvoice dl, #shipInvoice dl{
	background: #EEEEEE;
}
#cusInvoice dt, #shipInvoice dt,{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	padding-left: 2px;
	padding-top: 5px;
	display: inline-block;
	border-bottom-color: #000066;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}	
#cusInvoice dd, #shipInvoice dd,{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
}	
#invoiceLinks {
	align: center;
	display: block;
	}
#Items {
	display: block;
	float: center;
	clear: both;
}
#formbox {
	border: 1px dashed #4682B4;
	margin-left: 2px;
	margin-right: 2px;
	padding-left:5px;
	
}
#greylft #formbox p {
	display: block;
	background: #FFFFFF;
	margin-top: 1px;
	margin-left: -5px;
	padding-left: 5px;
	padding-bottom: 3px;
	border-top: 1px solid #4682B4;
	border-bottom: 1px solid #4682B4;
}
#formbox p {
	display: block;
	background: #FFFFFF;
	margin-top: 1px;
	margin-left: -5px;
	padding-left: 5px;
	padding-bottom: 3px;
	border-top: 1px solid #4682B4;
	border-bottom: 1px solid #4682B4;
}
.instr {
	font-size:11px;
	}