﻿body {
		margin-top: 0px;
    font-family: Tahoma, Verdana, sans-serif,sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: lightblue ;
}

.container {
    margin-top: 0px;	
    background-color: #fff;
}

.img_logo{
		vertical-align: baseline;
		height: 50px;
}

.navbar-brand{
		padding: 0px;
}


a:link,a:visited {
    text-decoration: none
}

a:active,a:hover {
    text-decoration: underline
}

.footer {
		text-align: center;
		font-size: 10px;

    line-height: 40px;
    height: 40px;
    
    color: #000;

    background-image: url(/images/bottom_bg.gif);
    background-repeat: repeat-x
}

.footer p {
		margin-bottom: 0;
		display: inline-block;
		vertical-align: middle;
}

p {
    line-height: 1.8
}

hr {
		margin-top: 5px;
		margin-bottom: 10px;
}

h1 {
		font-size: 34px;
		font-weight: bold;
		margin: 0
}

h2, .product_title {
		font-size: 30px;
		font-weight: bold;
		margin: 0
}

h3 {
		font-size: 26px;
		font-weight: bold;
		margin: 0
}

ul.a {
    list-style-type: circle;
    line-height: 1.8
}

ul.b {
    list-style-type: square;
    line-height: 1.8
}
