@charset "utf-8";
/* CSS Document */

body {
	background: #ffffff;
	font-size: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: "Myriad Pro", Arial, 'Sans Serif';
}
*, html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* Header */
#header {
	height: 80px;
	/*background:url(../images/logo.png);*/
	background: #000;
	overflow: hidden;
	position: fixed;
	display: block;
	width: 100%;
	z-index: 1000;
}
#header .container {
	width: 960px;
	margin: 0 auto;
	overflow: auto;
}
#logo {
	float: left;
	width: 300px;
	margin: 18px 0 0 0;
	
}
#logo img a {
	border: 0px;
}
#navigation {
	font-family: Arial;
	float: right;
	margin: 27px 0 0 0;
}
#navigation ul li {
	list-style: none;
	float: left;
	margin: 0 30px 0 30px;
}
#navigation ul li a {
	text-decoration: none;
}
#navigation ul li a strong {
	font-size: 14px;
	font-weight: bold;
	clear: left;
	display: block;
	color: #ffffff;
}
#navigation ul li a span {
	clear: left;
	color: #aeaeae;
	font-weight: bold;
	font-size: 12px;
}
#navigation ul li a:hover span {
	color: #2690c5;
}

/* Page Struture */
#bg {
	width: 100%;
	clear: both;
	overflow: hidden;
	padding: 80px 0 0 0;
	display: block;
}
.wrapper {
	clear: both;
	overflow: hidden;
	position: relative;
	display: table;
	height: 1%;
	width: 100%;
}
.wrapper .container {
	padding: 40px 0 40px 0;
	width: 960px;
	margin: auto;
	text-align: left;
	overflow: auto;
}
#home, #portfolio, #contact {
	background: #ededed;
}
#home .container {
	position: relative;
	padding: 40px 0 0 0;
}
#services .container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#portfolio .container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.pItem {
	clear: both;
	overflow: hidden;
	position: relative;
	display: table;
	height: 1%;
	width: 100%;
	background-color: #ededed;
}
.pItem .container {
	padding: 40px 0  200px 0;
	width: 960px;
	margin: auto;
	text-align: left;
	overflow: auto;
}

/*Home Page Area Styling */
#slider {
	background-color: #ffffff;
	border: 1px solid #d5d5d5;
	width: 958px;
	margin: 0 0 40px 0;
}
.slider {
	margin: 13px 13px 13px 12px;
	width: 934px;
	position:relative;
	//See the "style-pack" below for image
}
.slider img {
	position:absolute;
	top: 0;
	left: 0;
	display:none;
	border: 1px solid #d5d5d5;
}
#slider2 {
	float: left;
	background-color: #ffffff;
	border: 1px solid #d5d5d5;
	width: 428px;
	margin: 30px 0 40px 0;
}
.slider2 {
	margin: 12px 12px 12px 13px;
	width: 402px;
	position:relative;
	//See the "style-pack" below for image
}
.slider2 img {
	position:absolute;
	top: 0;
	left: 0;
	display:none;
	border: 1px solid #d5d5d5;
}
.welcome {
	margin: 30px 0 0 0;
	float: right;
	width: 500px;
}
.welcome h3 {
	font-size: 50px;
	line-height: 70px;
}
.welcome h3 span {
	font-size: 36px;
	line-height: 50px;
}
h5 {
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	color: #868686;
	line-height: 20px;
	padding: 3px 0 0 0;
}
.button {
	float: right;
	background-image: url('../images/button.gif');
	margin: 0 10px 20px 0;
	font-family: "Myriad Pro", Arial, 'Sans-serif';
	font-weight: 600;
	letter-spacing: 1px;
}
.button a {
	padding: 16px 0 0 15px;
	display: block;
	width: 175px;
	height: 31px;
	text-decoration: none;
	color: #ffffff;
}
#home .homeColumns {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding: 0 0 40px 0;
}
#home .homeColumns .divider {
	margin: 0 0 20px 20px;
}
#home .homeColumns li {
	list-style: none;
	float: left;
	width: 300px;
	margin: 0 10px 0 20px;
}
#home .homeColumns h4 {
	margin: 0 0 20px 20px;
}
.homeColumns h2 {
	color: #868686;
	font-weight: bold;
	font-size: 24px;
}
.homeColumns p {
	line-height: 24px;
}
.homeColumns p img {
	float: left;
	margin: 0 8px 0 0;
}

/* Styling */
a img {
	border: 0;
}
p a {
	padding: 5px 10px 5px 10px;
	background: #2690c5;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
p a:hover {
	padding: 5px 10px 5px 10px;
	background: #1b1b1b;
}
p {
	font-size: 12px;
	font-family: Arial;
	color: #868686;
	line-height: 18px;
	margin: 18px 0 18px 0;
}
h1 {
	margin-top:-18px;}
h2 {
	font-size: 18px;
	color: #1b1b1b;
}
h3 {
	float: left;
	font-size: 36px;
	color: #1b1b1b;
	line-height: 30px;
	margin: 0 0 20px 0;
}
h3 span {
	font-size: 24px;
	color: #2690c5;
}
h4 {
	font-size: 24px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #1b1b1b;
}


/* Page Content Styling */
.heading {
	padding: 0 20px 0 20px;
}
.divider {
	width: 960px;
	height: 1px;
	background: #dbdbdb;
	margin: 0 0 20px 0;
	overflow: auto;
	clear: both;
}

/* Services Area */
ul.servicesColumns li {
	list-style: none;
	float: left;
	width: 300px;
	margin: 0 10px 0 20px;
}

/* Portfolio Area */
.next {
	width: 42px;
	margin: auto;
}
.portfolioImage {
	border: 1px solid #e1e1e1;
	background: #ffffff;
	padding: 15px 15px 15px 15px;
	width: 586px;
	float: left;
	margin: 0 0 50px 0;
}
.portfolioImage embed {
	width: 586px;
	height: 383px;
}
.portfolioImage img {
	width: 586px;
	height: 383px;
}
.details {
	margin: 12px 0 0 0;
	border: 4px solid #e1e1e1;
	overflow: hidden;
}
.details li {
	background: #ffffff url('../images/checkmark.gif') no-repeat;
	list-style: none;
	font-family: Arial;
	font-size: 12px;
	color: #868686;
	padding: 10px 0 10px 37px;
	border-bottom: 1px solid #ededed;
	overflow: hidden;
}
.imageDescription {
	float: left;
	width: 300px;
	padding: 0 0 0 40px;
}

/* About Area */
.aboutContent img {
	float: right;
	border: 2px solid #1b1b1b;
	margin: 10px 0 10px 20px;
}

/* Contact Area */
#contactWrap {
	float: left;
	width: 640px;
	height: 550px;
	font-family: Arial;
	font-size: 12px;
	color: #868686;
	padding: 0 0 20px 0;
}
#contactWrap h4 {
	font-family: "Myriad Pro", Arial, 'Sans-serif';
}
.contactForm {
	width: 640px;
}
.contactInfo {
	float: right;
	width: 300px;
	padding: 0 0 0 20px;
}
.contactInfo ul li {
	float: left;
	list-style: none;
	margin: 0 2px 0 2px;
}
.contactInfo .social {
	overflow: auto;
}
.contactInfo p {
	margin: 8px 0 18px 0;
}
.spacer {
	width: 400px;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #dbdbdb;
	margin: 0 0 20px 0;
	overflow: auto;
	clear: both;
}
.ast {
	color: #2690c5;
}
.req {
	color: #2690c5;
	margin: 0 0 10px 0;
}

/* Form Styling */
label {
	font-family: Arial;
	font-size: 12px;
	color: #868686;
	margin: 0 0 0 0;
}
.input {
	margin: 10px 0 18px 0;
	width: 264px;
	height: 40px;
	padding: 0 0 0 10px;
	border: 1px solid #cfcfcf;
}
textarea {
	margin: 10px 0 18px 0;
	width: 390px;
	height: 135px;
	padding: 15px 0 0 10px;
	font-family: Arial;
	border: 1px solid #cfcfcf;
}
.submit {
	padding: 5px 10px 5px 10px;
	background-color: #2690c5;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	border: 0;
}
.notification {
	width: 640px;
	float: left;
	font-family: Arial;
	font-size: 12px;
	color: #868686;
}


/* Footer */
#footer {
	background-color: #1b1b1b;
	color: #868686;
	font-family: Arial;
	font-size: 12px;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	padding: 0 0 0 0;
	background: #1b1b1b;
}
