@charset "utf-8";
/* CSS Document */

.jFlowNext,.jFlowPrev{
cursor:pointer;
display:block;
width:20px;
height:170px; 
z-index:100;
position:relative;
padding-top:140px;
margin-top:-140px;
}

#slides{
height:325px;}


#menu{
height:40px;
vertical-align:middle;}

#tabs{
padding:0;
margin:0px;
}

.content-box{
padding:15px 10px 15px 10px;}

.content-box-2{
padding:30px 10px 20px 0px;}

.content-box-3{
padding:10px 10px;}

.content-box-3 p.omega{
padding:28px 10px 10px 10px;}

.content-box-4{
padding:35px 10px 15px 10px;}

.vertical-spliter{
background:url(../images/vertical-spliter.gif) bottom center no-repeat;}

.vertical-spliter-gray{
background-image:url(../images/dark-gray-pixel.gif);
background-position: center center;
background-repeat: repeat-x;
height:3px;
}

/* MENU TOP*/
ul.menu-top{
list-style:none;
padding:5px 0px 0px 0px;
margin:0px;
float:right;
}

ul.menu-top li{
float:left;
margin: 0px 0px 0px 40px;
padding:0px;
font-size:1.1em;}

ul.menu-top li.omega{
margin: 0px 0px 0px 0px;
padding:0px;
}

ul.menu-top li a{
color:#646165;
text-decoration:none;
font-weight:bold;}


ul.menu-top li a:hover, ul.menu-top li a.current{
color:#e2007a;
text-decoration:underline}

ul.menu-top li a:active{
color:#b1b3b4;
text-decoration:underline}

/*MENU TOP*/


/*LIST SERVICES*/
ul.list-services{
list-style:none;
margin:0px;
padding:0px;
background-color:#000000;
}


ul.list-services li{
height:30px;
background-color:#29292b;
margin:0px 0px 1px 0px;
padding:0px;
}

ul.list-services li a{
color:#0F0F0F;
text-decoration:none;
font-size:1.2em;
font-weight:bold;
display:block;
vertical-align:middle;
height:24px;
padding:6px 0px 0px 30px;
margin:0px 0px 0px 70px;
background:top left no-repeat url(../images/list-services-item-bullet.gif) #E4E4E4;}

ul.list-services li a:hover{
background-image:url(../images/list-services-item-bullet-hover.gif);
background-color:#0F0F0F;
color:#e2007a;}
/*END LIST SERVICES*/



/* Menu TAB*/
ul.menu-tab{
padding:0;
margin:0px 0px 0px 0px;
height:25px;
list-style:none;
border-bottom:3px solid #e2007a;
}

ul.menu-tab li{
float:left;
margin:0px 2px -15px 0px;
width:13em;
height:40px;
position:relative;
}

ul.menu-tab li a{
background-color:#0F0F0F;
color:#FFFFFF;
height:17px;
width:10em;
display:block;
padding:0.4em 1.5em;
text-decoration:none;
position:relative;
}

ul.menu-tab li a:hover{
background-color:#e2007a;
}

ul.menu-tab li.current{
background:url(../images/tab-menu-arrow-down.gif) 20px 27px no-repeat;
}

ul.menu-tab li.current a{
background-color:#e2007a;}
/* Menu TAB */


/*Slides arrows*/
#left-arrow, #right-arrow{
width:20px;
height:175px;
background-color:#111111;
float:left;
padding:150px 5px 0px 5px;
z-index:1000;
position:relative;
left:0;
opacity:1;
}

#right-arrow{
padding:150px 0px 0px 10px;
left:910px;
top:-325px;}

#slide-content{
width:880px;
height:325px;
float:left;
}
/* end slides arrows*/


/*Columns*/
#two-columns{
background:url(../images/column-spliter.gif) no-repeat center top #E4E4e4;}
/*End columns*/


.comment{
background: url(../images/comment-odd-arrow-left.gif) 40px bottom no-repeat;
}

.comment.even{
background-image:url(../images/comment-even-arrow-left.gif);}

.comment p{
padding:20px 10px;}

.comment.even p{
background-color:#d8d8d8;
}

.comment.odd p{
background-color: #e6e6e6;
}


/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 185 2009-02-09 21:51:12Z emartin24 $
 *
 */


/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {background-color:#2e2e2e; border:3px solid #A9A4AB;}
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#simplemodal-container #sendAlert {padding:8px;}

ul.tweet_list{
list-style:none;
margin:0;
padding:0;
}

ul.tweet_list li{
margin:20px 0px 0px 0px;
padding:0;
padding-bottom:20px;
}

ul.tweet_list li span{
display:block;
padding:10px 10px;
background-color: #e6e6e6;
font-family:Helvetica, Arial, sans-serif;
font-size:1.2em;
}

ul.tweet_list li a{
display:block;
padding:0px 10px 10px 10px;
background-color: #e6e6e6;
margin:0px;
}

ul.tweet_list li.tweet_even{
background: url(../images/comment-even-arrow-left.gif) 40px bottom no-repeat;
padding-bottom:18px;
}

ul.tweet_list li.tweet_even *{
background-color:#d8d8d8;
}

ul.tweet_list li.tweet_odd{
background: url(../images/comment-odd-arrow-left.gif) 40px bottom no-repeat;
}

ul.tweet_list li.tweet_odd *{
background-color: #e6e6e6;
}

.tweet_text{
color:#04a6e2;
font-size:1.1em;}
