@import url(http://fonts.googleapis.com/css?family=Pinyon+Script);

/* TOUCAN CSS RESET | v0.5 */

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,font,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{margin:0;padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
p,blockquote,q,pre,address,hr,code,samp,dl,ol,ul,form,table,fieldset,menu{margin-bottom:1.5em;}
html{font-size:100%;}
body{font-family:georgia,palatino,"palatino linotype",times,"times new roman",serif;font-size:.875em;line-height:1.5;}
/* body{font-family:arial,helvetica,sans-serif;font-size:.875em;line-height:1.5;} */
h1{font-size:3em;line-height:1.1;margin-bottom:.238em;}
h2{font-size:2em;line-height:1.15;margin-bottom:.357em;}
h3{font-size:1.5em;line-height:1.2;margin-bottom:.476em;}
h4,h5,h6{font-size:1em;margin-bottom:.715em;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;content:"";}
code,kbd,pre,samp,tt{font-family:menlo,monaco,consolas,"lucida console","courier new",courier,monospace;line-height:1.3;}
pre{white-space:pre-wrap;}
abbr,acronym,dfn{border-bottom:1px dotted;cursor:help;font-style:normal;font-variant:normal;}
var{font-style:normal;}
center{text-align:center;}
a:focus{outline:1px dotted;}
img{border:0;}
ul{list-style:disc outside none;}
ol{list-style:decimal outside none;}
li{margin-left:2em;}
li ul,li ol{margin-bottom:0;}
dd{margin-bottom:1em;}
hr{border:0;border-bottom:1px solid;}
big{font-size:1.25em;}
small,sub,sup{font-size:.85em;}
sub,sup{line-height:1;}
sub{vertical-align:bottom;}
sup{vertical-align:top;}
del,s,strike{text-decoration:line-through;}
ins{border-bottom:1px dotted;text-decoration:none;}
bdo{border-bottom:1px dotted;}
u{text-decoration:underline;}
fieldset{padding:1em;}
legend{font-weight:bold;padding:0 .25em;}
input,textarea,select,button{font-family:inherit;font-size:1em;}
input[type=button],input[type=file],input[type=image],input[type=reset],input[type=submit],button[type=button],button[type=reset],button[type=submit]{cursor:pointer;line-height:1;}
textarea{line-height:1.25;text-align:left;}
table{border:0;border-collapse:collapse;border-spacing:0;line-height:1.3;}
caption,th,td{text-align:left;vertical-align:top;}
th,td{border:1px solid;padding:.5em 1em;}
caption{padding-bottom:1em;}
h1,h2,h3,h4,h5,h6,strong,b,dt,th{font-weight:bold;}
em,i,blockquote,q,cite{font-style:italic;}


.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


html, body, #wrap { height: 100%; }

body > #wrap {height: auto; min-height: 100%;}

#main { padding-bottom: 132px; }  /* must be same height as the footer */

footer {
        position: relative;
	margin-top: -132px; /* negative value of footer height */
	height: 132px;
	clear:both;}

body{
font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif ;
background: #fafafa;
}

header{
	background: url('images/headerbg.jpg') top left repeat-x;
	height: 149px;
	text-align: center;
}

header h1{
	display: none;
}

header img{
	margin: 0;
}

nav#mainmenu{
	background: url('images/menubg.jpg') top left repeat-x;
	height: 40px;
	padding-top: 20px;
	text-align: center;
}

nav#mainmenu ul{
	text-align: center;
	list-style: none;
	margin: 0 auto 0;
	width: 800px;
}

nav#mainmenu ul li{
	display: inline;
	margin-right: 20px;
}

nav#mainmenu ul li.last{
	display: inline;
	margin-right: 0;
}


nav#mainmenu ul li a{
font-family: "Lucida Grande", "Lucida Sans", Tahoma, Arial, sans-serif;
text-transform: uppercase;
text-decoration: none;
font-size: 13px;
font-weight: bold;
color: #646464;
text-shadow: 1px 1px 2px ##eeeeee;
filter: dropshadow(color=##eeeeee, offx=1, offy=1);
}


nav#mainmenu ul li a:hover{
color: #a00e29;
}

#wrapper{
	text-align: center;
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(250,250,250,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,250,250,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,250,250,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,250,250,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,250,250,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
}



#main{
	width: 800px;
	margin: 0 auto;
	text-align: left;
	padding-top: 20px;
}

#slider{
	width: 760px;
	border: solid #d7d7d7 17px;
	height: 475px;
	overflow: hidden;
	background: #fff;
}

#slider img{
	margin-bottom: -5px;
	text-align: center;
}

h2.subheading{
	color: #a00e29;
	font-family: 'Pinyon Script', cursive;
	font-weight: 400;
	font-size: 2.4em;
	text-align: center;
	margin-top: 30px;
}

article.content{
	font-family: "Lucida Sans";
	color: #696969;
	padding: 0 100px;
	text-align: center;
	font-size: 13px;
	margin-top: 20px;
}

#buttons{
	height: 50px;
	padding-top: 15px;
	text-align: center;
}

#buttons a, input.submit{
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	color: #ffffff;
	padding: 10px 20px;
	margin: 0 15px;
	background: #8a0b24;
	background: -moz-linear-gradient(
		top,
		#b50d2e 0%,
		#8a0b24);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#b50d2e),
		to(#8a0b24));
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0px solid #a00e29;
	-moz-box-shadow:
		0px 1px 3px rgba(125,125,125,0.7),
		inset 0px 0px 2px rgba(82,8,8,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(125,125,125,0.7),
		inset 0px 0px 2px rgba(82,8,8,1);
	text-shadow:
		1px 1px 7px rgba(128,128,128,0.9),
		0px 1px 0px rgba(214,214,214,0);
}

#buttons a:hover{
	padding-bottom: 11px;
}

footer{
	height: 112px;
	padding-top: 20px;
	background: top left repeat-x url('images/footerbg.jpg');
}

footer nav{
	width: 800px;
	margin: 0 auto;
	padding-top: 20px;
	background: 20px 20px no-repeat url('images/minilogo.png');
}

#sub ul{
text-align: right;
padding-right: 20px;
}

#sub ul li{
display: inline;
margin-left: 15px;
}

#sub ul li a{
text-decoration: none;
color: #a00e29;
font-size: 12px;
}

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

#sub p{
	text-align: right;
	color: #696969;
	font-size: 12px;
	padding-right: 20px;
}

#contactForm{
font-family: "Lucida Sans";
	color: #696969;
	padding: 0 100px;
	text-align: center;
	font-size: 13px;
	margin-top: 20px;
}

.developmentthumb{
	width: 370px;
	height: 300px;
	margin: 10px 15px;
	float: left;
	text-align: center;
}

.developmentthumb img{
	border: solid #d7d7d7 5px;
}

h4 a{
color: #a00e29;
text-decoration: none;


}

#tabs{
	width: 760px;
	height: 475px;
	border: solid #d7d7d7 17px;
	margin: 0 auto;
	text-align: center;
}

#tabs h4{
	color: #a00e29;
}

#tabs #slider{
	border: 0 !important;
}

.tab{
	width: 760px;
	height: 475px;
	overflow: hidden;
	margin: 0 auto;
}

#specification{
	overflow-y: scroll;
	text-align: left;
	padding: 10px;
	height: 455px;
}


#specification p{
	text-indent: -9px;
	margin-left: 9px;
}

.fadein { position:relative; width:760px; height:475px; text-align: center; background: #ffffff;}
.fadein img { text-align: center; }

