/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input 
{ margin: 0;padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th,div, input 
{ font-size: 100%; font-weight: normal; font-style: normal; font-family: tahoma, verdana,  arial, Lucida Sans Unicode, sans-serif ; }
ul,ol { list-style: none; }
fieldset,img 
{ border: none; }
caption,th 
{ text-align: left; }
table 
{ border-collapse: collapse; border-spacing: 0; }
/* END RESET */


body
{
  text-align:center;
  background-color:#000000;
  font-size:0.8em;
 } 

p
{
  line-height:160%;
  margin-bottom:1em;
  color:#333333;
}

label
{
  clear:left;
  display:block;
  float:left;
  width:150px;
}

label.longQuestion
{
  width:400px;
}

ul a
{

}

form p
{
  clear:both;
}


blockquote
{
  background-image:url(../images/bg/forkknife.jpg);
  background-position:top left;
  background-repeat:no-repeat;
  width:315px;
  min-height:110px;
  height:auto !important;
  height:110px;
}

blockquote p
{

  background-color:#622628;
  color:#CCCC9A;
  font-family:georgia,"times new roman",serif;
  font-size:120%;
  font-style:italic;
  padding:10px;
  margin-left:35px;
  min-height:95px;
  height:auto !important;
  height:95px;
  clear:both;
  text-align:left;
}


strong
{
 font-weight:bold;
}

em
{
  font-style:italic; 
}

h1
{
color:#622628;
font-size:200%;
margin-bottom:0.7em;
text-shadow:2px 2px 2px #CCCCCC;
}

h2, #messagearea
{

  color:#622628;
  font-size:160%;
  margin-bottom:0.7em;
}
#messagearea
{
  display:none;
}
h3, .TitleFound
{
  color:#622628;
  font-size:130%;
  margin-bottom:0.7em;
}

h4
{
  color:#622628;
  font-weight:bold;
  font-size:130%;
  margin-bottom:0.7em;
}
h5
{
  color:#622628;
  font-size:130%;
  margin-bottom:0.7em;
  font-weight:normal;
}
h6
{
  color:#622628;
  font-weight:bold;
  font-size:110%;
  margin-bottom:0.7em;
}

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

.Selected
{
  font-weight:bold;
}

td
{
  vertical-align:top;
}

table.fullWidth
{
  table-layout: fixed; 
  width: 100%;
}
.content
{
  margin:auto;
  width:980px;
  text-align:left;

}

.half
{
  width:50%;
  float:left;
  margin:0;
  padding:0;
}

/* Standard definitons */




/****** HEADER DEFAULT *****/

.header
{
  margin:auto;
  height:155px;
}


.header_logo
{
  float:left;
  clear:left;
  margin-right:22px;
}

.header .content
{
  background-image:url(../images/bg/header_bg.gif);
  background-position:top center;
  background-repeat:no-repeat;
}

.header_search
{
  text-align:left;
  width:220px;
  margin-top:20px;
  float:right;
  clear:right;
}


.header_search #q
{
background-color:transparent;
background-image:url(../images/bg/search_box.gif);
background-position:center center;
background-repeat:no-repeat;
border:0 none;
float:left;
height:16px;
padding:2px 8px;
width:155px;
}

.header_search .imageButton
{
  float:left
}

.header_microsites
{
  float:left;
  font-size:85%;
  margin-top:20px;
}

.header_microsites ul
{
   width:240px;

}

.header_microsites ul li
{
  float:left;
  margin-left:20px;
}

.header_microsites ul li.ListItem0
{
  margin-left:0;
}

.header_microsites ul li a
{
  color:#FFFFFF;
  text-decoration:none;
}


.header_microsites ul li a:hover
{
  text-decoration:underline;
}

#theMenus
{
  float:left;
}

.menu, .submenu
{
  float:left;
  clear:left;
  width:800px;
}

.menu
{
  margin-top:60px;
}
.submenu
{
  margin-top:10px;
}

.menu ul li, .submenu ul li
{
  float:left;
}
.menu ul li
{


}
.menu ul li a
{
background-image:url(../images/bg/menu_dot.gif);
background-position:left center;
background-repeat:no-repeat;
color:#FFFFFF;
display:block;
font-family:arial,tahoma,verdana,sans-serif;
letter-spacing:-1px;
font-size:115%;
font-weight:bold;

margin-left:21px;
padding-left:21px;
text-decoration:none;
}

.menu ul li a:hover
{
color:#CCCC98;
}

.menu ul li a.Selected
{
  color:#CCCC98;
  
}

.menu ul li.ListItem1 a
{
  background-image:none;
  margin-left:0px;
  padding-left:0px;
}

.submenu ul li a
{
  border-left:1px solid #FFFFFF;
  margin-left:15px;
  padding-left:15px;
  text-decoration:none;
  display:block;
  color:#CCCC98;
  font-size:85%;
}


.submenu ul li a.Selected
{
  font-weight:bold;
}

.submenu ul li a:hover
{
  color:#FFFFFF;
}


.submenu ul li.ListItem1 a
{
  border-left:0;
  margin-left:0px;
  padding-left:0px;
}



/******* END DIV HEADER DEFAULT ******/

/******* DIV MAIN DEFAULT ******/

.main
{
  clear:both;
  background-image:url(../images/bg/backgroundfade.jpg);
  background-position:top left;
  background-repeat:repeat-x;
  background-color:#FFFFFF;
}
.main .wrapper
{
  background-image:url(../images/bg/laterals_bg.jpg);
  background-position:top center;
  background-repeat:no-repeat;

}
.main .content
{
  min-height:430px;
  height:auto !important;
  height:430px;
 /* background-color:#FFFFFF;*/
  font-size:100%;
  padding-top:15px;
}

.readMore
{
background-image:url(../images/bg/list-item-circle.gif);
background-position:left center;
background-repeat:no-repeat;
 padding-left:15px;
   text-decoration:underline;
}

.main ul
{
  padding-bottom:1em;
}
.main li
{
  background-image:URL(../images/bg/list-item-circle.gif);
  background-position:2px 9px;
  background-repeat:no-repeat;
  padding-left:15px;
}

.main li a, .main li
{
  line-height:200%
}

#leftHTML
{
  width:680px;
  margin-right:10px;
  float:left;
}

.leftHTMLimg
{
  width:568px;
  margin-right:15px;
  float:left;
  min-height:300px;
  height:auto !important;
  height:300px;
}

.full
{
  
  padding:0 15px 10px 15px;
}

#leftHalf
{
  width:470px;
  margin-right:5px;
  margin-left:15px;
}

#rightHalf
{
  width:470px;
  margin-left:5px;
}


#highImpact
{
  height:396px;
  width:701px;
  display:inline;
  float:left;
}


#highImpact .filter
{
  background-image:URL(../images/bg/homeimg.png);
  background-position:center center;
  background-repeat:no-repeat;  
  width:701px;
  height:392px;
  position:absolute;
  top:170px;
  z-index:50;
}

/**#highImpact .theImage
{
  background-position:center center;
  background-repeat:no-repeat;
  height:391px;
  width:701px;
}**/


#highImpact p
{
 color:#FFFFFF;
 display:none;
}


#newsBlock li
{
  background-image:URL(../images/bg/list-item-circle-white.gif);
  background-position:0 4px;
  background-repeat:no-repeat;
  padding-left:15px;
  text-align:left;
}

#newsBlock li a
{
  color:#CCCC9A;
}
#newsBlock li a:hover
{
  color:#FFFFFF;
}

#newsTitle
{
background-image:url(../images/bg/line_news.gif);
background-position:right top;
background-repeat:repeat-y;
float:left;
min-height:200px;
height:auto !important;
height:200px;

 text-align:left;
 width:155px;
 padding-left:15px;
}

#newsItems
{
  float:left;
  width:450px;
  margin-left:25px;
}
#eventSchedule
{
  float:left;
  width:206px;
  padding:78px 24px 0;
  margin-left:44px;
  background-image:url(../images/bg/schedule_bg.png);
  background-position:top center;
  background-repeat:no-repeat;
  min-height:216px;
  height:auto !important;
  height:216px;

}
.bannerRight
{
float:left;
height:auto !important;
margin-left:44px;
min-height:216px;
width:242px;
}

/******* END DIV MAIN DEFAULT ******/
/*******   START DIV FOOTER   ******/
.footer
{
 clear:both;
}
.siteFooter
{
  clear:both;
  background-image:url(../images/bg/footer_bg.jpg);
  background-position:center top;
  background-repeat:no-repeat;
  margin:auto;
  height:58px;
  font-size:0.8em;

}




.siteFooter li
{
  float:left;
  margin-left:20px;

}
.siteFooter li a
{
  text-decoration:none;
}
.siteFooter li a:hover
{
  text-decoration:underline;
}

.footer_content_legal
{
clear:both;
float:right;
margin-right:10px;
margin-top:17px;
width:500px;

}
.footer_content_legal ul
{
  float:right;
  margin-right:10px;
}
#copyright
{
  float:right;
  color:#CAD2AB;
}
#copyright a
{
 color:#CAD2AB;
 text-decoration:none;
}
.footer_content_legal li a
{
  color:#FFFFFF;
}
.footer_content_trail
{
  color:#999999;
  display:inline;
  float:left;
  margin-top:10px;
  margin-left:15px;
  padding-left:10px;
  background-image:URL(../images/contenttrail_item.jpg);
  background-position:center left;
  background-repeat:no-repeat;
}

.footer_content_trail li
{
  margin-left:10px;
}
.footer_content_trail li a
{
  font-weight:bold; 
  color:#999999;
}
#brandsFooter
{
  width:980px;
  height:248px;
  margin:auto;
  background-image:URL(../images/bg/BrandsFooter_bg.gif);
  background-position:top center; 
  background-repeat:no-repeat;
  color:#660066;
  padding-bottom:20px;
}

#brandsFooter p
{
  color:#6E6E6E;
}
#brandsFooter p strong
{
  color:#999999;
}
#brandsFooter a
{
text-decoration:none;
}

#brandsFooter .brandsText
{
  font-size:0.85em;
  width:280px;
  padding:30px;
  float:left;
}
#brandsLogos
{
  font-size:0.8em;
  width:620px;
  float:left;
  margin-top:15px;
  text-align:center;
}
#brandsLogos a
{
  display:block;
  float:left;
  height:110px;
  margin-left:9px;
  margin-right:9px;
  width:188px;
}

#brandsLogos a span.brandName
{
  color:#CCCC98;
  display:block;
}
#brandsLogos a span.brandLink
{
  color:#6E6E6E;
  display:block;
}
/*******   END DIV FOOTER   ******/

.clearer
{
  clear:both;
}

/******* Start Tree style *******/

.navigationTree
{
  background-image:URL(../images/bg/dotted_line.gif);
  background-position:top right;
  background-repeat:repeat-y;
  width:227px;
  padding-top:35px;
  float:left;
  margin:0 15px;
}

.navigationTreeBottom
{
  background-image:URL(../images/bg/menu_separator.gif);
  background-position:bottom right;
  background-repeat:no-repeat;
}
.navigationTree a
{
  display:block;
/*  font-weight:bold;*/
  text-decoration:none;
  padding-left:5px;
}
.navigationTree ul
{
 padding:0 10px;
 list-style-image:none;
 list-style-position:outside;
 list-style-type:none;
}

.navigationTree ul li 
{
  background-image:none;
  padding-left:15px;
  background-image:URL(../images/bg/list-Item-circle.gif);
  background-position:0 6px;
  background-repeat:no-repeat;


}

.navigationTree ul li.Selected
{
  background-image:URL(../images/bg/list-Item-circle2.gif);
}

.navigationTree ul li.Selected a, .navigationTree ul li.Selected li.Selected a
{
  background-color:#622628;
  color:#FFFFFF;
  font-weight:bold;
}

.navigationTree ul li.Selected li
{
  background-image:none;

}
.navigationTree ul li.Selected li a
{
  background-color:transparent;
  color:#622628;
  font-weight:normal;
}


.rightHTML
{
  width:708px;
  float:left;
  padding-top:15px;
}

.rightHTMLleft
{
  width:328px;
  float:left;
  margin-right:15px;
  min-height:600px;
  height:auto !important;
  height:600px;
}

#blackboard p
{
  margin-bottom:0;
  padding-bottom:15px;
}


#blackboard 
{
  width:566px;
  padding-top:15px;
  margin-right:15px;
  float:left; 
  background-image:url(../images/bg/board_top.gif);
  background-position:center top;
  background-repeat:no-repeat;
  background-color:#E8E0DE;

}


#blackboardimage
{
  float:left;
  text-align:center;
  width:350px;
}


#blackboardimage img
{
  border:3px solid #333333;
}

#blackboard .leftHTMLimg
{
  background-image:URL(../images/bg/board_bottom.gif);
  background-position:bottom center;
  background-repeat:no-repeat;
  float:none;
  width:auto;
  height:auto;
  min-height:auto;
  padding:0 15px;
  margin:0;
}

.rightHTMLright
{
  width:365px;
  float:right;
}


.rightImg
{
  width:365px;
  float:left;
  text-align:center;
}
.rightImg img, .rightHTMLright img
{
  border:3px solid #000000;
}


.Image_on_left
{
  float:left;
  clear:left;
  margin:8px 15px 15px 0;
}

.Image_on_right
{
  float:right;
  clear:right;
  margin:8px 0 15px 15px;
}

#resultados
{
  line-height:200%;
}

.UrlFound
{
  display:block;
  margin-bottom:2em;
}





input[type=checkbox]
{
  margin-left:5px;
}


.main input[type="text"]
{
border:1px solid #622628;
font-size:90%;
height:19px;
padding-left:2px;
padding-top:3px;
width:173px;
}


.main input[type="submit"]
{
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
background-color:#622628;
border:0 none;
color:#CCCC9A;
padding:0 25px;
height:25px;
}

.main input[type="submit"]:hover
{
  color:#FFFFFF;
  background-color:#333333;
}


textarea, select, option
{
  border:1px solid #622628;
  font-size:90%;
  width:175px;
  font-family:Helvetica, Arial, Verdana, Tahoma, sans-serif;

}
option
{
    border:0;
  font-size:90%;
  width:175px;
  font-family:Helvetica, Arial, Verdana, Tahoma, sans-serif;

}
textarea
{
  overflow:auto;
}

#brandsLogos a
{
  background-repeat:no-repeat;
  background-position:top center;
}

#bumpkinLink
{
  background-image:url(../images/brandsLogos/BumpkinBrand_Over.gif);
}

#eclipseLink
{
 background-image:url(../images/brandsLogos/EclipseBrand_Over.gif);
}

#boujisLink
{

  background-image:url(../images/brandsLogos/boujisBrand_Over.gif);
}

#cocoonLink
{

  background-image:url(../images/brandsLogos/CocoonBrand_Over.gif);
}

#PlaytimeLink
{
  background-image:url(../images/brandsLogos/PlaytimeBrand_Over.gif);
}


#OQOLink
{
  background-image:url(../images/brandsLogos/OQOBrand_Over.gif);
}
#igniteGroupLink
{
  background-image:url(../images/brandsLogos/igniteBrand_Over.gif);
  background-repeat:no-repeat;
  background-position:top center;
  display:block;
  width:100%;
  text-align:center;
}


#spbts_fields
{
  display:none;
}

