/*	eliquid.com CSS Selectors global styles */

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

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

/* html {
	font-size: 76%; 76% is browsers "normal" font size
} */

html, body {
	width: 100%;
	height: 100%;
	background: #FFF url(images/nav/bkgnd-main.gif) repeat;
	text-align: center;
	}

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


h1 {
	margin-bottom: 10px;
	font: normal 24px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #C84404;
}

h2 {
	font-family: 'Trebuchet MS', Helvetica, Arial, Sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #069;
}

h3 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #C00;
}


p {
	font-size: 12px;
	line-height: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
}

strong, b {
	font-weight: bold;
}


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

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

a:hover {
	color: #006CD9; 
	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: #C1C1C1; }
.eli2 {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FFF; }


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

img { border: 0; }

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

.clearHack {  /* use with <img src="images/spacer15.gif" width="0" height="0" class="clearHack" /> */
	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: 12px;
	margin-left: 10px;
}

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

#page {
	margin: 0 auto;
	text-align: center;
}

#span_top {
	height: 120px;
	text-align: center;
}


	#top {
		margin: 0 auto;
		width: 870px;
		height: 89px;
		text-align: left;
	}


	#logo {
		float: left;
		width: 250px;
		height: 84px;
	}
	
	#top_bar {
		float: right;
		margin-top: 4px;
		width: 610px;
		height: 58px;
		text-align: right;
		overflow: hidden;
	}
	
	.top_bar-left {
		padding: 0;
		width: 12px;
		height: 58px;
		background: url(images/nav/top-bar-left.gif) no-repeat;
	}
	
	.top_bar-bkgnd {
		padding: 0 10px;
		height: 58px;
		background: url(images/nav/top-bar-bkgnd.gif) repeat-x;
	}
	
	.top_bar-right {
		padding: 0;
		width: 12px;
		height: 58px;
		background: url(images/nav/top-bar-right.gif) no-repeat;
	}

#menu {
	margin: auto;
	width: 870px;
	height: 31px;
	text-align: center;
}


#front_submenu {
	width: 870px;
	height: 5px;
	background: url(images/nav/front-subnav.gif) no-repeat;
	text-align: center;
}



#span_middle {
background: #fff;
width: 100%;
}

	
	
	#main {
		margin: auto;
		width: 870px;
		background: #FFF;
		text-align: left;
	}
	
	#main_head {
		margin: 0 0 0 15px;
		padding: 20px 0 0 0;
		width: 849px;
		background: #FFF;
	}
	
	#main_head_fancy {
		margin: 0 0 0 15px;
		padding: 10px 0 0 0;
		width: 849px;
		background: #FFF;
	}
	
#content {
	float: left;
	width: 849px;
}
	
	/*  new edits here */
	
	#column_left {
		float: left;
		width: 200px;
		margin: 15px 0 0 0;
	}
	
	#column_right {
		float: left;
		width: 623px;
		margin: 15px 0 0 0;
		padding-left: 15px;
		border-left: 1px #C1E0FF solid;
	}
	
	#store_browse {
		display: block;
		float: right;
		margin-left: 10px;
		width: 300px;
		height: 300px;
		text-align: center;
	}	
	
		#store_browse_alt {
		display: block;
		float: right;
		margin-left: 10px;
		width: 300px;
		text-align: center;
	}
	/*  new edits end here */
	
	#content_fancy {
		float: left;
		margin: 0 0 0 10px;
		width: 660px;
		min-height: 452px;
	}
	
	#content_whole_width{
		float: left;
		margin: 0 0 0 10px;
		width: 795px;
		min-height: 452px;
	}
	
	#content_height {
		float: left;
		width: 1px;
		height: 452px;
	}

	#main_btm {
		width: 870px;
		height: 16px;
		background: #fff;
	}
	

#span_footer {
margin: auto;
width: 870px;
text-align: center;
}

	#footer {
		margin: 2px 0 30px 0;
		padding: 6px 0 20px;
		width: 870px;
		text-align: left;
	}
	
	#footer_left {
		float: left;
		margin: 0 0 0 20px;
		width: 250px;
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.9em;
		color: #FFF;
	}
	
	#footer_right {
		float: right;
		margin: 0 20px 0 0;
		width: 550px;
		text-align: right;
		color: #FFF;
	}
	
	#footer_right a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.9em;
		color: #FFFF80;
		text-decoration: none;
	}
	
	#footer_right a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.9em;
		color: #FFF;
		text-decoration: none;
	}

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

#front_head {
	width: 870px;
	background: #FFF;
}

#flashcontent {
	width: 870px;
	height: 277px;
	text-align: center;
}

#front_top_copy {
	margin: 10px 0 0 10px;
	width: 285px;
	height: 288px;
	overflow: hidden;
}

#front_head_btm {
	clear: both;
	padding: 6px 0 2px 6px;
	width: 870px;
	min-height: 150px;
}

#front_content {
	float: left;
	width: 858px;
	min-height: 150px;
}

	#fc_col1 {
		float: left;
		width: 260px;
		text-align: center;
	}
	
	#fc_col2 {
		float: left;
		width: 150px;
		text-align: center;
	}
	
	#fc_col3 {
		float: left;
		width: 138px;
		text-align: center;
	}
	
	#fc_col4 {
		float: left;
		width: 310px;
		text-align: center;
	}
	
	#fc_col4_long {
		float: left;
		width: 440px;
		text-align: center;
	}

/*	internal layout and menu
------------------------------------------------------------------------------- */

#internal_head {
	width: 870px;
	height: 61px;
	background: #FFF;
	padding-top: 30px;
}

#submenu {
	overflow: hidden;
}

#submenu_cell {
	padding: 8px 0 0 0;
}
.subnav_nolink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #004080;
	text-decoration: none;
}
.subnav_nolink-current {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #006CD9;
	text-decoration: none;
	font-weight: bold;
}

#submenu_cell a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #004080;
	text-decoration: none;
}

#submenu_cell a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #006CD9;
	text-decoration: none;
}

#submenu_cell a.sub_current {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #006CD9;
	text-decoration: none;
	font-weight: bold;
}

#sub_submenu {
list-style: none;
margin-left: 3px;
padding: 0;
}
	#sub_submenu li a{
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	color: #C84404;
	text-decoration: none;
	}
	#sub_submenu li a:hover{
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	color: #882E02;
	text-decoration: none;
	}
	#sub_submenu a.subsub_current {
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	color: #882E02;
	text-decoration: none;
}




/*	top menu - 870px x 31px
------------------------------------------------------------------------------- */
#navigation {
	width: 870px;
	height: 31px;
	overflow: hidden;
}
#navigation ul, #navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation ul {
	padding: 8px;
	text-align: center;
}
#navigation ul li {
	display: inline;
	margin-right: -2px;
}
#navigation ul li a {
	background: url(images/nav/tabs-left.gif) no-repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #777;
	text-decoration: none;
	padding: 8px 0 8px 0;
}
#navigation ul li span {
	background: url(images/nav/tabs.gif) no-repeat right top;
	padding: 8px 12px 8px 6px;
	margin: 0 0 0 8px;
}
#navigation ul li a:hover span {
	text-decoration: none;
	color: #006CD9;
	background-position: 100% -31px;
}
#navigation ul li a:hover {
	background-position: 0 -31px;
}
#navigation #current a {
	background-position: 0 -31px;
}
#navigation #current a span {
	text-decoration: none;
	color: #004080;
	background-position: 100% -31px;
}
#navigation #current a:hover span {
	text-decoration: none;
	color: #006CD9;
	background-position: 100% -31px;
}

/*- Skin & Body Lines  skin-body.html  and their backgrounds--------------------------- */ 

#main_head_acid {
	margin: 0 0 0 6px;
	padding: 20px 0 0 0;
	width: 858px;
	background: url(images/nav/main_head_acid-bkgnd.jpg) no-repeat;
}

#main_head_rehydra {
	margin: 0 0 0 6px;
	padding: 20px 0 0 0;
	width: 858px;
	background: url(images/nav/main_head_rehydra-bkgnd.jpg) no-repeat;
}

#main_head_vitaminc {
	margin: 0 0 0 6px;
	padding: 20px 0 0 0;
	width: 858px;
	background: url(images/nav/main_head_vitaminc-bkgnd.jpg) no-repeat;
}

#main_head_purity {
	margin: 0 0 0 6px;
	padding: 20px 0 0 0;
	width: 858px;
	background: url(images/nav/main_head_purity-bkgnd.jpg) no-repeat;
}

#main_head_kimilla {
	margin: 0 0 0 6px;
	padding: 20px 0 0 0;
	width: 858px;
	background: url(images/nav/main_head_kimilla-bkgnd.jpg) no-repeat;
}


#main_head_delay{
	margin: 0 0 0 6px;
	padding: 20px 0 0 0;
	width: 858px;
	background: url(images/nav/main_head_delay-bkgnd.jpg) no-repeat;
}

#main_head_fruiderm{
	margin: 0 0 0 6px;
	padding: 20px 0 0 0;
	width: 858px;
	background: url(images/nav/main_head_fruiderm-bkgnd.jpg) no-repeat;
}


#main_head_white{
	margin: 0 0 0 6px;
	padding: 20px 0 0 0;
	width: 858px;
	background: url(images/nav/main_head_white-bkgnd.jpg) no-repeat;
}

#main_head_mud{
	margin: 0 0 0 6px;
	padding: 20px 0 0 0;
	width: 858px;
	background: url(images/nav/main_head_mud-bkgnd.jpg) no-repeat;
}

#main_head_coco{
	margin: 0 0 0 6px;
	padding: 20px 0 0 0;
	width: 858px;
	background: url(images/nav/main_head_coco-bkgnd.jpg) no-repeat;
}

#main_head_lui{
	margin: 0 0 0 6px;
	padding: 20px 0 0 0;
	width: 858px;
	background: url(images/nav/main_head_lui-bkgnd.jpg) no-repeat;
}

#main_head_stretch{
	margin: 0 0 0 6px;
	padding: 20px 0 0 0;
	width: 858px;
	background: url(images/nav/main_head_stretch-bkgnd.jpg) no-repeat;
}

#main_head_cosmetics{
	margin: 0 0 0 6px;
	padding: 20px 0 0 0;
	width: 858px;
	background: url(images/nav/main_head_cosmetics-bkgnd.jpg) no-repeat;
}





/*- drop down menu --------------------------- */ 

#dropmenudiv{
position:absolute;
border:1px solid #f5f5f5;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
text-align: left;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #f5f5f5;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #E9E9E9;
}


/*- Internet Explorer...It's Hacktastic!--------------------------- */ 
  
/*\*//*/
#navigation ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}

#navigation ul {
	padding-bottom: 0;
	margin-bottom: -1px;
}
/**/

/*\*/
* html #navigation ul li a {
	padding: 0;
}
/**/





