@import url('reset.css');
@import url('typography.css');

body {
	background-color: #f8f8f8;
	margin: auto;
	width: 100%;
}



/* Header */

div#header {
	background: url('/images/backgrounds/header3.jpg') no-repeat center;
	background-color: #f8f8f8;
	border-bottom: 2px ridge #ffffff;
	height: 198px;
	width: 100%;
}

div#logo {
	margin: auto;
	padding-top: 115px;
	width: 800px;
}

/* Content */
div#content {
	margin: auto;
	padding-bottom: 50px;
	position: relative;
	width: 800px;
}

div#content-top-shadow {
	background: url('/images/backgrounds/content-top-shadow.png') repeat-x;
	height: 20px;
	width: 100%;
}

div#content-bottom-shadow {	
	background: url('/images/backgrounds/content-bottom-shadow.png') repeat-x;
	clear: both;
	height: 20px;
	width: 100%;
}

/* Page Wrapper */

div#page-wrapper {
	background-color: #ffffff;
	border: 1px solid #bababa;
	clear: both;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	margin-top: 75px;
	overflow: hidden;
	padding: 15px;
	width: 768px;
}





/* Slideshow */

div#slideshow {
	border-right: 1px solid #b2b2b2;
	float: left;
	padding-right: 15px;
	width: 375px;
}

div#slides {
	border: 1px solid #a7a7a7;
	height: 200px;
	width: 370px;
}

div#slides a.thumb {
	display:none;
}

div#slides a.default-slide {
	display:block;
}

div#slideshow-commands {
	background: url('/images/backgrounds/commands-bg.png') no-repeat;
	height: 19px;
	left: 15px;
	padding: 3px 25px;
	position: relative;
	width: 290px;	
}

a#previous-slide {
	background: url('/images/backgrounds/commands-previous-slide.png') no-repeat;
	display: block;
	float: left;
	height: 12px;
	margin-top: 2px;
	text-indent: -9000px;
	width: 9px;
}

a#next-slide {
	background: url('/images/backgrounds/commands-next-slide.png') no-repeat;
	display: block;
	float: right;
	height: 12px;
	margin-top: 2px;
	text-indent: -9000px;
	width: 9px;
}

div#slideshow-commands h4
{
	margin-top:1px;
	width:100%;
}

/* Message */

div#message {
	margin-left: 410px;
	width: 350px;
}

div#message h3 {
	margin-bottom: 20px;
}

p#contact-info span {
	display: block;
}

span#phone {
	background: url('/images/backgrounds/phone-icon.png') no-repeat 0px 1px;
	float: left;
	margin-top: 25px;
	padding-left: 35px;
	width: 125px;
}

span#address {
	background:url('/images/backgrounds/address-icon.png') no-repeat 160px 30px;
	padding:5px 0px 0px 195px;
}

/* Tabs */
/*****************************
    NAVIGATION STYLES
*****************************/




#nav_bar{
	float:right;
	width:445px;
	height:40px;
	margin:0 0 -5px 0;
	padding:0;
	list-style:none;
}

#nav_bar li {
	float:left;
	width:auto;
}

#nav_bar li a{
	display:block;
	height:40px;
	text-indent:-9999em;
	background:url(/images/backgrounds/tabs-sprite.jpg) no-repeat;
	border:none;	
}	
#nav_bar .nav_main{
	width: 87px;
	background-position: 0 0;
}	
#home #nav_bar .nav_main, #nav_bar .nav_main:hover{
	background-position: 0 -40px;
}
#nav_bar .nav_about{
	width:87px;
	background-position: -87px 0;
}
#about #nav_bar .nav_about, #nav_bar .nav_about:hover{
	background-position: -87px -40px;
}
#nav_bar .nav_services{
	width:87px;
	background-position: -178px 0;
}
#services #nav_bar .nav_services, #nav_bar .nav_services:hover{
	background-position: -178px -40px;
}
#nav_bar .nav_portfolio{
	width:87px;
	background-position: -267px 0;
}
#portfolio #nav_bar .nav_portfolio, #nav_bar .nav_portfolio:hover{
	background-position: -267px -40px;
}
#nav_bar .nav_contact{
	width:87px;
	background-position: -356px 0;
}
#contact #nav_bar .nav_contact, #nav_bar .nav_contact:hover{
	background-position: -356px -40px;
}











/* Blog Module */

div#testimonials {
	float: left;
	margin: 50px 15px 0px 0px;
	width: 791px;
}

div#testimonials h4.module-header-bar {
	background: url('/images/backgrounds/long-bar.gif') no-repeat;
	height: 33px;
	margin-bottom: 15px;
	padding-top: 13px;
	width: 791px;
}

div#testimonials div.blog-entry {
	margin-left:15px;
}

div#testimonials div.blog-entry h5 {
	float:left;
	width:500px;
}

div#testimonials div.blog-entry blockquote {
	clear:both;
	padding:10px 0px 10px 15px;
}

div#testimonials div.blog-entry p.meta {
	padding-top:4px;
}

p#read-more-wrapper {
	float:right;
	margin-top:10px;
	width:215px;
}

p#read-more-wrapper a {
	background:url('/images/backgrounds/read-more-button.png') no-repeat;
	border:none;
	display:block;
	height:30px;
	text-indent:-9000px;
	width:214px;
}

p#read-more-wrapper a:hover {
	background-position: 0px -30px;
}

p#read-more-wrapper a:active {
	background-position: 0px -60px;
}

/* Twitter Module */

div#twitter {
	margin: 38px 0px 0px 415px;
	width: 375px;
}

div#twitter h4.module-header-bar {
	background: url('/images/backgrounds/twitter-header-bar.png') no-repeat;
	height: 40px;
	padding-top: 26px;
	width: 385px;
}

div#twitter div.tweet {
	margin: 3px 0px 17px 30px;
}

div#twitter div.tweet img {
	border: 1px solid #757575;
	float: left;
	height: 29px;
	margin-right: 15px;
	width: 29px;
}

div#twitter div.tweet h5 {
	position: relative;
	top: -3px;
}

p#get-tweets-wrapper {
	float:right;
	margin-top:9px;
	width:215px;
}

p#get-tweets-wrapper a {
	background: url('/images/backgrounds/get-more-tweets-button.png') no-repeat;
	border: none;
	display: block;
	height: 30px;
	text-indent: -9000px;
	width: 214px;
}

p#get-tweets-wrapper a:hover {
	background-position: 0px -30px;
}

p#get-tweets-wrapper a:active {
	background-position: 0px -60px;
}

/* Footer */

div#footer-image {
	background: url('/images/backgrounds/footer.jpg') no-repeat center #f8f8f8;
	border-top: 2px groove #ffffff;
	border-bottom:2px ridge #ffffff;
	height:50px;
	width:100%;
}

p#footer-text {
	background: url('/images/backgrounds/content-top-shadow.png') repeat-x;
	height: 37px;
	padding-top: 13px;
	width: 100%;
	font-size: 10px;
}



/* ABOUT US */

#about h3 {
	margin-bottom: 20px;
}

/* CONTACT */

#contact h3 {
	margin-bottom: 20px;
}

#tinc_content{
	width:500px;
	margin-top:20px;
}

#tinc_content input{
	margin-bottom:10px;
}

/* TESTIMONIALS */

#testimonials h3 {
	margin-bottom: 20px;
}


#testimonials p{
	font-size: 14px;
	margin: 15px 0 15px 0;
}

#testimonials p.meta{
	font-size: 10px;
	margin: 0;
}



/*SERVICES */


#services h3 {
	margin-bottom: 20px;
}


#services-subnav ul {
	font-size: 15px;
	font-weight: normal;
	font-family: Arial, Helvetica;
	padding-left: 0px;
	padding-bottom: 15px;
	margin-left: 0;
}

#services-subnav ul li{
	display: inline;
}
	
#services-subnav ul li a{
	text-decoration:none;
	color:#000000;
}
	
#services-subnav ul a:hover {
	color:#990100;
}
	
.new-site #services-subnav .sub_new, 
.existing-site #services-subnav .sub_existing, 
.maintenance #services-subnav .sub_maintenance, 
.domains #services-subnav .sub_domains{
	color:#830302;
}

/* PORTFOLIO */

#portfolio h3 {
	margin-bottom: 20px;
}

#portfolio-container{
	width:768px;
	float:left;
	display:block;
	
}
#portfolio-container .client-portfolio {
	float:left;
	width:768px;
	overflow:hidden;
	margin-top:10px;
}

#portfolio-container .client-portfolio img{
	float:left;
	margin: 0 30px 20px 0;
}

#portfolio-container .client-portfolio h1 {
	font-family:Palatino, "Times New Roman", Times, serif;
	color:#8c4517;
	margin:0px 0 0px 0;
	font-size:18px;
}
#portfolio-container .client-portfolio h3 {
	font-size:20px;
}

#portfolio-container .client-portfolio .site-type { 
	font-size:16px;
	color:#333;
	font-weight:bold;
	padding-bottom:5px;
}

#portfolio-container .client-portfolio p { 
	font-size:15px;
	color:#3c3c3c;
	margin:5px 0px 0px 0px;
	font-weight:normal;
}


.page_counter {
	display:block;
	float:left;
	width:580px;
	padding: 25px 0 0px 120px; 
	height: 25px;
	clear:both;
}
.page_counter a.qp_next, .page_counter a.qp_prev, .page_counter span.qp_counter {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#830302;
	text-transform:uppercase;
	padding-right:12px;

}

.page_counter a.qp_next:hover, .page_counter a.qp_prev:hover {
	color:#333;
	text-decoration:none;
}
/*
-----------------------------------------------------------------------------
		Contact Page
-----------------------------------------------------------------------------
*/
.contact_left {
	width:368px;
	float:left;
}
ul.forms{
	list-style:none;
}
ul.forms li{
	width:368px;
}
ul.forms li.txt{
	padding:10px 0px 2px 0px;
	}
ul.forms li.txt span{
	font-weight:normal;
	color:#797979;
}
ul.forms li.inputfield input{
	width:356px;
	height:24px;
	padding:0px 5px 0px 5px;
	background-color:#FFF;
	border:#e2e3ea solid 1px;
	border-top:#abadb3 solid 1px;
	color:#797979;
	font-size:12px;
}
ul.forms li.radiobtns{
	height:24px'
	padding-top:5px;
}
ul.forms li input.submit{
	height:22px;
	width:82px;
	background:url('/images/submit_contact.gif');
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
}

#contact p{
	margin-bottom:10px;
	font-size:13px;
}
p.error {
	color:#F00;
}
p.succes {
	color:#1bb71f;
}

/************************
   Contact field hidden
************************/

.yoururl { display:none;}