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

body {
	background: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 88%;
	color: #666666;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #333;
	padding: 20px 0 0 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: .9em;
	text-transform: uppercase;
	color: #666;
	padding: 20px 0 0 0;
}
h4 {
	font-size: .9em;
	font-weight: normal;
	padding: 0 0 8px 0;
	line-height: 1.3;
}
h4 a:link, h4 a:visited {
	color: #3496fd;
	text-decoration: none;
}
h4 a:hover, h3 a:active {
	text-decoration: underline;
}
p {
	font-size: .9em;
	line-height: 1.5;
	padding: 10px 0 0 0;
}
ul {
	margin: 15px 0 15px 0;
}
li {
	line-height: 1.7;
	list-style: disc;
}


#page-wrap {
	width: 820px;
	margin: 0 auto;
	border-top: 5px solid #606060;
}

/* Styling for header section */

#header {
	position: relative;
}
#logo {
	margin: 15px 0 0 0;
}
#main-nav {
	position: absolute;
	right: 0;
	top: 35px;
	width: 599px;
}
#main-nav li {
	float: left;
	margin: 0 0 0 2em;
	list-style: none;
}
#main-nav a:link, #main-nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
}
#main-nav a:hover, #main-nav a:active {
	color: #fdb334;
}
#main-nav li a.current, #main-nav li a.current:hover, #main-nav li a.current:active {
	color: #fdb334;
}

/* Main content styling */

#main-content-left {
	width: 420px;
	float: left;
	position: relative;
}
#main-content-left ul {
	margin-left: 10px;
}
#main-content-left a:link, #main-content-left a:visited {
	font-size: .8em;
	color: #3496fd;
	text-decoration: none;
}
#main-content-left a:hover, #main-content-left a:active {
	text-decoration: underline;
}
#main-content {
	margin: 10px 0 0 0;
}
#main-content-right {
	width: 220px;
	float: right;
	position: relative;
}
#main-content-right ul {
	padding: 0 0 0 20px;
}
#main-content-right img {
	margin: 0 0 13px 0;
	padding: 3px;
	border: 1px dashed #ccc;
}
#main-content-right a:link, #main-content-right a:visited {
	color: #3496fd;
	text-decoration: none;
}
#main-content-right a:hover, #main-content-right a:active {
	text-decoration: underline;
}

/* Styling for H1 images */

#view-our-work {
	padding: 30px 0 20px 0;
}
#we-make-dreams {
	text-indent: -9999em;
	background:url(../images/we-make-dreams.png) no-repeat;
	width: 307px;
	height: 24px;
}
#ready-to-get {
	text-indent: -9999em;
	background:  url(../images/ready-to-get.png) no-repeat;
	width: 220px;
	height: 30px;
	margin: 30px 0 0 0;
}
#our-top-features {
	text-indent: -9999em;
	background: url(../images/our-top-features.png) no-repeat;
	width: 181px;
	height: 29px;
}
#our-services {
	text-indent: -9999em;
	background: url(../images/our-services.png) no-repeat;
	width: 133px;
	height: 23px;
}
#about-us {
	text-indent: -9999em;
	background: url(../images/about-us.png) no-repeat;
	width: 98px;
	height: 24px;
}
#contact-us {
	text-indent: -9999em;
	background: url(../images/contact-us.png) no-repeat;
	width: 113px;
	height: 23px;
}
.service-number {
	float: left;
}
#service-1 {
	background: url(../images/1.png) top left no-repeat;
	padding: 0 0 0 35px;
	margin: 30px 0 0 0;
}
#service-2 {
	background: url(../images/2.png) top left no-repeat;
	padding: 0 0 0 35px;
	margin: 30px 0 0 0;
}
#service-3 {
	background: url(../images/3.png) top left no-repeat;
	padding: 0 0 0 35px;
	margin: 30px 0 0 0;
}
#service-1 h2, #service-2 h2, #service-3 h2 {
	padding: 0;
}
.title {
	position: absolute;
	right: 0;
}
.portrait {
	float: right;
	padding: 20px 0 10px 10px;
}
#testimonials {
	padding: 44px 0 0 0;
}
.testimonial {
	font-size: .8em;
	font-style: italic;
	padding: 20px 0 10px 0;
}
.client-name {
	font-size: .8em;
	color: #333;
	position: absolute;
	right: 0;
}
img#google-map {
	padding: 0;
	border: none;
	margin: 10px 0 0 0;
}
.social-links {
	margin: 15px 0 0 0;
}
.social-links a {
	padding: 0 20px 0 0;
}
.horizontal-divider {
	width: 820px;
	margin: 30px 0 20px 0;
}
a#contact-us-button:link, a#contact-us-button:visited {
	background: url(../images/contact-us-button.png) no-repeat;
	width: 218px;
	height: 46px;
	display: block;
	text-indent: -9999em;
	margin: 65px 0 0 0;
}
a#contact-us-button:hover, a#contact-us-button:active {
	background-position: 0 -46px;
}

/* Footer styling */

#twitter {
	width: 220px;
	float: left;
	margin: 0 80px 30px 0;
}
blockquote {
	font-size: .9em;
	line-height: 1.5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#recent-posts {
	width: 220px;
	float: left;
	margin: 0 85px 30px 0;
}
#connect {
	width: 215px;
	float: left;
	position: relative;
	margin: 0 0 30px 0;
}
#twitter h2, #recent-posts h2, #connect h2 {
	padding: 0 0 20px 0;
}
#connect p {
	padding: 0;
}
.digits, .emails {
	position: absolute;
	right: 0;
}
address {
	font-style: normal;
	font-size: .9em;
	line-height: 1.4;
	margin: 10px 0 10px 0;
}
a.map:link, a.map:visited {
	color: #3496fd;
	text-decoration: none;
	position: absolute;
	right: 0;
}
#bottom-menu {
	clear: both;
	background: #ededed;
	padding: 15px;
	margin: 0 0 20px 0;
}
#bottom-logo {
	position: relative;
	top: 0;
}
#footer-nav {
	margin: 0 0 0 160px;
}
#footer-nav li {
	list-style: none;
	float: left;
	margin-left: 3em;
	position: relative;
	bottom: 25px;
}
#footer-nav li a:link, #footer-nav li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
}
#footer-nav li a:hover, #footer-nav li a:active {
	color: #333;
}
input[type="text"] {
	width: 250px;
	padding: 5px;
	background: #f1f1f1;
	border: 1px solid #ccc;
	margin: 10px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #333;
}
textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	font-style: italic;
	color: #333;
	background: #f1f1f1;
	padding: 5px;
	border: 1px solid #ccc;
	margin: 10px 0 15px 0;
	overflow: auto;
	width: 250px;
	height: 200px;
}
#contact-form {
	margin: 15px 0 0 0;
}
input[type="submit"] {
	background: url(../images/submit-button.jpg) no-repeat;
	width: 98px;
	height: 47px;
	border: none;
	cursor: pointer
}

/* Blog page styling */

.post {
	position: relative;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #ededed;
}
.post h1 {
	margin: 0 0 8px 0;
}
.post p {
	margin: 5px 0 15px 0;
}
.metadata {
	font-size: .8em;
	color: #666;
}
.comment {
	background: url(../images/comment-bubble.png) no-repeat;
	width: 44px;
	height: 46px;
	display: block;
	text-align: center;
	font-size: 1.3em;
	color: #333;
	position: absolute;
	right: 0;
	top: 10px;
	padding: 9px 0 0 0;
}
#search {
	width: 155px;
	border: none;
	border: 10px solid #ededed;
	padding: 5px 40px 5px 5px;
	margin: 15px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #999;
	background: #fff;
}
#search-submit {
	background: url(../images/magnifying-glass.png) no-repeat;
	width: 15px;
	height: 16px;
	border: none;
	position: absolute;
	right: 20px;
	top: 15px;
	display: block;
	cursor: pointer;
}

.style1 {
	font-size: 24px;
	font-weight: bold;
	color: #666666;
}
.style2 {
	color: #666666;
	font-weight: bold;
}

