/* BEGIN imports */
@import url("/includes/960");
@import url("/includes/bubble");
@import url("/includes/slider");
/* END imports */
	
body {
	background: #f5f4ee url("/images/twothink/backgroundPage.gif") repeat-x;
	font-family: "Helvetica", "Arial", sans-serif;
	color: #5f5f5c;
	font-size: 12px;
	}

body.homepage {
	background: #f5f4ee url("/images/twothink/backgroundHome.gif") repeat-x;
	}
	
a {
	text-decoration: none;
	color: #33a7e3;
	font-weight: bold;
	}
	
a:hover {text-decoration: underline;}
	
hr {
	border-bottom: dashed 1px #c7c6c1;
	border-top: none;
	margin: 5px 0 10px 0;
	}
	
h1 {
	font-size: 28px;
	color: #33a7e3;
	font-weight: normal;
	margin: 10px 0 0 0;
	}
	
h2 {
	font-size: 16px;
	color: #5f5f5c;
	font-weight: normal;
	margin: 0 0 10px 0;
	}
	
/* Navigation */	
#menu {height: 58px;}

#logo a{
	display: block;
	height: 33px;
	width: 173px;
	margin-top: 11px;
	background: url("/images/twothink/logo.png");
	}
	
	#logo a:hover {background-position: 0 -33px;}

.nav li{
	list-style: none;
	margin: 0;
	float: left;
	}

	#navAbout a{
		display: block;
		height: 55px;
		width: 120px;
		background: url("/images/twothink/menu.png") 0 0;
		}
		
		#navAbout a:hover {background-position: 0 -55px;}
		#navAbout a:active {background-position: 0 -110px;}
		
	#navPort a{
		display: block;
		height: 55px;
		width: 120px;
		background: url("/images/twothink/menu.png") -120px 0;
		}
		
		#navPort a:hover {background-position: -120px -55px;}
		#navPort a:active {background-position: -120px -110px;}
		
	#navServices a{
		display: block;
		height: 55px;
		width: 120px;
		background: url("/images/twothink/menu.png") -240px 0;
		}
		
		#navServices a:hover {background-position: -240px -55px;}
		#navServices a:active {background-position: -240px -110px;}
		
	#navContact a{
		display: block;
		height: 55px;
		width: 120px;
		background: url("/images/twothink/menu.png") -360px 0;
		}
		
		#navContact a:hover {background-position: -360px -55px;}
		#navContact a:active {background-position: -360px -110px;}
		
	#navPhone a{
		display: block;
		height: 55px;
		width: 220px;
		background: url("/images/twothink/menu.png") -480px 0;
		cursor: default;
		}
		
		#navPhone a:hover {background-position: -480px -55px;}
		
/* Homepage Header */

#sliderWrapper {
	background: url("/images/twothink/featuredAttractionsBackground.gif");
	background-repeat: no-repeat;
	width: 470px;
	height: 276px;
	margin-top: 10px;
	padding: 5px 0 0 5px;
}

#homeHeader {
	height: 298px;
	background: url("/images/twothink/homeHeader.jpg");
	}
	
.headerTitle {
	font-size: 45px;
	color: #c2de53;
	font-weight: bold;
	margin-top: 85px
	}
	
.headerDescript {
	font-size: 45px;
	color: white;
	margin: 0;
	margin-top: -35px
	}
	
.homeFeatured {margin-top: 10px;}

/* Homepage Services */

#servicesContainer {
	display: block;
	height: 213px;
	width: 700px;
	margin-top: 2px;
	
	background: url("/images/twothink/homeServices.gif");
	}

#servicesList li {
	list-style: none;
	margin: 55px 0 0 26px;
	float: left;
	}
	
	#servicesWeb a{
		display: block;
		height: 142px;
		width: 142px;
		background: url("/images/twothink/servicesButtons.png") 0 0;
		}
	
		#servicesWeb a:hover{background-position: 0 -143px}
	
	#servicesSEO a{
		display: block;
		height: 142px;
		width: 142px;
		background: url("/images/twothink/servicesButtons.png") -142px 0;
		}
	
		#servicesSEO a:hover{background-position: -142px -143px}
	
	#servicesCMS a{
		display: block;
		height: 142px;
		width: 142px;
		background: url("/images/twothink/servicesButtons.png") -284px 0;
		}
	
		#servicesCMS a:hover{background-position: -284px -143px}
	
	#servicesGraphic a{
		display: block;
		height: 142px;
		width: 142px;
		background: url("/images/twothink/servicesButtons.png") -426px 0;
		}
	
		#servicesGraphic a:hover{background-position: -426px -143px}
	
/* Begin Sidebar */

#sidebar {
	margin-top: 40px;
	}

.getQuote a{
	display: block;
	width: 220px;
	height: 33px;
	background: url("/images/twothink/quoteButton.png") 0 0;
	}
	
	.getQuote a:hover {background-position: 0 -33px;}
	.getQuote a:active {background-position: 0 -66px;}
	
.twitterBird {
	margin-top: -15px;
	z-index: 3;
	}
	
.twitText {
	font-size: 13px;
	font-weight: bold;
	margin-top: 17px;
	}

	/* Sidebar Essentials */
	.sidebarTitle {
		width: 213px;
		height: 27px;
		padding: 7px 0 0 7px;
		font-size: 14px;
		font-weight: bold;
		color: #383836;
		background: url("/images/twothink/sidebarTop.png");
		}

	.sidebarTitle2 {
		width: 213px;
		height: 27px;
		padding: 7px 0 0 7px;
		font-size: 16px;
		text-align: center;
		font-weight: bold;
		color: #383836;
		background: url("/images/twothink/sidebarTop.png");
		}
		
	.sidebarContent {
		background: url("/images/twothink/sidebarRepeat.png");
		font-size: 12px;
		line-height: 18px;
		padding: 7px;
		letter-spacing: .05em;
		}
	
	.sidebarBottom {
		display: block;
		background: url("/images/twothink/sidebarBottom.png");
		width: 220px;
		height: 8px;
		}
	/* End Sidebar Essential */

.claimGift {
	margin-left: -7px;
	padding-top: 10px;
}

#sideBlogFeed {
	position: relative;
	margin-top: 15px;
	z-index: 4;
	}

#sideBlogButton a{
	display: block;
	width: 220px;
	height: 32px;
	background: url("/images/twothink/blogButton.png");
	}
	
	#sideBlogButton a:hover {background-position: 0 -32px;}
	#sideBlogButton a:active {background-position: 0 -64px;}

#sideGift {
	margin-top: -5px;
	}

.giftForm {margin: -20px 0 -6px 0;}
.sideForm {
	margin: 5px 0;
	width: 195px;
	height: 20px;
	font-family: "Helvetica", "Arial", sans-serif;
	color: #959595;
	font-size: 14px;
	}
	
#sideTestimonial {margin-top: 15px;}

#techTitle {
	font-size: 14px;
	font-weight: bold;
	color: #6d6d6b;
	text-align: center;
	margin: 8px 0;
	border-bottom: solid 1px #e9e8e2;
	}
	
.techImage {margin: 5px 0;}

/* Footer */

#gridWrapper {
	margin-top: 30px;
	height: 130px;
	background: url("/images/twothink/footerRepeat.gif");
	padding-top: 25px;
	}
	
.url {
	font-size: 18px;
	font-weight: bold;
}

#footerClient p {
	text-align: right;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
}

#footerClient img {
	padding-right: 10px;
}

#socialIcons p {
	margin-top: 15px;
	margin-left: -5px;
}

#copyright p {
	padding-top: 30px;
	text-align: right;
}

h3 {
	font-size: 24px;
	color: #5f5f5c;
	font-weight: normal;
	margin: 10px 0 0 0;
	}

h4 {
	font-size: 26px;
	color: #383837;
	margin: 0;
	font-weight: normal
	}

/* Page Header */
.page {margin-top: 25px;}

#pageHeader {
	height: 152px;
	background: url("/images/twothink/homeHeader.jpg");
	}
	
.pageTitle {
	font-size: 45px;
	color: #c2de53;
	font-weight: bold;
	margin-top: 20px
	}
	
.pageDescript {
	font-size: 45px;
	color: white;
	margin: 0;
	margin-top: -35px
	}

/* About Content */

.aboutSocial {
	float: right;
	padding: 5px 0;
	}
	
.aboutBlog {
	float: left;
	padding-top: 5px;
	}
	
.aboutSocial img{
	padding-left: 5px;
	}
	
.aboutTitle {color: #c7c6c1;}

.aboutImage {margin-top: 15px;}

/* Portfolio */

#portfolioWrapper {
	background: url("/images/twothink/portfolioBackground.gif") no-repeat 0 15px;
	width: 960px;
	height: 530px;
	}
	
.portTitle{
	font-size: 32px;
	color: #777;
	margin-top: 17px;
	}
.contactTitle{
	font-size: 24px;
	color: #777;
	margin-top: 17px;
	}
	
.hireUs {
	margin-top: 25px;
	}
	
#websites img{
	background: url("/images/twothink/portfolioImageBackground.png");
	padding: 15px;
	}
	
#logos img{
	background: url("/images/twothink/portfolioLogoBackground.png");
	padding: 14px 13px;
	}	

.noBorder img{
	background: none;
	padding: 0;
	}
	
/* End Portfolio */

/* Servics */

.services li{
	margin-left: 25px;
	}

.process li{
	margin-left: 25px;
	}

.servicesTitle {
	font-size: 14px;
	color: #383837;
	font-weight: bold;
	padding-left: 25px;
	}
	
.processTitle {
	font-size: 14px;
	color: #383837;
	font-weight: bold;
	}

	.sTech {background: url(/images/twothink/servicesIcons/servicesTech.gif) no-repeat 0 0;}
	.sSEM {background: url(/images/twothink/servicesIcons/servicesSEM.gif) no-repeat 0 0;}
	.sCommerce {background: url(/images/twothink/servicesIcons/servicesCommerce.gif) no-repeat 0 0;}
	.sGraphics {background: url(/images/twothink/servicesIcons/servicesGraphics.gif) no-repeat 0 0;}
	.sCMS {background: url(/images/twothink/servicesIcons/servicesCMS.gif) no-repeat 0 0;}
	.sEmerging {background: url(/images/twothink/servicesIcons/servicesiPhone.png) no-repeat 0 0;}