/*	eliquid.com CSS Selectors global styles */


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

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 62px;}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -62px; /* negative value of footer height */
	height: 62px;
	clear:both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	padding: 0;
	margin: 0;
	text-align: center;
	background: #999999 url(images/nav/bkgnd-right.gif) top left repeat-x;.
	height: 100%;
	}

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: #0000FF;
	text-decoration: underline;
}

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

/* lnk sml yellow ------------------ */

a.lnk-sml-yellow:visited,
a.lnk-sml-yellow:active,
a.lnk-sml-yellow:link {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFC8;
	text-decoration: none;
}

a.lnk-sml-yellow:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #FFFF00; 
	text-decoration: underline;
}

/* lnk tab ------------------------- */

a.lnk-tab:visited,
a.lnk-tab:active,
a.lnk-tab:link {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase; 
	color: #004477;
	text-decoration: none;
}

a.lnk-tab:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase; 
	color: #FF0000; 
	text-decoration: none;
}

/* lnk big red ------------------------- */

a.lnk-bigred:visited,
a.lnk-bigred:active,
a.lnk-bigred:link {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase; 
	color: #FF0000;
	text-decoration: none;
}

a.lnk-bigred:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase; 
	color: #990000; 
	text-decoration: none;
}


/*	-- 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: #D7D7D7; }
.eli2 {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; }


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

hr {  
	color: #000000; 
	height: 1px
}

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;
} 

input.clear { background-color:#FFFFFF; border : none; }


ul, li
{
	list-style-image: url(images/bullet-square.gif); 
}

ul.dot-blue, li.dot-blue
{
	list-style-image: url(images/bullet-square-blue.gif); 
}




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

.mainbk {
	background: #407399 url(images/nav/bkgnd-left.gif) top left repeat-x;
}

.btmbk {
	background: #999999 url(images/nav/bkgnd-btm.gif) top left repeat-x;
}

.btmrightbk {
	background: #999999 url(images/nav/bkgnd-btm-right.gif) top left repeat-x;
}

/* internal box ------------------------- */

.box-top {
	background: #FFFFFF url(images/inav/box-top.gif) top left repeat-x;
}

.box-btm {
	background: #FFFFFF url(images/inav/box-btm.gif) top left repeat-x;
}

.box-left {
	background: #FFFFFF url(images/inav/box-left.gif) top left repeat-y;
}

.box-right {
	background: #FFFFFF url(images/inav/box-right.gif) top left repeat-y;
}


.box-bk {
	background: #FFFFFF;
}