/* CSS Document */
/*******************************************************************************
	Eshot Landing Pages - CSS
*******************************************************************************/

div.eshotWrapper {
	position:absolute;
	left:50%;
	width:650px;	
	margin-left:-325px;
	height: 1300px;
	margin-top: 10px;
	border: 2px solid black;
	padding: 10px;
}

div.eshotHeader {
	width: 650px;
	height: 120px;
}

div.eshotHeader img {
	width: 650px;
	height: 120px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 5px solid #0094BD;
}
div.eshotHeader hr {
	width: 100%;
	height: 1px;
	margin: 0px;
}

div.eshotContent {
	position: absolute;
	top: 140px;
	left: 10px;
	width: 66%;
	height: auto;
	border: 0px;
	margin: 0px;
}

div.eshotContent h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12pt; 
	text-transform: uppercase;
	color: #0068b3;
	margin-top: 10px;
	margin-left: 5px;
}

div.eshotContent h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10.5pt;
	color: #0094bd;
	margin-top: 20px;
	margin-left: 5px;
}

div.eshotContent h3 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 8.5pt;
	color: black;
	padding: 0px;
	margin-bottom: 3.75pt; 
	margin-left: 10px; 
	margin-right: 0cm; 
	margin-top: 3.75pt;						
}


div.eshotContent h4 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 8.5pt;
	color: black;
	padding: 0px;
	margin-bottom: 5px; 
	margin-left: 5px; 
	margin-right: 5px; 
	margin-top: 15px;						
}

div.eshotContent p {
	padding: 0px;
	margin: 8px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: black;	
}

div.eshotContent strong {
	padding: 0px;
	margin: 8px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: black;
}

div.eshotContent table {
	width: 100%;
	padding: 0px;
	border: 0px;
	margin: 8px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: black;
}

div.eshotContent td.col1 {
	width: 50px;
	height: auto;
}

div.eshotContent td.col2 {
	width: auto;
	height: auto;
}

div.eshotContent td.col3 {
	width: 150px;
	height: auto;
	padding-left: 50px;
}

div.eshotContent td.col4 {
	width: auto;
	height: auto;
}

img.eshotPic {
	margin: 5px;
}

div.eshotAbout {
	width: 100%;
	height: auto;
	background-color: #eeeeee;
}

a.linkBEC {
	padding: 4.5px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10.5pt;
	font-weight: bold;
	color: #0094bd;
}

p.rightLink {
	text-align: right;
}


ul.eshotBullets {
	width: 360px;
	list-style-position: outside;
	left: -20px;
}

ul.eshotBullets li{
	padding: 0px;
	margin: 10px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: black;
}




ol.eshotTerms {
	width: 360px;
	list-style-position: outside;
	left: -20px;
}

ol.eshotTerms li{
	padding: 0px;
	margin: 10px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: black;
}

div.eshotContent strong.nb {
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: black;
	text-align: left;
}


div.eshotRHSNav {
	position: absolute;
	top: 120px;
	left: 66%;
	width: 34%;
	height: auto;
	margin: 10px;
}


div.eshotRHSNav img.supplier {
	width: 204px;
	height: 48px;
	border: 0px;
	margin-top: 30px;
}


div.eshotLinks {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 90%;
	height: 200px;
	background-color: #ddecf7;
}

div.eshotLinks p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
}

div.eshotLinks a {
	padding: 3px;
	margin: 3.75px;
	color: #6699cc;
}

div.eshotLinks h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	padding: 3px;
	margin: 3.5px;
	color: #0068B3	
}

div.eshotOther {
	position: absolute;
	top: 300px;
	left: 0px;
	height: auto;
	width: auto;
}

div.eshotOther h3 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
}

div.eshotOther p {
	margin-left: 5px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
}

div.eshotOther a {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	padding: 20px;
	color: #6699cc;
}
div.eshotOther  img {
	border: 0;
}

div.eshotFooter {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 650px;
	height: 15px;	
	border-top: 5px solid #0094BD;
	background: black;
}

div.eshotFooter p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 7.5pt;
	color: white;
	line-height: 15px;
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom : 0px;
}