* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
}

body {
    width: 100%;
    height: 100%;
    background: #F0F7FF;
}

#top_line {
    background: #FC0;
    width: 100%;
    height: 16px;
}

ul#top_nav {
    width: 101px;
    background: #003;
    height: 16px;
}


ul#top_nav li {
    display: block;
    float: left;
    background: #003;
    width: 33%;
    text-align: center;
    height: 16px;
}


#header {
    background: url(../img/header_bg.gif) repeat-x center top;
    height: 298px;
    width: 100%;
}

h1 {
    font-family: Arial;
    font-size: 14px;
    color: #069;
    margin-bottom: 2px;
}


ul.navigation#first_ul {
    margin-top: 90px;
    /*margin-left: 30px;*/
    /*padding-bottom: 32px;*/
}

ul.navigation {    
    margin-left: 15px;
    /*padding-bottom: 32px;*/
}


ul.navigation li {
    display: block;
    background: url(../img/navigation_bullet.png) no-repeat left center;
    font-family: Tahoma;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    color: #fff;
    margin-bottom: 12px;
    padding-left: 21px;
    list-style-type: none;
	padding-right: 5px;
}

ul.navigation li a{
	color: #fff;
}

ul.navigation li#last_li {
    margin-bottom: 0px;
}

ul#bottom_nav {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
}

ul#bottom_nav li {
    display: inline;
    background: url(../img/bottom_nav_splitter.gif) no-repeat 10px center;
    padding-left: 21px;
}

ul#bottom_nav li a{
	font-family: Tahoma;
    font-size: 10px;
    text-decoration: none;
    color: #fc0;
}

ul#bottom_nav li.first {
    background: transparent;
}

.installation_table img {
	margin-top: 10px;
}

.installation_table a {
	color: #069;
}

table.products_table {
    border-collapse: collapse;
}    

.products_table td {
    border: 1px solid #069;
}
