/* some important colors:
   ED blue: #3A4F6F
   ED yellow: #FDDC0D
   gray: #c4c4c4;
   */

html, body {
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    color: #222;
    background-color: #eee;
    background-image: url('../images/iarm_logo_vert.png');
    background-repeat: no-repeat;
    background-position: 30px 3em;
    margin: 0;
    height:100%; /* needed for container min-height */
}

body#home {
    background: #c4c4c4;
}

div#navbar {
    background: #3A4F6F;
    text-align: center;
}

img#company_logo {
    position: relative;
    top: -27px;
    right: 7px;
    float: right;
}

a img {
    border: none;
}

div#navbar ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    padding: 0.5em 0.5em;
}

div#navbar ul li {
    display: inline;
    margin: 0 0;
    padding: 0 1em 0 1em;
    position: relative;
    z-index: 10;
}

div#navbar ul li a {
    font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    font-size: 10pt;
    color: white;
    text-decoration: none;
    font-weight: normal;
}

body#home #navbar a#home, 
body#media #navbar a#media,
body#hardware #navbar a#hardware,
body#applications #navbar a#applications,
body#support #navbar a#support,
body#overview #navbar a#overview {
    text-decoration: underline;
}

div#navbar ul li.alert  {
    background: #ec100e;
    padding: 0.3em;
}

div#navbar ul li.alert a {
    font-size: 12pt;
}

div#navbar ul li a:hover {
    text-decoration: underline;
}

div#showcase {
    background-image: url('../images/bg_gradient.png');
    background-repeat: repeat-x;
    padding: 3em 0 1em 0;
    background-color: #c4c4c4;
    margin: 0;
    width: 100%;
}

#showcase h1, #showcase h2 {
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-size: 48pt;
    font-weight: normal;
    text-align: center;
    padding: 0.1em 25% 0.1em 25%;
    margin: 0;
}

#showcase h2 {
    font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    font-weight: normal;
    font-size: 36pt;
}

#showcase h3 {
    font-family: arial;
    font-size: 24pt;
}

#showcase #logo {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('../images/amor_logo.png');
    height: 100px;
}

#photo {
    /*height: 400px;*/
    background-image: url('../images/iarm_cast_shadow.png');
    background-repeat: no-repeat;
    background-position: 5% 0%;
    padding-left: 60%;
    font-family: arial;
}


#showcase ul.checklist {
    list-style: none;
    margin: 0;
    padding: 0;
}

#showcase ul.checklist li {
    margin: 0;
    line-height: 50px;
    background-image: url('../images/check.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 50px;
    font-family: arial;
    font-size: 12pt;
    font-weight: bold;
}

#showcase .button {
    margin-top: 1em;
    margin-left: 50px;
    margin-bottom: 8em;
}

div#container {
    position:relative; /* needed for footer positioning*/
    margin:0 auto; /* ce
nter, not in IE5 */
    width: 100%;
    
    height:auto !important; /* real browsers */
    height:100%; /* IE6: treaded as min-height*/

    min-height:100%; /* real browsers */
}

div#content {
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    font-size: 11pt;
    
    padding: 1em 11.5% 5em 11.5%; /* bottom padding for footer */
    text-align: justify;
    
}

#content div.intro {
    background: white;
    padding: 0 2em 1em 2em;
    border: 2px solid #eaeaea;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;

}

#content .default {
    padding: 0 2em;
}

#content h1 {
    font-family: arial;
    font-size: 22pt;
    font-style: normal;
}

#content .right img, #content.left img {
    margin: 0 auto;
    display: block;
}

#content div.right {
    float: right;
    width: 370px;
}

#content div.left {
    float: left;
    width: 400px;
}

#content .link a {
    text-decoration: none;
}

#content .link img {
    margin-right: 1em;
    vertical-align: middle;
}

div#footer {
    position:absolute;
    width:100%;
    bottom:0; /* stick to bottom */
    background:#ddd;

    padding: 1em 0em 1em 0em;
    background: #3A4F6F;
    font-family: verdana;
    font-size: 8pt;
    color: white;
    font-weight: normal;
    text-align: center;
}

div#footer img {
    position: absolute;
    bottom: 33px;
    left: 20px;
}

#content h1 {
    font-size: 16pt;
}

#content div.intro h1 {
    font-size: 20pt;
}

#content div.highlight p {
    margin-left: 1em;
    margin-bottom: 1em;
}

#content div.highlight {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

/* make sure the image is centered in its column space */
#content div.image img {
    display: block;
    margin-left: auto;
    margin-right: auto;

}

#content div.image { 
    float: right;
    width: 40%;
    margin: 2em 0 2em 1em;
    text-align: center;
    font-size: 10pt;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #222;
}

a:hover {
    color: red;
}

/* table style */

table {
    width:90%;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    border-collapse:collapse;
    font-size: 10pt;
    margin: 0 auto;
}

caption {
    font-size: 16pt;
    font-weight: bold;
    font-family: arial;
    margin:1em 0 1em 0;
    padding:0;
    caption-side:top;
    text-align:left;
    position: relative;
    left: -5%;
}	

tr.odd td	{
    background: #f1f1f1;
}

.column1 {
    font-weight: bold;
    border-right: 2px solid #c4c4c4;
}

tr.category {
}

tr.category td {
    background: #ccc;
    color: #333;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    margin-left: 1em;
}

td {
    background: #f4f9fe;
    color:#555;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    padding:.3em 1em;
    text-align:center;
}				

th {
    font-weight:normal;
    color: #678197;
    text-align:left;
    border-left:1px solid #ccc;
    padding:.3em 1em;
}							

thead th {
    border-bottom: 2px solid #c4c4c4;
    background:#f4f9fe;
    text-align:center;
    color: #333;
    font-size: 14pt;
    font-weight: bold;
}	

tfoot th {
    text-align:right;
    background: #f4f9fe;
    border-bottom: 1px solid #c4c4c4;
}	

