/*	eliquid.com CSS Selectors global styles */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

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

html, body {
	margin: 5px 0;
	text-align: center;
	width: 100%;
	height: 100%;
	background: #FFF;
	}

body, div, td
{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

td {
	padding: 2px;
}

h2 {
	margin: 0 0 10px 0;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #2859B5;
}

h3 {
	margin: 0 0 10px 0;
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #C00;
}


p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 1.2em 0em 1.2em 0em;
}


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

a:visited,
a:active,
a:link {
	color: #C00;
	text-decoration: none;
}

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

a.lnk-sml:visited,
a.lnk-sml:active,
a.lnk-sml:link {
	color: #093;
	font-size: 10px;
	text-decoration: underline;
}

a.lnk-sml:hover {
	color: #900; 
	font-size: 10px;
	text-decoration: none;
}

a.lnk-copy:visited,
a.lnk-copy:active,
a.lnk-copy:link {
	color: #CCC;
	font-size: 10px;
	text-decoration: underline;
}

a.lnk-copy:hover {
	color: #FFF; 
	font-size: 10px;
	text-decoration: none;
}

a.lnk-bmnu:visited,
a.lnk-bmnu:active,
a.lnk-bmnu:link {
	color: #999;
	font-size: 10px;
	text-decoration: none;
}

a.lnk-bmnu:hover {
	color: #900; 
	font-size: 10px;
	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: #1A02A4; }
.eli2 {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #00931E; }


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

img { border: 0; }

hr {  
	margin: 5px 0;
	color: #CCC; 
	height: 2px;
	border: 1px solid #CCC;
}

.clearHack {  /* use with <hr class="clearHack" style="display:none;"> */
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

input, textarea, select, option {
	font-size: 12px;
	font-family: Tahoma, arial,helvetica, sans-serif;
	color : #666; 
	font-weight: normal;
	background-color: #FAFAFA; 
	border: 1px solid #999;
	border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 2px;
} 

input:focus, textarea:focus, select:focus, option:focus, 
input:hover, textarea:hover, select:hover, option:hover {
	font-size: 12px;
	font-family: Tahoma, arial,helvetica, sans-serif;
	color : #000; 
	font-weight: normal;
	background-color: #FFF; 
	border: 1px solid #000;
	border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 2px;
} 

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


ul, li
{
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 11px;
}

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

#page {
	margin: 0 auto;
	width: 875px;
	text-align:left;
}

#top_row {
	width: 875px;
	height: 102px;
}

#mid_row {
	width: 875px;
	height: 381px;
}

#mnu_cell {
	float: left;
	width: 170px;
	height: 350px;
	background: url(images/fnav/mnu-bkgnd.gif) no-repeat;
}

#mnu_cell_space {
	float: left;
	width: 5px;
	height: 350px;
}

#flash_cell {
	float: left;
	width: 700px;
	height: 350px;
}


#mid_row_btm {
	clear: both;
	width: 875px;
	height: 31px;
}

#btm_row {
	width: 875px;
}

#footer {
	margin: 0 auto;
	margin-top: 15px;
	padding: 5px 0 10px 0;
	border-top: 1px solid #CCC;
	width: 860px;
	text-align:left;
}

#footer_left {
	float: left;
	width: 150px;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
}

#footer_right {
	float: right;
	width: 700px;
	text-align: right;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #999;
}

