/*	eliquid.com CSS Selectors global styles */


/*	body
------------------------------------------------------------------------------- */

body {
	padding: 0;
	margin: 0;
	text-align: center;
	height: auto;
	background: #3B7242 url(images/nav/bkgnd-main.gif) top left repeat;
	}

body, div, td
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}


/*	links
------------------------------------------------------------------------------- */

a:visited,
a:active,
a:link {
	color: #217BBE;
	text-decoration: underline;
}

a:hover {
	color: #669966; 
	text-decoration: none;
}


a.lnk-btm:visited,
a.lnk-btm:active,
a.lnk-btm:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size: 9px;
}

a.lnk-btm:hover {
	color: #CCCCFF; 
	text-decoration: underline;
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size: 9px;
}

/*	-- For Designed By Link -- */
/* -- <a href="http://www.eliquid.com" target="_blank" style="text-decoration:none"><span class="eli1">eliquid</span><span class="eli2">MEDIA</span></a> -- */

.eli1 {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #1A02A4; }
.eli2 {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #00931E; }


/*	misc
------------------------------------------------------------------------------- */

hr {
	background: #ccc;  
	color: #ccc; 
	height: 1px; 
	border: none; 
}

input, textarea, select, option {
	font-size: 11px;
	font-family: verdana, arial,helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color : #000000; 
	
	 background-color: #F0F0F0;
	 border: 1px solid;
} 

 ul, li
{
	/* font-family: arial, helvetica, sans-serif;
	font-size: 11px;*/
	line-height: 16px;
} 



.clearHack {  /* use with <img src="images/spacer15.gif" width="1" height="1" border="0" class="clearHack" /> */
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

/*	layout
------------------------------------------------------------------------------- */

.1border-sl {
	background: url(images/nav/1border-left-bkgnd.gif) repeat-y; 
}

.1border-sr {
	background: url(images/nav/1border-right-bkgnd.gif) repeat-y; 
}

.bk-top {
	background: url(images/nav/bkgnd-top.gif) no-repeat; 
}

.bk-btm {
	background: url(images/nav/bkgnd-btm.gif) no-repeat; 
}

.bk-midright {
	background: #FFFFFF url(images/nav/bkgnd-midright.gif)  top left no-repeat; 
}

.bk-menu {
	background: #FFFFFF url(images/nav/bkgnd-menu.gif)  top left no-repeat; 
}

/* for auto-generated pop ups */

.title {  font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #330066; font-weight: normal;}




/* main navigation */
.suckerdiv {
z-index: 100;
}

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 205px; /* Width of Menu Items */
/*border-bottom: 1px solid #ccc;*/
}
	
.suckerdiv ul li{
margin: 0;
padding: 0;
position: relative;
}
	
	/*Sub level menu items */
	.suckerdiv ul li ul{
	position: absolute;
	width: 170px; /*sub menu width*/
	top: 0;
	visibility: hidden;
	}
	
	/* Sub level menu links style */
	.suckerdiv ul li ul a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #009900;
	text-decoration: none;
	background: #fff;
	padding: 1px 5px;
	border: 1px solid #ccc;
	/*border-bottom: 0;*/
	}

.suckerdiv ul li a:visited{
color: #009900;
text-decoration: none;
}

.suckerdiv ul li a:hover{
color: #999999;
/*background-color: yellow;*/
}

.suckerdiv .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}	
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
* html 	.suckerdiv ul li ul a{ margin-left: 10px;}
/* End */




/* ++++ NEW ++++ sub sub navigation in section header */
#header_sectiontitle {
text-align: left;
}
#header_section {
width: 584px;
}
	

#trio_subsub{
width: 579px;
height: 53px;
background: url(images/inav/sub-off.gif) no-repeat; 
text-align: left;
}
#trio_subsub-on01{
width: 579px;
height: 53px;
background: url(images/inav/sub-on01.gif) no-repeat; 
text-align: left;
}
#trio_subsub-on02{
width: 579px;
height: 53px;
background: url(images/inav/sub-on02.gif) no-repeat; 
text-align: left;
}
#trio_subsub-on03{
width: 579px;
height: 53px;
background: url(images/inav/sub-on03.gif) no-repeat; 
text-align: left;
}


			#subsubnav_cont {
			padding: 13px 0 0 0;
			margin: 0;
			height: 35px;
			}
			
			#subsubnav_cont ul {
			border: 0;
			margin: 0;
			padding: 0;
			list-style-type: none;
			}
			
			#subsubnav_cont li {
			display: block;
			margin: 0;
			padding: 0;
			border: 0;
			float: left;
			text-align: center;
			}
			
			#subsubnav_cont li a {
			display: block;
			margin: 0;
			padding: 0;
			width: 193px;
			height: 35px;
			text-align: center;
			font: bold 12px Tahoma, Arial, helvetica, sans-serif;
			color: #FFF;
			text-decoration: none;
			}
			#subsubnav_cont li a:hover {
			color: #FFFF99;
			text-decoration: none;
			}
			
			#subsubnav_cont li#subactive a {
			color: #FFFF99;
			text-decoration: none;
			}
			#subsubnav_cont li#subactive a:hover {
			color: #FFFF99;
			text-decoration: none;
			}
		

/* ++++ NEW ++++  POLYWORKS sub sub navigation in section header */

#subsub-polyworks{
}

#polyworks_lvl01_container{
margin: 5px 0 0 16px;
padding: 0;
height: 19px;
}
			
			#polyworks_mnu ul {
			border: 0;
			margin: 0;
			padding: 0;
			list-style-type: none;
			}
			
			#polyworks_mnu li {
			display: block;
			margin: 0;
			padding: 0;
			border: 0;
			float: left;
			text-align: center;
			}
			
			#polyworks_mnu li a {
			display: block;
			margin: 0;
			padding: 0;
			width: 93px;
			height: 19px;
			text-align: center;
			font: bold 12px Tahoma, Arial, helvetica, sans-serif;
			color: #336633;
			text-decoration: none;
			}
			#polyworks_mnu li a:hover {
			color: #003300;
			text-decoration: none;
			}
			
			#polyworks_mnu li#subactive a {
			color: #003300;
			text-decoration: none;
			}
			#polyworks_mnu li#subactive a:hover {
			color: #003300;
			text-decoration: none;
			}
		
#polywoks_lvl02_container01{
margin: 0;
padding-top: 25px;
width: 579px;
height: 58px;
background: url(images/inav/subsub-bg01.gif) no-repeat;
}
#polywoks_lvl02_container02{
margin: 0;
padding-top: 25px;
width: 579px;
height: 58px;
background: url(images/inav/subsub-bg02.gif) no-repeat;
}
#polywoks_lvl02_container03{
margin: 0;
padding-top: 25px;
width: 579px;
height: 58px;
background: url(images/inav/subsub-bg03.gif) no-repeat;
}
#polywoks_lvl02_container04{
margin: 0;
padding-top: 25px;
width: 579px;
height: 58px;
background: url(images/inav/subsub-bg04.gif) no-repeat;
}
			#polyworkssub_mnu ul {
			border: 0;
			margin: 0;
			padding: 0;
			list-style-type: none;
			}
			
			#polyworkssub_mnu li {
			display: block;
			margin: 0;
			padding: 0;
			border: 0;
			float: left;
			text-align: center;
			}
			
			#polyworkssub_mnu li a {
			/*display: block;*/
			margin: 0;
			padding: 0 15px;
			/*width: 135px;*/
			height: 19px;
			text-align: center;
			font: normal 11px Tahoma, Arial, helvetica, sans-serif;
			color: #fff;
			text-decoration: none;
			}
			#polyworkssub_mnu li a:hover {
			color: #FFFF99;
			text-decoration: none;
			}
			
			#polyworkssub_mnu li#subactive a {
			color: #FFFF99;
			text-decoration: none;
			}
			#polyworkssub_mnu li#subactive a:hover {
			color: #FFFF99;
			text-decoration: none;
			}


/* sub sub navigation in section header

.subsubnav_title{
font: bold 12px Arial, Helvetica, sans-serif;
text-align: left;
color:#006600;
margin: 0 0 0 3px;
padding: 0;
width: 200px;
}


	#header_subsubnav {
	float: right;
	width: 200px;
	height: 72px;
	}
	
	#subsubnav_cont {
		margin: 5px 0 0 3px;
		width: 200px;
		}
			#subsubnav_list {
			padding: 0;
			margin: 0;
			list-style: none;
			text-align:left;
			}
			
			#subsubnav_list li {
			border-bottom: 1px dotted #ccc;
			}
			
			#subsubnav_list li a {
			color: #330066;
			text-decoration: none;
			}
			#subsubnav_list li a:hover {
			padding-left: 5px;
			color: #5E00BB;
			text-decoration: none;
			}
			
			#subsubnav_list li#subactive a {
			color: #330066;
			text-decoration: none;
			}
			#subsubnav_list li#subactive a:hover {
			padding
			color: #330066;
			text-decoration: none;
			}
 */