@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
/* Base layout == Mobile Layout: 480px and below. */
img, object, embed, video {
	width: 100%;
	text-align: center;
}
div, img, p, td
{
	font-family: Arial, "Arial Black", "Arial Narrow";
	font-size: small;
	font-style: normal;
	font-weight:normal;
	text-align:left;
	color:#000;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {width:100%;}

.fluid {}
.fluidList {}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 85.5%;
	padding-left: 2.25%;
	padding-right: 2.25%;
	clear: none;
	float: none;
}


.imgGrey
{
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 85.5%;
	padding-left: 2.25%;
	padding-right: 2.25%;
	clear: none;
	float: none;
}
#divPage1 {
		line-height: normal;
	color: rgba(255,255,255,1);
border-top:3px solid #0061ab;
border-bottom:3px solid #0061ab;
	background-color:#1D446F;
text-align: center;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: large;
	font-weight: bold;
}

#divPage2 {
		line-height: normal;
	color: rgba(255,255,255,1);
border-top:3px solid #0061ab;
border-bottom:3px solid #0061ab;
	background-color:#1D446F;
text-align: center;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: large;
	font-weight: bold;
}
.ProductCode {
	font-size: medium;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
.ProductDescription {}
.ProductImage {
}
.ProductImage p{
	text-align:center;
}

.ExtendedDescription {
	font-size: medium;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
}
.PageOptions {
	font-size: small;
	clear: none;
	text-align: center;
	}
.PageOptions p{
	text-align:center;
}
.PageOptions img{
	width:10%;
}
.Footer {
	font-size: 0.8em;
	color: rgba(255,255,255,1);
	background-color:#1D446F;
	padding: 20px 5px;
	text-align:center;
}
.mobilelogo{
	display:block;
	text-align:center;
}
.mobilelogo img{
	width:auto;
}
.InternalBox {}
.zeroMargin_mobile {
	margin-left: 0;
}
.hide_mobile {
	display: none;
}

@media screen and (min-width: 540px) {
.ProductImage img{
	max-height:450px;
	width:auto;
}
.PageOptions img{
	width:auto;
}

.Footer {
	background-image: url(Images/footerlogo.png);
	background-repeat:no-repeat;
	background-position: right center;
	font-size:1em;
}
.mobilelogo{
	display:none;
}

/*
.gridContainer {
	width: 87.75%;
	padding-left: 1.125%;
	padding-right: 1.125%;
	clear: none;
	float: none;
	margin-left: auto;
}

#divPage1 {
	background-image: url(Images/Tablet-Header.png);
	padding-top: 30px;
	padding-left: 0px;
	padding-bottom: 30px;
	font-size: large;
}

#divPage2 {
	background-image: url(Images/Tablet-Header.png);
	padding-top: 30px;
	padding-left: 0px;
	padding-bottom: 30px;
	font-size: large;
}
*/
.ProductCode {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
.ProductDescription {
}
.ProductImage {
}
.ExtendedDescription {
}
.PageOptions {
}
/*
.Footer {
	background-image: url(Images/Tablet-Footer.png);
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: right center;
	font-size: small;
}
*/
.InternalBox {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
/*
.gridContainer {
	width: auto;
	max-width: 1232px;
	padding-left: 0px;
	padding-right: 0px;
	margin: auto;
	clear: none;
	float: none;
	background-image: url(Images/Computer-Footer.png);
	background-position: center center;
	padding-top: 50px;
	padding-bottom: 50px;
	background-repeat: no-repeat;
}
*/
#divPage1 {
	/*background-image: url(Images/Computer-Header.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: rgba(255,255,255,1);
	font-variant: normal;
	background-attachment: fixed;
	text-transform: none;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	font-size: x-large;*/
	line-height: normal;
	color: rgba(255,255,255,1);
border-top:3px solid #0061ab;
border-bottom:3px solid #0061ab;
	background-color:#1D446F;
text-align: center;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: large;
	font-weight: bold;
}
divPage1 
{
    /*
	background-image: url(Images/Computer-Header.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: rgba(255,255,255,1);
	font-variant: normal;
	background-attachment: fixed;
	text-transform: none;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	font-size: x-large;
	*/
	line-height: normal;
	color: rgba(255,255,255,1);
border-top:3px solid #0061ab;
border-bottom:3px solid #0061ab;
	background-color:#1D446F;
text-align: center;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: large;
	font-weight: bold;
}
.ProductCode {
	font-size: medium;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
.ProductDescription {
}
.ProductImage {
	background-image: none;
	background-color: rgba(255,255,255,1);
}
.ExtendedDescription {
	background-color: rgba(255,255,255,1);
	margin-top: 15px;
	margin-bottom: 15px;
}
.PageOptions {
}
/*
.Footer {
	background-image: url(Images/Computer-Footer.png);
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
*/
.InternalBox {
	font-size: small;
	font-weight: normal;
	/*float: left;*/
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}


#dvLoading
{
   background:#000 url(Images/loading.gif) no-repeat center center;
   height: 32px;
   width: 32px;
   position: fixed;
   z-index: 1000;
   left: 50%;
   top: 50%;
   margin: -25px 0 0 -25px;
}

/* ------ sudin added Apr 2, 2014 -------*/

body,td,th {
	font-family: "Arial Black", Arial, "Arial Narrow";
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: rgba(153,153,153,1);
}
a:hover {
	text-decoration: underline;
	color: rgba(0,102,153,1);
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-style: oblique;
	font-weight: bold;
}
h1 {
	font-size: medium;
	color: rgba(0,51,102,1);
}
h2 {
	font-size: small;
}

/* sudin additions over */
}
