﻿@import url(sections/general.css);
@import url(sections/header.css);
@import url(sections/menu.css);
@import url(sections/footer.css);
@import url(sections/flexbox.css);
#innerBody
{
 margin: 0 auto;
 width: 900px;
}
h1
{
 font: bold 22px 'Trebuchet MS';
 color: #003366;
 text-align: left;
 font-weight: bold;
 margin-top: 10px;
 padding-left: 40px;
}
.middleBox
{
 float: left;
 padding-top: 0px;
 padding-right: 10px;
 padding-bottom: 0px;
 padding-left: 21px;
 font-weight: normal;
}
.middleBox h2
{
 font: bold 24px 'Trebuchet MS';
 color: #386093;
 margin-top: auto;
 margin-right: 30px;
 margin-bottom: 8px;
 margin-left: 40px;
 padding-top:0 !important;
}
#carouselBox
{
 width: 900px;
 height: 240px;
 background-image: url(../images/layout/carouselbg.jpg);
 background-repeat: no-repeat;
 background-position: left top;
}
.classCarousel
{
 margin-left: -55px;
 margin-top: -80px;
 position: absolute;
 z-index: 5;
}
#dynamicText
{
 float: right;
 margin-right: 30px;
 margin-top: 10px;
 width: 420px;
 height: 200px;
 font: Bold 15px/24px Trebuchet MS,  Verdana, Arial, sans-serif;
 color: #666666;
}
#dynamicText h1
{
 text-align: left;
 margin-right: 20px;      
 padding-left:0 !important;  /* Ofer */
}
#dynamicText .text
{
	display: none;
	color: #666666;
}
/* BUTTONS */
#buttons
{
 width: 896px;
 height: 127px;
}
.button
{
 color: #003399;
 text-decoration: none;
 height: 100px;
 width:270px;
 border:1px #E0D394 solid;
 margin:13px;
 float:left;
 padding-left: 0px;
 font-size: 24px;
}
a.button1
{
 display: block;
 height: 100px;
 width:270px;
 background: url(../images/buttons/shredN.png) no-repeat;
}
a.button1:hover
{
 background: url(../images/buttons/shredH.png) no-repeat;
}
a.button2
{
 display: block;
 height: 100px;
 width:270px;
 background: url(../images/buttons/dldTrialN.png) no-repeat;
}
a.button2:hover
{
 background: url(../images/buttons/dldTrialH.png) no-repeat;
}
a.button4
{
 display: block;
 height: 100px;
 width:270px;
 background: url(../images/buttons/mbgN.png) no-repeat;
}
a.button4:hover
{
 background: url(../images/buttons/mbgH.png) no-repeat;
}
.button:hover span
{
 display: block;
 text-decoration:none !important;
 text-align: center;
 vertical-align: middle;
 line-height: 1;
 font-weight: bold;
 color: #003399;
 font-size: 28px;
}
