.home-content-background {
    background-image: url(assets/images/mylene_logo.png);
    background-repeat: no-repeat;
}

form {display: inline;}
/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal .70em/1.6em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	color: #888;
	text-align: center;
}

#logo {
	behavior: url(iepngfix.htc);
}

/* links */
a {
	color:#ff0000; 
	background-color: inherit;
	text-decoration: none;	
}
a:hover {
	background-color: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font: normal 1em Georgia, "Times New Roman", Times, serif;
	color:#111;
	letter-spacing:-1px;
}
h1 { font-size: 2.2em; } 
h2 { font-size: 1.8em; color:#74743D; }
h3 { font-size: 1.6em; color:#C34E23; letter-spacing: 0px;}

p, h1, h2, h3 {
	margin: 10px 15px;
	padding: 0;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}

/* images */

/*img {
	background: #310000;
	border: 1px solid #333;
	padding: 5px;	
}*/
* html img,
* html #logo {
    position:relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
    this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
    this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}

img.no-border {
	border: none;
}
img { border: 0;}

img.flt_r {
  margin: 5px 0px 5px 15px;  
}

img.flt_l {
  margin: 5px 15px 5px 0px;
}

/* search form */

#searchbox {
	width: 210px;
	height: 40px;
	position: absolute;
	top: 180px;
	right: 0px;
	background: transparent url(../images/searchbox.gif) no-repeat bottom;
    z-index: 10; 
}

.s_container {
	margin: 8px 0 0 30px;
}

.searchform {
	border: none;
	margin: 10px 0 0 14px;
	padding: 0;
	background: transparent;
	height: 30px;
}
.searchform p { margin: 0; padding: 0; }
/*.searchform input.textbox {*/
input.textbox {
	width: 120px;
	color: #333; 
	height: 12px;
	padding: 2px;
	vertical-align: top;
    font: 10px/12px Arial, Helvetica, sans-serif;
}
/*.searchform input. { */
input.vcSearchBox {
	font: bold 11px Arial, Sans-serif;
	background: #000;
	color: #eee;	
	width: 60px;
	height: 20px;
	border: none;
	padding: 3px 5px;	
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header, #footer, #content {
	width: 810px;		
}
#head_w, #foot_w, #cont_w {
	min-width: 810px;	
}

/* header */
#head_w {
	height: 210px;
	text-align: left;			
}
#header {
	position: relative;
	margin: 0 auto; 
	padding: 0;
}
#header #logo {
	color: #fff;
	width: 182px;
	height: 169px;
	padding: 0;
	margin: 0;
	background: url(../images/mylene_logo.png);
}

#logo {
	float: right;
}

#header #toplinks {
	position: absolute;
	top: 5px; left:10px;	
	color: #eee;
	font-size: 90%;
}
#header #toplinks P {
	margin: 0; padding: 0;
}
#header #toplinks a {	
	color: #ddd;
	text-decoration: none;
}
#header #toplinks a:hover {
	color: #ff0000;
}


/* Main Menu */

.menu {
	padding:0;
	margin:0;
	list-style:none;
	height:40px;
	position: absolute;
	top: 180px;
	right: 0px;
	background:transparent url(../images/nav_0c.gif) repeat-x left bottom;
	font-size:11px;
	width: 100%;
}

* html .menu {
    
}

.menu li {
	float:left;
	height:40px;
	margin-right:1px;
}
.menu li a {
	display:block;
	float:left;
	height:40px;
	line-height:35px;
	color:#fff;
	text-decoration:none;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:0 0 0 4px;
	cursor:pointer;
	/*background:url(../images/nav_0a.gif) no-repeat;*/
}

.menu li a b {
	float:left;
	display:block;
	padding:0 16px 5px 12px;
	/*background:url(../images/nav_0b.gif) no-repeat right top;*/
}
.menu li.current a {
	color:#000;
	/*background:url(../images/nav_2a.gif) no-repeat;*/
}
.menu li.current a b {
	/*background:url(../images/nav_2b.gif) no-repeat right top;*/
}
.menu li a:hover {
	color:#000;
	/*background: url(../images/nav_1a.gif) no-repeat;*/
}
.menu li a:hover b {
	/*background:url(../images/nav_1b.gif) no-repeat right top;*/
}
.menu li.current a:hover {
	color:#000;
	/*background: url(../images/nav_2a.gif) no-repeat;*/
	cursor:default;
}
.menu li.current a:hover b {
	/*background:url(../images/nav_2b.gif) no-repeat right top;*/
}

/* content */
#content_wrapper {
    position: relative;
    top: 10px;
    width: 100%;
}

#content {
	padding: 0px 0 0 0;
	clear: both;
}

/* main */
#main {
    margin-top: 0px;
	margin-left: 5px;
    margin-right: 5px;
    padding-top: 20px;
	padding-bottom: 20px;
    overflow: visible;
}
#main h1 { 
	font: normal 2.1em Georgia, "Times New Roman", Times, serif;
	color: #999; 	
	padding: 0 0 5px 0;
	margin: 0 15px 20px 15px;
	letter-spacing:-1px;
	background: url(../images/bk_dotted.gif) repeat-x left bottom;
}
#main h1 a {
	color: #111;
	text-decoration: none;
}
#main p, #main h1, #main h2, #main h3, #main blockquote, #main form, #main table {
	margin-left: 0;
}
#main form p {
	margin: 15px;
}


/* footer */
#foot_w {
	position: relative;
	clear: both;
	padding: 2.5em 0;
	font: normal .95em 'Trebuchet MS', Tahoma, sans-serif;
	text-align: left;	
	background: #1b0202 url(../images/bg_footer.jpg) repeat-x top;
	color: #ddd;
	width: 100%;
	float: left;	
}
#foot_w p {
	margin-left: 0;
}
#foot_w h2 {
	font: bold 1.3em 'Trebuchet MS', Tahoma, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #fff;
	margin-left: 5px;
}

#footer {	
	margin: 0 auto;		
}

#footer a {
	color: #C8935D;
}

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

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;	
	width: 98%;
	border-top: 1px dashed #777;
}

#footer ul.columns li {
	border-bottom: 1px dashed #777;	
}

#footer ul.columns li a {
	display: block;
	line-height: 2em;
	font-weight: normal;
	padding-left: 5px;
	width: 98%;
	color: #BDBDBD;
}

#footer ul.columns li a:hover {
	background: #000;
	color: #eee;
	text-decoration: none;
}

#footer .col {
	width: 260px;
	padding: 0 0 30px 0;
	float: left;
	margin-right: 10px;			
}

#footer .col_r {
	width: 260px;
	padding: 0 0 30px 0;
	float: left;	
}

.copyright {
	color: #fff;
	margin: 0 auto;
	text-align: center;
}

/* alignment classes */
.flt_l  { float: left; }
.flt_r { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.orange { color: #666; }
