      /*

      Theme Name: Olele
      Theme URI: http://olele.es/
      Description: A Child Theme of Dilectio, designed by <a href="http://designdisease.com">Design Disease</a>
   Version: 1
   Author: Design Disease
   Author URI: http://designdisease.com/

      Template: dilectio/dilectio

      */





body { background: #FFFFFF url(images/seigaiha.jpg) ; font-family: "Trebuchet MS", sans-serif; font-size: 12px; padding: 0px; margin: 0px; color:#beb9a6;}

html { padding: 0; margin: 0; overflow-y: scroll;}

a:link { text-decoration: none; color : #f69240; border: 0px; -moz-outline-style: none;}
a:active { text-decoration: none; color : #f69240; border: 0px; -moz-outline-style: none;}
a:visited { text-decoration: none; color : #f69240; border: 0px; -moz-outline-style: none;}
a:hover  { text-decoration: none; color:#91d8ae; border: 0px; -moz-outline-style: none;}
a:focus { outline: none;-moz-outline-style: none;}


h1, h2, h3, h4 {font-family: Helvetica, "Trebuchet MS", Arial,  sans-serif;}

h1 {
margin: 0px;
padding: 0px;
}


img { padding: 0px; margin: 0px; border: none; text-align: center;}
hr { border-left:0px solid #abb0b5; border-right:0px solid #abb0b5; border-top:1px dotted #abb0b5; border-bottom:0px solid #abb0b5; height : 1px;  }

form { padding: 0px; margin: 0px;}
input { font-family: 'Verdana'; color: #282b31; font-size: 11px;}
textarea { font-family: 'Verdana'; color: #282b31; font-size: 11px;}
select { font-family: 'Verdana'; color: #282b31; font-size: 11px;}

/* Header +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#bgcontainer { width: 1005px; margin: 0 auto;}

/**/ * html .Header { height: 130px;} /* */ 
.Header { width: 790px; float: left; padding: 0; margin: 0 0 15px 15px; position:relative; min-height: 130px; background-color: #FFFFFF;}

.Header .Logo { float: left; }

.LogoText {
margin: 0px; /* usalo para separar desde fuera del contenido */
padding: 0px; /* usalo para separar desde dentro del contenido */
}
.LogoText a {
background: url('images/logo.gif') no-repeat; /* el lugar donde tienes el logo */
width:185px; /* ancho de la imagen */
height:130px; /* alto de la imagen */
text-indent:-999em; /* hace desaparecer el texto */
display:block;
z-index:99;
}

.Header .Desc { position: absolute; top: 100px; color:#cc0000; font-size: 14px; line-height: 14px; font-weight: bold; font-family: Helvetica, "Trebuchet MS", Arial,  sans-serif;  padding: 0px; margin: 0px; }




/* Language Selector   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#lang_sel {
float: right;
position:relative;
z-index:99;
font-family: "Trebuchet MS", Arial,  sans-serif;
width:160px;
border: none;
}

#lang_sel_list {
width: 155px;
}
#lang_sel_list li {
width: 74px;
}

/* hack to correct IE5.5 faulty box model */
* html #lang_sel {
width:12em;
w\idth:12em;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
#lang_sel ul {
/*visibility:hidden;position:absolute;*/
height:0;
top:19px;
left:0;
}
/* another hack for IE5.5
* html #lang_sel_list ul {top:18px;t\op:19px;}

/* remove all the bullets, borders and padding from the default list styling */
#lang_sel ul, #lang_sel li {
padding:0 !important;
margin:0 !important;
list-style-type:none !important;
border: none;
}
#lang_selt li:before{
content:'' !important;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#lang_sel li {
position:relative;
width:140px;
}

/* style the links for the top level */
#lang_sel a, #lang_sel a:visited {
border:none;
display:block;
font-size:14px;
font-weight: bold;
text-decoration:none !important;
color:#B7295A;
text-align: right;
line-height:20px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #lang_sel a, * html #lang_sel a:visited {
width:200px;
w\idth:200px;
}

/* style the top level hover */
#lang_sel a:hover {color:#B7295A; }
#lang_sel :hover > a {color:#B7295A;}

#lang_sel a.lang_sel_sel{
font-weight: normal;
    color:#BEB9A6;
    line-height:20px;
}
#lang_sel a.lang_sel_sel:hover{
line-height:20px;
    color:#B7295A;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#lang_sel table {position:absolute; top:0; left:0; border-collapse:collapse;}







/* Menu +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Menu {
display: block;
height: 130px;
width: 585px;
padding: 0px;
margin: 0 0 0 200px;
position: relative;
background: #FFFFFF url(images/MenuBkg.gif) ;
}

.Menu em { display: none}

.Menu ul { list-style: none; margin: 0px; padding: 73px 0 0 0; }

.Menu ul li {
padding: 0px;
margin: 0px;
display: inline;
font-size: 18px;
line-height: 20px;
font-weight: normal;
 }

.Menu ul li a {
padding: 25px 0 10px 0;
margin: 0 0 0 30px;
float: right;
text-decoration: none;
background: #fff;
}

.Menu ul li a span {
padding: 0 10px 0 10px;
display: block;
float: right;
}
.Menu ul li a span { float: none; color: #5e172d;}
.Menu ul li a:hover span { color:  #b7295a; }
.Menu ul li a:hover { text-decoration: none; }
.Menu ul li a:hover span { color: #b7295a; }

.Menu ul li ul { display: none;}

/* Container +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.CON { width: 975px; float: left; padding: 0px 15px 0px 15px; }

.SCS { width: 435px; float: left; padding: 0px 15px 0px 15px;}

/* Side Central +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.SC { width: 560px; float: left; padding: 5px 15px 0px 15px; margin-left: 15px;  background: #fff;}
.pagetitle { font-size: 24px; color: #b7295a; line-height: 24px; letter-spacing: -0.5px; font-weight: bold; padding: 0px 0px 1px 0px; margin: 0px;}


/* Page +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.PageHead { margin-left: 20px; }
.PageHead h2 { font-size: 24px; color: #b7295a; line-height: 24px; letter-spacing: -0.5px; font-weight: bold; padding: 0px 0px 1px 0px; margin: 0px; }

.PageHead h3 { font-size: 12px; line-height: 14px; font-weight: bold; padding: 0px; margin: 0px; color:#B7295A;}

/* Post +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Post {  padding: 15px 0px; position: relative; clear: left;}

.PostHead { margin: 0 0 15px 55px; }
.PostHead h2 { font-size: 24px; line-height: 24px; letter-spacing: -0.5px; font-weight: bold; padding: 0px 0px 1px 0px; margin: 0px; }
.PostHead h2 a { color: #b7295a; text-decoration: none;}
.PostHead h2 a:visited { color: #b7295a; text-decoration: none;}
.PostHead h2 a:hover { color:#f69240; text-decoration: none;}

.PostHead h3 { font-size: 12px; line-height: 14px; font-weight: bold; padding: 0px; margin: 0px; color:#B7295A;}

.altlanguages {
position: absolute;
right: 0;
line-height: 28px;
}


/**/ * html .PostTime { left: -15px;} /**/ 
.PostTime { padding: 0px; margin: 0px; position: absolute; left: -15px; top: 3px; background: url(images/PostTimeBkg.gif) no-repeat; height: 71px; width: 67px; text-align: center; }
.PostTime strong { display: block; line-height: 9px; font-family: 'Verdana';}
.PostTime .day { font-size: 16px; line-height: 18px; letter-spacing: -1px; padding-top: 20px; font-family: 'Arial'; color:#B7295A; }
.PostTime .month { font-size: 10px; text-transform: lowercase; color:#B7295A; }
.PostTime .year { padding-top: 7px; font-weight: normal; color: #dedac8; }

.PostHead small {padding: 0px; margin: 0px; font-size: 11px; line-height: 16px; font-weight: bold; display: block}

.PostAuthor { color:#999; }

.PostCat { color:#DEDAC8; }
.PostCat a { color:#DEDAC8; text-decoration: none; }
.PostCat a:visited { color:#DEDAC8; text-decoration: none; }
.PostCat a:hover { color:#91d8ae; text-decoration: none; }

.PostContent { padding: 25px 20px 10px 20px; font-size: 13px; line-height: 1.4em ; color:#63565f;}
.PostContent p { font-size: 13px; line-height: 1.4em; color:#63565f; text-align: justify;}
.PostContent p strong {
color: #63565F;
}
.PostContent img {}
.PostContent ol { padding: 10px 0px 10px 25px; margin: 0px; }
.PostContent ol li { padding: 2px 0px 2px 0px; font-size: 12px; line-height: 15px; color:#63565f; }
.PostContent ul { padding: 5px 0px; margin: 0px; }
.PostContent ul li { padding: 2px 0px 2px 15px; list-style-type: none; background: url(images/PostContentLiIco.png) no-repeat left top; font-size: 12px; line-height: 15px; color:#63565f; }
.PostContent blockquote { padding: 10px; margin: 0px; color:#993366; background: #eeead8;}
.PostContent blockquote p { font-size: 12px; padding: 0px; margin: 0px; line-height: 15px;}
.PostContent blockquote p img { margin: 10px; padding: 5px; border: double 1px #FFF; }
.PostContent blockquote ul li { padding: 2px 0px 2px 15px; list-style-type: none; font-size: 12px; line-height: 15px; background: url(images/PostContentblocqLiIco.png) no-repeat left top;}
.PostContent blockquote a { color:#91d8ae;}
.PostContent blockquote a:visited { color:#91d8ae;}
.PostContent blockquote a:hover { color:#ced64b;}

/**/ * html .PostContent p img {} /* */ 
.PostContent p img { max-width: 420px;}
.PostContent p img { width:expression(this.width > 420 ? "420px" : this.width); }
.PostContent img { margin: 10px; padding: 5px; border: double 1px #EEEAD8; }




.PostCom { padding-top: 10px; background: url(images/PostComBkg.gif) repeat-x top;}
.PostCom ul { padding: 0px; margin: 0px;}
.PostCom li { float: right; padding: 5px 20px 5px 0px; margin: 0px 5px 0px 0px; list-style-type: none; display: inline; color:#336699; font-size: 12px; }
.PostCom li a { font-weight: bold; text-decoration: none; color:#BEB9A6;}
.PostCom li a:visited { font-weight: bold; text-decoration: none; color:#BEB9A6;}
.PostCom li a:hover { font-weight: bold; text-decoration: none; color:#91d8ae;}

.PostCom .Com { background: url(images/PostCom.gif) no-repeat right center; }
.PostCom .Tags { padding-left: 0px;}


/* Note ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.Note { padding: 0 20px 0 20px; margin: 0px;}
.Note li { padding: 3px 0px 3px 15px; margin: 0px; list-style-type: none; font-size: 12px;}
.Note a:link { color:#B7295A; text-decoration: none;}
.Note a:visited { color:#B7295A;}
.Note a:hover { color: #ced64b; text-decoration: none;}
.NoteRss { background: url(images/NoteRss.png) no-repeat left top;}
.NoteTrackBack { background: url(images/NoteTrackBack.png) no-repeat left top;}

/* TrackbackList ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.TrackList { background: #f4ebef url(images/TrackListBottom.gif) no-repeat bottom; padding: 15px; margin-top: 20px; position:relative;}
.TrackListTop { background: #f4ebef url(images/TrackListTop.gif) no-repeat top; position: absolute; top: 0px; left: 0px; width: 455px; height:10px; }
.TrackList h3 { font-size: 14px; font-weight: bold; margin: 0px 0px 5px 0px; padding: 0px 0px 5px 0px; color:#333366; letter-spacing: -1px; border-bottom: dashed 1px #beb4c1;}
.TrackList ul { padding: 0px; margin: 0px;}
.TrackList li { padding: 0px 0px 0px 10px; margin: 0px; list-style-type: none; font-size: 11px; background:url(images/TrackListIco.gif) no-repeat left top;}
.TrackList li a { color:#cc3366; }

/* Navigation - PlugIn +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Nav { font-size: 11px; padding: 10px 0px; color:#666; font-family: 'Verdana';}
.Nav a { padding: 1px 6px 1px 4px; border-right: solid 1px #666; font-size: 11px;}
.Nav a:visited { padding: 1px 6px 1px 4px; border-right: solid 1px #666;}
.Nav a:hover { padding: 1px 6px 1px 4px; border-right: solid 1px #666; text-decoration: none;}
.Nav span { padding: 1px 6px 1px 4px; color:#666; border-right: solid 1px #666; }
.Nav .on { padding: 1px 6px 1px 4px; border-right: solid 1px #666; font-size: 11px; color:#003366;}

/* Comments ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Comments { margin: 20px 0px 0px 0px; padding: 15px 0 0 0; background: url(images/PostComBkg.gif) repeat-x top; position: relative;}
.Comments h3 { font-size: 16px;  margin: 0px 0px 15px 0px; padding: 5px 0px; color:#BEB9A6;}

/* Comments List  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.List ol { padding: 0px; margin: 0px;}
.List li { position: relative; padding: 5px 0px; margin: 10px 0px; list-style-type: none; background: url(images/PostDotted.gif) repeat-x bottom; }

/**/ * html .List .LGrav { right: 30px;} /* */ 
.List .LGrav { position: absolute; right: 0px; top: 10px;}
.List .LGrav img { border: solid 1px #BEB9A6; padding: 2px; background: #fff;}

.List .LUsr { margin: 0px; padding: 0px; font-size: 11px; line-height: 12px; color:#999;}
.List .LUsr a { color:#999; text-decoration: none;}
.List .LUsr strong { font: bold 16px Helvetica, "Trebuchet MS", Arial,  sans-serif; letter-spacing: -1px; color:#666;}
.List .LUsr strong a:link, a:visited { color:#F69240; text-decoration: none;}
.List .LUsr strong a:hover { color:#ced64b; text-decoration: none;}

.List .LCon { margin: 10px 0px 0px 0px; padding: 0px; font-size: 12px; line-height: 16px; }
.List .LCon p { color:#63565F; background-color: #faf7ea; margin: 0px; padding: 10px; font-size: 12px; line-height: 16px;}

.List .Author { background:fff; }



/* Comments Form ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Form .Email { background: url(images/FooterEmail.png) no-repeat left top;}

.Form {  padding: 0px 0px 30px 0px; position: relative; margin: 0 0 0 30px; font-family: 'Verdana';}
.Form form { margin: 0px; padding: 0px;}
.Form a { text-decoration: none;}
.Form p { padding: 0px 0px 2px 0px; margin: 0px; color:#666; }
.Form p small strong { font-weight: bold; color:#FF3300;}
.Form p small { font-size: 11px; display: block; padding: 6px 0px; color:#000;}
.Form .TextField { color:#003366; background: #FFF; border: solid 1px #EEEAD8; padding: 6px; font-size: 12px; display: block; width: 384px;}
.Form .TextArea { color:#63565F; background: #FFF; border: solid 1px #EEEAD8; padding: 6px; font-size: 12px;}
.Form input.SubmitComment { width: 37px; height: 33px; background: #FFF url(images/SubmitComment.png) no-repeat; margin-top: 4px;}
.Form input.SubmitComment:hover { background: #FFF  url(images/SubmitComment.png) no-repeat 0 -33px; margin-top: 4px;}
.Form input.SubmitCommentIE { width: 37px; height: 33px; background: #FFF url(images/SubmitComment.png) no-repeat 0 -33px; margin-top: 4px;}


/* Side Right +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.SR { width: 500px; float: right; position: relative; padding: 0px; }

#shop {
text-align: center;
margin-top: 15px;
}


/* Side Right Left +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.SRL { width: 185px; float: left; position: relative;}
.SRL .widget { background: #fff; padding: 15px; margin: 0 0 15px 0;}
.SRL .widget h2 { color:#B7295A; font-size: 16px;  padding: 0px 0px 5px 0px; margin: 0px; }
.SRL .widget ul { margin: 0px; padding: 0px;}
.SRL .widget li { margin: 0px; padding: 0px; list-style-type: none; }
.SRL .widget a { color:#BEB9A6; text-decoration: none;}
.SRL .widget a:visited { color:#BEB9A6;}
.SRL .widget a:hover { color:#f69240; text-decoration: none;}

.SRL .widget_tag_cloud { font-family: Helvetica, "Trebuchet MS", Arial,  sans-serif; line-height: 22px;}

.SRL .textwidget { text-align: justify; word-spacing: -0.05em;}
.SRL .textwidget a { color: #F69240;}
.SRL .textwidget a:visited { color: #F69240;}
.SRL .textwidget a:hover { color: #91d8ae;}
/*
.SRL .widget_calendar table { width: 100%;}
.SRL .widget_calendar table td { text-align: center; padding: 3px; }
.SRL .widget_calendar caption { background: #ffe0bf; padding: 5px 0px;}
.SRL .widget_calendar #today { background: #ffe0bf;}

.SRL .widget_search #s { width: 160px; border: solid 1px #cebea9; padding: 3px; margin-bottom: 5px;}

.SRL .widget_flickrrss { height: auto; float: left; width: 300px; border-bottom: 10px solid #fff;}
.SRL .widget_flickrrss h2 { margin-bottom: 10px;}
.SRL .widget_flickrrss ul { padding: 0px; margin: 0px; clear: left;}
.SRL .widget_flickrrss li { background: url(images/SRL-widgetflickrbkg.gif) no-repeat left top; list-style-type: none; display: inline; padding: 7px; float: left;}
.SRL .widget_flickrrss li a img { background: #fff; padding: 3px; border: solid 1px #cebea9; width: 48px; height: 48px;}
.SRL .widget_flickrrss li a:visited img { background: #fff; padding: 3px; border: solid 1px #cebea9; width: 48px; height: 48px;}
.SRL .widget_flickrrss li a:hover img { background: #660000; padding: 3px; border: solid 1px #660000;}
*/

/* Side Right Right +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.SRR { width: 170px; float: right; padding: 0px; position: relative; top: -150px; }
.SRR h2 { color:#B7295A; font-size: 16px;  padding: 0px 0px 5px 0px; margin: 0px;}

.SRR ul { margin: 0px; padding: 0px;}
.SRR li { margin: 0px; padding: 0px; list-style-type: none; }
.SRR a { color:#BEB9A6; text-decoration: none;}
.SRR a:visited { color:#BEB9A6;}
.SRR a:hover { color:#f69240; text-decoration: none;}

/* Categories +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.SRR .widget { margin: 0px 0px 15px 0px; padding: 15px; background: #fff;}
.SRR .widget ul { margin: 0px; padding: 0px;}
.SRR .widget li { margin: 0px; padding: 1px 0px 1px 0px; list-style-type: none; font-size: 12px;  color:#999;}

.SRR .widget_search #s { border: solid 1px #cebea9; padding: 3px; margin-bottom: 5px;}

/*.SRR .widget li a { color:#B7295A;}
.SRR .widget li a:visited { color:#B7295A;}
.SRR .widget li a:hover { color:#f69240; text-decoration: none;}

 .SRR .widget_categories ul { margin: 0px; padding: 0px;}
.SRR .widget_categories ul li { margin: 0px; padding: 1px 0px 1px 0px; list-style-type: none; font-size: 12px; border-bottom: solid 1px #eeede4; color:#999; font-weight: bold;}
.SRR .widget_categories ul li a { color:#cc0000;}
.SRR .widget_categories ul li a:visited { color:#cc0000;}
.SRR .widget_categories ul li a:hover { color:#ff6600; text-decoration: none;}
.SRR .widget_categories ul ul { margin: 2px 0px 0px 0px; padding: 0px; list-style-type: none; background: none; border-bottom: none;}
.SRR .widget_categories ul li li { margin: 0px; padding: 1px 0px; list-style-type: none; background: none; border-bottom: none; font-size: 12px; font-weight: normal;}

.SRR .widget_tag_cloud { font-family: Helvetica, "Trebuchet MS", Arial,  sans-serif; line-height: 22px;}

.SRR .widget_calendar table { width: 100%;}
.SRR .widget_calendar table td { text-align: center; padding: 3px; }
.SRR .widget_calendar caption { background: #fff3e2; padding: 5px 0px;}
.SRR .widget_calendar #today { background: #fff3e2;}

/*

.SRR .widget_flickrrss h2 { margin-bottom: 10px;}
.SRR .widget_flickrrss ul { padding: 0px; margin: 0px; clear: left;}
.SRR .widget_flickrrss li { list-style-type: none; display: inline; padding: 0px; margin: 0px 10px 10px 0px; border-bottom: none;}
.SRR .widget_flickrrss li a img { background: #fff; padding: 3px; border: solid 1px #cebea9; width: 58px; height: 58px;}
.SRR .widget_flickrrss li a:visited img { background: #fff; padding: 3px; border: solid 1px #cebea9; width: 58px; height: 58px;}
.SRR .widget_flickrrss li a:hover img { background: #660000; padding: 3px; border: solid 1px #660000;}

/* Flickr RSS - PlugIn ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Flickr { margin-bottom: 10px;}
.Flickr h3 { background: url(images/FlickrH3.gif) no-repeat left center; padding: 5px 0px 5px 20px; margin: 0px; color:#ff3366; letter-spacing: -1px; font-size: 14px; font-weight: bold;}
.Flickr ul { padding: 10px 0px; margin: 0px;}
.Flickr li { background: none; padding: 0px; margin: 0px 6px 0px 0px; list-style-type: none; display: inline; border-bottom: none;}
.Flickr li a img { background: #fff; padding: 1px; border: solid 4px #d4e7f2; width: 53px; height: 53px; margin-bottom: 5px;}
.Flickr li a:hover img { background: #fff; padding: 1px; border: solid 4px #ff3366; margin-bottom: 5px;}




/* About Blog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.About { background: #ff6600 url(images/AboutBkg.gif) no-repeat left bottom; padding: 0px 20px 10px 20px; color:#fff;}
.About h2 { padding: 0px; margin: 0px; font-size: 18px; font-weight: normal;}
.About p { padding: 5px 0px; margin: 0px; font-size: 13px; line-height: 16px;}

/* About Articles/Comments ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Recent { background: #ffe0bf url(images/RecentBkg.gif) repeat-x left top; padding: 10px; margin-bottom: 10px;}

.TabMenu { float: left; margin: 0px; padding: 0px; }
.TabMenu li { padding: 0px; margin: 0px; list-style-type: none; display: inline; font-size: 14px; line-height: 14px; font-weight: bold; font-family: Helvetica, "Trebuchet MS", Arial,  sans-serif; text-transform: lowercase;}
.TabMenu li a { padding: 0px 0px 0px 9px; margin-right: 7px; background: url(./images/mleft.gif) no-repeat left top; float: left;}
.TabMenu li a span { padding: 4px 9px 9px 0px; display: block; background: url(./images/mright.gif) no-repeat right top; float: right; }
.TabMenu li a span { float: none; color: #cc0000;}
.TabMenu li a:hover span { color: #cc0000;}
.TabMenu li a:hover { background-position: 0% -27px; color:#ffff99; text-decoration: none;}
.TabMenu li a:hover span { background-position: 100% -27px;  color:#ffff99;}

.TabLink a:link.active { background-position: 0% -27px; color:#ffff99; text-decoration: none;}
.TabLink a:link.active span { background-position: 0% -27px; color:#ffff99; text-decoration: none;}

.TabLink a:visited.active { background-position: left bottom;  color:#ffff99;}
.TabLink a:visited.active span { background-position: right bottom;  color:#ffff99;}

.TabContent { clear: left; padding-top: 10px;}
.TabContent ul { padding: 0px; margin: 0px;}
.TabContent li { color:#000033; padding: 1px 0px 1px 0px; margin: 0px; list-style-type: none; border-bottom: solid 1px #ecc9a5; font-size: 13px;}
.TabContent li a { color:#336699; text-decoration: none;}
.TabContent li a:visited { color:#336699; text-decoration: none;}
.TabContent li a:hover { color:#000033; text-decoration: none;}


/* Contact Form7++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.wpcf7-form {
width: 260px;
margin: 40px 0 0 130px;
}





/* Footer ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.FBG { width: 100%; float: left; padding: 20px 0 0 0;}
.Footer { text-align: center;width: 980px; margin: 0 auto; padding: 10px 0px 10px 30px;}
.Footer p { font-size: 9px; line-height: 12px; color:#BEB9A6; padding: 0px; margin: 0px; font-family: 'Verdana', sans serif; }
.Footer a { color:#BEB9A6; text-decoration: none; font-weight: bold;}
.Footer a:hover { color:#F69240; text-decoration: none; font-weight: bold;}




