/*
Theme Name: Maximon Custom Made Theme
Theme URI: http://www.maximonrum.com


*/
#restrictionOverlay {
    display: block;
    background: url(../../img/frontend/restriction_overlay.png);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 100;
}

#restrictionOverlay #restrictionContent {
    margin: 50px auto 0;
    text-align: center;
    width: 400px;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    text-shadow: 0 2px 2px #000;
}

#restrictionOverlay #restrictionContent strong {
    color: #f8d40e;
    font-family: 'superficialbold';
    font-size: 38px;
    font-weight: normal;
    text-transform: uppercase;
}

#restrictionOverlay #restrictionContent p {
    margin: 15px auto 15px;
    width: 370px;
}

#restrictionOverlay #restrictionContent p.buscamos {
    line-height: 1.2em;
    font-size: 0.6em;
    margin-top: 30px;
    width: 235px;
}

#restrictionOverlay #restrictionContent p a {
    background: url(../../img/frontend/restriction_btn.png) center top no-repeat;
    color: #fff;
    display: inline-block;
    height: 46px;
    margin: 0 5px;
    line-height: 46px;
    width: 127px;
    text-transform: uppercase;
}

#restrictionOverlay #restrictionContent p a.lanLink {
    background: url("../../img/frontend/restriction_btn2.png") no-repeat scroll center top transparent;
    float: right;
    font-size: 12px;
    height: 33px;
    line-height: 33px;
    margin: -5px 0 0;
    text-align: center;
    width: 90px;
}

#restrictionOverlay #restrictionContent p a:hover {
    background: url(../../img/frontend/restriction_btn.png) center bottom no-repeat;
}

#restrictionOverlay #restrictionContent p a.lanLink:hover {
    background: url(../../img/frontend/restriction_btn2.png) center bottom no-repeat;
}

#restrictionOverlay #restrictionContent .loadingDone {
    display: none;
}


#restrictionOverlay #restrictionContent .spacing {
    height: 200px;
    display: block;
    overflow: hidden;
    width: 400px;
}

#restrictionOverlay #restrictionContent .smlinks {
    margin: 10px auto 0 auto;
    width: 115px;
    height: 25px;
}

#restrictionOverlay #restrictionContent .smlinks li {
    float: left;
    margin: 0 5px 0 0;
}

#restrictionOverlay #restrictionContent .smlinks li.last {
    margin: 0;
}

#restrictionOverlay #restrictionContent .smlinks li a {
    display: block;
    text-indent: -9999px;
    width: 25px;
    height: 25px;
    opacity: 0.7;
}

#restrictionOverlay #restrictionContent .smlinks li a.fb {
    background: url(../../img/frontend/fb.png);
}

#restrictionOverlay #restrictionContent .smlinks li a.yt {
    background: url(../../img/frontend/yt.png);
}

#restrictionOverlay #restrictionContent .smlinks li a.tw {
    background: url(../../img/frontend/tw.png);
}

#restrictionOverlay #restrictionContent .smlinks li a.fk {
    background: url(../../img/frontend/fk.png);
}







html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { outline:0; margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


/*
 *
 * Base Styles 
 *
*/
body, select, input, textarea { 
    /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
    color: #444; 
    /* set your base font here, to apply evenly */
    /* font-family: Georgia, serif;  */   
}

/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a { text-decoration: none; }
a:hover, a:active { outline: none; }
ul, ol { 
    list-style-type: none; margin: 0; padding: 0; }
ol { list-style-type: decimal; }
/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre { 
    padding: 15px; 
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 

input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

label, input[type=button], input[type=submit], button { cursor: pointer; }

button, input, select, textarea { margin: 0; }

input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
    border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
    -webkit-box-shadow: 0px 0px 5px red; 
    box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }
/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #F8D40E; color:#fff; text-shadow: none; }
::selection { background:#F8D40E; color:#fff; text-shadow: none; } 
/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: ##F8D40E; } 
/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {width: auto; overflow: visible;}
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {-ms-interpolation-mode: bicubic;}

/*
 *
 * Nonsemantic Base Styles 
 *
*/
/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; } 
/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;    
                  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
                  clip: rect(1px, 1px, 1px, 1px); }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements 
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }


/*
 *
 * Structure
 *
*/

#preload {
    display: none;
}

#page {
    display: block;
}
#primary {
    float: left;
    margin: 0 -240px 0 0;
    width: 100%;
}
#content {
    margin: 0 280px 0 0;
}
#main .widget-area {
    float: right;
    overflow: hidden;
    width: 220px;
}
#colophon {
    clear: both;
    display: block;
    width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
    margin: 0;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
}
.alignright {
    display: inline;
    float: right;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*
 *
 * Header
 *
*/
#site-title {
    font-size: 2em;
    font-weight: bold;
    margin: .67em 0;
}
#site-description {
    font-size: 1em;
    font-weight: normal;
    margin: 0 0 1em;
}


/*
 *
 * Menu
 *
*/
#access {
    display: block;
    float: left;
    margin: 0 auto 1em;
    width: 100%;
}
#access ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
#access li {
    float: left;
    position: relative;
}
#access a {
    display: block;
    line-height: 2em;
    padding: 0 1em;
    text-decoration: none;
}
#access ul ul {
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    display: none;
    float: left;
    position: absolute;
    top: 2em;
    left: 0;
    z-index: 99999;
}
#access ul ul ul {
    left: 100%;
    top: 0;
}
#access ul ul a {
    background: #333;
    color: #fff;
    line-height: 1em;
    padding: .5em .5em .5em 1em;
    width: 10em;
    height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
    background: #333;
    color: #fff;
}
#access ul ul a:hover {
    background: #000;
}
#access ul li:hover > ul {
    display: block;
}

#content nav {
    display: block;
    overflow: hidden;
}
#content nav .nav-previous {
    float: left;
    width: 50%;
}
#content nav .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
#content #nav-above {
    display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
    display: block;
}
#nav-below {
    margin: 1em 0 0;
}
.page-link {
    margin: 0 0 1em;
}


/*
 *
 * Images
 *
*/
/*
Resize ../../img/frontend to fit the main content area.
- Applies only to ../../img/frontend uploaded via WordPress by targeting size-* classes.
- Other ../../img/frontend will be left alone. Use "size-auto" class to apply to other ../../img/frontend.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
    max-width: 100%; /* When ../../img/frontend are too wide for containing element, force them to fit. */
    height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
    margin-right: 1em;
}
img.alignright {
    margin-left: 1em;
}
.wp-caption {
    padding: .5em;
    text-align: center;
}
.wp-caption img {
    margin: .25em;
}
.wp-caption .wp-caption-text {
    margin: .5em;
}

/* Forms - Class for labelling required form items */
.required {
    color: #cc0033;
}


/*
 *
 * Comments
 *
*/
article.comment {
    display: block;
}
#respond input[type=text] {
    float: left;
    margin: 0 1em 0 0;
    width: 60%;
}
#respond .comment-form-comment label {
    display: none;
}
#respond textarea {
    margin: 0 1em 1em 0;
    float: left;
    width: 80%;
}
#respond .form-allowed-tags {
    clear: both;
    width: 80%;
}
#respond .form-allowed-tags code {
    display: block;
}


/*
 *
 * CUSTOM
 *
*/

@font-face {
    font-family: 'superficialbold';
    src: url('../../fonts/superficial_bold-webfont.eot');
    src: url('../../fonts/superficial_bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/superficial_bold-webfont.woff') format('woff'),
        url('../../fonts/superficial_bold-webfont.ttf') format('truetype'),
        url('../../fonts/superficial_bold-webfont.svg#superficialbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    width: 100%;
    height: 100%;
}

html { 
    background: #050400 url(../../img/frontend/main_bg.jpg) center top no-repeat;
}

html.clear {
    background: #050400 !important;
}

.bg../../img/frontend {
    display: none;
}

.home h1#site-title {
    display: none;
}

#homeLinks {
    background: url(../../img/frontend/links_bg.png) no-repeat;
    height: 646px;
    left: 50%;
    margin-left: -389px;
    position: absolute;
    top: 120px;
    width: 778px;
    z-index:1;
}

#homeLinks .hide {
    display: block;
    text-indent: -9999px;
    height: 14px;
    width: 14px;
    background: none;
    opacity: 0.6;
    position: relative;
    z-index: 5;
}

#homeLinks a.hm_historia {
    height: 60px;
    left: 490px;
    top: 410px;
    width: 230px;

}

#homeLinks a.hm_proceso {
    height: 30px;
    left: 240px;
    top: 380px;
    width: 80px;
}

#homeLinks a.hm_cocteles {
    height: 60px;
    left: 70px;
    top: 310px;
    width: 100px;
}

#homeLinks a.hm_mundo {
    height: 50px;
    left: 220px;
    top: 200px;
    width: 100px;
}

#homeLinks a.hm_quien{
    height: 80px;
    left: 120px;
    top: 80px;
    width: 70px;
}

#homeLinks a.hm_contacto {
       height: 70px;
    left: 455px;
    top: -355px;
    width: 190px;
}

#homeLinks a.hm_mezclas {
    height: 150px;
    left: 340px;
    top: -40px;
    width: 100px;
}
#homeLinks a.hm_mezclas2 {
    height: 100px;
    left: 450px;
    top: -400px;
    width: 70px;
}
#homeLinks a.hm_mezclas3 {
      height: 100px;
    left: 450px;
    top: -400px;
    width: 70px;
}

/*#homeLinks a.hm_tienda {
    height: 50px;
    left: 430px;
    top: 160px;
    width: 50px;
}*/

#homeLinks .pop {
    display: none;
    position: absolute;
    z-index:5;
}

#homeLinks .hov {
    display: none;
    position: absolute;
    z-index:3;
}

#homeLinks .pop_cocteles {
    left: -190px;
    top: 254px;
}

#homeLinks .hov_cocteles {
    top: 362px;
}

#homeLinks .pop_contacto {
    left: 550px;
    top: 89px;
}

#homeLinks .hov_contacto {
    left: 446px;
    top: 264px;

}

#homeLinks .pop_historia {
    right: -100px;
    top: 254px;
}

#homeLinks .hov_historia {
    right: 15px;
    top: 368px;
}

#homeLinks .pop_mezclas {
    left: 280px;
    top: -100px;
}

#homeLinks .hov_mezclas {
    left: 196px;
    top: 0;
}
#homeLinks .hov_mezclas2 {
    left: 196px;
    top: 0;
}
#homeLinks .hov_mezclas3 {
    left: 196px;
    top: 0;
}

#homeLinks .pop_mundo {
    left: 1px;
    top: -50px;
}

#homeLinks .hov_mundo {
    left: 189px;
    top: 328px;
}

#homeLinks .pop_proceso {
    left: 130px;
    top: -100px;
}

#homeLinks .hov_proceso {
    left: 196px;
    top: 394px;
}

#homeLinks .pop_quien {
    left: -100px;
    top: 64px;
}

#homeLinks .hov_quien {
    left: 54px;
    top: 246px;
}

#homeLinks .pop_tienda {
    left: 440px;
    top: -50px;
}

#homeLinks .hov_tienda {
    left: 399px;
    top: 95px;
}


#mainMenu {
    background: url(../../img/frontend/mainMenu_bg.png) no-repeat;
    height: 118px;
    left: 50%;
    margin-left: -480px;
    position: absolute;
    top: 620px;
    width: 1000px;
    z-index:10;
}


#mainMenu ul {
    margin: 40px 0 0 17px;
}

#mainMenu ul li {
    float: left;
    margin: 0 15px 0 0;
}

#mainMenu.es ul li {
    margin: 0 20px 0 5px !important;
}

#mainMenu ul li.page-item-22 {	
    margin: 0 120px 0 0;
}

#mainMenu.es ul li.page-item-22 {	
    margin: 0 117px 0 0 !important;
}
#mainMenu.es ul li.page-item-22 {	
    margin: 0 117px 0 0 !important;
}

#mainMenu ul li.page-item-4,
#mainMenu ul li.page-item-2,
#mainMenu ul li.page-item-139,
#mainMenu ul li.page-item-32,
#mainMenu ul li.page-item-132,
#mainMenu ul li.page-item-42,
#mainMenu ul li.page-item-20,
#mainMenu ul li.page-item-22,
#mainMenu ul li.page-item-24 {
    display: block;
}
#mainMenu ul li {
    display: none;
}


#mainMenu ul li a {
    color: #ccc;
    font-family: 'superficialbold';
    font-size: 14px;
    text-shadow: 0 2px 2px #000;
    text-transform: uppercase;
}

#mainMenu ul li.page-item-2 a {
    background: none repeat scroll 0 0 transparent;
    display: block;
    height: 100px;
    left: 445px;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 100px;
}



#mainMenu.es ul li a {
    font-size: 13px !important;
}


#contentContainer {
    background: url(../../img/frontend/contentContainer_bg.png) center center no-repeat;
    height: 529px;
    top: 150px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -480px;
    width: 960px;
    z-index: 5;
}

/*#contentContainer.blank {
    background: none !important;
}*/



.aboutIMG {
    display: block;
    height: 556px;
    position: absolute;
    top: -25px;
    width: 418px;
    z-index: 5;
    visibility: visible;
}


#contentContainer .historyIMG {
    background: url("../../img/frontend/fimage_history.png") repeat scroll 0 0 transparent;
    height: 494px;
    left: -80px;
    position: absolute;
    top: 35px;
    width: 446px;
    visibility: visible;
}

.processIMG {
    height: 477px;
    left: -60px;
    position: absolute;
    top: 35px;
    width: 417px;
    visibility: visible;
}

#contentContainer .whiterumIMG {
    background: url("../../img/frontend/fimage_white.png") repeat scroll 0 0 transparent;
    height: 487px;
    left: -60px;
    position: absolute;
    top: 35px;
    width: 418px;
}

#contentContainer .spicedrumIMG {
    background: url("../../img/frontend/fimage_spiced.png") repeat scroll 0 0 transparent;
    height: 487px;
    left: -60px;
    position: absolute;
    top: 35px;
    width: 418px;
}

#contentContainer .reserverumIMG {
    background: url("../../img/frontend/fimage_reserve.png") repeat scroll 0 0 transparent;
    height: 487px;
    left: -60px;
    position: absolute;
    top: 35px;
    width: 418px;
}

#wpgmza_map {
    border-radius: 15px;
}

#contentContainer #content {
    position: absolute;
    right: 20px;
    top: 40px;
    width: 540px;
}


#contentContainer #content h2 {
    background: url("../../img/frontend/content-h2_bg.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-family: 'superficialbold';
    font-size: 40px;
    height: 80px;
    line-height: 60px;
    text-align: center;
    text-shadow: 0 2px 2px #000000;
    text-transform: uppercase;
    width: 540px;
    font-weight: normal;
}

#contentContainer #content h4 {
    color: #F8D40E;
    font-family: superficialbold;
    font-size: 30px;
    font-weight: normal;
}

#contentContainer #content em {
    color: #FFFFFF;
    text-transform: uppercase;
    font-style: normal;
}

#contentContainer #content p {
    color: #fff;
    font-size: 17px;
    margin: 0 0 20px 0;
    line-height: 22px;
    font-family: Arial, Helvetica, sans-serif;
}

#contentContainer #content p strong {
    color: #f8d40e;
    display: block;
    text-align: center;
}

#contentContainer .conDIV {
    display: block;
}

#contentContainer #con_store img {
    float: left;
    margin: 0 20px 0 20px;
}

#contentContainer #con_blends,
#contentContainer #con_contact,
#contentContainer #con_world,
#contentContainer #con_cocktails,
#contentContainer #con_store {
    display: block;
    left: -390px;
    margin: -20px 0 0 0;
    position: relative;
    width: 960px;
}

#contentContainer #con_cocktails img {
    cursor: pointer;
}

#contentContainer #con_store {
    margin: 20px 0 0 0;
}

#contentContainer #con_world {
    margin: -40px 0 0 0;
}

#contentContainer #global_tw {
    background: url(../../img/frontend/global_tw_bg.png);
    height: 393px;
    width: 860px;
}

#contentContainer #global_tw h4 {
    color: #FFFFFF;
    font-family: 'superficialbold';
    font-size: 30px;
    font-weight: normal;
    margin: 50px 0 0 400px;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
    width: 460px;
}

#contentContainer #global_tw .jat_wrapper {
    color: #444444;
    height: 45px;
    margin: 315px 0 0 444px;
    overflow: hidden;
    position: absolute;
    width: 400px;
}

#contentContainer #global_tw #twitter-widget-0{
    border: none;
    margin: 0px 0 0 340px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 445px;

}

#contentContainer #global_tw .jat_wrapper a {
    color: #5AB0E0
}

#contentContainer #global_yt {
    background: url(../../img/frontend/global_yt_bg.png);
    height: 491px;
    width: 860px;
}

#contentContainer #global_yt h4 {
    display: none;
}

#contentContainer #global_yt #videos_on_post_ {
    padding: 15px 0 0 75px;
}

#contentContainer #global_fb {
    background: url(../../img/frontend/global_fb_bg.png);
    height: 392px;
    width: 860px;
}

#contentContainer #global_fb h4 {
    color: #FFFFFF;
    font-size: 40px;
    font-family: 'superficialbold';
    font-weight: normal;
    margin: 0px 0 0 350px;
    position: absolute;
    text-transform: uppercase;
    text-align: right;
    width: 500px;
}

#contentContainer #con_world .bx-prev,
#contentContainer #con_cocktails .bx-prev,
#contentContainer #con_store .bx-prev {
    background: url(../../img/frontend/left.png);
    height: 23px;
    width: 22px;
    top: 200px;
}

#contentContainer #con_world .bx-next,
#contentContainer #con_cocktails .bx-next,
#contentContainer #con_store .bx-next {
    background: url(../../img/frontend/right.png);
    height: 23px;
    width: 22px;
    top: 200px;
}


#contentContainer #con_contact h4 {
    color: #fff;
    font-size: 24px;
    font-family: 'superficialbold';
    font-weight: normal;
    margin: 0 0 20px 0;
}

#contentContainer #con_contact h4 span {
    display: block;
    color: #f8d40e;
    font-size: 46px;
    line-height: 50px;
}

#contentContainer #con_contact #conLeft {
    float: left;
    margin: 0 20px;
    width: 440px; 
    height: 320px;
}

#contentContainer #con_contact #conRight {
    float: left;
    width: 451px; 
    height: 270px;
    margin: 50px 0 0 0;
}

#contentContainer #con_contact form.customcontactform {
    margin: 0;
    padding: 0;
    width: 440px;
    min-width: 440px;
}

#contentContainer #con_contact form.customcontactform label {
    display: none;
}

#contentContainer #con_contact form.customcontactform div {
    float: left;
    width: auto;
}

#contentContainer #con_contact form.customcontactform input[type=text] {
    border: 2px solid #F8D40E;
    border-radius: 4px 4px 4px 4px;
    clear: both;
    color: #AAAAAA;
    display: block;
    font-family: Arial, Helvetica, san-serif;
    font-size: 12px;
    margin: 0;
    padding: 4px;
    width: 400px;
}

#contentContainer #con_contact form.customcontactform textarea {
    border: 2px solid #F8D40E;
    border-radius: 4px 4px 4px 4px;
    clear: both;
    color: #AAAAAA;
    display: block;
    font-size: 12px;
    font-family: Arial, Helvetica, san-serif;
    height: 65px;
    margin: 0;
    padding: 4px;
    width: 400px;
}

#contentContainer #con_contact form.customcontactform .small {
    float: left !important;
    margin: 0 8px 0 0 !important;
    width: 190px !important;
}

#contentContainer #con_contact form.customcontactform .small_last {
    float: left !important;
    width: 190px !important;
}

#contentContainer #con_contact form.customcontactform .submit {
    background: none repeat scroll 0 0 #F8D40E;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #000000;
    float: right;
    font-family: 'superficialbold';
    font-size: 14px;
    margin: 10px 30px 0 0;
    padding: 4px 10px;
    text-transform: uppercase;
}


#contentContainer #con_blends .blends01 {
    background: url(../../files/blend/images/blends_01.png) top center no-repeat;
    display: block;
    float: left;
    height: 400px;
    width: 320px;
    text-indent: -9999px;
}

#contentContainer #con_blends .blends02 {
    background: url(../../files/blend/images/blends_02.png) top center no-repeat;
    display: block;
    float: left;
    height: 400px;
    width: 320px;
    text-indent: -9999px;
}

#contentContainer #con_blends .blends03 {
    background: url(../../files/blend/images/blends_03.png) top center no-repeat;
    display: block;
    float: left;
    height: 400px;
    width: 320px;
    text-indent: -9999px;
}

#contentContainer #con_blends a:hover {
    background-position: bottom center !important;
}

footer#colophon {
    font-family: Arial, Helvetica, sans-serif;
    width: 960px;
    position: absolute;
    color: #fff;
    top: 720px;
    z-index:10;
    left: 50%;
    margin-left: -480px; 
    font-size: 11px;
    text-align: center;
    height: 50px;
}

footer#colophon p {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    line-height: 15px;
}

footer#colophon p a {
    color: #fff;
}

footer#colophon p span {
    color: #f7d410;
}

footer#colophon #footerLeft {
    float: left;
    font-style: italic;
    text-align: left;
}

footer#colophon #footerRight {
    float: right;
    text-align: right;
}

footer #footerRight a {
    float: right;
    display: block;
    margin: 0 0 0 6px;
}

footer#colophon .smlinks {
    margin: 10px auto 0 auto;
    width: 115px;
    height: 25px;
}

footer#colophon .smlinks li {
    float: left;
    margin: 0 5px 0 0;
}

footer#colophon .smlinks li.last {
    margin: 0;
}

footer#colophon .smlinks li a {
    display: block;
    text-indent: -9999px;
    width: 25px;
    height: 25px;
    opacity: 0.7;
}

footer#colophon .smlinks li a.fb {
    background: url(../../img/frontend/fb.png);
}

footer#colophon .smlinks li a.yt {
    background: url(../../img/frontend/yt.png);
}

footer#colophon .smlinks li a.tw {
    background: url(../../img/frontend/tw.png);
}

footer#colophon .smlinks li a.fk {
    background: url(../../img/frontend/fk.png);
}


#cycle-loader {
    height:32px;
    left:50%;
    margin:-8px 0 0 -8px;
    position:absolute;
    top:50%;
    width:32px;
    z-index:999;
}

/*I want to avoid jumpiness as the JS loads, so I initially hide my cycle*/
#maximage {
    display:none;
    position:fixed !important;
}

/*I want to style my pager*/
#cycle-nav {
    position:absolute;
    right:10px;
    top:10px;
}
#cycle-nav ul {
    list-style-type:none;
}
#cycle-nav ul li {
    border:1px solid #ffffcc;
    float:left;
    margin:4px;
}
#cycle-nav ul li a {
    background:#ffffcc;
    float:left;
    height:10px;
    margin:2px;
    width:10px;
}
#cycle-nav ul li.activeSlide {
    border:1px solid #ff6600;
}

/*Set my gradient above all ../../img/frontend*/
#gradient {
    left:0;
    height:100%;
    position:absolute;
    top:0;
    width:100%;
    z-index:999;
}
