body
{
  margin: 0;
  padding: 0;
  color: #6D7581;
  font-family: georgia,serif;
  font-size: 13px;
  line-height: 1.231;
  background: url("img/page-background.png") repeat-x scroll 50% 0 #FFFFFF;
}

#page
{

}

#header
{
  margin: 0;
  padding: 0;
}

#content
{
  padding-top:10px;
  padding-bottom:10px;
}

#sidebar
{
  padding: 20px 20px 20px 0;
}

#footer
{
  padding: 10px;
  margin: 10px 20px;
  font-size: 0.8em;
  text-align: center;
  border-top: 1px solid #C9E0ED;
}

#logo
{
  background: url("img/logo.png") no-repeat top left;
  float: left;
  color: #000000;
  font-family: "Trebuchet MS",MetaBlack,sans-serif;
  font-size: 30px;
  line-height: 40px;
  padding: 10px 10px 16px 80px;
  margin: 16px;
  /*
  padding: 10px 0;
  font-size: 100%;
  float:left;
  margin-right: 60px;
  background: url("img/logo.gif") no-repeat scroll 78% 36% transparent;
  width: 214px;
  height: 96px;
  */
}

#mainmenu
{
  clear: both;
  background:#33589f;
  background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#2a4187),color-stop(1,#3b69b1));
  background:-moz-linear-gradient(center bottom,#2a4187 0,#3b69b1 100%);
  background:linear-gradient(center bottom,#2a4187 0,#3b69b1 100%);
  height:40px;
  margin:0 auto;
  margin-top:10px;
  font-family:verdana;
  -moz-box-shadow:0 3px rgba(0,0,0,0.1),inset 0 -2px rgba(0,0,0,0.1);
  -webkit-box-shadow:0 3px rgba(0,0,0,0.1),inset 0 -2px rgba(0,0,0,0.1);
  box-shadow:0 3px rgba(0,0,0,0.1),inset 0 -2px rgba(0,0,0,0.1)
  -webkit-border-radius:6px;-moz-border-radius:6px;
  border-radius:6px;
  text-align:center;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B69B1',endColorstr='#2D488D',GradientType=0);
  padding: 0 0 0 115px;
  width: auto;

}

#mainmenu ul
{
  list-style: none;
  font-family: "Trebuchet MS",MetaBlack,sans-serif;
  border-left: 1px solid #2F508C;
  border-right: 1px solid #5373B0;
  border-left-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(255, 255, 255, 0.15);
  display: block;
  height: 40px;
  float: left;
}

#mainmenu ul li.first
{
  width: 0px;
  border-left: none;
  display: block;
}



#mainmenu ul li a
{
  -moz-transition: background 0.2s linear 0s;
  color: #FFFFFF;
  text-decoration: none;  
  border-left-color: rgba(255, 255, 255, 0.15);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-left: 1px solid #5373B0;
  border-right: 1px solid #2F508C;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  height: 27px;
  padding: 13px 18px 0;
  background: none;  
}

#mainmenu ul li a:hover, #mainmenu ul li a:active
{
    color:#fff;
    background:#263c7b;
    background:rgba(38,60,123,0.9);
    -moz-transition:background .1s ease-in;
    -webkit-transition:background .1s ease-in;
}

#mainmenu ul ul {
border-top: 0;
padding: 0 0 4px 0;
width: 190px;
background: #263C7B;
background: rgba(38, 60, 123, 0.9);
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
-moz-box-shadow: 0 3px rgba(0, 0, 0, 0.1),inset 0 -4px rgba(0, 0, 0, 0.1),0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 3px rgba(0, 0, 0, 0.1),inset 0 -4px rgba(0, 0, 0, 0.1),0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 3px rgba(0, 0, 0, 0.1),inset 0 -4px rgba(0, 0, 0, 0.1),0 5px 10px rgba(0, 0, 0, 0.2);
text-shadow: 1px 1px 0 #1B3B6A,0 0 5px #1B3B6A;

height:auto;
}

#mainmenu ul li ul li a{
font: normal 11px Verdana; 
text-transform: none;
-moz-transition: background .1s ease-in;
-webkit-transition: background .1s ease-in;
border: none;
margin: 0;
width: inherit;
text-align: left;
height: auto;
padding: 7px 0px 7px 10px;
}







#topmenu
{
  float: right;
  display: inline-block;
  font-size: 13px;
  text-align: left;
}

#topmenu ul
{
  float: left;
  left: auto;
  margin: 0;
  padding: 0;
  z-index: 99;
}

#topmenu li
{
  background: none repeat scroll 0 0 transparent;
  float: left;
  margin: 0 0 0 -1px;
  padding: 0;
  position: relative;
  z-index: 100;
  list-style: none outside none;
}

#topmenu ul li a,
#topmenu ul li a:link,
#topmenu ul li a:visited,
#topmenu ul li span
{
    display: block;
    float: left;
    height: 18px;
    padding: 4px 12px;
    text-decoration: none;
    z-index: 100;
    font-size: 17px;
}

#topmenu ul li a:hover,
#topmenu ul li:hover a,
#topmenu ul li.hover a,
#topmenu ul li.hover a:link,
#topmenu ul li.hover a:visited {
    -moz-transition-delay: 0s;
    -moz-transition-duration: 0.2s;
    -moz-transition-property: background, box-shadow, border-right;
    -moz-transition-timing-function: linear;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 rgba(152, 178, 201, 0.2), 0 -6px 20px 10px rgba(255, 255, 255, 0.8) inset;
    outline: 0 none;
}
#topmenu ul li.last a, #nav-main ul li.last span {
    border-right-color: transparent;
}
#topmenu ul li.last a:hover, #nav-main ul li.last a:focus, #nav-main ul li.last a:active, .js #nav-main ul li.last a:focus, #nav-main ul li.hover a {
    border-right-color: #98B2C9;
}
#topmenu li:hover ul, .js #nav-main li.hover ul {
    -moz-transition: opacity 0.2s ease-in-out 0s;
    left: 0;
    margin-top: 47px;
    opacity: 1;
}

div.flash-error, div.flash-notice, div.flash-success
{
  padding:.8em;
  margin-bottom:1em;
  border:2px solid #ddd;
}

div.flash-error
{
  background:#FBE3E4;
  color:#8a1f11;
  border-color:#FBC2C4;
}

div.flash-notice
{
  background:#FFF6BF;
  color:#514721;
  border-color:#FFD324;
}

div.flash-success
{
  background:#E6EFC2;
  color:#264409;
  border-color:#C6D880;
}

div.flash-error a
{
  color:#8a1f11;
}

div.flash-notice a
{
  color:#514721;
}

div.flash-success a
{
  color:#264409;
}

div.form .rememberMe label
{
  display: inline;
}

div.view
{
}

div.breadcrumbs
{
  font-size: 0.9em;
  padding: 5px 20px;
}

div.breadcrumbs span
{
  font-weight: bold;
}

div.search-form
{
  padding: 10px;
  margin: 10px 0 30px 0;
  background-color: #E0EFFD;
  color: #444;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.portlet
{

}

.portlet-decoration
{
  padding: 3px 8px;
  background: #B7D6E7;
  border-left: 5px solid #6FACCF;
}

.portlet-title
{
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: #298dcd;
}

.portlet-content
{
  font-size:0.9em;
  margin: 0 0 15px 0;
  padding: 5px 8px;
  background:#EFFDFF;
}

.portlet-content ul
{
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin: 0;
  padding: 0;
}

.portlet-content li
{
  padding: 2px 0 4px 0px;
}

.operations
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.operations li
{
  padding-bottom: 2px;
}

.operations li a
{
  font: bold 12px Arial;
  color: #0066A4;
  display: block;
  padding: 2px 0 2px 8px;
  line-height: 15px;
  text-decoration: none;
}

.operations li a:visited
{
  color: #0066A4;
}

.operations li a:hover
{
  background: #80CFFF;
}

#products
{
  clear:both;
}

#products ul
{

}

#products ul li
{
  display:block;
  width: 24%;
  float:left;
  padding: 0px 6px 0px 0px;
  
  list-style: none outside none;
}

.a1, .a2, .a3, .a4, .a5, .a6 {font-weight:normal;text-decoration:none;display:block}
.a1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
.a2 {font-size:2em;margin-bottom:0.75em;}
.a3 {font-size:1.5em;line-height:1.15;margin-bottom:1em;min-height:2em}
.a4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
.a5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
.a6 {font-size:1em;font-weight:bold;}

#product-sweepstakes
{
  width:70px;
  height:70px;
  float:right;
  background:url("img/sweepstakes.png") no-repeat top right;
}

#product-contest
{
  width:70px;
  height:70px;
  float:right;
  background:url("img/contest.png") no-repeat top right;
}

#product-game
{
  width:70px;
  height:70px;
  float:right;
  background:url("img/games.png") no-repeat top right;
}

#product-custom
{
  width:70px;
  height:70px;
  float:right;
  background:url("img/custom.png") no-repeat top right;
}

#btn_start_trial {
  clear: both;
  display: block;
  text-decoration: none;
  height: 70px;
  width: 270px;
  background: url(//d672eyudr6aq1.cloudfront.net/img/homepage/grad_trial.png) repeat-x #EE9E00;
  background: -moz-linear-gradient(top,#FFAE00 3%,#FF7200 99%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(3%,#FFAE00),color-stop(99%,#FF7200));
  border: 2px solid #FF7200;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 10px 10px;
  margin-left: 10px;
}

#btn_start_trial .hl {
  color: #FFFFFF;
  display: block;
  font-size: 1.8em;
  font-weight: bold;
  margin: 10px 0 0 20px;
  position: absolute;
  text-shadow: 1px 1px 1px #8E3C03;
}

#btn_start_trial .sub {
  clear: both;
  color: #8E3C03;
  font-size: 1.3em;
  font-weight: bold;
  margin: 42px 0 0 18px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
}

.alt {
  color: #666666;
  font-family: "Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
  font-style: italic;
  font-weight: normal;
}

#page .pager
{
  display: block;
  border-top: 1px solid;
  margin-top: 16px;
  padding-top: 16px;
  clear: both;
  color: #DDDDDD;
}

.items{
  overflow: hidden;
}

.view hr
{
  margin-bottom: 10px;
}

.teaser-title
{
    text-decoration: none;  
    -moz-transition: all 0.2s ease 0s;
    line-height: 25px;
}


#gallery{
  overflow: hidden;
  clear: both;
}

#gallery ul{
  margin: 0px;
  padding: 0px;
}

#gallery li{
 list-style: none outside none;
 display: block;
 width: 160px;
 height: 120px;
 background-color: #F3F3F3;
 padding: 6px;
 margin: 6px 16px; 
 float: left;
 text-align: center;
}

#months-of-operation{
  overflow: hidden;
  clear: both;
}

#months-of-operation div
{
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid;
  margin-right: 3px;
  text-align: center;
  background-color: #F6F6F6;
  border: 1px solid #C8D5E0;
  border-radius: 1px 1px 1px 1px;
  color: #1E598E;
  font-weight: bold;
  font-family: "Arial","Helvetica",sans-serif;
  text-transform: uppercase;
  width: 47px;
  background-image: url("plugins/buttons/icons/tick.png");
  background-repeat: no-repeat; 
  height: 45px;
  background-position: 50% 80%; 
}

#months-of-operation div.red
{
  background-image: url("plugins/buttons/icons/cross.png"); 
}

.box{
  background-color: #E0EFFD;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
  padding: 21px 10px;
}

.box ul li{
 list-style: none outside none;
 display: block;
 width: 27%;
 padding: 10px 0px;
 float: left;
}

#page h4
{
  margin-top: 26px;
}

#page li.true
{
  background: url("plugins/buttons/icons/tick.png") no-repeat center left transparent;
  padding-left: 25px;
}

#page li.false
{
  background: url("plugins/buttons/icons/cross.png") no-repeat center left transparent;
  padding-left: 25px;
}

#footer {
    /*background: url("img/footer-background.jpg") repeat-x scroll -200px bottom #33559B;*/
    background-image: url("img/footer-background.png");
    background-repeat: repeat-x;
    clear: both;   
    padding: 18px 0;
    text-align: left;
    width: 100%;
    margin: 30px 0px 0px 0px;
    background-size: auto 1140px;
}

#ul-bottom-links
{
  list-style-type: none;
  width: 960px;
  margin: auto;
}

#ul-bottom-links li
{
  margin-bottom: 10px;
}

#ul-bottom-links li a
{
  color: #96CBF1;
    font-family: Georgia,serif;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
}

#ul-bottom-links li a:hover
{
  color: #FFFFFF;
  text-decoration: underline;
}

.designed-by
{
  padding: 20px;
  text-align: center;
}

#captcha-row a
{
  display:block;
  margin-left: 175px;  
}

#captcha-row input[type="text"]
{
  margin-left: 175px;
}

#captcha-row .hint
{
  margin-left: 175px;
}

.ajax_cities_dropdown
{
  margin-top: 6px;
  width: 333px;
  border: 1px solid #BBBBBB;
}

#ajax_cities
{
  padding-top: 6px;
}

#regions_dropdown
{
  border: 1px solid #BBBBBB;
}

#google_map
{
  padding: 20px 5px 0px 5px;
}
#google_map div
{
  margin: auto;
}

.sidebar-item-picture
{
  padding-top: 3px;
  margin: 0 10px 2px 0;
}

.sidebar-p
{
  margin: 0;
}

.sidebar-item-description
{
  min-height: 80px;
}

.floatLeft
{
  float: left;
}