﻿body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	color: #3e3e3e;
	font-size: 15px;
}

#container	{width: 955px;
	margin: auto;}
	
#topline {
	width: 100%;
	height: 8px;
	background-color: #9d1f22;
}
	
#containerlightgrey	{width: 100%;
	margin: auto;
	padding: 10px;
	background-color: #f2f2f2;}
	
#containerwhite	{width: 100%;
	margin: auto;
	padding: 10px;
	background-color: #fff;}
	
#containerred {width: 100%;
	margin: auto;
	padding: 10px;
	background-color: #e1bbbc;}
	
#containerdarkgrey {width: 100%;
	margin: auto;
	padding: 10px;
	background-color: #dedede;}
	
#containerdarkred {width: 100%;
	margin: auto;
	padding: 10px;
	background-color: #9d1f22;}
	
#nav	{font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	height:30px;
	color: #2b464d;
	overflow: hidden;
	}

#nav ul	{margin: 0;
	padding: 1;
	}

#nav li	{list-style-type: none;
	float: left;}

#nav li a	{display: block;
	width: 145px;
	padding: 0px 0;
	color: #2b464d;
	text-align: center;
	text-decoration: none;}

#nav li a:hover	{background-color: #9d1f22;
	color: #fff;}

#site	{float: left;}

#site h1	{margin: 0;
	line-height: 1;}
	
#callus	{float: right;
	text-align: right;
	padding: 30px 0 0;}
	
.callustext {font-size: 14px;
	color: #979797;}
	
.documentation {
	width: 1100px;
	margin: 0px auto;
	padding: 100px 0px;
}
.documentation h3, p {
	text-align: center;
}
.documentation h3 {
	margin: 0px 0px 20px 0px;
	font-weight: 300;
	font-size: 2em;
}
	
.center {
	text-align: center;
	padding-bottom: 50px;
}

hr {
	width: 70px;
	border: 2px solid #9d1f22;
	background-color: #9d1f22;
}

.lead {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	line-height: 24px;
	font-weight: 400;
}

#copyright {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	line-height: 24px;
	font-weight: 400;
}
#copyright a:hover	{
	color: #000;
	text-decoration: none;}
#copyright a{
	color: #fff;
	text-decoration: none;}
	
a:hover {  text-decoration: none; color: #6f717d}
a:link {  text-decoration: none}
a:active {  text-decoration: none}
a:visited {  text-decoration: none}
a {  text-decoration: none; color: #ac3d00;}

img{border:0;}
.clear{clear:both;}
.thumbnailWrapper{width:880px;margin:24px auto 0 auto;}
.thumbnailWrapper ul li{float:left;position:relative;overflow:hidden;}
.thumbnailWrapper ul li a img{width:200px;position:relative;border:none;}

ol,ul,li{list-style: none;}
.content-title{
	margin-top: 50px;
	text-align: center;
}
.content{
	width:875px;
	height: 500px;
	margin:20px auto;
	padding: 0px 25px 15px 25px;
}
.con{
	width: 390px;
	height: 260px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
	cursor: pointer;
}
.con img{
	width:390px;
	height: 260px;
	border: none;
}
.txt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45px;
	line-height: 0px;
	text-align: centre;
	color: #dedede;
	background: rgba(0,0,0,0.6);
}
.txt h4{
	font-weight: normal;
}
.txt p{
	font-size: 14px;
	display: block;
	line-height: 25px;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-moz-margin-before: 1em;
	-moz-margin-after: 1em;
	-moz-margin-start: 0px;
	-moz-margin-end: 0px;
}

.portfoliocontent{
	width:940px;
	height: 900px;
	margin:20px auto;
	padding: 0px 25px 15px 25px;
	text-align: center;
}
.portfoliocon{
	width: 280px;
	height: 420px;
	float: left;
	margin-right: 15px;
	margin-bottom: 40px;
	position: relative;
}
.portfoliocon img{
	width:280px;
	height: 140px;
	border: none;
}
.portfoliotitle{
	font-weight: bold;
	font-size: 15px;
	color: #9d1f22;
	text-align: left;
	width: 260px;
	margin: 10px;
	padding: 0px;
}
.portfoliotxt p{
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	width: 260px;
	margin: 10px;
	padding: 0px;
}

.btn_1 {
  display: inline-block;
  font: 400 15px/15px 'Open Sans', sans-serif;
  padding: 10px 20px 16px;
  color: #000000;
  background: #f1f045;
}
.btn_1:hover {
  color: #ffffff;
  background: #9d1f22;
  text-decoration: none;
}