/* Header */
.header {
	margin: 15px 0px 10px 0px;
	padding: 0px 0px 0px 17px;
	background-image: url(../imgs/gfx-header-slash.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #515B66;
	text-decoration: none;
}

/* Text */
.text, .text tbody{
	padding: 10px 0px 10px 0px;
	
	width: 100%;
	display: table;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
.text a, .text tbody a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9AD2E7;
	text-decoration: underline;
}
.text a:hover, .text tbody a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9AD2E7;
	text-decoration: none;
}
.text p{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.text ul{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.text li{
	list-style-type: none;
	padding: 0px 0px 10px 0px;
}

/* Bullet Point */
.point {
	margin: 10px 0px 10px 20px;
	padding: 0px 0px 0px 15px;
	
	background-image:  url(../imgs/gfx-bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
.point a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #9AD2E7;
	text-decoration: underline;
}
.point a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #9AD2E7;
	text-decoration: none;
}

/* Link */
.linkContainer{
	width:100%;
	margin: 5px 0px 5px 0px;
	padding: 10px 10px 10px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9BA6B2;
	background-color: #727E8C;
	display: table;
	display: inline-block;
	background-image:  url(../imgs/gfx-download-corner-btm-left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}
.link, .link tbody{
	padding: 0px 0px 0px 0px;
	display:table-cell; 
	display:table;
	display: inline-block;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
.link a, .link tbody a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #9AD2E7;
}
.link a:hover, .link tbody a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #9AD2E7;
}
.link span{
	padding: 0px 0px 5px 17px;
	display:table-cell; 
	display:table;
	display: inline-block;
	background-image: url(../imgs/gfx-header-slash.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.link span a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #515B66;
	text-decoration: underline;
}
.link span a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #515B66;
	text-decoration: none;
}
.link p, .link ul, .link li{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.linkImage{
	float:left;
	text-align:center;
}
.linkImage p{
	margin:0px 10px 0px 0px; 
	padding: 0px 0px 0px 0px;
}
.linkImage span{
	margin:0px 0px 0px 0px; 
	vertical-align:top; 
	display:table-cell; 
	display:inline-table; 
	display:inline-block;
	padding: 0px 0px 0px 0px;
}
.linkImage img{
	margin:0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	border: 3px solid #FFF;
}

/* Download */
.download {
	width:100%;
	margin: 5px 0px 5px 0px;
	padding: 10px 10px 10px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9BA6B2;
	background-color: #727E8C;
	display: table;
	display: inline-block;
	background-image:  url(../imgs/gfx-download-corner-btm-left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.download a {
	display: block;
	margin: 0px 0px 0px 45px;
	padding: 0px 0px 0px 15px;
	
	background-image:  url(../imgs/gfx-header-slash.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #9AD2E7;
	text-decoration: underline;
}
.download a:hover {
	padding: 0px 0px 0px 15px;
	text-decoration: none;
}
.download p {
	margin: 10px 0px 0px 45px;
	padding: 0px 0px 0px 15px;
	display: inline-block;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #515B66;
	text-decoration: none;
}

.download span{
	padding: 0px 20px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}
.download ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right !important;
	list-style-type: none;
}
.download li a{
	height:25px;
	width:73px;
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
	background-image:  none;
	display: table;
}
.download li a:hover{
	height:25px;
	width:73px;
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
	background-image:  none;
	display: table;
}
.downloadIcon {
	width: 36px;
	height: 47px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left !important;
	background-image:  url(../imgs/gfx-download-icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Download Popup Window */
.downloadPopup {
	width:401px;
	height:201px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:  url(../imgs/gfx-download-popup-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: table;
}
.downloadPopupHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9AD2E7;
	text-decoration: none;
	display: none;
}
.downloadPopupMessage {
	margin: 80px 30px 0px 25px;
	padding: 0px 0px 10px 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-image:  url(../imgs/gfx-download-popup-icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.downloadPopupLink {
	padding: 0px 0px 0px 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9AD2E7;
}
.downloadPopupLink a {
	color: #9AD2E7;
	text-decoration: underline;
}
.downloadPopupLink a:hover {
	color: #9AD2E7;
	text-decoration: none;
}
.downloadPopupFooter{
	display: table;
	width: 100%;
	text-align: right;
	margin: 37px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9AD2E7;
}
.downloadPopupFooter a {
	color: #9AD2E7;
	text-decoration: underline;
}
.downloadPopupFooter a:hover {
	color: #9AD2E7;
	text-decoration: none;
}

/* Divider */
.divider{
	height: 34px;
	background-image:  url(../imgs/gfx-divider.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 0px 0px;
	margin: 25px 0px 20px 0px
}
.divider span{
	
}

/* E-Commerce */
.ecommerce{
	padding: 0px 0px 0px 0px;
	display:table-cell; 
	display:inline-table; 
	display:inline-block;
}
.ecommerce span{
	width: 340px;
	margin: 0px 0px 3px 0px;
	padding: 3px 3px 3px 3px;
	display:table-cell; 
	display:inline-table; 
	display:inline-block;
	background-color: #DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.ecommerceImage{
	float:left;
	margin:0px 10px 0px 0px; 
	padding: 4px 4px 4px 4px;
	background-color: #CCCCCC;
}
.ecommerceImage img{
	border: 2px solid #FFFFFF;
}

/* Image */
.image{
	text-align:center;
	margin:10px 0px 10px 0px;
}
.image p{
	display:inline;
}
.image span{
	margin:0px 0px 0px 0px; 
	vertical-align:top; 
	display:table-cell; 
	display:inline-table; 
	display:inline-block;
	padding: 0px;
}
.image img{
	margin:0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	border: 3px solid #FFF;
}

/* Image Left */
.imageLeft{
	float:left;
	text-align:center;
}
.imageLeft p{
	margin:0px 10px 0px 0px; 
	padding: 0px 0px 0px 0px;
}
.imageLeft span{
	margin:0px 0px 10px 0px; 
	vertical-align:top; 
	display:table-cell; 
	display:inline-table; 
	display:inline-block;
	padding: 0px 0px 0px 0px;
}
.imageLeft img{
	margin:0px 0px 0px 0px; 
	padding: 0px;
	border: 3px solid #FFF;
}

/* Image Right */
.imageRight{
	float:right;
	text-align:center;
}
.imageRight p{
	margin:0px 0px 0px 10px; 
	padding: 0px 0px 0px 0px;
}
.imageRight span{
	margin:0px 0px 10px 0px; 
	vertical-align:top; 
	display:table-cell; 
	display:inline-table; 
	display:inline-block;
	padding: 0px;
}
.imageRight img{
	margin:0px 0px 0px 0px; 
	padding: 0px;
	border: 3px solid #FFF;
}

/* Image Center */
.imageCenter{
	text-align:center;
}
.imageCenter p{
	display:inline;
}
.imageCenter span{
	margin:0px 10px 10px 0px; 
	vertical-align:top; 
	display:table-cell; 
	display:inline-table; 
	display:inline-block;
	padding: 0px;
}
.imageCenter img{
	margin:0px 0px 0px 0px; 
	padding: 0px;
	border: 3px solid #FFF;
}
.imageCaption{
	color: #515B66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 15px;
	background-image: url(../imgs/gfx-header-slash.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

html>body .imageCaption{ /* Hidden From IE */
	margin: 0px 0px 5px 0px;
}

.imageShaddowBtm{
	width: 131px;
	height: 10px;
	margin: -3px 0px 0px 0px;
	background-image: url(../imgs/gfx-image-shaddow-btm.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
html>body .imageShaddowBtm{ /* Hidden From IE */
	margin: 0px 0px 0px 0px;
}
.imageShaddowBtmLrg{
	width: 420px;
	height: 10px;
	margin: -3px 0px 0px 0px;
	background-image: url(../imgs/gfx-image-shaddow-btm-large.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
html>body .imageShaddowBtmLrg{ /* Hidden From IE */
	margin: 0px 0px 0px 0px;
}
