/**
 * Stylesheet for elquatre.com
 *
 * coded by Raul Ferrer (www.raulferrer.com)
 */


/* Normalizing & General Definitions  
=========================*/

* {
margin:0; /* zero out margin */
padding:0; /* zero out padding */
}

html, body {
height:100%; /* gives layout 100% height */
overflow:inherit; /* triggers 100% height in Opera 9.5 */
}

* html #wrapper { height:100%; /* IE6 treats height as min-height */ }

:link,:visited {text-decoration:none;} 

ul,ol,dl {list-style:none; position: relative;} /* fixes IE6 and lower bug about background images */

html, body, div, p, img, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, th, td {margin:0; padding:0;} 

h1, h2, h3, h4, h5, h6 { font-size: 100%; }

ol, ul { list-style: none; }

a img,:link img,:visited img, img, fieldset { border:none; }

table { border-collapse: collapse; border-spacing: 0; }

address, caption, cite, code, dfn, th { font-style: normal; font-weight: normal; }

a { outline: none; } /* avoids outline on Firefox */

body {
	background-color: #fff4e1;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #adadad;
}

ul#nav_access { position:absolute; top: 0; left:-9999px; }


/* Typography definitions
=========================*/

#logo h1 { font-size: 1em; color: #fff; }

#col1 h1 { font-size: 2em; color: #BD2A38; margin: 0 0 1.4em 0;}
#col1 h2 { font-size: 1.4em; color: #BD2A38; margin: 1.4em 0; }
#col1 p { font-size: 1.3em; font-family: Tahoma, Helvetica, sans-serif; font-size: 1.4em; color: #57473C; line-height: 1.35em; margin: 1em 0;}
#col1 li { font-size: 1.3em; font-family: Tahoma, Helvetica, sans-serif; font-size: 1.4em; color: #57473C; line-height: 1.35em; margin: 1em 0; padding-left: 18px; background: url(/img/arrow.gif) no-repeat 0 5px;}
#col1 h2.event_title { padding-left: 12px; background: url(/img/bullet.gif) no-repeat 0 5px; margin-bottom: 0;} 
#col1 p.date { font-size: 1.1em; color: #BD2A38; margin: 0;} 
.location { color: #57473C; font-weight: bold; }
#col2 h2 { font-size: 1.3em; color: #BD2A38; line-height: 1.35em; margin: 1.3em 0 0 25px; width: 294px; padding-left: 12px; background: url(/img/bullet.gif) no-repeat 0 5px;}
#col2 p { font-family: Tahoma, Helvetica, sans-serif; font-size: 1.3em; color: #444; line-height: 1.25em; margin: 0.8em 0 0 25px; width: 294px;}
#col2 ul { margin: 20px 0 0 25px; }
#col2 li { font-family: Tahoma, Helvetica, sans-serif; font-size: 1.2em; color: #444; line-height: 1.25em; margin: 1.25em 0; padding-left: 14px; background: url(/img/arrow.gif) no-repeat 0 3px;}
#col2 h2.event_title { padding-left: 12px; background: url(/img/bullet.gif) no-repeat 0 5px; margin-bottom: 0;} 
#col2 p.date { font-size: 1.1em; color: #BD2A38; margin: 0 0 0 25px;} 
#col2 h1 { font-size: 1.6em; color: #BD2A38; margin: 10px 0 10px 25px;}

#col1 p.hr {color: #f5ab46;}
 
/* Link definitions
=========================*/

a:link {text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #555;}
a:visited  {text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #555;}
a:hover {text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #333;}
a:active {text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #333;}

#intro a:link {text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #fff;}
#intro a:visited  {text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #fff;}
#intro a:hover {text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #fff;}
#intro a:active {text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #fff;}

#footer a:link { font-size: 1.1em; font-weight: bold; color: #fff;}
#footer a:visited { font-size: 1.1em; font-weight: bold; color: #fff;}
#footer a:hover { font-size: 1.1em; text-decoration: underline; font-weight: bold; color: #fff;}
#footer a:active { font-size: 1.1em;  font-weight: bold; color: #fff;}

#col1 a:link, #col2 a:link, .intro_news a:link { font-size: 1em; font-weight: normal; border-bottom: 1px dotted #FF6F00; color: #FF6F00;}
#col1 a:visited, #col2 a:visited, .intro_news a:visited { font-size: 1em; font-weight: normal; border-bottom: 1px dotted #FF6F00; color: #FF6F00;}
#col1 a:hover, #col2 a:hover, .intro_news a:hover { font-size: 1em; text-decoration: none; border-bottom: 1px solid #BD2A38; font-weight: normal; color: #BD2A38;}
#col1 a:active, #col2 a:active, .intro_news a:active { font-size: 1em;  font-weight: normal; border-bottom: 1px dotted #FF6F00; color: #FF6F00;}

#col1 a.more:link, #col1 a.more:visited, #col1 a.more:hover, #col1 a.more:active   {  font-size: 1.4em; padding-right: 14px; background: url(/img/arrow.gif) no-repeat 100% 50%;}
#col2 a.more:link, #col2 a.more:visited, #col2 a.more:hover, #col2 a.more:active   {  font-size: 1.3em; margin-left: 25px;}
#intro_news a.more:link, #intro_news a.more:visited, #intro_news a.more:hover, #intro_news a.more:active   { font-weight: bold; font-size: 1.3em; margin-left: 22px;}

a.no_bg { border: 0px; }
a.no_bg:hover { border: 0px; }
a.no_bg:visited { border: 0px; }
a.no_bg:active { border: 0px; }


/* Additional Definitions  
=========================*/

#logo {
	position: absolute;
	top: 0;
	left: -20px;
	height: 73px;
        width: 281px;
}        

#logo h1 { text-indent: -9999px; } 

#flower {
	position: absolute;
	top: 0;
	left: 0;
	height: 243px;
        width: 847px;
        background:url(/img/flower.gif) no-repeat 0 0;
}     

#intro img {
	position: absolute;
	left: 22px;
	top: 14px;
	width: 436px;
	height: 241px;
}

#intro h2 {
	position: absolute;
	display: block;
	left: 480px;
	top: 10px;
	width: 467px;
	height: 217px;
	background: url(/img/welcome.png) no-repeat top center;
	text-indent: -9999px;
}	
	
#intro a {
	position: absolute;
	display: block;
	right: 30px;
	bottom: 20px;
	width: 169px;
	height: 34px;
	background: url(/img/tellme.png) no-repeat top center;
	text-align: center;
	font-size: 1.4em;
	line-height: 2.1em;
}	

#intro_body_creations { width: 240px; background:url(/img/intro_bc.jpg) no-repeat 50% 0; }
#intro_global_mamas { width: 240px; background:url(/img/intro_gm.jpg) no-repeat 50% 0; }
#intro_find_us { width: 240px; background:url(/img/intro_fu.jpg) no-repeat 50% 0; }
#intro_your_brand { width: 240px; background:url(/img/intro_yb.jpg) no-repeat 50% 0; }

#intro_body_creations a { background-color: #f4a83f; }
#intro_global_mamas a { background-color: #bd2a38; }
#intro_find_us a { background-color: #6b94ff; }
#intro_your_brand a { background-color: #41a62a; }

.intro_links {
	position: relative;
	float: left;
	width: 240px;
	overflow: hidden;
}

.intro_links h3 { 
	position:relative; 
	height: 140px; 
	top: 120px;
	padding-left: 16px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 2em; 
	color: #f4a83f;
}

.intro_links p { 
	position:relative; 
	margin: 16px 0 30px 0;
	padding-left: 16px;
	font-family: Tahoma, Helvetica, sans-serif; 
	font-size: 1.4em; 
	color: #666;
}

.intro_links a { 
	position:absolute; 
	bottom: 0; 
	right: 0;
	display: block;
	width: 30px;
	height: 30px;
}

.intro_links a span { position: absolute; left: -9999px; }

#intro_news h3 { 
	position:relative; 
	margin-top: 12px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 2em; 
	color: #f4a83f;
}

.intro_news {
	position: relative;
	margin-top: 12px;
	float: left;
	width: 360px;
	border-right: 1px solid #f5c27b;
}

#cal {
	position: relative;
	margin-top: 12px;
	float: left;
	width: 230px;
	text-align: center;
	font-family: Tahoma, Helvetica, sans-serif; 
	font-size: 1.3em; 
	color: #666;
}

#cal p { width: 200px; text-align: left; padding: 20px; line-height: 1.5em;}

.intro_news h4 { 
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.4em; 
	font-weight: bold; 
	color: #bd2a38;
}

.intro_news span { 
	margin-bottom: 80px;
	padding: 0 0 0 20px;	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em; 
	color: #bd2a38;
}

.intro_news p { 	
	margin: 14px 0;
	padding-left: 20px;
	font-family: Tahoma, Helvetica, sans-serif; 
	font-size: 1.3em; 
	line-height: 1.4em;
	color: #666;
	width: 330px;
}

.intro_news p img { vertical-align: middle; }

#footer img { position: absolute; left: 400px; bottom: 60px; }

#footer p { position: absolute; left: 280px; bottom: 20px; text-align: center; color: #fff;} 

#fruitbat { position: absolute; right: 0; bottom: 10px; width: 60px; height: 60px; }
#fruitbat a {display:block; height: 60px; width: 60px; text-indent: -9999px; background: url(/img/fruitbat.png) no-repeat 0 0; }

#we_are_green { position: absolute; left: 0; bottom: 0; width: 240px; height: 60px; background: url(/img/green.png) no-repeat 91% 0;}
div#we_are_green p {position:relative; top: 0; left: 0; color: #037400; font-size: 1.1em; text-align: left;}

img.right { float: right; margin: 5px 0px 10px 10px; padding: 1px; border: #F5AB47 solid 1px; }

img.left { float: left; margin: 5px 10px 10px 0px; padding: 1px; border: #F5AB47 solid 1px; }

img.center { display:block; margin: 10px auto; padding: 1px; border: #F5AB47 solid 1px; }

img.no_border { border: 0px; }

img.last { margin-bottom: 0px; }

.away {position: absolute; left: -9999px; }

.top{
	position: relative;
	width: 345px;
	height: 14px;
	background: #FFF4E1 url(/img/side_top.png) no-repeat top center;
} 

.mid { 	
	position: relative;
	width: 345px;
	background: #FFF4E1 url(/img/side_bg.png) repeat-y top center; 
	padding-bottom: 10px;
}

.bot{
	position: relative;
	width: 345px;
	height: 14px;
	background: #FFF4E1 url(/img/side_bot.png) no-repeat top center;
}

.top_side {margin-left: 15px; }

.pdf { display:inline-block; padding-left: 32px; line-height: 30px;  background: url(/img/pdf_w.png) no-repeat 0 0;  }

#swirl_bot {position: absolute; left: 0; top: 32px; width: 152px; height: 151px; background: url(/img/swirl_bot.png) no-repeat top center; z-index: 100;}

/* Forms  
=========================*/

.textfield{
	padding-top: 3px;
	width: 250px;
	height: 22px;
}


label {
	float:left;
	margin-right: 6px;
	padding: 3px;
	width: 128px;
	display:block;
	text-align: right;
}

form sup { color: #bd2a38; }

#send {position:relative; left: 340px; }

/* Navigation  
=========================*/

#main_navigation {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 104px;
	width: 780px; 
}


#navbar {
	position: absolute;
	left: 36px;
	top: 0;
	width: 780px; 
	height: 140px; 
}

#navbar li { position: absolute; }

#navbar li.nav_home {top: 48px; left: 7px; width: 60px; height: 30px; background: url(/img/swirl.gif) no-repeat 43px 15px;}
#navbar li.nav_shopping {top: 66px; left: 70px; width: 86px; height: 30px; background: url(/img/swirl.gif) no-repeat 72px 12px;}
#navbar li.nav_aboutus {top: 76px; left: 160px; width: 86px; height: 30px; background: url(/img/swirl.gif) no-repeat 72px -1px;}
#navbar li.nav_globalmamas {top: 50px; left: 252px; padding-top: 4px; width: 115px; height: 31px; background: url(/img/swirl.gif) no-repeat 102px -1px;}
#navbar li.nav_events {top: 25px; left: 370px; padding-top: 4px; width: 68px; height: 31px; background: url(/img/swirl.gif) no-repeat 56px 0px;}
#navbar li.nav_hostaparty {top: 5px; left: 444px; width: 110px; height: 30px; background: url(/img/swirl.gif) no-repeat 98px 1px;}
#navbar li.nav_contact {top: 3px; left: 562px; width: 98px; height: 30px; background: url(/img/swirl.gif) no-repeat 88px 5px;}
#navbar li.nav_faq {top: 8px; left: 672px; width: 58px; height: 30px; background: url(/img/swirl.gif) no-repeat 45px 8px;}
#navbar li.nav_links {top: 20px; left: 740px; width: 40px; height: 30px;}

#navbar li a { display:block; text-indent: -9999px;}

#navbar li.nav_home a {width: 37px; height: 22px; background:url(/img/nav_home.png) no-repeat 0 0;}
#navbar li.nav_shopping a {width: 64px; height: 23px; background:url(/img/nav_shopping.png) no-repeat 0 0;}
#navbar li.nav_aboutus a {width: 65px; height: 16px; background:url(/img/nav_about.png) no-repeat 0 0;}
#navbar li.nav_globalmamas a {width: 95px; height: 31px; background:url(/img/nav_globalmamas.png) no-repeat 0 0;}
#navbar li.nav_events a {width: 49px; height: 27px; background:url(/img/nav_events.png) no-repeat 0 0;}
#navbar li.nav_hostaparty a {width: 87px; height: 28px; background:url(/img/nav_host.png) no-repeat 0 0;}
#navbar li.nav_contact a {width: 79px; height: 17px; background:url(/img/nav_contact.png) no-repeat 0 0;}
#navbar li.nav_faq a {width: 38px; height: 19px; background:url(/img/nav_faq.png) no-repeat 0 0;}
#navbar li.nav_links a {width: 40px; height: 23px; background:url(/img/nav_links.png) no-repeat 0 0;}


#navbar li a:hover {background-position:0 100%;}

#home li.nav_home a, 
#shopping li.nav_shopping a, 
#about_us li.nav_aboutus a, 
#global_mamas li.nav_globalmamas a, 
#events li.nav_events a, 
#hostaparty li.nav_hostaparty a, 
#contact li.nav_contact a, 
#frequently_asked_questions li.nav_faq a,
#links li.nav_links a, #links li.nav_links a:hover {background-position:0 100%;}


/* Structure  
=========================*/

#head_wrap {
	position: relative;
	background: #f5b053 url(/img/wave_top.png) repeat-x top center;
	width: 100%;
	height: 290px;
	overflow: hidden;	
}

#header {
	position: relative;
	margin: 0 auto 0 auto;
	width: 846px;
	height: 290px;
}

#content_wrap {
	position: relative;
	width: 100%;
	overflow: hidden;	
}

#content {
	position: relative;
	margin: 0 auto 0 auto;
	width: 960px;
	overflow: hidden;	
}

#col1 {
	position: relative;
	float: left;
	width: 563px;
	padding: 10px 15px 0 20px;
} 

#col2 {
	position: relative;
	float: right;
	width: 345px;
	padding: 0 8px 0 7px;
	margin: 10px 0 0;
} 


#intro {
	position: relative;
	margin: 10px auto 0 auto;
	width: 960px;
	height: 270px;
	overflow: hidden;	
	background: #fff4e1 url(/img/intro_bg.png) no-repeat top center;
}

#intro_links {
	position: relative;
	margin: 10px auto 0 auto;
	width: 960px;
	overflow: hidden;	
}

#intro_news {
	position: relative;
	margin: 22px auto 0 auto;
	width: 960px;
	overflow: hidden;	
	height: 270px;
	overflow: hidden;	
	background: #fff4e1 url(/img/news_bg.png) no-repeat top center;
        height: auto!important; /* nice browsers */
        height: 300px; /* bad IE5,6 and 7 */
        min-height: 300px; /* nice browsers again */
}


#footer_wrap {
	position: relative;
	width: 100%;
	height: 260px;
	background: url(/img/footer_bg.png) repeat-x top center;
}

#footer {
	position: relative;
	margin: 0 auto 0 auto;
	width: 960px;
	height: 260px;
}



                                                                         
