/* DEFAULT TAGS */

html	{ 
	background: url(../images/html_bg.gif) repeat-x;
}

html, body	{ height: 100%; }

body	{
	padding: 0;
	margin: 0;
	background: url(../images/body_bg.gif) no-repeat 50% 111px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #375d81;
}

a	{
	color: #183152; 
	text-decoration: none;
}

.col_right a {
	color: orange ;
	background-color:#f3f6fa;
}
.col_right_newsletter a {
	background-color:transparent;
	text-decoration:underline;
}

a:hover	{ text-decoration: underline; }

h2, h3, h4	{ 
	font-weight: normal;
	font-family: "Trebuchet MS", Arial;
}

h2	{
	margin: 0 0 14px;
	font-size: 24px;
	line-height: 24px;
	color: #183152;
}

h3	{
	margin: 0 0 7px;
	padding-top: 23px;
	font-size: 18px;
	line-height: 20px;
}

p { margin: 0 0 14px; }

ul	{
	padding: 0;
	margin: 0;
	list-style: none;
}
ol {
    padding-left: 10px;    
    list-style:decimal;
}
img	{ border: none; }

big	{ font-size: 18px; }


/* HEADER TAGS */
#header	{
	width: 869px;
	height: 85px;
	margin: 0 auto 15px;
	padding-top: 10px;
	background: url(../images/header/header_bg.gif) no-repeat right bottom;
}

#header h1	{
	margin: 0;
	padding-left: 7px;
	float: left;
}

#header h1 span	{ display: none; }

#header ul#menu	{ 
	float: right;
	margin-top: 14px;
	font: 11px "Trebuchet MS", Arial;
}

#header ul#menu li	{ 
	float: left;
	margin-right: 14px;
}

#header ul#menu li a	{
	float: left;
	margin-right: 12px;
	color: #375d81;
	text-decoration: none;
}

#header ul#menu li a:hover	{ text-decoration: underline; }

#header ul#menu li.last	{ margin-right: 0; }

div.input_field	{
	float: right;
	height: 25px;
	padding-left: 2px;
	margin-top: 10px;
	background: url(../images/header/input_bg.gif) no-repeat;
}

div.input_field input	{
	float: left;
	width: 210px;
	padding:  4px 3px;
	border: none;
	background: none;
	font: 10px "Trebuchet MS", Arial;
	color: #345a7e;
	line-height: 16px;
}

div.input_field input.submit_btn	{
	width: 50px;
	height: 25px;
	background: url(../images/header/submit_btn.gif) no-repeat;
	padding: 0;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}

.PRButton 
{
	
	height: 25px;
	background: url(../images/PRForm_btn.gif) no-repeat;
	padding: 0;
	
	color: #fff;
	text-transform: uppercase;
		width: 210px;
	padding:  4px 3px;
	border: none;
	font: 12px "Trebuchet MS", Arial;
	line-height: 16px;
	
	}


/* NAVIGATION TAGS */
ul.nav	{
	width: 910px;
	height: 42px;
	margin: 0 auto 19px;
	background: url(../images/nav/nav_bg.gif) no-repeat;
	font: 18px "Trebuchet MS", Arial;
}

ul.nav li	{
	float: left;
	background: url(../images/nav/item_border.gif) no-repeat right 5px;
	position: relative;
}

ul.nav li a	{
	display: block;
	float: left;
	height: 30px;
	background-image: url(../images/nav/item_act.gif);
	background-repeat: repeat-x;
	background-position: 0 -42px;
	padding: 12px 30px 0;
	color: #375d81;
	line-height: 18px;
	text-decoration: none;
}

ul.nav li a:hover {
	background-image: url(../images/nav/item_hover.gif);
}

ul.nav li.active a, ul.nav li a:hover, ul.nav li:hover a, ul.nav li.hover a	{ 
	background-position: 0 0;
	color: #fff;
}

ul.nav li.last { background: none; }

ul.nav li ul	{
	display: none;
	width: 241px;
	position: absolute;
	top: 42px;
	z-index:100;
	left: 0;
	font: 14px Arial, Helvetica, sans-serif;
}

ul.nav li ul li 	{ float: none; }

ul.nav li ul li a, ul.nav li:hover ul li a, ul.nav li.hover ul li a	{
	display: block;
	padding: 4px 0 4px 14px;
	float: none;
	height: 1%;
	line-height: 24px;
	background: #fff;
	border-left: 1px solid #e3e8ed;
	border-right: 1px solid #e3e8ed;
	color: #375d81;
}

ul.nav li ul li a:hover	{ background: #e3e8ed; color: #375d81; } 

ul.nav li ul li.last	{
	/*height: 3px;
	font-size: 0;
	line-height: 0;
	background: url(../images/nav/sub_nav_bot.png) no-repeat ;
	background-position :center bottom ;*/
	border-bottom:1px solid #e3e8ed;
}

ul.nav li:hover ul, ul.nav li.hover ul	{ display: block; }

/* SLIDER TAGS */
#slider	{
	width: 890px;
	height: 321px;
	margin: 0 auto 3px;
	padding: 11px 16px 0;
	position: relative;
}

#slider .frame	{
	width: 922px;
	height: 321px;
	background: url(../images/slider/frame_orange.gif) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

#slider .slider_blk	{
	width: 890px;
	height: 279px;
	background: url(../images/slider/slider_bg.gif) no-repeat;
	overflow: hidden;
}

#slider .slider_blk ul	{
	padding-right: 34px;
	position: relative;
}

#slider .slider_blk ul li img	{
	float: left;
}

#slider .slider_blk ul li div.description	{
	width: 370px;
	float: right;
	padding-top: 25px;
	font-size: 18px;
	position: relative;
	z-index: 2;
}


/* CONTENT TAGS */
#content	{
	width: 910px;
	margin: 0 auto;
	padding-bottom: 15px;
	background: url(../images/content/content_brd.gif) no-repeat left bottom;
	overflow: hidden;
}

.sub_footer_list	{
	width: 290px;
	float: left;
	margin-right: 20px;
}

.sub_footer_list h3	{ padding-top: 0; }

.sub_footer_list .shBR .snow_bg	{ 
	background: url(../images/content/snow_bg.gif) no-repeat bottom left;
	padding: 7px 15px;
	min-height: 187px;
}

.contact_info_blk	{ 
	float:  left;
	width: 280px;
	height: 171px;
	padding: 30px 10px 0 0;
	background: url(../images/content/contact_info.gif) no-repeat;
	font: 24px "Trebuchet MS", Arial;
	color: #fff;
}

.contact_info_blk p	{
	margin-bottom: 0;
	text-align: right;
}

.contact_info_blk span	{
	display: block;
	margin-top: 46px;
	white-space: nowrap;
	text-align: right;
	line-height: normal;
}

.contact_info_blk small	{
	color: #183152;
	font: bold 9px Arial;
	text-transform: uppercase;
}

.contact_info_blk .big	{
	font-size: 29px;
	line-height: 29px;
}

.sub_footer_list p {
	font: 14px/16px "Trebuchet MS", Arial;
	margin-bottom: 7px;
}

ul.yellow_list	{ padding-left: 10px; }

ul.yellow_list li	{
	background: url(../images/content/yellow_circle.gif) no-repeat 0 5px;
	padding: 0 0 3px 20px;
	font-size: 14px;
}

.yellow_title	{
	display: block;
	width: 239px;
	height: 33px;
	margin: 20px 0 0 0;
	padding: 5px 0 0;
	position: relative;
	left: -20px;
	background: url(../images/content/yellow_title.gif) no-repeat;
	font: 16px "Trebuchet MS", Arial;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

span.file_info	{
	display: block;
	width: 205px;
	padding-bottom: 17px;
	color: #abc8e2;
	font: 10px "Trebuchet MS", Arial;
	text-align: right;
}

.col_left	{
	width: 220px;
	float: left;
}

.col_left .left_menu	{ margin-bottom: 18px; }

.col_left .left_menu .shB	{ background: url(../images/brd/cen.gif) repeat-x left bottom !important; }

.col_left .left_menu .shBR	{ padding: 4px 0 !important; }

.col_left .left_menu ul	{
	font-size: 14px;
}

.col_left .left_menu ul li a	{
	display: block;
	height: 27px;
	background-image: url(../images/content/left_menu_item.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 2px 0 0 24px;
	color: #abc8e2;
	text-decoration: none;
	border-bottom: 1px solid #e3e8ed;
}

.col_left .left_menu ul li.active ul li.last a	{ border: none; }

.col_left .left_menu ul li.active a {
	background-position: 0 -29px;
	color: #fff;
}

.col_left .left_menu ul li.active ul li a	{
	background-position: 10px 0;
	padding-left: 35px;
	font-size: 12px;
	color: #abc8e2;
}

.col_left .left_menu ul li ul li a:hover	{
	background-position: 0 -58px;
	color: #375d81;
}

.col_left .left_menu ul li ul li.active  a, .col_left .left_menu ul li ul li.active  a:hover{
	background-position: 0 -87px;
	color: #fff;
}

.col_left .newsletter_blk	{
	background-color: #fff;
	width:220px;
}
.scrolling 
{
	position:fixed;

}
.col_left .newsletter_blk .shBR { padding: 0; }

.col_left .newsletter_blk .newsletter_title	{
	background: url(../images/content/newsletter_title.gif) no-repeat;
	height: 29px;
	padding: 3px 11px 0;
	color: #fff;
	font-size: 18px;
}

.col_left .newsletter_blk .newsletter_text	{
	padding: 35px 10px 25px;
	background: url(../images/content/snow_bg.gif) no-repeat bottom left;
	font: 14px/18px "Trebuchet MS", Arial;
}

.col_left .newsletter_blk .newsletter_text div.input_field	{ 
	margin-top: 0;
	float:  none;
}

.col_left .newsletter_blk .newsletter_text div.input_field input	{
	width: 140px;
}

.col_left .newsletter_blk .newsletter_text div.input_field input.submit_btn	{
	width: 50px;
}

.col_right, .col_right_newsletter	{
	width: 670px;
	float: right;
	padding: 8px 0 0;
}

.col_right p  { margin-left: 10px; }

.col_right ul.yellow_list	{ padding-bottom: 8px;     padding-top: 8px;}

.col_right ul.yellow_list li	{ 
	background: url(../images/content/small_yellow_circle.gif) no-repeat 10px 7px;
	padding: 0 0 8px 20px;
	font-size: 14px;
	line-height: 16px;
}

.col_right ul.tab_menu	{
	height: 31px;
	margin-top: 35px;
	background: url(../images/content/grey_pix.gif) repeat-x left bottom;
	font-size: 14px;
	line-height: 14px;
}

.col_right ul.tab_menu li	{
	float: left;
	background-image: url(../images/content/tab_left.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-right: 5px;
}

.col_right ul.tab_menu li a {
	display: block;
	float: left;
	background-image: url(../images/content/tab_right.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding: 3px 8px 0;
	color: #375d81;
	text-decoration: none;
}

.col_right ul.tab_menu li a span {
	display: block;
	float: left;
	height: 22px;
	padding: 5px 23px 0;
	border-top: 1px solid #edf2f7; 
	cursor: pointer;
}

.col_right ul.tab_menu li.active a	{
	font-weight: bold;
	color: #183152;
}

.col_right ul.tab_menu li.active a span, .col_right ul.tab_menu li a:hover span	{ border-top: 1px solid #ffb121; }

.col_right ul.tab_menu li.active 	{ background-position: 0 -31px; }

.col_right ul.tab_menu li.active a 	{ background-position: 100% -31px; }

.col_right .tab_blk	{  background: #fefefe url(../images/content/tab_cen.gif) repeat-y; }

.col_right .tab_cen	{
	background: url(../images/content/tab_bg.gif) no-repeat left bottom;
	padding: 19px 11px 46px 11px;
}

.col_right .tab_blk .fleft_img	{
	float: left;
	border: 1px solid #e4e9ee;
	margin-right: 10px;
}


/* BUTTONS TAGS */
.big_but, .but	{
	float: right;
}
.big_but a, .but a	{
	float: left;
	height: 32px;
	background: url(../images/slider/big_but_left.gif) no-repeat;
	padding: 8px 33px 0;
	color: #fff;
	font: 24px "Trebuchet MS", Arial;
	line-height: 24px;
	text-decoration: none;
	cursor: pointer;
}

.but a	{
	background: url(../images/content/but_left.gif) no-repeat;
	font-size: 14px;
	height: 24px;
	padding: 0 19px;
}

.big_but span, .but span	{
	float: left;
	height: 40px;
	width: 3px;
	background: url(../images/slider/big_but_right.gif) no-repeat right top;
}

.but span	{
	background: url(../images/content/but_right.gif) no-repeat right top;
	height: 24px;
}


/* FOOTER TAGS */
#footer	{
	width: 910px;
	margin: 0 auto;
	padding: 4px 0 223px;
	font-size: 11px;
	color: #183152;
}

#footer ul li	{
	float: left;
	margin-right: 10px;	
}

#footer ul li a	{
	margin-right: 10px;
	color: #375d81;
	text-decoration: none;
}

#footer ul li a:hover	{ text-decoration: underline; }

#footer p {
	clear: both;
	margin: 0;
}


/* BORDER TAGS */
.shT		{ background: #fff url(../images/brd/cen.gif) repeat-x; }

.shTL 	{ background: url(../images/brd/top_left.gif) no-repeat left top; }

.shTR 	{ background: url(../images/brd/top_right.gif) no-repeat right top; }

.shL 		{ background: url(../images/brd/cen.gif) repeat-y; }

.shR 	{ background: url(../images/brd/cen.gif) repeat-y right top; }

.shBL 	{ background: url(../images/brd/bot_left.gif) no-repeat left bottom; }

.shB 	{ background: url(../images/brd/bot_cen.gif) repeat-x bottom left;}

.shBR 	{ 
	background: url(../images/brd/bot_right.gif) no-repeat right bottom;
	padding: 7px 15px;
	min-height: 187px;
}


/* OTHER TAGS */
.nomarg	{ margin-right: 0; }

.nopad	{ padding: 0; }

.nofloat	{ clear: both; }

.yellow	{ color: #ffb121; }

.grey_border	{
	width: 80%;
	padding-bottom: 7px;
	border-bottom: 1px solid #e3e8ed;
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#c0c0c0;
	font-size:2.0em;
	color:Black;
	padding:25px;
	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.ModalBox {
	background-color: #C0C0C0;
    	border: 1px solid #666666;
    	box-shadow: 0 0 90px 5px #000000;
    	color: Black;
    	top: 56.5px;
    	left: 690.5px;
    	position: fixed;
    	display: block;
    	margin: auto;
    	padding: 25px;
    	z-index: 10000;
}

.ModalBox .close {
	background-image:url(../images/close.png);
	background-color: Transparent;
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.tablepricing {
	border-color:#E6E6E6;
	border-width:1px;
	border-style:solid;
	border-collapse: collapse;
	width: 100%;
	padding: 5px;
	font-size: 16px;
}

.tablepricing td {
    padding: 5px;
    text-align: center;
    border-color:#E6E6E6;
    border-width:1px;
    border-style:solid;
    font-size: 14px;
}
/* releases */
.releases_img 
{
	border: 1px solid #D1D1D1;
    float: right;
    margin: 20px 0 10px 20px;
    padding: 4px;
    
}
.releases_release
{
	border-bottom:1px solid #D1D1D1;
    float: left;
    margin: 0 0 6px;
    
}

.releases_date
{
	color: #6D6D6D;
    font-size: 0.9em;
    font-weight: normal;
    margin: 0 0 2px;
    padding: 0;
}
.releases_title
{
	color: #FFB121;
	font-size:1.4em;
	margin-top:0px;
	margin-bottom:0px;
}
.releases_form
	{
	 border-top: 1px solid #FFB121;
	 float: left;
	 padding: 3px 0 15px 7px;
	 width: 731px;
	 background-color:#eef2f7;
	 margin-bottom:10px;
	 
	}
	
.releases_btnsubmit {
    background: url("../images/PRForm_btn.gif") no-repeat scroll 0 0 transparent;
    border: 0 none;
    clear: both;
    color: #FFFFFF;
    font-size: 12px;
    height: 31px;
    line-height: 31px;
    margin: -2px 0 0 10px;
    padding: 0 0 8px;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
}
.releases_form_label 
{
	margin-left:20px;
	font-size:0.8em;
}
.releases_form_textbox 
{
	width:100px;
	font-size:0.8em;
}
.release_social 	
{
	background: url('../images/eve_bg_social_link.png') repeat-x scroll 0 0 transparent;
	height: 19px;
	padding: 5px 10px 0;
	float: right;
	margin-right:20px;
 }
 .release_social ul li {
    display: inline;
    float: left;
    line-height: 16px;
    margin: 0 2px;
}
.release_mainpicture 
{
    border-style: solid;
    border-width: 1px;
    border: 1px solid #E5E5E5;
    float: left;
    margin: 0 10px 0 0;
    padding: 5px;
}
.release_header
{
	font-size:18px;
}
.release_images
{
	float: left;
    width: 80%;
    list-style: none outside none;
    margin-left: 20px;
    padding: 0;
}
.release_images li {
    display: inline;
    float: left;
    margin: 0 23px 8px 0;
}
.release_last_img 
{
	margin: 0 0 8px !important;
}
.release_video_btns
{
	display: inline;
    float: right;
    margin: 5px 0 0;
    list-style: none outside none;
}
.release_video_btns li
{
	display: inline;
    float: left;
    line-height: 13px;
    margin: 0 0 0 3px;
}

.release_title
{
	border-bottom: 1px solid #E3E8ED;
    padding-bottom: 7px;
    margin-bottom:5px;
    margin-top:5px;
    color: #FFB121;
}
.release_MediaKit 
{
	background: url("../images/PRForm_btn.gif") no-repeat scroll 0 0 transparent;
    border: 0 none;
    clear: both;
    color: #FFFFFF;
    font-size: 13px;
    padding: 1px 8px 5px 8px;
    text-transform: uppercase;
    
}
.release_aboutbox 
{
	text-align:justify;
	border:1px solid #dee6ed;
	padding:5px;
	background-color:#f7fafc;
}
.eve_text_legend 
{
	background-color:rgba(0, 0, 0, 0.5);
	color:white;
	font-size:12px;
	overflow:hidden;
	position:absolute;
	bottom:0px;
	width:100%
}
.image_flottante {
    float:left;
}
/* CSS for blockquotes */ 
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

blockquote .blockquote_author {
  font-size:90%;
  font-style:italic;
}
/* Accordion */
article.accordion {
        display: block;
        width: 850px;
        padding: 1px;
        margin: 0 auto;
        border-radius: 5px;
        box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}

article.accordion section {
        display: block;
        width: 830px;
        height: 38px;
        padding-top: 2px;
        padding-left: 10px;
        margin: 0 0 0.5em 0;
        color: #333;
        background-color: #f5f5f5;
        background-image: url(../images/accordion_plus.png) ;
        background-position:2% center;
        background-repeat: no-repeat;
        overflow: hidden;
        border-radius: 3px;
}

article.accordion section a {
        font-weight:normal;
        display: block;
        width: 100%;
        line-height: 2em;
        text-decoration: none;
        color: #444;
        outline: 0 none;
}

article.accordion section h2 {
        font-family: "open sans",sans-serif;
        font-size: 1em;
        font-weight:normal;
        width: 100%;
        height: 38px;
        text-indent:40px;
        vertical-align: middle;
        margin: 0;
        color: #444;
}

article.accordion section:target {
        background-image: url(../images/accordion_minus.png) ;
        background-position:2% 2%;
        height: 370px;
        background-color: #505050
}

article.accordion section:target a {
        color:#fff;
}

article.accordion section:target h2 {
        font-size: 14px;
        color:#fff;
}

article.accordion section:target div {
        font-weight:normal;
        color: #fff;
        font-size: 14px;
}
article.accordion section:target p {
        font-weight:normal;
        color: #fff;
        font-size: 14px;
}

article.accordion section, article.accordion section h2 {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
}