@charset "utf-8";

/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #e9edf1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

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

a.more:link {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	color: #39699a;
	text-decoration: none;
}
a.more:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	color: #39699a;
	text-decoration: none;
}
a.more:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	color: #87b7e8;
	text-decoration: underline;
}
a.more:active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
}


.gradient1 h1 {
	font: bold 250%/ 100% "Times New Roman", Times, serif;
	position: relative;
	color: #0e379d;
	padding-left: 3px;
}
.gradient10 h1 {
	font: bold 250%/ 100% "Times New Roman", Times, serif;
	position: relative;
	color: #0e379d;
	padding-left: 3px;
}

.gradient1 h1 span {
	background: url(../images/gradient-white.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 30px;
	top: 0px;
}

.gradient1 h2 {
	font: bold 120%/ 100% Arial, Helvetica, sans-serif;
	position: relative;
	color: #900;
}

.gradient1 h2 span {
	background: url(../images/gradient-white2.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 20px;
	top: 0px;
}

.gradient1 h3 {
	font: bold 100%/ 100% Arial, Helvetica, sans-serif;
	position: relative;
	color: #000;
}

.gradient1 h3 span {
	background: url(../images/gradient-white2.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 20px;
	top: 0px;
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

img {
	border: 0px;
}

.main-top {
	list-style: none;
	font-size: 12px;
}

.main-top li {
	display: inline;
}

.hover1 a {
	padding: 5px 0px;
	color: #666;
	text-decoration: none;
}

.hover1 a:hover {
	background-color: #0a840a;
	color: #FFF;
}

.main-top a {
	padding: 5px 0px;
	color: #666;
	text-decoration: none;
}

.main-top a:hover {
	background-color: #0a840a;
	color: #FFF;
}

#footer {
	list-style: none;
	font-size: 12px;
}

#footer li {
	display: inline;
}

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

#main {
	width: 905px;
	margin: 0px auto;
}

.home-para {
	color: #666;
	text-align: justify;
	padding: 0px 30px 0px 5px;
}

.faq-para {
	color: #666;
	text-align: justify;
	padding: 5px 30px 0px 0px;
}

.prod-para {
	color: #666;
	text-align: justify;
	padding: 0px 20px 0px 5px;
}

.portal-para {
	color: #666;
	text-align: justify;
	padding: 0px 15px 0px 0px;
}

.home-para-head {
	color: #090;
	font-size: 18px;
	padding: 0px 0px 0px 5px;
}

.icon-para {
	color: #666;
	text-align: justify;
}

.border-right {
	border-right: 1px #CCC dotted;
}

.prod-head2 {
	color: #06F;
	font-size: 15px;
	text-transform: uppercase;
}

.prod-head3 {
	color: #393;
	font-size: 15px;
}

.randLink {
	color: #090;
	text-decoration: underline;
}

.randLink2 {
	color: #09F;
	text-decoration: underline;
}

.greenHead {
	color: #1a8c1a;
}

.sat-list {
	margin: 10px 0px 0px 20px;
	color: #666;
}

.prod-red-head {
	color: #900;
	font-weight: bold;
}

.prod-green-head {
	color: #090;
	font-weight: bold;
}

.prod-info-para {
	padding: 0px 10px;
}

.prod-info-enlarge-link {
	color: #09F;
	text-decoration: underline;
}

.strike-out {
	text-decoration: line-through;
}

.view-cart-form {
	padding-left: 10px;
}

#specificationtab,#descriptiontab,#pdftab {
	text-align: center;
}

.leftMenuText {
	color: #069;
	font-size: 12px
}

.productMouseoverTable {
	background: url(../images/products-box-mouseover.png) no-repeat;
	text-decoration: none;
	color: white;
	height: 172px;
}

.productMouseoutTable {
	background: url(../images/products-box.png) no-repeat;
	text-decoration: none;
	color: black;
	height: 172px;
}

.productListTable {
	background: url(../images/prod-box.png) no-repeat;
	height: 174px;
}

.productListTableTall {
	background: url(../images/prod-box-2.png) no-repeat;
	height: 200px;
}

.productListMouseoverTable {
	background: url(../images/prod-img-box-mouseover.png) no-repeat;
	color: white;
	height: 174px;
}

.productListMouseoverTableTall {
	background: url(../images/prod-img-box-2-mouseover.png) no-repeat;
	color: white;
	height: 200px;
}

.productListMouseoutTable {
	background: url(../images/prod-img-box.png) no-repeat;
	color: black;
	height: 174px;
}

.productListMouseoutTableTall {
	background: url(../images/prod-img-box-2.png) no-repeat;
	color: black;
	height: 200px;
}

.productMouseoverTable a,.productListMouseoverTable a {
	color: white;
}

.productMouseoutTable a,.productListMouseoutTable a {
	color: black;
}

.leftmenuMain {
	background: '';
}

.leftmenuMainmouseover a {
	color: #26387F;
	font-weight: bolder;
	font-stretch: expanded;
	text-shadow: gray;
}

.leftmenuMainmouseout a {
	color: black;
	font-weight: normal;
	font-stretch: normal;
	text-shadow: none;
}

.leftmenuMouseover {
	background-color: #1e4a91;
}

.leftmenuMouseover a {
	color: white;
}

.leftmenuMouseout {
	background: '';
}

.subcatTable {
	background-color: #3672bb;
}

.subcatTable a {
	color: white;
}

#demotip {
	display: none;
	background: transparent url(/tools/img/tooltip/black_arrow.png);
	font-size: 12px;
	height: 70px;
	width: 160px;
	padding: 25px;
	color: #fff;
}

div.fadehover {
	position: relative;
}

img.divmouseoutImage {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	cursor: pointer;
}

img.divmouseoverImage {
	position: absolute;
	left: 0;
	top: 0;
}

/* Navigation */
#navMenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navMenu li {
	float: right;
	/*width:100px;*/
	margin: 0;
	text-align: center;
}

#navMenu a {
	background: url(../images/portalbtn-1.png) repeat -20px 35px;
}

.navMenu,.navMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navMenu {
	font-family: Arial, Helvetica, sans-serif;
	z-index: 100;
	position: relative;
}

.navMenu li {
	border-left: 1px solid #000;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

.navMenu li a,.navMenu li a:link,.navMenu li a:active,.navMenu li a:visited
	{
	font: 1em/ 25px Arial, Helvetica, sans-serif;
	background: #565656;
	color: #FFF;
	display: block;
	padding: 0 13.3px;
	text-decoration: none;
}

.navMenu li ul {
	display: none;
}

.navMenu li ul {
	display: none;
}

.navMenu ul {
	border-bottom: 1px solid #000;
	list-style: none;
	margin: 0;
	width: 100px;
	position: absolute;
	top: -999em;
	left: -1px;
}

.navMenu li:hover ul,.navMenu li.sfHover ul {
	top: 25px;
}

.navMenu ul li {
	border: 0;
	float: none;
}

.navMenu ul a {
	border: 1px solid #000;
	border-bottom: 0;
	padding-right: 10px;
	/*width: 80px;*/
	white-space: nowrap;
}

/*Smion Menu*/
	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FONT SIZER CSS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.fontResizer {
	display: block;
	position: relative;
	top: 0;
	left: 0;
}

.fontResizer a {
	display: block;
	float: left;
	width: 17px;
	height: 17px;
	text-align: center;
	border: 1px solid #ccc;
	line-height: 15px;
	color: #666;
	text-decoration: none;
}

.fontResizer a:hover {
	color: #000;
	text-decoration: none;
}

/* 
The following control the way the font-resizer links appear only 
Set the actual size-changes in the function call
*/
.smallFont {
	font-size: 9px;
}

.medFont {
	font-size: 13px;
}

.largeFont {
	font-size: 15px;
}

.curFont {
	background: #EEEEF7;
}

/* form validate css*/
label.error,label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
}

div.error {
	display: none;
}

input {
	border: 1px solid black;
}

input.checkbox {
	border: none
}

input:focus {
	border: 1px dotted black;
}

input.error {
	border: 1px dotted red;
}

/* ul li style for terms */
li.terms {
	list-style: none;
	background-image: url(../images/bulleterms.jpg);
	background-repeat: no-repeat;
	background-position: 0 .25em;
	padding-left: 20px;
	font-size: 12px;
	color: #0c93cd;
	font-weight: normal;
	line-height: 16px;
}