html, body {
	margin: 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../graphics/bg-tile.jpg);
	background-repeat: repeat;
	padding: 0px;
}
@font-face {
    font-family: 'BebasRegular';
    src: url('../fonts/BEBAS___-webfont.eot');
    src: url('../fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BEBAS___-webfont.woff') format('woff'),
         url('../fonts/BEBAS___-webfont.ttf') format('truetype'),
         url('../fonts/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

}
p {
	margin: 0.7em 0px;
}
a {
	color: #6E0D25;
	text-decoration: none;
}
a:hover {
	color: #888;
}
#main , #container , #header , #nav , #content , #content-container , .recent , .margins , .projects , .portfolio , .img , #footer , .text , .contactinfo , .portfolio-img , .navigation , #footer-seo      , #copyright{
	margin:0 auto;
}
#main {
	background-image:url(../graphics/bg-header-int.jpg);
	background-repeat: no-repeat;
	margin-bottom: 40px;
}
#container {
	overflow:hidden;
	width: 1000px;
}
#header {
	overflow: hidden;
	height:90px;
}
#header .logo {
	float: left;
	margin-top: 10px;
}
#header .phone {
	float: right;
	margine-right: 20px;
	margin-top: 40px;
	color: #ffffff;
	font-family:Nobile, Arial, sans-serif;
	font-size: 24px;
	text-align: right;
	padding-right: 40px;
}
#header .phone a {
	color: #ffffff;
}
#nav {
	width:100%;
	overflow:hidden;
	height: 60px;
}
.links {
	width: auto;
	margin-top: 15px;
}
.links a {
	display: block;
	color: #bbb;
	text-decoration: none;
	padding: 8px;
}
.links li:hover a {
	background-color: #6E0D25;
	border-radius: 12px;
	-moz-border-radius: 12px;
	color: #ffffff;
}
.links li.drop a {
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
}
.links a.active {
	color: #6E0D25;
	border-radius: 12px;
	-moz-border-radius: 12px;
	color: #ffffff;
	background-color: #6E0D25;
}
.links ul {
	margin:0;
	padding:0;
	list-style-type:none;
	line-height: 1;
}
.links li {
	float: left;
	margin-left: 8px;
	font-size: 14px;
}
.links li ul { /* second-level lists */
	position: absolute;
	background-color: #6E0D25;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	width:300px;
	border-bottom-right-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	border-bottom-left-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-top-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 0;
	top: 135px;
}
.links li li {
	float:none;
	text-align:left;
	margin: 0px;
}
.links li li a {
	color:#ffffff;
	display:block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.links li li a.bottom {
	border-bottom-right-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	border-bottom-left-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	padding-bottom: 15px;
}
.links li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
.links li ul a:hover  {
	background-color: #800E2C;
}
.links li.subnav:hover a {
	border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	color: #ffffff;
}
.links li.subnavtop:hover a {
	border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
}
.links li.subnavbottom:hover a {
	border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-bottom-right-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	border-bottom-left-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
}
#content {
	overflow: hidden;
	background-color: #F5F2F2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B7B3AC;
}
#content-container {
	width: 1000px;
	font-size: 18px;
	color: #666;
	overflow: hidden;
	padding: 20px;
}
#content  .text{
	line-height: 30px;
	width: 600px;
	text-align: left;
	font-family: Nobile, Arial, sans-serif;
	float: left;
	overflow: hidden;
	padding: 20px;
	font-size: 16px;
}
#content .text h2{
	font-size: 21px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #09121B;
}
#content .img-center {
	border: 20px solid #DFDFDF;
}
#content .gallery {
	padding: 20px;
	text-align: left;
	font-family: Nobile, Arial, sans-serif;
	overflow: hidden;
	width: 600px;
	float: left;
}
#content .gallery h2 {
	font-size: 21px;
	font-weight: bold;
	color: #09121B;
	margin: 0px;
	padding: 0px;
}
#content .gallery h3 {
	font-family: Nobile, Arial, sans-serif;
	font-size: 15px;
	color: #851531;
}
#content .gallery .img-th {
	border: 6px solid #CCC;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.font-sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.sidebar {
	overflow: hidden;
	font-size: 12px;
	width: 300px;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	margin-left: 15px;
	line-height: normal;
	text-align: center;
	background-color: #FFF;
	margin-top: 15px;
	margin-right: 45px;
	border-top-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
}
.sidebar a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6E0D25;
}
.sidebar a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888;
}
.sidebar h2 {
	font-family: Bebas, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	background-color: #6E0D25;
	margin: 0px;
	border-top-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	padding: 10px;
}
.sidebar h3 {
	font-family: Bebas, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	background-color: #6E0D25;
	margin: 0px;
	border-top-right-radius: 0;
	-moz-border-radius-topright: 0x;
	border-top-left-radius: 0x;
	-moz-border-radius-topleft: 0;
	padding: 10px;
}
.sidebar h4 {
	font-size: 14px;
	color: #831931;
	margin: 0px;
	padding: 0px;
}
.quote {
	text-align: left;
	padding: 15px;
}
.portfolio {
	padding-top: 15px;
	width: 220px;
	font-size: 11px;
	padding-bottom: 15px;
}
.portfolio p {
	margin-top: 0.9em;
	margin-right: 0px;
	margin-bottom: 0.9em;
	margin-left: 0px;
}
.seo-box {
	font-size: 13px;
	padding-top: 10px;
	clear: both;
}
.img  {
	-moz-box-shadow: 5px 5px 10px 5px #bbb;
	-webkit-box-shadow: 5px 10px 5px 5px#bbb;
	box-shadow: 5px 5px 10px 5px #bbb;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 10px solid #ffffff;
	margin-bottom: 10px;
}
.img-cases {
	-moz-box-shadow: 5px 5px 10px 5px #bbb;
	-webkit-box-shadow: 5px 10px 5px 5px#bbb;
	box-shadow: 5px 5px 10px 5px #bbb;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 10px solid #ffffff;
}
#footer {
	overflow: hidden;
	margin-top: 10px;
	font-family: Nobile, Arial, sans-serif;
	font-size: 12px;
	color: #625F5D;
}
#footer a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6E0D25;
}
#footer a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888;
}
#footer h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
#footer h2 a {
	color: #625F5D;
	text-decoration: none;
	border:0;
}
#footer h2 a:hover {
	color: #394968;
	border:0;
}
#footer ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#footer li {
	display: block;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#footer .text {
	width: 1000px;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#footer .contactinfo {
	clear: both;
	overflow: hidden;
	width: 1000px;
}
#footer .left-column {
	text-align: left;
	float: left;
	width: 300px;
	overflow: hidden;
}
#footer .social-media {
	overflow: hidden;
	margin-top: 20px;
}
#footer .social-media li {
	display: block;
	padding: 0px;
	margin-right: 5px;
	float: left;
}
#footer .social-media a {
	border: 0;
}
#footer .social-media a:hover {
	border: 0;
}
.twitter  {
	display: block;
	width: 42px;
	height: 42px;
	background-image: url(../graphics/icons-social.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.twitter:hover {
	background-position: -41px 0px;
}
.twitter span  {
  position: absolute;
  top: -999em;
}
.facebook  {
	display: block;
	width: 42px;
	height: 42px;
	background-image: url(../graphics/icons-social.png);
	background-repeat: no-repeat;
	background-position: 0px -41px;
}
.facebook:hover {
	background-position: -41px -41px;
}
.facebook span  {
  position: absolute;
  top: -999em;
}
.linkedin  {
	display: block;
	width: 42px;
	height: 42px;
	background-image: url(../graphics/icons-social.png);
	background-repeat: no-repeat;
	background-position: 0px -82px;
}
.linkedin:hover {
	background-position: -41px -82px;
}
.linkedin span  {
  position: absolute;
  top: -999em;
}
#footer .middle-column {
	text-align: left;
	width: 275px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
}
#footer .address {
	line-height:14px;
	margin-top: 8px;
}
#footer .trm {
	background-image: url(../graphics/logo-trm.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 200px;
	margin-bottom: 5px;
	background-position: -2px;
}
#footer .right-column {
	text-align: left;
	float: left;
	width: 700px;
	overflow: hidden;
}
#footer .email-form {
	overflow: hidden;
	margin-top: 20px;
}
#footer .col1 {
	width: 100px;
	float: left;
	padding-top: 12px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#footer .col2 {
	float:left;
	width: 220px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#footer .col3 {
	float: left;
	width: 100px;
	padding-top: 12px;
	padding-bottom: 2px;
}
#footer .col4 {
	padding: 2px;
	float: left;
	width: 220px;
}
#footer .col5 {
	float: left;
	padding-top: 8px;
	width: 560px;
}
#footer .submit {
	text-align: right;
	margin-right: 40px;
	padding-top: 15px;
}
#footer .field {
	background-color: #F6F3F9;
	border: 1px dotted #BDB7B1;
	font-size: 11px;
	width: 220px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	color: #B2ACA6;
}
#footer .textarea {
	background-color: #F6F3F9;
	border: 1px dotted #BDB7B1;
	font-size: 11px;
	width: 560px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	color: #B2ACA6;
}
#footer .portfolio-img  {
	width: 100%;
	text-align: left;
	margin-top: 15px;
	overflow: hidden;
}
#footer .portfolio-img a {
	border: 0;
}
#footer .portfolio-img a:hover {
	border: 0;
}
#footer .portfolio-img ul {
	margin-bottom: 0px;
	margin-top: 15px;
}
#footer .portfolio-img li {
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.img-sm  {
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 7px solid #ffffff;
}
#footer .navigation {
	width: 100%;
	padding-top: 20px;
	text-align: left;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A9A4A3;
	margin-top: 10px;
}
#footer .column {
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #A9A4A3;
	margin-right: 40px;
	height: 160px;
	padding-right: 60px;
}
#footer .noborder {
	margin-right: 0px;
	padding-right: 0px;
	border:0;
}
#footer-seo {
	padding-top: 30px;
	font-size: 10px;
	text-align: center;
	color: #999;
	line-height: 14px;
}
#copyright {
	padding-top: 10px;
	font-size: 10px;
	text-align: right;
	color: #999;
}

