/****************************************************/
/* Luly's Web - Maria Luly Cruz                     */
/* default.css / lulyswebStyles.css                 */
/****************************************************/

/* Reset all default margin’s and paddings to zero.  */
* {padding:0px; margin:0px;}

body { font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
       color: #666;
			 font-weight: normal;
			 font-style : normal;
       font-size: 12px;
			 text-align: center;
			 background-color: #fff; }

h1, h2, h3, h4 {
  margin: 0px;
	margin-top: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #626456;
}

h1 {
	letter-spacing: -.075em;
	font-size: 3em;
}

h2 {
	letter-spacing: -.035em;
	font-size: 2em;
	font-weight: normal;
	color: #8D8E85;
}

h2#titlepage{
  margin-top: 1.0em;
  padding: 0px 0px 10px 0px;
	font-size: 3em;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 1.6em;
	font-weight: normal;
}

h4 {
	margin-top: 1.0em;
	font-size: 1.2em;
	font-weight: bold;
}

h5 {
	margin-top: 0.4em;
	font-size: 1.0em;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #3C7BCF;
}

a:hover {
	text-decoration: underline;
	color: #3C7BCF;
}

h1 a, h2 a {
	border: none;
	text-decoration: none;
	color: #626456;
}

h1 a:hover, h2 a:hover {
	background: none;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	color: #3399ff;
}

h3 a, h4 a {
	border: none;
	text-decoration: none;
	color: #626456;
}

h3 a:hover, h4 a:hover {
	background: none;
	text-decoration: none;
	border-bottom: 1px dotted #333;
	color: #333;
}

.centerpage {
  margin: 1.5em 0;
	font-size: 1.6em;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
}

.centerpage a {
	border: none;
	text-decoration: none;
	color: #6699cc;
}

ul {
	margin-top: 1.2em;
	line-height: 1.8em;
	font-size: 1.2em;
}

p {
	margin-top: 1.2em;
	line-height: 1.5em;
	font-size: 1.2em;
}

p span { text-decoration: underline;
       font-weight: bold; }
		 
div { margin: 0px; }

li { list-style-type: none; }

hr { color: #ff9933;
		 margin-top: 20px; }

img { border: 0px; }

label { float: left;
        width: 10em;
				margin-right: 1em;
				color: #666;
				}

fieldset {  margin: 1em 0;   
            padding: 0;
						width: 450px;
        background-color: #ccc;
         }
/*			   
legend { margin-left: 400px;   
         color: #000000;   
         font-weight: bold;
}
*/

fieldset ol { padding: 0.5em 1em 0 1em;   
              list-style: none;  
} 

fieldset li { padding-bottom: 0.5em;
 }
  
fieldset.submit { border-style: none;
                  text-align: center; }

left-aligned-labels.css (excerpt)   
fieldset li {    
float: left;    
clear: left;    
width: 100%;    
padding-bottom: 1em;   
}

left-aligned-labels.css (excerpt)   
fieldset {    
float: left;    
clear: left;    
width: 100%;    
margin: 1.5em 0 1.5em 0;    
padding: 0;   
}

left-aligned-labels.css (excerpt)   
fieldset.submit {    
float: none;    
width: auto;    
border: 0 none #FFF;    
padding-left: 12em;   
background-color: #fff;
}

				
#container {
  text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 780px;
	background-color: #fff;
/*	border: 1px solid red;      */
	border: 1px solid #708090;
}

#header {
	position: relative;
}

#logoArea {
  float: left;
  width: 200px;
	height: 126px;
  text-align: center;
}

#logoArea img {	padding-top: 10px; }

#toparea {
  margin-left: 201px;
  width: 578x;
	height: 126px;
	background-color: #fb5b05;
	color: #fff;
	position: relative;
}

#tmenu { direction: ltr;
				 font-size: 0.9em;
				 margin: 5px 10px 0px 1px;
				 float: right;
				 color: white;
}

ul#tmenu li {
   margin: 5px 0px 5px 0px;
	 display: inline;
	 letter-spacing: 2px;
}

ul#tmenu a:link { color: #fff;
         text-decoration: none;}

ul#tmenu a:visited { color: #fff;
         text-decoration: none;}

ul#tmenu a:hover { color: #333;
         text-decoration: none;}

#tagline {
  clear: both;
  position: absolute;
	top: 97px;
	left: 25px;
	font-size: 1.5em;
	}

#top_on {
  color: #333;
	font-weight: bold;
}

#cleartop {
  clear: both;
}

#Mcontent {
  position: relative;
	width: 780px;
	height: 520px;
	margin: 0px;
}

#McontentM {
  position: relative;
	width: 780px;
	height: 620px;
	margin: 0px;
}
/* - Long version: Tips, Pricing,  */

#McontentL {
  position: relative;
	width: 780px;
	height: 720px;
	margin: 0px;
}

/* - XLong version: Tips, Pricing,  */

#McontentXL {
  position: relative;
	width: 780px;
	height: 980px;
	margin: 0px;
}

#McontentXL td {
  text-align: center;
	color: #333;
}

#McontentXL td.wht {
  text-align: center;
	color: #fff;
}
  
#mainmenu {
  float: left;
  width: 200px;
	margin: 0px;
	height: 100%;
	background-color: #aaa;
}

#lmenu { direction: ltr;
         font-size: 1.0em;
				 margin: 15px 0px 0px 0px;
				 padding: 0px 0px 25px 0px;
         border: 1px solid #aaa;
				 color: #000;
}

ul#lmenu li {
   margin: 25px 0px 0px 40px;
	 letter-spacing: 2px;
	 line-height: 1.5em;
	 font-weight: bold;
}

ul#lmenu a:link { color: #444;
         text-decoration: none;}

ul#lmenu a:visited { color: #444;
         text-decoration: none;}

ul#lmenu a:hover { color: #000;
         text-decoration: none;
	       border-top: 1px dotted #333;
	       border-bottom: 1px dotted #333;
				 }

#main_on {
  color: #333;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px dotted #333;	
}

#BHbanner {
  border: 1px solid #aaa;
	margin-top: 10px;
	text-align: center;
}

a.BH { color: #0066ff;
       font-size: 0.9em;
       font-weight: bold; }

#c_info { margin: 0px 0px 15px 25px;
          padding-bottom: 10px;
	       font-size: 1.1em;
				 width: 110px;
	       line-height: 2.0em;
         color: #333;				 
         text-align: center;
         border: 1px dotted #333;					 				 
 }

#content {
  float: right;
	width: 520px;
	height: 100%;
	padding: 0px 20px;
}

p.list { margin-top: 0.1em;
	       line-height: 1.4em;
	       font-size: 1.1em;
 }

p.lquote {
	margin: 50px 30px 0px 30px;
	line-height: 1.5em;
	font-size: 0.9em;
	font-style: italic;
	color: #000;
}

p.redesign { margin: 0.5em 0 2em 0;
	       line-height: 1.4em;
 }

p#redesign2 { margin: 0.5em 0 0 0;
	       line-height: 1.4em;
 }

ul#wdesign { direction: ltr;
				 padding: 0px;
				 margin: 0px;
				 margin-top: 5px;
         border: 0px solid #999;
}

ul#wdesign li {
  background-image:url(../images/arrowO.gif);
  background-repeat:no-repeat;
  background-position:0px 5px;
  padding-left:16px;
}

.pitems { direction: ltr;
         border: 0px solid #999;
				 margin: 0px;
				 padding: 0px;
				 padding-left: 20px;
}

ul.pitems li {
   list-style-type: circle;
   line-height: 1.3em;
   margin: 15px 0px 0px 0px;
}


p.intro {
	margin: 1.2em 0px 1.5em 0px;
	line-height: 1.3em;
	font-size: 1.2em;
}

p.intro span {
  text-decoration: underline;
	}
	
.litems { direction: ltr;
         border: 0px solid #999;
				 margin: 0px;
				 padding: 0px;
				 padding-left: 20px;
}

ul.litems li {
   list-style-type: disc;
	 line-height: 1.2em;	 
   margin: 10px 0px 0px 0px;
}

ol.litems li {
	 line-height: 1.2em;	 
   margin: 10px 0px 0px 0px;
}

ul#tips { direction: ltr;
				 padding: 0px;
				 margin: 0px;
				 margin-top: 15px;
         border: 0px solid #999;
}

ul#tips li {	 
	line-height: 1.2em;	 
	font-size: 1.0em;
}

ul#tips li.subli {
  background-image:url(../images/arrowO.gif);
  background-repeat:no-repeat;
  background-position:0px 5px;
  padding-left:16px;
	font-size: 1.2em;
	color: #ff9933;
	font-weight: bold;
  margin: 15px 0px;
}

p.impl { text-decoration: underline;
			 	 font-size: 1.3em;
				 margin-top: 2.0em;
			 }

.thankupage {
  margin: 2.5em 0;
	font-size: 1.6em;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
}

.thankupage a {
	border: none;
	text-decoration: none;
	color: #6699cc;
}

p.tku { line-height: 1.5em;
			 	font-size: 1.3em;
			}

h4.sign { margin-top: 4em; }

#s1Form label { position: absolute;
               text-align: left;
							 width:150px; }

#s1Form input { margin-left: 160px; }

#s1Form textarea { margin-left: 160px; }
	
ul#site1 { padding: 0px;
				 margin: 0px;
				 margin-top: 20px;
         border: 0px solid #999;
}

ul#site1 > li {
  list-style-type: disc;
  margin: 10px 0px 0px 20px;	 
	line-height: 1.2em;	 
	font-size: 14px;
}

ul#site1 a {
	text-decoration: none;
	color: #333;
}

ul#site1 a:hover {
	text-decoration: underline;
	color: #000;
}

ul.site2 { padding: 0px;
				 margin: 10px 0px;
         border: 0px solid blue;
}

ul.site2 > li {
  list-style-type: circle;
  margin: 5px 0px 0px 25px;	 
	line-height: 1.2em;	 
	font-size: 14px;
}

ul.site3 { padding: 0px;
				 margin: 8px 0px;
         border: 0px solid red;
}

ul.site3 > li {
  list-style-type: square;
  margin: 5px 0px 0px 25px;	 
	line-height: 1.2em;	 
	font-size: 14px;
}

#footer {
  clear: both;
	color: #fff;
	font-size: 0.9em;
	height: 30px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;	
	position: relative;
}

#footer div {
  position: absolute;
	top: 7px;
	left: 30px;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}

#lwd { font-size: 0.9em;
       margin-top: 0.5em;
			 text-align: center; }

