div.main {
	border-top-width: 2px;
/*	height: 100%;
	width: 100%; */
/*	border-top-style: solid; */
	border-top-color: #dadab9;
	background-color: #feffd5;
	padding: 1em;
}

div.disabled_stuff {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    padding-top: 5px;
}

h1 {
    margin: 14px 0;
}

p {
    margin: 14px 0;
}

div.logo_area {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.logotext {
	color: #5c5c5c;
	font-size: 5em;
}

div.rounded {
	color: white;
	border-width: 3px;
	border-style: solid;
	width: 28em;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  
  /*clip: rect(10px, 5px, 10px, 5px)*/
}

div.olive {
	background-color: #b1b450;
	border-color: #737931;
}

div.red {
	background-color: #a55c59;
	border-color: #8a463b;
}

div.cyan {
	background-color: #5595ad;
	border-color: #447d8f;
}

div.logo_large {
	height: 280px;
	width: 640px;
}

div.logo_medium {
	height: 140px;
	width: 320px;
}
       
/* gradient 1 */
.gradient1 h1 {
	font-weight: bold;
	font: 330%/100%;
	position: relative;
	margin: 30px 0 50px;
	color: #464646;
}

.gradient1 h1 span {
	background: url(../img/gradient-white.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 31px;
}

.olive_bright {
	color: #fffecb;
}

.olive_light {
	color: #f4f594;
}

.red_bright {
	color: #fcf0ea;
}

.red_light {
	color: #f1a5a5;
}

.cyan_bright {
	color: #ddfdfd;
}

.cyan_light {
	color: #a9ecfc;
}

span.nobreak {
	display: inline;
}

.benefit_descr {
	font-size: small;
}

div.breakout {
  padding: 8px;
  background-color: white;
  color: black;
	border-color: #e5e7ca;
	border-width: 3px;
	border-style: solid;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;  
}

div.markets {
  padding: 4px;
	background-color: #b1b450;
	border-color: #737931;
  color: black;
	border-style: solid;
	border-width: 1px;

  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottom: 0px;
}

img {
	border-style: none;
}

.benefit_header {
	font-size: x-large;
	font-variant: small-caps;
}

a.readmore {
	padding: 4px;
	text-decoration: none;
	background-color: white;
	color: black;
	border-color: #a4a75a;
	border-width: 1px;
	border-style: solid;
	font-size: x-small;
	text-transform: lowercase;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  position: relative;
  right: -145px;
  outline: none;
}

a.readmore img {
  padding-left: 2px;
  padding-right: 2px;
  vertical-align: baseline;
}

ul.breakout {
  list-style-type: none;
  width:auto;
  /*float:left;*/
}

ul.breakout li {
	font-size: smaller;
  margin-left: 2em;
  margin-bottom: 0;
  margin-right: 1px;
  margin-top: 0;
  visibility: visible;
  list-style-type: disc;
  display: list-item;
  /*float:left;*/
}

ul.breakout li img {
  display: inline;
  /*float:left;*/
  color:#EAF3F8;
  text-decoration:none;
  /*padding:0 0 0 20px;
  height:33px;*/
}

ul.breakout li span {
  display: inline;
}

ul.markets {
  width:auto;
  /*float:left;*/
}

ul.markets li {
	font-size: smaller;
  margin-left: 2em;
  margin-bottom: 4px;
  margin-right: 1px;
  margin-top: 4px;
  visibility: visible;
  list-style-type: disc;
  display: list-item;
  /*float:left;*/
}

ul.markets li img {
  display: inline;
  /*float:left;*/
  color:#EAF3F8;
  text-decoration:none;
  /*padding:0 0 0 20px;
  height:33px;*/
}

ul.markets li span {
  display: inline;
}

/* Zap */

ul.zap {
  list-style-type: none;
  width:auto;
  /*float:left;*/
}

ul.zap li {
	left: -1em;
	position: relative;
	font-size: smaller;
  margin-left: 0px;
  margin-bottom: 0;
  margin-right: 1px;
  margin-top: 0;
  visibility: visible;
  list-style-type: disc;
  display: list-item;
  /*float:left;*/
}

ul.zap li img {
  display: inline;
  /*float:left;*/
  color:#EAF3F8;
  text-decoration:none;
  /*padding:0 0 0 20px;
  height:33px;*/
}

ul.zap li span {
  display: inline;
}