html{overflow-y: scroll;}
html, textarea, input{color: #4D4D4D;	font-family: arial, sans-serif; font-size: 11pt; }
body{background-image: url("../images/brushed.png");}

table, tr, th, td{border: 1px solid #E1DED5; border-collapse: collapse;}
th{font-weight: bold;}
th, td{padding: 3px; vertical-align: top;}

a:link{color: #4D4D4D;}
a:visited{color: #4D4D4D;}
a:hover{color: #F68121;}
a:active{color: #4D4D4D;}

ol, ul{margin-left: 20px;}
ol{list-style-type: decimal;}
ul{list-style-type: disc;}
li{margin-bottom: 10px;}

p{margin-bottom: 15px;}
h1{color: #4D4D4D; font-size: 10pt; margin: 0px 0px 0px 25px; padding-left: 10px; float: left; width: 165px; text-align: left;}
h2{color: #F68121; font-size: 14pt; margin-bottom: 10px;}
h3{color: #262626; font-size: 14.8pt; font-weight: bold; margin-top: 3px;}
h4{color: #F68121; font-size: 11pt;}
em, i, em *, i *{font-style: italic;}
strong, b, strong *, b *{font-weight: bold;}

/*General use classes*/
.p-last{margin-bottom: 0px;}
.italic{font-style: italic;}
.clear{clear: both;}
.centered{text-align: center;}
.hidden{display: none;}
.left{float: left;}
.right{float: right;}
.grey{color: #4D4D4D;}
.orange{color: #F68121;}

.container{
	width: 960px;
	margin: 20px auto;
	background-color: #ffffff;
}

.header{
	padding: 8px;
	/*border-bottom: 1px solid #F5F5F5;*/
}

.header img{
	height: 78px;
}

.header-left{
	float: left;
}

.header-right img{
	margin-left: 30px;
	float: left;
}

.main-body{
	float: left;
	width: 419px;
	padding: 32px 10px 10px 10px; /*p will have bottom margin of 15 hence 10 bottom padding*/
	border-right: 1px solid #c0c0c0;
}

.right-col{
	width: 280px; 
	float: left;
	padding: 32px 10px 10px 10px; /*p will have bottom margin of 15 hence 10 bottom padding*/
}

.right-col img{
	max-width: 100%;
}

/*Nav menu*/
.nav-menu{
	width: 220px;	
	background-color: #F5F5F5;
	float: left;
	padding: 25px 0px 15px 0px;
	height: 100%;
}

.nav-menu a, .nav-menu .parent{
	display: block;
	padding: 8px 0px 8px 10px;
	text-decoration: none;
	border-top: 1px solid #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
	outline: none; /*Prevents dotted line on IE*/
	cursor: pointer;
}

.nav-menu a:hover, .nav-menu .selected, .nav-menu .parent:hover{
	background-color: #ffffff;
	border-top: 1px solid #F68121;
	border-bottom: 1px solid #F68121;
	color: #4D4D4D;
	cursor: pointer;
}

.nav-menu .sub-menu-group{
	display: none;
}

.nav-menu .sub-menu-item{
	padding-left: 35px;
}

.nav-menu .parent{
	background-image: url("../images/arrow-down.png");
	background-repeat: no-repeat;
	background-position-x: calc(100% - 4px);
	background-position-y: center;
}

/*Mobile nav menu*/
.nav-menu-mobile{
	float: left;
	display: none;
	text-align: center;
}

.nav-menu-mobile img{
	margin: 10px;
}

.footer{
	background-color: #262626; /*For IE and browsers which don't support CSS3 gradient*/
	border-bottom: 5px solid #F68121;
	color: #FFFFFF; /*#FEFEF2;*/
	padding: 20px;
	font-size: 10pt;
	background: -webkit-linear-gradient(#363636, #262626); /* For Safari */
	background: -o-linear-gradient(#363636, #262626); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#363636, #262626); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#363636, #262626); /* Standard syntax */
}

.footer a{
	color: #FFFFFF; /*#FEFEF2;*/
}

.footer a:hover{
	color: #F68121;
}

.footer h2{
	margin-bottom: 0px;
}

.footer-col-1{
	float: left;
	width: 180px;
	margin-right: 20px;
	text-align: center;
	font-size: 11pt;
}

.footer-col-2{
	float: left;
	width: 450px; 
	padding: 0px 10px;
	border-left: 1px solid #363636;
	border-right: 1px solid #363636;
}

.footer-col-3{
	float: right;
	text-align: center;
}

.footer-col-3 .link-by-small-image{
	padding: 0px 7px 0px 0px;
	vertical-align: top;
	line-height: 200%;
}

.copyright{
	font-size: 8pt;
	margin: 25px 0px 0px 0px;
}

.copyright a{
	text-decoration: none;
}

.keyhole{
	color: #303030;
	text-align: center;
	background-image: url('../images/keyhole.png');
	background-repeat:no-repeat;
	width: 110px;
	height: 110px;
	margin: 0px auto;
	padding-top: 12px;
}

.number-years-service{
	font-size: 44pt;
	color: #F68121;
	margin-bottom: -7px;
	font-weight: bold;
}

.satisfaction{
	color: #F68121; /*#FFFFFF; //#FEFEF2;*/
	font-size: 14pt;
}

.satisfaction .percent{
	font-size: 14pt;
}

/*Contact form*/
.contact-form .txt{
	width: 355px;
	border: 1px solid #c0c0c0;
}

.contact-form .txt, .contact-form .btn{
	padding: 3px;
}

.red{
	color: #ff0000;
}

.green{
	color: #458B00;
}

.vd{
	display: none;
}