/* basic setting */
body {
   background-color:#FFFFFF;
   color:#666666;
   font-family:Tahoma,Verdana,Arial,Helvetica;
   margin: 0;
   padding: 0;
   font-size: 0.7em;
   text-align: justify;
}

body, div, a, p, h1, h2, h3, h4 {
   margin: 0;
   padding: 0;
}

h1 {
   font-size: 1.25em;
   font-weight: bold;
   padding-bottom: 11px;
   margin-bottom: 10px;
   background-image: url(../img/hline.gif);
   background-repeat: repeat-x;
   background-position: left bottom;
}

p, ul , h2, h3 {
   margin-bottom: 15px;
}

h2 {
   font-size: 1.2em;
}

h3 {
   font-size: 1.1em;
}

a {
   color: #6E8CB2;
   font-weight: bold;
   text-decoration: none;
}

a:hover, a:active {
   text-decoration: underline;
}

ul {
   list-style: url(../img/bullet-list.gif);
}

/* common elements */
.hr {
   background-image: url(../img/hline.gif);
   background-repeat: repeat-x;
   background-position: left;
}

.menu {
}

.menu a {
   background: url(../img/bullet-url.gif) scroll left no-repeat;
   padding-left: 12px;
}

.ul {
}

.ul * {
   background: url(../img/bullet-list.gif) scroll left no-repeat;
   padding-left: 12px;
}

.testimonial {
   font-style: italic !important;
}

.testimonial .author {
   font-style: normal;
   color: #B2B2B2;
   padding-top: 5px;
   text-align: right;
}

/*
 *
 * layout
 *
 */
#wrap {
   width: 660px;
   margin: 0 auto;
   padding: 0 0 15px 0;
}

/* top */
#top {
   float: right;
   margin-bottom: 15px;
}

#top h1 {
   font-family: verdana, geneva, sans-serif;
   font-weight: normal;
   font-size: 0.8em;
   padding: 0;
   margin: 0;
   background: none;
}

/* header: logo, slogan */
#header {
   background:#F5F5F5 none repeat scroll 0 0;
   border-bottom:1px solid #CCCCCC;
   margin-bottom: 10px;
}

#header .canvas {
   padding: 10px;
}

#logo {
   float: left;
   width: 50%;
   color: #787676;
}

#logo h1 {
   font-family: arial,sans-serif,Verdana,Tahoma;

   padding: 0;
   margin: 0;
   background-image: none;
   font-size: 2.1em;
   font-weight: bold;
}

#logo span {
   color: #6E8CB2;
   font-weight: normal;
}

#slogan {
   padding-top: 15px;
   font-size: 11px;
   margin: 0;
}

/* branding area */
#branding {
   float: right;

   margin-top: 10px;
   margin-right: 9px;
}

#branding .selected {
   font-weight: bold;
}

/* top menu */
#top-menu * {
   vertical-align: middle;
}

#top-menu img {
   margin-right: 5px;
}

/* canvas */
#canvas {
   min-height: 500px;
   height: auto !important;
   height: 500px;
}

.main-column {
   float: left;
   width: 440px;
}

.side-column {
   float: left;
   width: 200px;
   margin-left: 20px;
}

/* footer */
#footer, #footer a {
   padding-top: 10px;
   padding-bottom: 5px;
   color: #B2B2B2;
   text-align: center;
   text-decoration: none;
   font-weight: normal;
}

#footer a:hover {
   text-decoration: underline;
}

/*
 *
 * page: Overview
 *
 */

/* teaser */
#teaser {
   background: url(../img/teaser.png) scroll left top no-repeat;
   padding-left: 220px;
   xxx-border-bottom: 1px solid #cccccc;
   xxx-margin-bottom: 10px;
}

#teaser .ul {
}

#teaser .ul * {
   background: url(../img/bullet-teaser.png) scroll left top no-repeat;
   padding: 0 0 7px 22px;
}

#teaser .links {
   vertical-align: bottom;
   text-align: right;
}

#teaser .links a {
}

#teaser-links {
   padding: 15px 0 15px 0;
}

/* testimonials */
#testimonials {
   xxx-width: 160px;
}

/* table */
.frame-top {
   border-top: dotted 1px #cccccc;
}

.frame-right {
   border-right: dotted 1px #cccccc;
}

.offer {
   background-color: #FFFFCC;
   border: 1px solid #b6c137;
   padding: 10px;
   margin-bottom: 10px;
   text-align: center;
   font-weight: normal;

   xxx-font-size: 1.25em;
   xxx-font-weight: bold;
}

.offer .big {
   color: red;
   font-family: Georgia,Verdana;
   font-size: 16px;

   xxx-font-weight: normal;
}

.offer .big sup {
   font-size: 10px;

   xxx-font-weight: bold;
}

