@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Noto+Serif);
/* Rhos Joinery Workshop */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
* {
	margin: 0;
}
html, body {
	height: 100%;
	font-family: "Noto Serif", serif;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -22px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 22px; /* .push must be the same height as .footer */
}
.footer p {
	text-align:center;
	font-size:12px;
}
#content-container {
	height: 100%;
	min-height: 500px;
	width: 90%;
	margin: 0 auto;
	padding-top: 40px;
	font-size:12px;
}
.toplogo {
	background-image: url(../images/logo-top-left.jpg);
	background-repeat: no-repeat;
	height: 56px;
	width: 218px;
}
#top-bar {
	width:100%;
	height:100px;
}
/* navigation */
.navigation {
	top:86px;
	float:right;
}
.navigation ul {
	list-style-type: none;
}
#nav li {
	list-style-type: none;
	display: inline;
	font-size: 14px;
	text-transform: uppercase;
	padding-right:10px;
}
.gradient-top {
	background-image: url(../images/gradient-top.png);
	background-repeat: no-repeat;
	width:960px;
	height:56px;
	margin:0 auto;
	margin-top:-80px;
}
.gradient-btm {
	background-image: url(../images/gradient-bottom.png);
	background-repeat: no-repeat;
	width:960px;
	height:56px;
	margin:0 auto;
}
#slider-container {
	margin:0 auto;
	margin-top:3%;
	text-align:center;
	position: relative;
	overflow: hidden
}
#cycler {
	position:relative;
	height:375px;
	width:564px;
	margin:0 auto;
	text-align:center;
}
#cycler img{
	position:absolute;
	left:0;
	top:0;
	z-index:1
}
#cycler img.active{
	z-index:3
	}
/* A:link styles */
a,
a:link {
	color:#633;
	text-decoration:underline;
	 -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#633;
	 -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  
}
a:active {
	color:#633;
	text-decoration:underline;
}
h1 {
	font-size:30px;
	margin-top:20px;
	margin-bottom:20px;
}
h2 {
	font-size:20px;
	margin-top:20px;
}
.floatright {
	margin-top: -100px;
	float: right;
}
.nomargin {
	margin:0;
}
.pushbtm {
	margin-bottom:15px;
}
.right375 {
	float:right;
	margin-top:-375px;
	clear:both;
}
.right450 {
	float:right;
	margin-top:-450px;
	clear:both;
}
.introtext {
	width:564px;
	text-align:center;
	margin:0 auto;
	margin-bottom:15px;
	margin-top:25px;
	font-size:14px;
	line-height:16px;
}
.center {
	margin:0 auto;
	text-align:center;
}

