* {
	margin: 0;
}

html, body {
	height: 100%;
	background-color: #7c84a6;
	font-family: Helvetica, Arial, Verdana;
	font-size: 14px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -42px;
}

.footer { 
	height: 42px;
	background-image: url(../images/footer.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 90px;
}

.footer a {
	color: #293270;
	text-decoration: none;
}

.footer a:hover {
	color: #293270;
	text-decoration: underline;
}

#footer_menu {
	padding-top: 15px;
}

.push {
	height: 42px;
}

#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#header_info div {
	float: right;
	margin-left: 60px;
	font-size: 18px;
	color: white;
}

#logo {
	float: left;
}

#design_installation {
	float: left;
	padding-top: 35px;
	margin-left: 90px;
}

#menu {
	clear: both;
	padding-top: 15px;
}

#menu .main_menu li {
    display:inline;
    list-style:none;
    margin-right:10px;
}
 
#menu .main_menu li a {
    background:#f0ea32;
    border: 1px solid #f0ea32;
    padding:10px 10px;
    text-decoration: none;
    color: #293270;
    -webkit-border-radius:10px;
    -moz-border-radius:15px;
}
 
#menu .main_menu li a:hover {
    background:#293270;
    border:1px solid #293270;
    color:#fff;
    -webkit-border-radius:10px;
    -moz-border-radius:15px;
}

#menu .main_menu li a.on {
    background:#293270;
    border:1px solid #293270;
    padding:10px 10px;
    text-decoration: none;
    color:#fff;
    -webkit-border-radius:10px;
    -moz-border-radius:15px;
}

#main_content {
	width: 980px;
	height: auto;
	margin-top: 25px;
	padding: 10px;
	background-color: #c6c9d8;
	-webkit-border-radius:10px;
    -moz-border-radius:15px;
}

h1 {
	color: #293170;
	font-size: 24px;
	margin-bottom: 10px;
}

h2 {
	color: #293170;
	font-size: 20px;
}

#main_content p {
	margin-bottom: 10px;
}

#main_content ol {
	margin-bottom: 10px;
}

#main_content ul {
	margin-bottom: 10px;
}

#main_content img {
	border: 1px solid black;
}

a {
	color: #283170;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.link_div_parent {
	margin-right: 25px;
}

.link_div {
	float: left; 
	width: 216px; 
	height: 150px;
	background-position: top center; 
	border: 5px solid white; 
}

#home_content {
	width: 630px;
	float: left;
}

#products_menu {
	
}

#products_menu .products_main_menu li {
    display:block;
    list-style:none;
    margin-bottom: 30px;
}
 
#products_menu .products_main_menu li a {
    background:#f0ea32;
    border: 1px solid #f0ea32;
    padding:10px 10px;
    text-decoration: none;
    color: #293270;
    -webkit-border-radius:10px;
    -moz-border-radius:15px;
}
 
#products_menu .products_main_menu li a:hover {
    background:#293270;
    border:1px solid #293270;
    color:#fff;
    -webkit-border-radius:10px;
    -moz-border-radius:15px;
}

#products_menu .products_main_menu li a.on {
    background:#293270;
    border:1px solid #293270;
    padding:10px 10px;
    text-decoration: none;
    color:#fff;
    -webkit-border-radius:10px;
    -moz-border-radius:15px;
}

#products_list {
	float: right;
	width: 680px;
	display: block;
}

a.btn_link {
	padding: 10px;
	background-color: #2468cf;
	color: white;
	font-size: 14px;
	text-decoration: none;
}

a.btn_link:hover {
	color: white;
	background-color: #160a8d;
}
