body {
   font-family: Helvetica-Neue, Helvetica, sans-serif;
   font-weight: lighter;
   background-color: #673300;
}

a {
   color:#673300;
}

footer {
   margin-bottom: 15px;
}

.header_text_company, .header_text_slogan {
   color: #c06017;
   text-shadow: 2px 2px 5px #000;
}

.header_text_company {
   font-size: 40px;
   line-height: 50px;
}

.header_text_slogan {
   font-size: 20px;
   line-height: 40px;
}

.container {
   width: 800px;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}

.rounded_rect, .content_rounded_rect, .title_rounded_rect {
   border-radius: 48px;
}
.title_rounded_rect, .content_rounded_rect {
   width: 100%;
   margin-top: 15px;
   padding: 15px;
}
.large_circle {
   width: 100%;
   border-radius: 128px;
}
.box_shadow, .circle_shadow, .large_circle_shadow, .rounded_rect_shadow, .title_rounded_rect, .content_rounded_rect {
   box-shadow: 2px 2px 5px #000;
}

.circle_shadow {
   border-radius:32px;
}
.rounded_rect_shadow {
   border-radius:16px;
}

.content_rounded_rect {
   background-color: #fff;
}
.title_rounded_rect {
   background-color:#462300;
   background: -webkit-linear-gradient(#804000, #462300); /* For Safari */
   background: -o-linear-gradient(#804000, #462300); /* For Opera 11.1 to 12.0 */
   background: -moz-linear-gradient(#804000, #462300); /* For Firefox 3.6 to 15 */
   background: linear-gradient(#804000, #462300); /* Standard syntax */
}


.cards_info_table {
   margin:25px;
   display:inline-table;
}

.cards_info_row {
   display:table-row;
   float:left;
}
.cards_info_row:nth-of-type(odd) {
   float:right;
}

.cards_info_row div.cards_info_img {
   width:200px;
   height:200px;
   float:left;
}
.cards_info_row:nth-of-type(odd) div.cards_info_img {
   float:right;
}
.cards_info_row img.cards_info_img {
   width:100%;
   height:100%;
   float:left;
}
.cards_info_row:nth-of-type(odd) img.cards_info_img {
   float:right;
}

.cards_info_row div.cards_info_text {
   width:500px;
   float:right;
   text-align:left;
   margin-top:25px;
   padding-left:15px;
}
.cards_info_row:nth-of-type(odd) div.cards_info_text {
   float:left;
   text-align:right;
   padding-left:0px;
   padding-right:15px;
}

/* Navigation
 */
nav.site_nav {
}

nav.site_nav li {
   list-style-type:none;
   display: inline;
}

nav.site_nav li a {
   color:#673300;
   margin-left: 15px;
   margin-right: 15px;
   text-decoration: none;
   text-transform: uppercase;
   font-size: 20px;
   text-shadow: 0px 1px 1px #2B1500;
}

nav.site_nav li a:hover {
   color: #2a2a2a;
   text-decoration: underline;
}

nav.site_nav li a.active,
nav.site_nav li a.active:hover {
   color: #000;

}

/* Segmented control
 */

.segmented-control li {
   list-style-type:none;
   display: inline-table;
   padding-right:25px;
   padding-left:25px;
}

