﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

/* STRUCTURE */

body
{
    background-color: #fff;
    font-size: 11px;
    font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 1.5;
}

#container
{
    margin: auto;
    width: 837px;
    background-color: #fff;
}

#banner
{
    width: 100%;
    height: 115px;
    background-image: url("../Content/Images/site_banner.png");
    background-position: top left;
    background-repeat: no-repeat;
}

a#banner_link
{
    width: 283px;
    height: 115px;
    float: right;
}

#banner_text
{
    margin-top: 67px;
    margin-right: 8px;
    color: #303032;
    font-size: 12px;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    width: 320px;
    height: 25px;
    float: right;
}

#banner_search
{
    float: left;
    width: 196px;
    height: 25px;
    margin-top: 64px;
    margin-left: 17px;
}

#banner_search input
{
    width: 120px;
    height: 19px;
    border-color: #fff;
    color: #898989;
    float: left;
    display: inline;
}

.search_button
{
    width: 42px;
    height: 25px;
    float: right;
    display: inline;
}

#site_mini_menu
{
    background-image: url("../Content/Images/site_mini_menu_bg.png");
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 30px;
    height: 24px;
}

#left_container
{
    width: 222px;
    float: left;
}

#right_container
{
    width: 590px;
    float: right;
    background-image: url("../Content/Images/site_content_bg.png");
    background-repeat: no-repeat;
    background-position: top left;
    min-height: 600px;
    font-size: 12px;
}

#site_menu_container
{
    background-image: url("../Content/Images/site_menu_bg.png");
    background-repeat: repeat-y;
    background-position: top left;
}

#site_menu_bottom
{
    background-image: url("../Content/Images/site_menu_bg_bottom.png");
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    height: 8px;
}

.menu_ribbon
{
    background-image: url("../Content/Images/site_menu_ribbon.png");
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    height: 34px;
    padding-left: 23px;
    padding-top: 10px;
    color: #fff;
    font-size: 16px;
    font-family: "Trebuchet MS" , Verdana, sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 2px #111;
}

#quick_contact
{
    background-image: url("../Content/Images/site_quick_contact.png");
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
    margin-top: 10px;
    font-size: 12px;
    padding-left: 30px;
    padding-top: 8px;
}

#google_maps
{
    background-image: url("../Content/Images/site_map_bg.png");
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 206px;
    padding-left: 16px;
    margin-top: 10px;
}

#content_title
{
    margin-top: 10px;
    display: block;
    height: 47px;
}

#content_title_left
{
    background-image: url("../Content/Images/site_title_left.png");
    background-position: top left;
    background-repeat: no-repeat;
    width: 9px;
    height: 100%;
    float: left;
}

#content_title_center
{
    background-image: url("../Content/Images/site_title_center.png");
    background-position: top left;
    background-repeat: repeat-x;
    font-weight: bold;
    font-size: 16px;
    height: 100%;
    float: left;
    color: #990000;
    padding-top: 7px;
}

#content_title_right
{
    background-image: url("../Content/Images/site_title_right.png");
    background-position: top left;
    background-repeat: no-repeat;
    width: 9px;
    height: 100%;
    float: left;
}

#content_text
{
    margin-top: 5px;
    display: block;
    width: 100%;
    clear: both;
    padding-left: 3px;
    margin-bottom: 30px;
}

#right_box
{
    width: 241px;
    float: right;
    padding-left: 10px;
}

#right_box_top
{
    background-image: url("../Content/Images/site_right_box_top.png");
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 8px;
}

#right_box_middle
{
    background-image: url("../Content/Images/site_right_box_middle.png");
    background-position: top left;
    background-repeat: repeat-y;
    width: 100%;
}

#right_box_bottom
{
    background-image: url("../Content/Images/site_right_box_bottom.png");
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 8px;
}

#right_box_content
{
    width: 223px;
    text-align: right;
    margin-left: 5px;
}

.right_box_article
{
    font-family: tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

#dummy_footer
{
    height: 25px;
    width: 100%;
    display: block;
    clear: both;
}

#footer
{
    background-image: url("../Content/Images/site_footer_bg.png");
    background-position: top left;
    background-repeat: repeat-x;
    width: 100%;
    height: 25px;
    position: fixed;
    bottom: 0px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

#footer_text
{
    padding-top: 5px;
}

/* STYLES */

a:link, a:visited
{
    color: #990000;
    text-decoration: none;
}

a:hover, a.selected
{
    text-decoration: underline;
}

a.menu:link, a.menu:visited
{
    font-weight: bold;
    color: #000;
}

a.menu:hover, a.menuselected
{
    color: #990000 !important;
    text-decoration: none;
}

p
{
    margin-bottom: 0px;
}

ul.main_menu
{
    list-style: none;
    padding-left: 30px;
    margin-top: -5px;
}

ul.sub_menu
{
    list-style: none;
    padding-left: 20px;
}

ul.sub_sub_menu
{
    list-style: none;
    padding-left: 20px;
}

ul.sub_sub_menu li a
{
    font-weight: normal !important;
}

#footer img
{
    padding-left: 10px;
    padding-right: 5px;
}

#footer a, #footer a:visited
{
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

#footer a:hover
{
    text-decoration: none;
}

a.ardaco
{
    background-image: url("../Content/Images/sigla_ardaco.png");
    display: block;
    width: 138px;
    height: 100px;
    margin-left: 50px;
    margin-top: 10px;   
}

a.ammo, a.ammo:visited
{
    background-image: url("../Content/Images/sigla_ammo_hover.png");
    background-position: bottom left;
    display: block;
    width: 119px;
    height: 50px;
    margin-left: 60px;
    margin-top: 10px;
}

a.ammo:hover
{
    background-position: top left;
}

.article_date
{
    font-style: italic;
}

.page_title
{
    font-size: 13px;
    color: #990000;
    font-weight: bold;
}

#menu_1, #menu_2, #menu_3
{
    color: #505050;
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    padding: 0 0 10px 0;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* BANNERS */
.banner_1
{
    background-image: url("../Content/Images/site_banner_1.png") !important;
}

.banner_2
{
    background-image: url("../Content/Images/site_banner_2.png") !important;
}

.banner_3
{
    background-image: url("../Content/Images/site_banner_3.png") !important;
}

.banner_4
{
    background-image: url("../Content/Images/site_banner_4.png") !important;
}

.banner_5
{
    background-image: url("../Content/Images/site_banner_5.png") !important;
}

.banner_6
{
    background-image: url("../Content/Images/site_banner_6.png") !important;
}

.banner_7
{
    background-image: url("../Content/Images/site_banner_7.png") !important;
}

/* FORM LAYOUT ELEMENTS */

fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea
{
    min-height: 75px;
    border: 1px solid #ccc;
    padding: 2px;
    color: #444;
    background-color: transparent;
}

input[type="text"], input[type="password"]
{
    border: 1px solid #ccc;
    padding: 2px;
    color: #444;
    background-color: transparent;
}

select
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"]
{
    border: 1px solid #ccc;
    padding: 5px;
    color: #444;
    background-color: transparent;
}

/* TABLES */

table
{
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td
{
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/* MISC */

.clear
{
    clear: both;
}

.error
{
    color: Red;
}

.disabled
{
    color: gray;
}

.force_font_size
{
    font-size: 10px !important;
}

/* MVC HELPERS */

.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

.display-label, .editor-label
{
    margin: 1em 0 0 0;
}

.display-field, .editor-field
{
    margin: 0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}
