@font-face {
    font-family: 'ModernPictogramsNormal';
    src: url('fonts/modernpics.eot');
    src: url('fonts/modernpics.eot?#iefix') format('embedded-opentype'),
    url('fonts/modernpics.woff') format('woff'),
    url('fonts/modernpics.ttf') format('truetype'),
    url('fonts/modernpics.svg#ModernPictogramsNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    background: url(images/starmotif_sandbrown.png) 0 0 repeat-x #453c30;
    color: #000000;
    font-family: 'Lato', Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.75em; /*12px/16px = 0.875 (14px is the target size. 16px is the base for all screensize.)*/
   /*  line-height: 1.5em; */
}
html{ 
    height: 100%;
}
* {
    margin: 0;
    padding: 0; 
}

/**************** HTML5 fix - do not edit/remove ****************/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
br {
    margin-bottom: 1.2em;
}
/**************** HTML5 fix - end ****************/
#content_grey_header p{ 
    padding: 0 0 1.25em 0;
    margin: 0;    
}
img, fieldset {
    border: 0;
}
.extrabold {
    font-weight: 900;
}
strong, em, b, .bold {
    font-weight: 700;
}
.light {
    font-weight: 300;
}
.ultralight {
    font-weight: 200;
}
sup {
    vertical-align: baseline;
    position: relative;
    top: -0.65em;
    font-size: 70%;
}
sub {
    top: 0.4em;
}
h1, h2, h3, h4, h5, h6{
    
}
/*font-size calculation: (actual size) - (target size) / (target size) x 100(to get percentage) + 100%  */
h1, .position, .article_title,
.feature_product h2{ 
    font-size: 200%; /* 28px-14/14*100= 100 + 100%   */  
    font-weight: 400;
    color: #000;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}
h2 { 
    font-size: 150%;
    font-weight: 400;
    color: #000;
    margin: 0 0 16px 0;
    padding-bottom: 25px;
    background: url("images/floral-end.png") no-repeat right bottom transparent;
}
h3 { 
    font-size: 115%; /* 16px-14/14*100= 14.285714 + 100%   */
    font-weight: 400;
    color: #87591a;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #87591a;
}
h4 { 
    font-size: 115%; /* 16px-14/14*100= 14.285714 + 100%   */
    font-weight: 400;
    color: #87591a;
    margin: 0 0 15px 0;
}
h5 { 
    font-size: 100%; /* 14px-14/14*100= 0 + 100%   */
    font-weight: 400;
    color: #000;
    margin: 0 0 10px 0;
    padding: 0;
}
a, a:hover { 
    outline: none;
    text-decoration: none;
    color: #727272;
}
a:hover{ 
    text-decoration: underline;
}
ul{ 
    padding: 0;
    margin: 0;
}
ul li{ 
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ol{ 
    padding: 0;
    margin: 0;
}
ol li{ 
    padding: 0;
    margin: 0;
}

/**************** Font and Text Styling ****************/
.brown_text {
    color: #825630;
}
.sandybrown_text {
    color: #d58c26;
}
.grey_text {
    color: #727272;
}
.biege_background {
    background-color: #ede4d1;
}
.grey_background {
    background-color: #f0f0f0;
}
/**************** CLEARFIX ****************/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    height: 0; }
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
    zoom: 1;
}
.clearfix:after, .clr {
    clear:both;
}
/**************** Element Styling ****************/
.global_wrap {
    width: 1040px;
    margin: auto;
    position: relative;
}
header, section, footer{
    display: block;
}
header {    
    background-color: #fff;
}
#header_row1 {
    padding-bottom: 5px;
    overflow: hidden;
}
#logo {
    float: left;
    display: inline;
    width: 28%;
    height: 100%;
    text-align: center;
}
#logo img,
#advertisers img{
    margin: auto;
}
#advertisers {
    float: left;
    display: inline;
    width: 68%;
    padding: 13px 2%;
}
#navigation {
    overflow: visible;
    color: #fff;
    margin: 20px 0px;
    float: left;
    width: 100%;
    text-transform: uppercase;
}
section, #copyright {
    margin-bottom: 20px;
}
#rotator, .box_big01, .box_small01, .box_small02 {    
    float: left;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #000;
}
#rotator {
    /* width: 49.5%; /*520/1040*100=*/
	width: 1038px;
    position: relative;
}
section {
    overflow: hidden;
    width: 100%;
}
.box_big01 .text_wrap {
    padding: 20px 20px 30px;
    text-align: justify;
}
.box_big01 {
    width: 49%; /*100-50-0.5-1=48.5%  (0.5 is border percentage)*/   
    height: 289px; /*289-20-30=239*/
    margin-left: 1%;
    position: relative;
}
#rotator, .box_big01 {
    float:left;
}
.box_small01, .box_small02 {
    width: 32%;
    height: 190px;
    position: relative;
    overflow: hidden;
}
.box_small01 .text_wrap, .box_small02 .text_wrap{
    padding: 25px 20px;
    height: 152px; /*190-19-3=*/
}
.box_small01 h3, .box_small02 h3{
    width: 100%;
    color: #000;
    border-bottom: 1px solid #000;
}
.box_small01 {    
    margin-right: 1.7%;
} 

.last-child {    
    margin-right: 0% !important;
} 

.box_small01 img, .box_small02 img,
.box_small01 .text_wrap, .box_small02 .text_wrap{
    float: left;
}
.box_small01 img, .box_small02 img{
    max-width: 50%;
    border-right: 1px solid #000;
}
.box_small01 .text_wrap, .box_small02 .text_wrap{
    max-width: 37%;
}
.box_small01 h3, .box_small02 h3 {
    font-size: 110%;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: none;
}
.box_small01 .readmore, .box_small02 .readmore{    
    /* position: absolute; */
    bottom: 15px;
    right: 20px;
    font-size: 100%;
} 
#component, #right{
    float: left;
    padding: 35px 25px;
    background-color: #fff;
    border: 1px solid #000; 
}
#component {
    width: 68.2%; /*73-2.4-2.4=*/
    margin-right: 2%;
    min-height: 677px;
}
#right {
   width: 19.2%; /*24-2.4-2.4=*/
}
#footer {
    border-bottom: 1px solid white;
    padding-bottom: 15px;
    text-align: right;
    color: #fff;
    overflow: hidden;
}
#footer .widget {
    float: right;
    overflow: hidden;
}
#copyright {
    padding: 20px 0px;
    color: #ac7d3b;
}
#copyright a {
    color: #e1b87e;
    text-decoration: none;
}
#copyright a:hover {
    text-decoration: underline;
}
#component ul{
    margin: 0 0 15px 15px;
}
#component ul li {
    background: url("images/icons/bullet-flower.png") no-repeat scroll 0 3px transparent;
    list-style: none outside none;
    margin: 0 0 10px 0;
    padding: 0 0 0 18px;
}
.menu_box .cafe{
    margin: 0!important;
}
/**************** Contact Form CSS ****************/
.contact_detail_block {
    margin-bottom: 25px;
    font-size: 115%; /* 16px-14/14*100= 14.285714 + 100%   */
    line-height: 1.8em;
    overflow: hidden;
}
.contact_detail_block .state,
.contact_detail_block .mobile,
.contact_detail_block .email{
     margin: 0 0 25px;
}
.contact_block .contact_form {
    margin: 0 0 15px !important;
    border: 0 !important;
    color: white !important;
    font-size: 25px !important;
    font-weight: 400 !important;
}
.contact_detail_block .address,
.contact_detail_block .city{
    margin: 0 !important;
}
.contact_form_div .contact_field {
    margin-bottom: 20px;
}
.contact_detail_block .address span,
.contact_detail_block .city span,
.contact_detail_block .state span,
.contact_detail_block .phone span,
.contact_detail_block .mobile span,
.contact_detail_block .fax span,
.contact_detail_block .email span,
.contact_detail_block .website span{
    margin-right: 8px;
    padding: 8px;
}
.contact_detail_block .phone span img,
.contact_detail_block .mobile span img,
.contact_detail_block .fax span img,
.contact_detail_block .email span img,
.contact_detail_block .website span img{
    display: none;
}
.contact_detail_block .address span{
    background: url('images/icons/con_address.png') no-repeat center;
}
.contact_detail_block .phone span,
.contact_detail_block .mobile span{
    background: url('images/icons/con_tel.png') no-repeat center;    
}
.contact_detail_block .fax span {
    background: url('images/icons/con_fax.png') no-repeat center;    
}
.contact_detail_block .email span {
    background: url('images/icons/con_email.png') no-repeat center;    
}
.contact_detail_block .website span {
    background: url('images/icons/con_website.png') no-repeat center;    
}
input.contact_subject,
.contact_field textarea{
    width: 95% !important;
}
.contact_label {
    margin: 0 0 5px;
}
/*#component {
	display:block;
	background: white;
	padding: 10px 30px;
}

.background {
	display: block;
	background: white;
	padding: 10px 30px;
}*/

.contact_form_div {
    color: #ff;
}

.smallfont {
    font-size: 11px;
    font-style:italic;
}

.rslides_tabs .rslides_here a
{
background:white !important;
}

.rslides_tabs a
{
background:grey !important;
}

.rslides_tabs {
    position: absolute;
    left: 50%;
    bottom: 10px;
}

