@charset "UTF-8";

/* Layout (global rules for all sizes) */

body { margin: 0px; padding: 0px; }

header a.logo {
	position: absolute;
	display: block;
	width: 160px;
	height: 66px;
	text-decoration: none;
	color: #000;
	font-size: 1.6em;
	font-weight: 700;
	left: 10px;
}

nav {
	width: 100%;
	display: block;
	background-color: #1540fd;
}

h3 { 
	margin: 0 0 .5em 0; 
	font-size: 1em;
	font-weight: 700;
}

/* Layout Large Screens (default for older browsers) */

header { 275px; background: url(../images/HomePgBanner2.png) no-repeat right 0px; }

article { padding: 30px 20px 10px 20px; }



nav { top: 275px; }
nav a { margin: 12px 0px 10px 20px; }


@media screen and (max-width: 1200px) {
	footer { padding-left: 20px; }
}

/* Product Categories */

.page .pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 1190px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;	
	line-height: 1.0;
	list-style-type: none;
}

.page .ValentiniTillerSubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 1.3;
	text-align: center;
	padding-top: 0px;
	margin-top: 8px;
}

.page .ValentiniTillerSubtitleTwo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 0px;
	margin-top: 3px;
}

.page .titletwo {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	width: 950px;
	text-align: center;	
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;		
	margin: auto;
}

.page .specheading {
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: auto;
}

/* Space Below Title */

.page .titlespacer { width: 1190px; height: 65px; }

/* Product Categories */

section.productcategory { margin-bottom: 5px; padding: 5; }
section.productcategory aside { width: 25%; float: left; text-align: center; }
section.productcategory aside .columnheading { margin-top: 50px; font-family: Arial, Helvetica, sans-serif; }
section.productcategory aside .columnheading .subtext { font-family: Arial, Helvetica, sans-serif; margin-top: -6px; font-size: 0.9em; }
section.productcategory aside .image { margin-top: 15px; }

section.productcategorytwo { margin-bottom: 5px; padding-left: 315px; padding-right: 315px; max-width: 600px; }
section.productcategorytwo aside { width: 50%; float: left; text-align: center; }
section.productcategorytwo aside .columnheading { margin-top: 50px; font-family: Arial, Helvetica, sans-serif; }
section.productcategorytwo aside .image { margin-top: 15px; }

section.productcategoryfive { margin-bottom: 5px; padding: 5; }
section.productcategoryfive aside { width: 20%; float: left; text-align: center; }
section.productcategoryfive aside .columnheading { margin-top: 50px; font-family: Arial, Helvetica, sans-serif; }
section.productcategoryfive aside .columnheading .subtext { font-family: Arial, Helvetica, sans-serif; margin-top: -6px; font-size: 0.9em; }
section.productcategoryfive aside .image { margin-top: 15px; }

section.grappleproductcategory { margin-bottom: 5px; padding-left: 105px; padding-right: 105px; max-width: 985px; }
section.grappleproductcategory aside { width: 33%; float: left; text-align: center; }
section.grappleproductcategory aside .columnheading { margin-top: 50px; font-family: Arial, Helvetica, sans-serif; }
section.grappleproductcategory aside .image { margin-top: 15px; }

.page section.speclist { margin-top: 5px; margin-left: 25px; font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 1.0em; }
.page section.speclist ul li .indent { text-indent: 75px; }

.page section.paragraph { margin-top: 25px; margin-left: 10px; margin-right: 10px; padding: 5; }
.page section.paragraph p { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 15px; }

@media screen and (min-width: 515px) {
	section.productcategorymobile { display: none; }
	section.grappleproductcategorymobile { display: none; }	
}

/* Footer */

section.footer { margin-top: 50px; margin-bottom: 0px; padding: 0; }
section.footer aside { text-align: center; }
section.footer aside .footertwo { 
	height: 50px;	
	background-color: #000;
	width: 1200px;
	background-image: url(../footer1.jpg);
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}

footer { background: #000; font-size: .8em; padding: 30px 0px 10px 20px; color: #fff; }
footer .content { display: inline; }

footer a { margin-left: 15px; color: #fff; }
footer a:visted { color: #fff; }
footer a:hover { color: #777; }

footer img { margin-left: 10px; }
