body{
	margin:0;
	padding:0;
}

ol, ul, li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

a img{
	border:0 none;
}

.clear{
	clear:both;
}

header{
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
	background-color:#fff;
	border-bottom:5px solid #D9D9D9;
	padding-bottom:6px;
}

nav{
	text-align:center;
}

nav ul li {
  display: inline-block;
  margin:-39px 17px 0;
}

nav ul li#logo-icon{
	position:relative;
	top:52px;
}

#header{
	margin: 74px auto 0 auto;
    width: 100%;
}

#text-slides{
	border-bottom:5px solid #D9D9D9;
	border-top:5px solid #D9D9D9;
	width:100%;
	padding-bottom:29px;
	padding-top:29px;
	text-align:center;
}

.slide-container{
	width:834px;
	margin:auto;
}

.row1{
	width:100%;
	text-align:left;
}

.icons{
	width:220px;
	float:left;
}

.icons ul li {
	display: inline-block;
	margin-right:4px;
}

.title1{
	float:left;
	width:604px;
	padding-left:10px;
	padding-top:12px;
}

.title1 h1, .title1 h2{
	display:inline;
	font-size:35px;
	color:#000;
	font-weight:bold;
}

.title1 h2{
	color:#636363;
	padding-left:8px;
}

.row2{
	width:100%;
	clear:both;
	text-align:left;
	color:#000;
}

.row2 p{
	font-size:15px;
	font-weight:bold;
	padding-top:6px;
}

#contact-container{
	width:1078px;
	clear:both;
	margin:auto;
	text-align:center;
}

#contact-container h1{
	color:#636363;
	font-size:103px;
	font-weight:normal;
	margin-top:35px;
	margin-bottom:0;
}

#contact-container h3{
	color:#636363;
	font-size:33px;
	font-weight:normal;
	margin-top:20px;
	margin-bottom:48px;
}

ul#social-media{
	width:220px;
	margin:auto auto 34px;
	overflow:auto;
}

ul#social-media li{
	padding-right:11px;
	float:left;
}

#portfolio-container{
	clear:both;
	width:100%;
	margin:9px auto auto;
	background-image:url(../images/portfolio-bg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	height:940px;
}

#portfolio-container ul#boxes{
	width:1224px; /*1376px;*/
	margin:auto;
	padding-top:174px; /*132px;*/
}

#portfolio-container ul#boxes li{
	margin-right:8px;
	float:left;
}

#contactform{
	clear:both;
	width:100%;
}

#contactform ul li{
	margin-right: 30px;
	margin-bottom: 16px;
	position: relative;
}

#contactform ul li.left1, #contactform ul li.left2{
	float: left;
}

#contactform ul li.left2{
	margin-right:0;
}

label.desc, legend.desc {
	border: medium none;
	display: block;
	font-size: 26px;
	line-height: 150%;
	margin: 0;
	padding: 0 0 7px;
	white-space: normal;
	width: 215px;
	text-align:left;
	color:#636363;
}

input.text, input.search, textarea.textarea {
	border:1px solid #A1A1A1;
	width:518px;
	height:46px;
	font-size:22px;
	padding-left:3px;
}

input.medium{
	width:1074px;
	height:51px;
}

#contactform textarea{
	height:199px;
	width:1074px;
}

p.response {
	color: #FF0000 !important;
	font-size:16px;
	text-align: center;
	width: auto;
	margin:3px;
}

#contactform ul li.buttons{
	margin-top:50px;
}

.req{
	font-size:19px;
}

.buttons .btTxt{
	width:217px;
	height:57px;
	border:0 none;
}

#footer-container{
	clear:both;
	width:100%;
	height:65px;
	border-top:8px solid #B7B7B7;
	background-color:#929292;
	margin-top:66px;
}

#footer{
	width:89%;/*1408px;*/
	margin:auto;
	text-align:right;
	color:#fff;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	padding-top:26px;
}

.anchor{
	position: relative; 
	top:-100px; 
	display: block; 
	height: 0;
	width:0;
}

.icons ul li img{
	height:auto !important;
}