/* 

file: main.css
description: Main Application CSS File

+- CSS TOC --------------------------------------------------------+
| I.   GLOBAL                                                      |
| II.  PAGE ELEMENTS & STRUCTURE                                   |
| III. TYPE                                                        |
+------------------------------------------------------------------+
*/

/* I. GLOBAL -----------------------------------------------------*/

body {
    margin: 0;
    font: 12px Tahoma, Verdana;
    background: #08415e;
}

h1 {
    font: bold 26px Tahoma, Verdana;
    color: gray;
}

h2 {
    font-size: 20px;
    color: #033c8b;
}

h2 > em {
    font-weight: normal;
    color: red;
}

a.nav {
    color: white;
    text-decoration: none;
}

a.nav:hover {
    text-decoration: underline;
}

/* II. PAGE ELEMENTS & STRUCTURE ---------------------------------*/

#main {
    width: 800px;
    left: 50%;
    position: relative;
    margin-left: -400px;
}

#header {
    width: 800px;
    background: url(../images/header_gradient.jpg) repeat-x left top;
    color: white;
    min-height: 86px;
    height: auto !important;
    height: 86px;
}

#header_logo {
    margin-left: 10px;
    float: left;
}

#main_nav_bar {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

#main_nav_bar li {
    float: left;
    background: gray;
    padding: 10px;
    margin: 25px 0px 0 0;
    text-transform: uppercase;
}

#main_nav_bar li#first {
    margin-left: 40px;
}

* html #main_nav_bar li#first { /* recognized by ie6 */
    margin-left: 26px; 
}

*:first-child+html #main_nav_bar li#first { /* recognized only by ie7 */
    margin-left: 60px;
}

#content {
    width: 780px;
    min-height: 600px;
    height: auto !important;
    height: 600px;
    background: white;
    margin: 0;
    padding: 10px;
    _padding: 30px 10px 10px 10px;
}

.prop {
    clear: both;
}

#footer {
    width: 798px;
    background: url(../images/footer_gradient.jpg) repeat-x left top;
    min-height: 18px;
    height: auto !important;
    height: 18px;
    padding: 2px 4px 0 0;
    font: 11px Tahoma, Verdana;
    color: #56c9f9;
    text-align: right;
    vertical-align: middle;
}

.product_img {
    float: left;
    margin: auto auto;
}

.featured_product_header {
    color: black;
    font: 26px Trebuchet, sans-serif;
}

.featured_product_images {
    width: 370px;
    float: left;
    margin-top: 20px;
    _margin-top: 0px;
}

.featured_product_text {
    width: 300px;
    float: left;
}

#product_image {
    width: 370px;
    float: left;
    margin-top: 20px;
    _margin-top: 0px;
}

#product_text {
    width: 300px;
    float: left;
}

#tm-1000_demo_photos {
    float: left;
    margin: 30px 0 0 30px;
    _margin: 30px 0 0 15px;
}

#contact_info {
    margin: 30px 0 0 220px;
    font-size: 14px;
}

#about_info {
    margin-left: 110px;
    width: 600px;
}

#course_info {
    margin-left: 110px;
    width: 600px;
    font-size: 14px;
}

#course_info a {
    color: blue;
}

#gallery_info {
    margin-left: 210px;
    width: 400px;
    font-size: 14px;
}

#gallery_info a {
    color: blue;
}

/* III. TYPE -----------------------------------------------------*/
