h1,h2,h3,h4,h5,h6,hr,p,pre,table{
	margin: 0 0 15px;
	padding: 0;
}

ol {
    margin: 0 0 15px;
}

#container {
	padding: 0 .3em;
	min-height: 100%;
	position: relative;
}

body {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
	color: #484452;
	font-size: .8em;
}

h1 {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}

h2, h3 {
    font-size: 14px;
    font-weight: bold;
}

h2 {
    color: #000000;
}

h3 {
    color: #333333;
}

p, ul {
    color: #333333;
    line-height: 20px;
    font-size: 14px;
}

img {
	border: none;
}

a {
	color: #996600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	/*list-style: disc url(/media/arrow.jpg) outside;*/
}

ul.checks {
	/*	list-style: disc url(/media/check.jpg) outside;*/
}

ul.checks {
	list-style-type: none;
	list-style-image: none;
}

ul.checks li {
	list-style-type: none;
	padding-left: 2em;
	background-image: url(/media/check.jpg);
	background-repeat: no-repeat;
	background-position: top left;

}

#logo {
	margin: 1em 0;
	float: left;
}

#logo h1 {
	display: none;
}

#content_wrap {
	margin-top: .5em;
	padding: .3em;
	width: 545px;
	float: left;
}

#nav {
	float: right;
        width: 204px;
        position: relative;
}

#nav a {
    background: url(/media/nav_bg.png) no-repeat;
    color: #555555;
        
}
#nav a, #nav #current {
	display: block;
	letter-spacing: 1px;
	margin-top: .5em;
	margin-left: .2em;
	padding: .5em;
	font-size: 12px;
}

#nav #current {
	background: #ffffff;
        color: #000000;
}

#nav a:hover {
	background: url(/media/nav_hover_bg.png);
        color: #000000;
        text-decoration: none;
}
/*
#header_wrap {
	background: #F8F2DA;
	height: 160px;
	width: 100%;
}

#header_right {
	float: right;
	padding-left: 0px;
	width: 205px;
}

#header_right a {
	font-size: 14px;
	padding-left: 0px;
	letter-spacing: 1px;
	
}


#header_right ul {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	list-style-image: none;
	list-style-type: none;
}

#header_right ul li {
	margin-bottom: 1.5em
}

#header_right ul a img {
  margin-left: 0px;
}

#header_right img{
	margin: .5em 1em .5em 0px;
}*/

#flagEn {
    position: absolute;
    top: 29px;
    left: 585px;
    width: 21px;
    height: 14px;
    background: url(/media/flag_en_sepia.png);
}

a#flagEn:hover {
    background: url(/media/flag_en_active.png);
}


#flagDe {
    position: absolute;
    top: 29px;
    left: 643px;
    width: 21px;
    height: 14px;
    background: url(/media/flag_de_sepia.png);
}

a#flagDe:hover {
    background: url(/media/flag_de_active.png);
}


#flagCz {
    position: absolute;
    top: 29px;
    left: 614px;
    width: 21px;
    height: 14px;
    background: url(/media/flag_cz_sepia.png);
}

a#flagCz:hover {
    background: url(/media/flag_cz_active.png);
}

.last, .last img {
	margin-bottom: 0px;
}

dd, dt{
  margin: 0px;
  padding: 0px;
}
dt {
  float: left;
  width: 170px;
  text-align: right;
  padding-right: 1em;
  clear: both;
}

ul.errors {
	list-style-image: none;
	list-style-type: square;
	color: red;
}
#footer {
	padding-top: 20px;
	text-align: center;
	clear: both;
	font-size: 11px;
}

#footer p {
    color: #666666;
    font-size: 11px;
}

#footer a {
    color: #666666;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

.box {
	border: 1px solid #dfdfdf;
	padding: .75em;
        background: #fcf8ed;
        color: #606060;
}

.storyTease {
    text-align: center;
    display: none;
    position:absolute;
    bottom:0px;
    left:0px;
    background: white;
    height: 15px;
}

.storyTitle {
	padding: .5em;
	width: 200px;
	background: url(/media/story_bg.png);
	border: 1px solid #dfdfdf;
	color: #606060;
	position:absolute;
}


#story_box {
	top: 50px;
	left: 5px;
	position: absolute;
	z-index: 1000;
	width: 560px;
	height: 464px;
	border: 1px solid #dfdfdf;
        background: url(/media/story_bg.png);
        padding: .8em;
}

#story_box .close {
	float: right;
	padding: .2em;
}

#story_box div {
        margin-left: .3em
}

#story_box div.col1 {
    font-style: italic;
}

#story_box div.col1 img {
    display: block;
}

#story_box h1 {
    clear: left;
    font-size: 15px;
    font-weight: normal;
    margin-top: 15px;
}

#story_industry {
    font-size: 12px;
}
#quote_text {
    color: #a5a5a5; 
    border: 1px solid #a5a5a5;
    padding: .3em; 
    font-style: italic;
    background: white;
}

#testimonial_holder {
    height: 330px;
    overflow: hidden;
    margin-bottom: 15px;
}

#quote_holder {
    position: absolute;
    z-index: 2;
    width: 100%;
}

#rotating_quote {
    margin-top: 20px;
    margin-left: 10px;
}

#rotating_quote img, #testimonial_holder img {
    float: left;
}

#testimonial_holder div.border {
     border: 1px solid #a5a5a5;
     padding: .5em;
     height: 96%;
     
}

#rotating_testimonial p {
    margin-bottom: 0px;
}

#testimonial_text {
     font-style:italic;
}

#testimonial_position {
     color: #a5a5a5; 
     float:right;
}

#quote_text span {
  font-size: 10px;
  float: right;
  display: block;
}

#thumb_prompt {
    border-top: 1px solid #666666;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
    padding-top: 5px;
    width: 525px;
    font-size: 14px;
}

img.ebook {
    border: 1px solid #666666;
    margin: .5em;
}

a.storyThumbLink {
    position: relative;
    float: left;
    text-decoration: none;
    margin-bottom: -3px;
}

