/* CSS Document
complied by Guy Hoogewerf - www.ncompass.co.uk - ©2013
*/


* {
	margin: 0;
	padding: 0;
}

/* mac hide \*/
html, body {
	height: 100%;
	width: 100%;
	font-size: 87.5%;
}
/* end hide */

/* Fonts */
@font-face {
    font-family: 'Barmeno';
    src: url('/css/fonts/barmeno-roman.eot'); /* IE9 Compat Modes */
    src: url('/css/fonts/barmeno-roman.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/css/fonts/barmeno-roman.woff') format('woff'), /* Modern Browsers */
         url('/css/fonts/barmeno-roman.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/css/fonts/barmeno-roman.svg#barmeno-roman') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
} 
/* End Fonts */

body {
	color:#464646;
	font-family: 'Open Sans', sans-serif;
	font-size:87.5%;
	text-align:center;
	background-color: #b9c5d4;
	overflow: auto;
}
article, aside, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
}
p {
    font-size: 14px;
	font-size: 1rem;
    line-height: 1.6em;
    margin: 0;
    padding: 7px 0;
}
a:link, a:visited {
	color: #003471;
	text-decoration: none;
}
a:hover, a:active {
	color: #f58221;
	text-decoration: underline;
}
.imgleft {
	border: 0 none;
	float: left;
	margin: 3px 10px 0px 0px;
}
.imgright {
	border: 0 none;
	float: right;
	margin: 3px 0px 0px 10px;
}
img {
	border: 0 none;
	max-width: 100%;
}
.clear {
	clear: both;
}
.clearFieldBlurred, .clearField { color: #cdcdcd; font-style: italic; }
.clearFieldActive { color: #464646; font-style: normal; }
.loading {
	background:url(../images/loader.gif) no-repeat 1px;
	height:16px;
	width:16px;
	display:none;
}
.done {
	min-height:200px;
	padding-left:20px;
	width:90%;
	margin:20px auto;
	display:none;
}  

/* Header */
header {
	background-color: #ffffff;
	width:100%;
}
header h1 {
	display: inline-block;
	width: 700px;
	margin: 0px auto;
	padding: 10px 0px;
}
header h1 a {
	background: url(../images/rootrainers-logo.png) no-repeat 0 0;
	display: block;
	height: 100px;
	text-indent: -999em;
	width: 374px;
}
p.opening-times {
	margin-right: 8px;
	margin-bottom: 5px;
}
header .buttons {
	display: inline-block;
	margin-bottom: 20px;
	text-align: right;
	vertical-align: bottom;
	width: 280px;
}
.buttons {
	margin: 10px 0;
}
.buttons a,
.sendtext input {
	*overflow: visible;
	background-clip: padding-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-color: #2c6e1f;
	background-repeat: no-repeat;
	background-image: -webkit-linear-gradient(#bad4bd, #2c6e1f 25%, #225518);
	background-image: -moz-linear-gradient(top, #bad4bd, #2c6e1f 25%, #225518);
	background-image: -ms-linear-gradient(#bad4bd, #2c6e1f 25%, #225518);
	background-image: -o-linear-gradient(#bad4bd, #2c6e1f 25%, #225518);
	background-image: linear-gradient(#bad4bd, #2c6e1f 25%, #225518);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bad4bd', endColorstr='#225518', GradientType=0);
	border: 1px solid #b3b3b3;
	border-color: #2c6e1f;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(150, 150, 150, 0.7);
	color: #ffffff;
	cursor: pointer;
	font-size: 18px;
	font-size: 1.2857142rem;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	padding: 6px 10px;
	font-weight: 600;
}
.buttons a:hover,
.buttons a:active,
.buttons a:focus,
.sendtext input:hover,
.sendtext input:active,
.sendtext input:focus {
	color: #f58221;
	text-decoration: underline;
}
a.tildenet-logo {
  background: rgba(0, 0, 0, 0) url("../images/tildenet-logo.png") no-repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  cursor: none;
  display: block;
  font-size: 18px;
  font-weight: 600;
  height: 12px;
  margin: 0rem 0rem 0rem 9rem;
  text-indent: -999em;
  text-shadow: none;
  width: 150px;
}
/* Nav */
nav {
	background-color: #2c6e1f;
	display: inline-block;
	width: 100%;
}
nav ul {
	display: block;
	list-style: none;
	margin: 0px auto;
	width: 980px;
}
nav ul li {
	float: left;
    line-height: 1.5em;
	margin: 0px;
}
nav ul li:hover>ul {
	display:block
}
nav ul li a:link, nav ul li a:visited {
	border-right: 1px solid #2c6e1f;
    color: #ffffff;
	display: block;
	height: 18px;
	text-decoration: none;
	padding: 8px 17px;
}
nav ul li a:hover, nav ul li a:active, nav ul li a.on {
	background-color: #ffffff;
	border-right: 1px solid #2c6e1f;
    color: #f58221;
	display: block;
	height: 18px;
	padding: 8px 17px;
	text-decoration: none;
}
nav ul li a.on:link, nav ul li a.on:visited {
    color: #f58221;
}
nav ul li a.on:hover, nav ul li a.on:active {
    color: #f58221;
}
nav ul li.contact {
	float: right !important;
}
nav ul li.contact a:link, nav ul li.contact a:visited {
	background-color: #f58221;
	color: #ffffff;
}
nav ul li.contact a:hover, nav ul li.contact a:active {
	background-color: #ffffff;
	color: #003471;
}
nav .rootrainers a {
	font-family:'Barmeno', sans-serif;
	font-size: 18px;
	font-size: 1.1.2857142rem;
	font-weight: bold;
}

nav .vigoroot {
	background: url(../images/vigoroot.png) no-repeat center center;
	height: 41px;
    margin: -4px 0;
    overflow: visible;
    text-indent: -999em;
    width: 100px;
}
nav .vigoroot a {
	border: 0 none !important;
	background-color: transparent !important;
}
/* Section */
section {
	margin: 0px auto;
	width: 980px;
}
/* Showcase */
section .showcase {
	background-position: center center; 
	height: 360px;
	margin: 20px auto;
	padding: 20px;
	width: 940px;
}
section .showcase .panel {
	background-color: rgba(255, 255, 255, 0.5);
	background-image: url('../images/formbg.png');
	background-image: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.5));
	background-image: -moz-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.5));
	background-image: -ms-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.5));
	background-image: -o-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.5));
	background-image: linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.5));
	background-repeat: repeat-x;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	margin: 60px auto 0;
	padding: 20px 0;
	width: 550px;
}
section .showcase h2 {
	font-family:'Barmeno', sans-serif;
	font-size: 30px;
	font-size: 2.1428571rem;
    padding: 0 0 0.5rem;
}
section .showcase h3 {
	font-size: 22px
	font-size: 1.5714285rem;
    font-weight: 300;
    padding: 0 0 0.5rem;
}
section .showcase p {
	color: #000000;
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
}

/* Article */
article {
	display: inline-block;
	float: left;
	margin: 0px 0px 20px 0px;
	position: relative;
	width: 660px;
}
article#content {
	background-color: #ffffff;
	margin: 20px 0px;
	padding: 20px;
	text-align: left;
	width: 940px;
}
article h2 {
	font-family:'Barmeno', sans-serif;
	font-size: 2.14286rem;
    padding: 0 0 5px;
}
article h3 {
	font-family:'Barmeno', sans-serif;
	font-size: 1.4285714285714286rem;
	margin: 14px 0;
	margin: 1rem 0;
    padding: 0 0 5px;
}
article ol,
article ul {
	font-size: 1rem;
    line-height: 1.5em;
	margin-left: 30px;
}
article#content ul {
	background-color: #f5f6f8;
	border: 1px solid #b9c5d4;
	list-style: none;
	margin-left: 0;
	max-width: 400px;
	padding: 2%;
	width: 96%;
}
article li {
	margin-bottom: 7px;
}
article li strong {
	color: #000000;
	font-size: 1.1428571428571428rem;
	line-height: 1.5em;
	padding: 0px 0px 7px 0px;
}
article hr {
	background-color: #b9c5d4;
	border: 0 none;
	clear: left;
	height: 1px;
	margin: 1rem 0;
	width: 100%;
}
.columns {
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
	-moz-column-gap:32px; /* Firefox */
	-webkit-column-gap:32px; /* Safari and Chrome */
	column-gap:32px;
}
article p.halfspan {
	width: 50%;
}
.iframe-rwd  {
position: relative;
padding-bottom: 65.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.iframe-rwd iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* Carousel */
article .slidewrap {
	background-color: #ffffff;
	height: 250px;
	width: 660px;
}
.slidecontrols .prevBtn, .slidecontrols .nextBtn {
	display: block;
	height: 34px;
	left: 0px;
	position: absolute;
	top: 108px;
	width: 35px;
	z-index: 1000;
}
.slidecontrols .nextBtn {
	left: 605px;
}
.slidecontrols .prevBtn a, .slidecontrols .nextBtn a {
	background: url('../images/button-sprite.png') no-repeat 0px -102px;
	display: block;
	height: 34px;
	left: 10px;
	outline: none;
	position: relative;
	text-indent: -999em;
	width: 35px;
}
.slidecontrols .nextBtn a {
	background: url('../images/button-sprite.png') no-repeat -40px -102px;
}
.slide {
	height: 250px;
}
.slider h3 {
	font-family:'Barmeno', sans-serif;
	font-size: 1.64286rem;
	line-height: 1em;
	margin: 30px 0px 5px 50px;
	text-align: left;
}
.slider p {
	font-size: 1.2em;
	margin: 0px 50px;
	text-align: left;
}
.slider a img {
	border:0 none;
	outline: none;
}

/* Aside */
aside {
	background-color: #ffffff;
	display: inline-block;
	float: left;
	height: 250px;
	margin-left: 20px;
	padding-top: 0px;
	width: 300px;
}

/* Contact Form */
.form {
	margin: 20px;
	text-align: left;
}
.form fieldset {
	border: 1px dashed #b9c5d4;
	display: inline-block;
	min-height: 185px;
	padding: 2%;
	width: 44%;
}
.form legend {
	color: #000000;
	font-size: 16px;
	font-size: 1.2142857142857142rem;
	padding: 0px 7px;
	padding: 0px 0.5rem;
}
.form .label {
	float: left;
	font-size: 13px;
	font-size: 0.928571rem;
	height: 20px;
	margin: 10px 0px 0px 0px;
	padding: 3px;
	width: 110px;
}
.form fieldset.part2 {
	float: right;
}
.form .text {
	border: 2px solid #b9c5d4;
	height: 20px;
	margin: 10px 0px 0px 0px;
	padding: 3px;
	width: 200px;
}
.form select {
	border: 2px solid #b9c5d4;
	height: 30px;
	margin: 10px 0px 0px 0px;
	padding: 3px;
	width: 210px;
}
.form .textbox, .form .textarea {
	border: 2px solid #cdcdcd;
	margin: 10px 0px 0px 2px;
	width: 95%;
}
.form .sendtext {
	position: relative;
	margin-top: 14px;
	margin-top: 1rem;
	text-align: center;
}
.form .sendtext .submit {
	margin: 0px;
	padding: 2px 10px;
}
.form .hightlight {
	font-style:italic;
	border:2px solid #9F1319;
	background:url(../images/iconCaution.gif) no-repeat right;
}
.url { display: none; }

/* Footer */
footer {
	background-color: #efefef;
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(top, #e9e9e9, #efefef);
	background-image: -moz-linear-gradient(top, #e9e9e9, #efefef);
	background-image: -ms-linear-gradient(top, #e9e9e9, #efefef);
	background-image: -o-linear-gradient(top, #e9e9e9, #efefef);
	background-image: linear-gradient(top, #e9e9e9, #efefef);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#efefef', GradientType=0);
	display: block;
	margin: 0 auto;
	text-align: left;
	width: 980px;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer p {
  background: url('../images/tildenet-logo.png') no-repeat top right;
  float: right;
  font-size: 12px;
  font-size: 0.8571428571428571rem;
  margin: 30px 3em;
  padding: 40px 0 0;
  text-align: right;
  width: 150px

}
footer ul {
  list-style: none;
  margin: 0;
  padding: 20px 0 0 30px;
  float: left;
  height: 100px;
}
footer ul ul {
  padding: 10px 0;
}
footer li {
  float: left;
  line-height: 1.5em;
  margin: 0;
  border-right: 1px solid #DFDFDF;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.9285714285714286rem;
}
footer li li {
  font-weight: normal;
  border: 0;
}
footer .facebook {
  background: url('../images/button-sprite.png') -0px 0 no-repeat;
}
footer .facebook:hover {
  background: url('../images/button-sprite.png') -35px 0 no-repeat;
}
footer .twitter {
  background: url('../images/button-sprite.png') -0px -34px no-repeat;
}
footer .twitter:hover {
  background: url('../images/button-sprite.png') -35px -34px no-repeat;
}
footer .rss {
  background: url('../images/button-sprite.png') -0px -68px no-repeat;
}
footer .rss:hover {
  background: url('../images/button-sprite.png') -35px -68px no-repeat;
}
footer .google {
  background: url('../images/button-sprite.png') -0px -139px no-repeat;
}
footer .google:hover {
  background: url('../images/button-sprite.png') -35px -139px no-repeat;
}
footer .social {
  width: 200px;
  padding: 0 0 0 65px;
}
footer .social ul {
  width: 200px;
}
footer .social a {
  margin: 0 10px 0 0;
  display: block;
  width: 35px;
  height: 34px;
  outline: none;
  text-indent: -9999em;
}
.ie6 footer .social a,
.ie7 footer .social a {
  text-indent: 0;
  font-size: 0;
  line-height: 0;
}
footer .about {
  width: 360px;
}
footer .about li {
  display: inline-block;
  width: 160px;
}
.copyright {
	clear: both;
	font-size: 12px;
	font-size: 0.8571428rem;
	margin: 10px auto;
	text-align: right;
	max-width: 980px;
}

@media
	screen and (max-width:900px){
header h1 { width: 374px; }
nav ul { width: 590px; }
nav ul li .home { display: none !important; }
nav ul li a:link, nav ul li a:visited {	padding: 8px 8px; }
nav ul li a:hover, nav ul li a:active, nav ul li a.on { padding: 8px 8px; }
section { width: 480px; }
article { width: 100%; }
section .showcase { height: 280px; padding: 20px 0px; width: 480px; }
section .showcase .panel { height: 165px; margin: 40px auto 0; padding: 15px 0 20px; width: 380px; }
section .showcase h2 { font-size: 1.57143rem; }
section .showcase .buttons { font-size: 1.1428571428571428rem; }
section aside { display: none; }
section article .slidewrap { max-width: 480px; }
article#content { padding: 15px; width: 450px; }
.columns {-moz-column-count: 1; -webkit-column-count: 1; column-count:1; -moz-column-gap:0px; -webkit-column-gap:0px; column-gap:0px; }
article p.halfspan { width: 100%; }
.form fieldset { margin: 0 auto; width: 96% }
.form .part2 { margin-top: 20px; }
#sliderBtr h3 { font-size: 1.57143rem; margin: 20px 0px 10px 30px; }
#sliderBtr p { font-size: 1rem; margin: 0px 30px; }
.slidecontrols .nextBtn { left: 425px; }
footer { width: 480px; }
footer ul { padding: 15px 0 0 20px; }
footer .about { width: 280px; }
footer .about li { width: 140px; }
footer .social { padding: 0 0 0 20px; width: 140px; }
footer .social ul { width: 120px; }
footer p { margin: 10px 1.4rem 0px; }
}

@media
	screen and (max-width:650px){
header .buttons { text-align: center; }
}

@media
	screen and (max-width:480px),
	all and (max-device-width:480px){
header h1 { padding:10px; width: 150px; }
header h1 a { background: url(/images/rootrainers-logo-150.png) no-repeat 0 0; height: 40px; width: 150px; }
nav ul { width: 100%; }
nav ul li { font-size: 0.7857142rem; float: left; line-height: 1.3em; }
nav ul li.contact { display: none; }
nav ul li a:link, nav ul li a:visited { height: 18px;	padding: 8px 5px; }
nav ul li a:hover, nav ul li a:active, nav ul li a.on { height: 18px; padding: 8px 5px; }
nav ul li.contact a { margin: 0px; }
section { width: 100%; }
section .showcase { background-size: cover; width: 100%; }
section .showcase .panel {  padding: 10px 0 15px; width: 280px; }
section .showcase h2 { font-size: 1.4285714285714286rem; }
section .showcase h3 { font-size: 1.1428571428571428rem; padding: 0px 5px 5px 5px; }
section .showcase .buttons { font-size: 1rem; }
article .slidewrap { max-width: 100%; }
article#content { padding: 15px 2%; width: 96%; }
#content .form { margin: 0px; }
section aside { display: none; }
#sliderBtr h3 { font-size: 1.4285714285714286rem; margin: 20px 0px 10px 30px; }
#sliderBtr h3 img{ width:90px; height:142px; }
#sliderBtr p { font-size: 0.8571428571428571rem; margin: 0px 30px; }
.slidecontrols .nextBtn { left: 88%; }
footer { width: 100%; }
footer ul { padding: 10px 0 0 15px; }
footer .about { width: 125px; }
footer .about li { width: 115px; }
footer .social { padding: 0 0 0 5px; width: 125px; }
}

@media
	screen and (max-width:320px){
.slidecontrols .nextBtn { left: 82%; }
}

/* End &copy;2013 Tom's Manufacturing */
