@charset "utf-8";
/* CSS Document */

/* LOGIN + REGISTRATION + CONACT LINK CLASS */
datalink {
	color: #F30;
}
a.datalink:link {
	color: #eeeeee;
	text-decoration: none;
}
a.datalink:visited {
	color: #FFF;
	text-decoration: none;
}
a.datalink:hover {
	color: #FFF;
	text-decoration: none;
	padding-top: 2px;
	border-top: 1px dotted #FFF;
}
a.datalink:active {
	color: #FF0;
} 


/* Top Navigation Dropdown Link */

/* 	TOP NAV LEVEL ONE */
ul.maintopnav {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
ul.maintopnav li {
	float: left;
	zoom: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: none;
	text-decoration: none;
}
ul.maintopnav a:hover {
	color: #FFF;
	text-decoration: none;
}
ul.maintopnav a:active{ 
	color: #F30; 
}
ul.maintopnav li a {
	display: block;
	padding: 4px 8px;
	border-right: 1px solid #F30;
	color: #000;
	text-decoration: none;
}
ul.maintopnav li:last-child a {
	border-right: none;
	text-decoration: none;
} /* Doesn't work in IE */

ul.maintopnav li.hover,ul.maintopnav li:hover {
	background: #F30;
	color: #FFF;
	position: relative;
	text-decoration: none;
}
ul.maintopnav li.hover a {
	color: #E6E6E6;
}

/* 	TOP NAV LEVEL TWO */
ul.maintopnav ul {
	width: 135px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0px;
	padding: 0px;
}
ul.maintopnav ul li {
	font-weight: normal;
	background: #efefef;
	color: #F30;
	border-bottom: 1px solid #ccc;
	float: none;
}

/* IE 6 & 7 Needs Inline Block */
ul.maintopnav ul li a {
	border-right: none;
	width: 100%;
	display: inline-block;
} 

/*	TOP NAV LEVEL THREE  */
ul.maintopnav ul ul { 
	left: 100%; 
	top: 0; 
}
ul.maintopnav li:hover > ul { 
	visibility: visible; 
}

/* Content Side PDF Links */

.sideLinks	{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	color: #F00;
	font-size: 9px;
	width: 200px;
}
.sideLinks ul {
	list-style: none;
	border: none;
	text-decoration: none;
}
.sideLinks li {
	list-style:none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-bottom: 5px;
	margin-top: 5px;
	padding-top: 5px;
}
.sideLinks li a {
	color: #666;
	list-style-image: none;
	list-style-type: none;
}
.sideLinks a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
	text-decoration: none;
	padding-bottom: 1px;
}
.sideLinks li a:link, .sideLinks li a:visited {
	color: #666;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
}

/* Text Links */

a.txtlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a.txtlink:link {
	color: #0077CC;
	text-decoration: underline;
}
a.txtlink:visited { 
	color: #0077CC;
	text-decoration: underline;
}
a.txtlink:hover {
	color: #F60;
	text-decoration: none;
}
a.txtlink:active { 
	color: #F60;
	text-decoration: none;
}


/* JQUERY CSS FOR PRODUCT PDF DOWNLOAD*/
img {
	border: none;
}
.pdfDownload {
	clear: both;
	display:block;
	width: 130px;
	height: 60px;
	background:url(images/pdfDownload.gif) no-repeat;
	cursor: pointer;
	text-align: right;
	overflow: visible;
}	
.pdfDownload span.hover {
	position: absolute;
	display: block;
	width: 130px;
	height: 60px;
	background:url(images/pdfDownload.gif) 0 -60px no-repeat;
	background-position: bottom;
}

/* JQUERY CSS FOR PRODUCT PDF CATALOG*/

img {
	border: none;
}
ul.pdfgallery {
	width: 1000px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0; padding: 0;
}
ul.pdfgallery li {
	float: left;
	margin: 10px; padding: 0;
	text-align: center;
	border: 1px solid #ccc;
	-moz-border-radius: 5px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 5px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px; /*--CSS3 Rounded Corners--*/
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
ul.pdfgallery li a.thumb {
	width: 212px; /*--Width of image--*/
	height: 261px; /*--Height of image--*/
	padding: 5px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
ul.pdfgallery li span { /*--Used to crop image--*/
	width: 212px;
	height: 261px;
	overflow: hidden;
	display: block;
}
ul.pdfgallery li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
	cursor:pointer;
}
ul.pdfgallery li h2 {
	font-size: 1em;
	font-weight: normal;
/*	text-transform: uppercase; */
	margin: 0; padding: 10px;
	background: #f0f0f0;
	border-top: 1px solid #fff; /*--Subtle bevel effect--*/
}
ul.pdfgallery li a {
	text-decoration: none; 
	color: #777; 
	display: block;
}

/* JQUERY CSS FOR PRODUCT PDF DOWNLOAD*/

.logRegister {
	clear: both;
	display:block;
	width: 220px;
	height: 100px;
	background:url(images/login_register.png) no-repeat;
	cursor: pointer;
	position: relative;
}	
.logRegister span.hover {
	position: absolute;
	display: block;
	width: 220px;
	height: 100px;
	background:url(images/login_register.png) 0 -100px no-repeat;
	background-position: bottom;
}

 .logAccess {
	clear: both;
	display:block;
	width: 220px;
	height: 100px;
	background:url(images/login_access.png) no-repeat;
	cursor: pointer;
	position: relative;
}	
.logAccess span.hover {
	position: absolute;
	display: block;
	width: 220px;
	height: 100px;
	background:url(images/login_access.png) 0 -100px no-repeat;
	background-position: bottom;
} 

/* FORM & APPLICATION */

.divLinkBox {
	float: left;
	height: 30px;
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #F30;
	text-align: center;
	vertical-align: middle;
	background: #efefef;
	margin: 10px;
	padding: 10px;
}

.divLinkBox a:link {
	color: #F60;
	text-decoration: none;
}
.divLinkBox a:hover {
	color: #666;
	text-decoration: underline;
}
.divLinkBox a:visited {
	color: #F60;
	text-decoration: none;
}
.divLinkBox a:active {
	color: #F30;
} 


/* JQUERY BLOCKSTER */
