* { padding: 0; margin: 0; outline: 0; box-sizing: border-box;}
html { 
	height: 100%; 
	/*width: 100%;
	position: absolute;*/
}
body {

	background-repeat:repeat-x;
	margin: 0;
	padding: 0 0 0 0;
	font: 12px/1.6em  Verdana, Tahoma, Helvetica, sans-serif;
	/*font-size: 14px;*/
	color: #666666;
	background: linear-gradient(#204a87, #697280); /* Standard syntax */
	/*background-color: #fbbf21;*/
	height: 100%;
	width: 100%;
	/*position: absolute;*/
	text-align: center;
	background-repeat: no-repeat;
    background-attachment: fixed;
}
a, img {
    border:none;
    outline:none;
}
ul {
	list-style-position:outside;
	list-style-type:square;
	text-align: left;
	margin-left: 20px;
}
/*
ol {
	list-style-position:outside;
	margin-left: 25px;
	text-align: left;
	font-weight: bold;
}

ol li {
	font-weight: normal;
}
*/

ol { counter-reset: item;
	list-style-position:outside;
 }
ol li { display: block;
	text-align: left;
 }
ol li:before {
content: counter(item) ". ";
counter-increment: item;
font-weight: bold;
color: #204a87;
padding: 5px;
}

ul ul li {
	padding-left: 15px;
}
#wrapper {
	/*position: absolute;*/
	background-color:white;
	width: 850px;
	height: auto;
	margin: 10px auto;
	/*left: 0;
	right: 0;*/
	box-shadow: 0px 3px 10px 2px #000;
}
#header {
	float: left;
	width: 100%;
	height: 160px;
}
#header-logo
{
	float: left;
	background-image:url('../images/logo.jpg');
	background-size: Auto 160px;
	height: 160px;
	width: 400px;
	margin-left: 10px;
	background-repeat: no-repeat;
}
#header-right
{
	float: right;
}
#header-phone
{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 24px;
}
#header-bestof
{
	background-image:url('../images/bestofbest.gif');
	background-size: 200px 115px;
	width: 200px;
	height: 115px;
	background-repeat: no-repeat;
	margin: auto;
}
#menu {
	float: left;
	background: linear-gradient(#fdfea1, #fff20e);
	background-color: #363f68;
	width: 100%;
	border-top: #363f68 2px solid;
	border-bottom: #363f68 2px solid;
	/*height: 35px;*/
}
#menu ul {
    float: left;
    width: 100%;
    list-style-type: none;
	margin: 0;
	padding: 0;
	list-style-position:none;
}
#menu a {
    float: left;
    text-decoration: none;
	font-size: 18px;
	color: #363f68;
	/*height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	*/
	padding: 5px;
	border-right: 2px solid #363f68;
}
#menu .selected {
	background: linear-gradient(#efe212, #dbcf15);
	background-color: #dbcf15;
}
#menu a:hover {
    background: linear-gradient(#efe212, #dbcf15);
	background-color: #dbcf15;
}

#menu li {
    display: inline;
}
#content {
float: left;
padding: 10px;
height: auto;
width: 100%;
	min-height:400px;
	box-sizing : border-box;
}
#content .content-bold {
	color: #363f68;
	font-weight: bold;
	
}
#footer {
	float: left;
	background-color: #363f68;
	height: 105px;
	width: 100%;
	bottom: 0px;
	color: white;
	position: relative;
}
#footer a {
	color: white;
}
#footer a:link {
	color: white;
}
#footer a:hover {
	color: #fbbf21;
}
#footer-facebook {
	float: left;
	padding-top: 10px;
	padding-left: 20px;
}
#footer-facebook img {
	opacity: .8;
}
#footer-facebook img:hover {
	opacity: 1;
}
#footer-facebook h3 {
	float: left;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
#footer-contact {
	float: left;
	padding-top: 10px;
}
#footer-contact h3 {
	float: left;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
#footer-contact img {
	opacity: .8;
}
#footer-contact img:hover {
	opacity: 1;
}
#footer-iicrc {
	float: right;
	padding-right: 5px;
}
#footer-iicrc img {
	opacity: .8;
}
#footer-iicrc img:hover {
	opacity: 1;
}
#copyright {
	font-size: 11px;
	bottom: 0px;
	width: 100%;
	position: absolute;
}
#bottom {
		clear:both;
		text-align:right;
	}
#scotchgard {
	float: right;
	border: 2px solid;
	border-radius: 25px;
	padding: 10px;
	border-color: #c95d41;
	width: 370px;
}