@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    color: #000000;
}

img {
    vertical-align: middle;
    border: none;
    display: block;
}

a {
    outline: none;
    text-decoration: none;
}

ul li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

form, fieldset, input, textarea {
    margin: 0;
    padding: 0;
    border: none;
}

#wrapper {
    width: 980px;
    margin: 0 auto;
}

#content {
    margin-top: 20px;
}


/* input example */
/*input_div {
background: url(../media/images/...) no-repeat;
padding: 4px 2px 3px 4px;
width: 196px;
}

input {
background: none;
border: none;
font: 13px/16px Arial;
width: 188px;
margin: 0;
padding: 0;
height: 16px;
}*/

.cursor_pointer {
    cursor: pointer;
}

.no_margin {
    margin: 0!important;
}

.orange_color {
    color: #F7941D;
}

.red {
    color: red !important;
}

#header_div {
    overflow: hidden;
}

#header_nav_links {
    height: 23px;
    width: 100%;
    background: #e5e5e5;
    text-align: center;
    font: bold 14px/16px Arial;
    color: #939393;
    padding-top: 5px;
}

#header_nav_links a {
    color: #939393;
}

.button_header {
	display:inline-block;
	width:50px;
	font: bold 10px/16px Arial;
    color: #939393;
}

.links_separator {
    margin: 0 30px;
}

.es .links_separator.chat {
    margin: 0 18px;
}

#header_button_links {
    float: left;
    width: 250px;
    margin-top: 10px;
    padding-top:36px;
    height: 50px;
    overflow: hidden;
}
#header_button_links #tweetshare {
    position: relative;
    top: -20px;
}
#header_button_links img {
    display: inline;
}

#facebook_link {}

#guide_link {
    width: 101px;
    height: 51px;
}

#language_div {
    float: right;
}

.language_single_div {
    float: left;
    width: 65px;
    height: 22px;
    text-align: center;
    font: 15px/18px Arial;
    color: #474747;
    padding-top: 53px;
}

.arg_flag {
    background: transparent url(../media/images/logos/arg_flag_small.jpg) scroll no-repeat center 15px;
}

.arg_flag.active {
    background: transparent url(../media/images/logos/arg_flag_big.jpg) scroll no-repeat center 6px;
}

.usa_flag {
    background: transparent url(../media/images/logos/usa_flag_small.jpg) scroll no-repeat center 15px;
}

.usa_flag.active {
    background: transparent url(../media/images/logos/usa_flag_big.jpg) scroll no-repeat center 6px;
}

#footer_div {
	float:left;
    margin: 20px 0;
    width: 940px;
}

#inside_left_footer_div {
    width: 800px;
    text-align:left;
    color: #6B6B6B;
    font: 10px/16px Arial;
    vertical-align:bottom;
    float:left;
    margin-top: 35px;
}

#inside_right_footer_div {
    width: 95px;
    float: left;
    margin-top: 35px;
    text-align: left;
}

#inside_right_footer_image_div {
    width: 43px;
    float: left;
    vertical-align: bottom;
    margin-top: 21px;
}

#footer_div, #log_in_a, #log_out_a{
    color: #6B6B6B;
    font: bold 10px/16px Arial;
    cursor: pointer;
}

#minimum_order_div, #call_center_off_div {
    margin-top: 8px;
    text-align: right;
}

#minimum_order_div span {
    color: #6B6B6B;
    font: 14px/16px Arial;
}

#call_center_off_div span {
    color: red;
    font: 14px/16px Arial;
}

.admin_controls {
    padding: 2px;
}

.admin_control_label {
    color: red;
    font: 11px/16px Arial;
    margin: 0 3px;
    cursor: pointer;
}

.add_new_menu_item_form_div,
.edit_category_form_div,
.edit_menu_item_form_div,
.add_menu_item_to_new_category_form_div {
    margin: 5px 0;
}

.add_menu_item_to_new_category_form_div {
    margin: 5px 0 15px;
}

.add_new_menu_item_form_div .form_title_p,
.edit_category_form_div .form_title_p,
.add_menu_item_to_new_category_form_div .form_title_p {
    text-decoration: underline;
    color: red;
    cursor: pointer;
}

.add_new_menu_item_form_div p,
.edit_category_form_div p,
.edit_menu_item_form_div p,
.add_menu_item_to_new_category_form_div p {
    margin: 3px 0 0;
}

.add_menu_item_to_new_category_form_div p {
    margin: 5px 0 0;
}

.admin_form input, .admin_form textarea {
    border: 1px solid #6B6B6B;
}

.admin_form .price_input {
    width: 35px;
    margin-right: 10px;
}

.admin_form .description_textarea {
    width: 456px;
    min-width: 456px;
    max-width: 456px;
    height: 32px;
    min-height: 32px;
    max-height: 32px;
}

.admin_form .insert_ok_label {
    color: green;
    font-weight: bold;
}

/* Snap a bug button */
body .SnapABug_Button {
    position: absolute !important;
    top: -500px !important;
    left: -500px !important;
    display: none !important;
    opacity: 0 !important;
}

.chat_html {
    display: none;
}

a.chat_html {
    cursor: pointer;
}

.hidden_chat_image {
    position: absolute;
    top: 0;
    left: 0;
}

/* Touch the rest at your onw risk. */
.awesome {
    border: 0 !important;
    cursor: pointer !important;
    font-style: normal !important;
    font-weight: bold !important;
    font: inherit !important;
    text-decoration: none !important;

    /* vertical margin is the opposite of button's awesomeness */
    margin-top: 0 !important;
    margin-bottom: 2px !important;

    /* not all browser support these, but who cares? */
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25), -2px 0 1px rgba(0,0,0,0.25) !important;

    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.5) !important;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5) !important;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5) !important;

    /* cross browser inline block hack
       see http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/ */
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle !important;

    /* IE luv */
    zoom: 1;

}

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

}


#badLogoHolder {
    position: relative;
}

#badLogo {
    position: absolute;
    width: 461px;
    height: 65px;
    top: 15px;
    left: 285px;
}

#badLogo h1{
    position: relative;
    top: -10px;
}

#badLogo a{
    -moz-outline-style: none !important;
    outline: none !important;
    display: inline-block;
    width: 455px;
    height: 60px;
}

#badLogo span {
    display: none;
}
