@charset "utf-8";
body { margin:0; padding:0; width:100%; border:0; color:#3b3b3b; font-family: 'Roboto', sans-serif; font-size: 16px; background-image:url("/images/vkhhomeh-spring.jpg"); background-repeat: no-repeat; background-position:top; background-attachment: fixed;}
html, .main, .sub { padding:0; margin:0 auto; height: 100%;}



a { color:#da1018; text-decoration:underline;}
a:hover { text-decoration: none }
img { border:none;}
h1 {font-size: 20px; margin: 0px; font-weight: normal;}
h2 {font-size: 30px; margin: 25px; margin-bottom: 2px; font-weight: bold; font-family: 'Zilla Slab', cursive; color: #ed1c24; text-shadow: 1px 1px #ababab;}

.breadcrumbs { margin: 25px; font-size: 20px; font-weight: bold;}
.breadcrumbs a { color:#da1018; text-decoration:none;}
.breadcrumbs a:hover { text-decoration: underline; }

.red { color: #da1018; }
.main { margin:0 auto; padding:0; width:960px; background: white;}

.header { color: #ffffff; }
.nav { font-family: 'Zilla Slab', cursive; color: #ed1c24; text-shadow: 1px 1px #ababab; }

.btn {
  background: #db1f02;
  background-image: -webkit-linear-gradient(top, #db1f02, #af0900);
  background-image: -moz-linear-gradient(top, #db1f02, #af0900);
  background-image: -ms-linear-gradient(top, #db1f02, #af0900);
  background-image: -o-linear-gradient(top, #db1f02, #af0900);
  background-image: linear-gradient(to bottom, #db1f02, #af0900);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: 'Zilla Slab', cursive; 
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #f9bb06;
  text-decoration: none;
}

/* menu */
.nav { padding:0; height:30px; font-color:#da1018;}
.nav ul { list-style:none; padding:0; height:23px; float:left; margin-left: 10px; margin-top: 0px;}
.nav ul li { margin:0; padding:0; float:left;}
.nav ul li a { display:block; margin:0; padding:8px 18px; font-size:18px; line-height:18px; font-weight:bold; text-decoration:none; text-align:center;}
.nav ul li.active a, .nav ul li a:hover { color:#ffcb08; background: #da1018; border-bottom-left-radius: 0.5em; border-bottom-right-radius: 0.5em; margin-top: -5px; padding:12px 18px 8px; text-shadow:none; -webkit-box-shadow: inset 0px 0px 10px 0px rgba(102,0,0,1);
-moz-box-shadow: inset 0px 0px 10px 0px rgba(102,0,0,1);
box-shadow: inset 0px 0px 10px 0px rgba(102,0,0,1);}


/* slider */
.slider {margin-top: 10px;}


/* husqavarna */
.husqlist2 li { float: left; padding: 8px; }
.indent { padding-left: 25px; }
.husqlist li { display:inline; padding: 2px; }
.husqlist div { text-align: center; width: 430px; float: left; margin-bottom: 30px; font-weight: bold; min-height: 200px;}
.husq li { display:inline; list-style-type:none; padding: 17px;}
.husqblue { color: #0f2b55; }



.list1 li { margin-bottom: 10px; min-height: 80px; list-style: none;}
.list1 li b { color: #3b3b3b; font-size: 15px; font-weight: bold; }

.list2 li { margin-bottom: 7px; }
.list2 li b { color: #3b3b3b; font-size: 16px; font-weight: bold; }



/* ===========================
   ====== Contact Form ======= 
   =========================== */

input, textarea {
	padding: 10px;
	border: 1px solid #E5E5E5;
	width: 200px;
	color: #999999;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;		
}

textarea {
	font-family: 'Roboto', sans-serif; font-size: 13px;
	width: 400px;
	height: 150px;
	max-width: 400px;
	line-height: 18px;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: 1px solid #C9C9C9;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;	
}

.form label {
	margin-left: 10px;
	color: #999999;
}

/* ===========================
   ====== Submit Button ====== 
   =========================== */

.submit input {
	width: 100px; 
	height: 40px;
	background-color: #474E69; 
	color: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;		
}