@charset "utf-8";
.container-fluid {
	max-width: 1200px;
}

body {
	margin-top: 20px;
	padding-top: 1px;
}
h1 {
    color: #00287F;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: bold;
    font-size: large;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

h2 {
	color: #24B800;
	font-family: Gabriola;
	text-align: center;
	font-size: xx-large;
}
p  {
    color: #000000;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    text-align: center;
    font-size: 12pt;
}

#index_header {
    background-color: #E0E0E0;
    margin-bottom: 70px;
}
#index_header #brand {
	color: #00287F;
	font-size: xx-large;
	text-align: left;
	float: left;
	margin-bottom: 20px;
}

#index_phone {
	float: right;
	margin-bottom: 20px;
	width: 350px;
	text-align: right;
	margin-right: 10px;
}


#index_phone img {
	margin-left: 20px;
}
hr {
	background-color: #656565;
	width: 100%;
	height: 2px;
}
#product_lines {
	margin-top: 0px;
	padding-bottom: 10px;
}

#product_lines p {
    color: #00287f;
    letter-spacing: 2px;
}

.row {



}
.thumbnail {
	text-align: center;
	border-color: #FFFFFF;
	border-width: 1px;
	padding-left: 30px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
}

#index_footer {
	clear: left;
	margin-bottom: 5px;
}

#index_footer p {
    color: #000000;
    font-size: small;
}
#index_footer a {
}
#index_footer a:link {
	color: #00287F;
}
#index_footer a:hover {
	color: #E89E3F;
}
h3 {
	color: #00287F;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
}
