@font-face {
    font-family: 'BebasNeueRegular';
    src: url('type/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/BebasNeue-webfont.woff') format('woff'),
         url('type/BebasNeue-webfont.ttf') format('truetype'),
         url('type/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CartoGothicStdBook';
    src: url('type/CartoGothicStd-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/CartoGothicStd-Book-webfont.woff') format('woff'),
         url('type/CartoGothicStd-Book-webfont.ttf') format('truetype'),
         url('type/CartoGothicStd-Book-webfont.svg#CartoGothicStdBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CartoGothicStdItalic';
    src: url('type/CartoGothicStd-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/CartoGothicStd-Italic-webfont.woff') format('woff'),
         url('type/CartoGothicStd-Italic-webfont.ttf') format('truetype'),
         url('type/CartoGothicStd-Italic-webfont.svg#CartoGothicStdItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CartoGothicStdBold';
    src: url('type/CartoGothicStd-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/CartoGothicStd-Bold-webfont.woff') format('woff'),
         url('type/CartoGothicStd-Bold-webfont.ttf') format('truetype'),
         url('type/CartoGothicStd-Bold-webfont.svg#CartoGothicStdBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'CartoGothicStdBook', Arial, sans-serif;
	font-size: 1em;
	width: 100%;
	background-image: url(images/carbon_fibre.jpg);
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'BebasNeueRegular', "MS Trebuchet", sans-serif;
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-size: 5em;
	margin: 20px 0px 20px 0px;
}

h2 {
	font-size: 2.5em;
	margin: 10px 0px 25px 0px;
}

h4 {
	font-size: 1.75em;
}

h5 {
	font-size: 1.5em;
}

a {
	text-decoration: none;
}

p {
	margin: 0 0 10px 0;
	line-height: 1.2;
}

li {
	line-height: 1.2;
}

span.italic {
	font-style: italic;
}

h2 a.back {
	text-decoration: underline;
	color: #000;
}

#wrappertop, #products, #about, #contact, #splash {
	z-index: 100;
	position: relative; 
}

#wrappertop {
	width: 1060px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	width: 960px;
}

#navbar {
	position: fixed;
	top: 120px;
	width: 1060px;
	z-index: 50;

}

#navbar ul {
	margin-left: 960px;
	background: #71BF48;
	list-style: none;
	width: 90px;
	padding: 20px 5px;
	box-shadow: 6px 0px 15px #555 inset;
    color: #444;
	font-family: 'BebasNeueRegular', "MS Trebuchet", sans-serif;
	font-size: 1.5em;
	text-align: center;
}

#navbar ul li {
	margin-top: 3px;
}

#navbar ul a {
	color: #222;
}

#navbar ul a:hover {
	text-decoration: underline;
}

/*
#nav ul {
	margin: 0 0 0 0;
	list-style: none;
	height: 44px;
}

#nav ul li {
	display: inline-block;
	margin: 10px;
	border: 1px solid red;
}

#nav ul li a {
	font-family: 'BebasNeueRegular', "MS Trebuchet", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.75em;
}

#nav ul li a:hover {
	color: #000;
}

#nav ul li a:active, #nav ul li a:visited {
	color: #FFF;
}
*/

#splash {
	background-image: url(images/green_cf.jpg);
	padding: 50px 50px 5px 50px;
}

#splash404 {
	background-image: url(images/furley_bg.jpg);
	padding: 50px 50px 50px 50px;
}

/*change this to restyle contact*/
div#products, #about-text, #contact-form {
	background: url(images/furley_bg.jpg);
	padding: 30px 50px 40px 50px;
	box-shadow: 0px 6px 15px #555 inset;
}

img.divider {
	position: relative;
	left: -15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#products ul {
	list-style: none;
	margin: 0 0 30px 0;
}

/*
div#products ul li.roll-atmod {
	background: url(images/products/atmod.jpg) #AAA;
	width: 188px;
	height: 157px;
	border: 1px solid #A7A9AC;
	display: inline-block;
	margin-right: 20px;
	background-position: top;
}


div#products ul li.roll-atmod:hover {
	background-image: url(images/products/atmod.jpg);
	color: #FFF;
	background-position: bottom;
}
*/

div#products ul.nav li {
	width: 158px;
	height: 132px;
	border: 1px solid #A7A9AC;
	display: inline-block;
	margin-right: 8px;
	background-position: top;
}

div#products ul li.roll-pp8 {
	background: url(images/products/pp8fr-v4.jpg) #AAA ;
	background-size: 158px 264px;

}

div#products ul li.roll-pp8:hover {
	background-image: url(images/products/pp8fr-v4.jpg);
	color: #FFF;
	background-position: bottom;
}

div#products ul li.roll-pp8ptc {
	background: url(images/products/pp8ptc.jpg) #AAA;
	background-size: 158px 264px;
}

div#products ul li.roll-pp8ptc:hover {
	background-image: url(images/products/pp8ptc.jpg);
	color: #FFF;
	background-position: bottom;
}

div#products ul li.roll-pp10mg {
	background: url(images/products/pp10mg.jpg) #AAA;
	background-size: 158px 264px;
}

div#products ul li.roll-pp10mg:hover {
	background-image: url(images/products/pp10mg.jpg);
	color: #FFF;
	background-position: bottom;
}

div#products ul li.roll-pp10hd {
	background: url(images/products/pp10hd.jpg) #AAA;
	background-size: 158px 264px;
}

div#products ul li.roll-pp10hd:hover {
	background-image: url(images/products/pp10hd.jpg);
	color: #FFF;
	background-position: bottom;
}

div#products ul li.roll-atmod {
	background: url(images/products/atmod.jpg) #AAA;
	background-size: 158px 264px;
}

div#products ul li.roll-atmod:hover {
	background-image: url(images/products/atmod.jpg);
	color: #FFF;
	background-position: bottom;
}

/*
div#products ul li.roll-pp4 {
	background: url(images/products/pp4f-v4.jpg) #AAA;
	width: 188px;
	height: 157px;
	border: 1px solid #A7A9AC;
	display: inline-block;
	margin-right: 20px;
	background-position: top;
}

div#products ul li.roll-pp4:hover {
	background-image: url(images/products/pp4f-v4.jpg);
	color: #FFF;
	background-position: bottom;
}

div#products ul li.roll-adi {
	background: url(images/products/adi.jpg) #AAA;
	width: 188px;
	height: 157px;
	border: 1px solid #A7A9AC;
	display: inline-block;
	margin-right: 20px;
	background-position: top;
}

div#products ul li.roll-adi:hover {
	background-image: url(images/products/adi.jpg);
	color: #FFF;
	background-position: bottom;
}
*/

div#products ul li h5 {
	position: relative;
	top: 98px;
	background: rgba(113,191,72,0.8);
	width: 148px;
	height: 24px;
	padding: 5px;
}

div#products ul li a {
	width: 158px;
	height: 132px;
	text-decoration: none;
	color: #000;
	display: block;
}

div#products ul li a:hover {
	width: 158px;
	height: 132	px;
	text-decoration: none;
	color: #FFF;
}

div#products div.prodimg {
	float: left;
	margin-bottom: 15px;
}

div#products div.prodimg img {
	border: 1px solid #A7A9AC;
}

div#products div.prodimg ul {
	list-style: none;
	margin: 26px 0 30px 20px;
}

div#products div.prodimg ul li {
	display: inline-block;
	margin-right: 20px;
}

div#products div.prodimg ul li a {
	height: 150px;
	width: 150px;
	padding: 10px 5px 5px 40px;
	display: inline;
}

div#products div.prodimg ul li a:hover {
	color: #71BF48;
	text-decoration: underline;
}

div#products div.prodimg ul li a.data {
	background: url(images/data-sheet.png) no-repeat;
}

div#products div.prodimg ul li a.install {
	background: url(images/install-note.png) no-repeat;
}

div#products div.prodimg ul li a.technical {
	background: url(images/tech-page.png) no-repeat;
}

div#products div.prodimg ul li.block {
	display: block;
}

div#products div.prodimg ul li.block a {
	height: auto;
	width: 150px;
	margin: 18px 0;
	padding: 10px 5px 5px 40px;
	display: block;

}

div#products div img.thumbnail {
	margin-right: 8px;
}

div#products div.prodimg ul li a.blog {
	height: 150px;
	width: 150px;
	background: url(images/wp-green.png) no-repeat;
	padding: 10px 5px 5px 40px;
	display: inline;
}

div#products div.prod-desc a.atmod {
	color: black;
	text-decoration: underline;
	text-decoration-color: rgba(113,191,72,0.80);
}

div#products div.prod-desc a.atmod:hover {
	color: rgba(113,191,72,0.80);
	text-decoration: underline;
}


div#products div.prod-desc{
	float: right;
	width: 480px;
	margin-left: 30px;
	margin-bottom: 15px;
}

div#products div.prod-desc h2 {
	margin-top: 15px;
}

div.prod-desc ol {
	padding-left: 25px;
	margin-bottom: 10px;
}

div.prod-desc ol li {
	margin-bottom: 1px;
}

.clear {
	clear: both;
}

div#products div.prod-desc ul {
	list-style: square;
	margin: 5px 5px 10px 20px;
}

/*change this to restyle contact*/
#about h2, #contact h2 {
	padding: 20px 50px 10px 50px;
	background-image: url(images/green_cf.jpg);
	box-shadow: 0px 6px 15px #555 inset;
	margin: 0;
}

#about h5 {
	margin-bottom: 5px;
}

#about #about-left {
	float: left;
	width: 400px;
}

#about #about-right {
	float: right;
	width: 400px;
}

#about #about-right img {
	margin: 20px 0px 30px 5px;
}

#about #about-right img.top {
    margin-top: 15px;
} 

#about #about-right img.rowtwo {
    margin-top: 1px;
    margin-left: 5px;
} 

#about #about-right img.powerbox {
    margin-top: 5px;
    margin-left: 5px;
	margin-bottom: 15px;
} 

#contact input {
	width:310px;
	display:block;
	border: 1px solid #999;
	height: 25px;
	background: #EEE;
	color: #000;
	font-size: 0.9em;
	font-family: 'CartoGothicStdBook', Arial, sans-serif;
	border-radius: 5px;
	padding-left: 5px;
}

#contact input[type=submit] {
	width: 100px;
	margin-top: 10px;
	font-weight: bold;
}

#contact input[type=submit]:hover {
	font-weight: bold;
	color: #000;
	background-color: #70BF48;
}

#contact input[type=submit]:active {
	font-weight: bold;
	color: #000;
	background-color: #FFF;
}

#contact textarea {
	width:305px;
	display:block;
	border: 1px solid #999;
	background: #EEE;
	color: #000;
	font-size: 0.9em;
	border-radius: 5px;
	height: 150px;
	font-family: 'CartoGothicStdBook', Arial, sans-serif;
	padding: 5px;
	margin-bottom: 10px;
}

/*#contact input:focus {
	border: 3px solid #FFF;
}*/

#contact label {
	margin-bottom: 2px;
}


footer {
	background-image: url(images/green_cf.jpg);
	box-shadow: 0px 6px 15px #555 inset;
	height: 105px;
	padding: 20px 20px 20px 50px;
	text-align: right;
}

footer ul {
	float: left;
	list-style: none;
	text-align: left;
	display: inline-block;
}

footer ul.right {
	margin-left: 30px;
}

footer ul a {
	font-size: 1em;
	color: #333;
}

footer ul a:hover {
	text-decoration: underline;
}

footer ul li {
	margin-top: 3px;
}

#toTop {
	width: 70px;
    border: 1px solid #ccc;
	background-image: url(images/furley_bg.jpg);
    text-align: center;
    padding: 5px;
    position: fixed; /* this is the magic */
    bottom: 10px; /* together with this to put the div at the bottom*/
    right: 10px;
    cursor: pointer;
    display: none;
    color: #444;
	font-family: 'BebasNeueRegular', "MS Trebuchet", sans-serif;
    font-size: 1em;
}

h2.team {
	margin-top: 20px;
	font-size: 2em;
}

.caption {
	text-align: left;
	font-size: 0.9em;
	color: #333;
}

.caption a {
	font-size: 0.9em;
	color: #222;
}

.caption a:hover {
	text-decoration: underline;
}