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

/* ---- reset ------*/

* {margin:0;padding:0;}
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em;font-weight:normal;font-style:normal;}
ul,ol {list-style:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse;border-spacing:0;}
td {vertical-align:top;}
.clear {clear:both;}
	
/* -------------- body ----------------- */

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	text-align:center;
	background: #e7e7e7 url(../images/bckgd.jpg);
}
	
#logo {
	position:absolute;
	top:66px;
	left:0;
	width:181px;
	height:70px;
	text-decoration:none;
	border:none;
	z-index:100;
}

#container {
	position:relative;
	margin: 0 auto;
	width:854px;
	min-height:615px;
	top:0;
}

/* -------------- navbar ----------------- */

#navbar {
	position:relative;
	top:0;
	width:854px;
	height:53px;
	background:url(../images/navbar/navBar.jpg) no-repeat 0 0;
}

#navbar ul {
	position:relative;
	width:665px;
	height:50px;
	left:95px;
}

#navbar ul li, #navbar ul li a {
	float:left;
	display:block;
	line-height:4.1em;
	font-size:1.1em;
	color:#00a9e2;
	text-shadow: 0 -1px #063746;
	text-decoration:none;
	height:50px;
}


/* ----- navbar ----- */


#navbar ul li.home a {
	background:url(../images/navbar/home.jpg) no-repeat;
	width:85px;
}

#navbar ul li.home a:hover {
	background:url(../images/navbar/home.jpg) no-repeat 0 -50px;
	width:85px;
}

#navbar ul li.software a {
	background:url(../images/navbar/software.jpg) no-repeat;
	width:101px;
}

#navbar ul li.software a:hover {
	background:url(../images/navbar/software.jpg) no-repeat 0 -50px;
	width:101px;
}

#navbar ul li.design a {
	background:url(../images/navbar/design.jpg) no-repeat;
	width:90px;
}

#navbar ul li.design a:hover {
	background:url(../images/navbar/design.jpg) no-repeat 0 -50px;
	width:90px;
}

#navbar ul li.development a {
	background:url(../images/navbar/development.jpg) no-repeat;
	width:123px;
}

#navbar ul li.development a:hover {
	background:url(../images/navbar/development.jpg) no-repeat 0 -50px;
	width:123px;
}

#navbar ul li.about a {
	background:url(../images/navbar/about.jpg) no-repeat;
	width:85px;
}

#navbar ul li.about a:hover {
	background:url(../images/navbar/about.jpg) no-repeat 0 -50px;
	width:85px;
}

#navbar ul li.contact a {
	background:url(../images/navbar/contact.jpg) no-repeat;
	width:96px;
}

#navbar ul li.contact a:hover {
	background:url(../images/navbar/contact.jpg) no-repeat 0 -50px;
	width:96px;
}

#navbar ul li a.current {
	background-position: 0 -50px;
}

#navbar ul li.blog a {
	background:url(../images/navbar/about.jpg) no-repeat;
	width:85px;
}

#navbar ul li.blog a:hover {
	background:url(../images/navbar/about.jpg) no-repeat 0 -50px;
	width:85px;
}




/* -------------- titles ----------------- */

#title {
	position:relative;
	text-align:center;
	width:854px;
	min-height:64px;
	margin-bottom:15px;
}

#title img {
	position:relative;
	text-align:center;
	top:20px;
	margin-bottom:10px;
}

#title h1 {
	text-align:center;
	font-size:1.5em;
	color:#9f9f9f;
	text-shadow: 0px 1px #fff;
	margin-top:15px;
	margin-bottom:15px;
	letter-spacing:-.01em;
}

#title h1 a {
	color:#666;
	text-decoration:none;
}

#title h1 a:hover {
	color:#555;
}

/* -------- font tags ---------- */


p {
	font-size:1.3em;
	line-height:1.4em;
	color:#7f7f7f;
}

h4 {
	font-size: 2.4em;
	font-weight: bold;
	color:#7f7f7f;
	line-height: 1.8em;
}

h5 {
	font-size: 1.4em;
	line-height: 2em;
	color:#00a9e2;
}

h5 a {
	color:#00a9e2;
	text-decoration: none;
}

h5 a:hover {
	color:#068;
}

/* -------- featureBar ---------- */


#featureBar {
	position: relative;
	height: 94px;
	width: 854px;
	margin: 10px 0 20px 0;
	background: url(../images/featureBar/featureBar.jpg) no-repeat;
}

.feature {
	float: left;
	height:85px;
	width:235px;
	padding: 14px 0 10px 45px;
	border-color: fuchsia;
	text-align: left;
	display: block;
}

.feature a {
	text-decoration: none;
}

.feature h1 {
	color:#fff;
	text-shadow: 0 -1px #666;
	font-size: 2em;
	font-weight:500;
	padding: 0 0 5px 40px;
}

.feature h1 a {
	text-decoration: none;
}

.feature p {
	text-shadow: 0 1px #d9d9d9;
	font-size: 1.3em;
	line-height: 1.3em;
	color:#333;
}

.feature p a {
	text-decoration: none;
}

/* -------------- content ----------------- */

#content {
	position:relative;
	width:854px;
	min-height:422px;
}

/* ----- jQuery ----- */

.windows{}

.windows ul, .windows li{
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}
	
.windows li{ 
	width:854px;
	height:358px;
	text-align:center;
	overflow:hidden; 
}

.portfolio{
	height:334px;
}

.portfolio ul, .portfolio li{
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}
	
.portfolio li{ 
	width:854px;
	height:334px;
	text-align:center;
	overflow:hidden; 
}


.boxes {}

.boxes ul, .boxes li {
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}

.boxes ul {
	top:4px;
	left:46px;
}

.boxes li {
	width:55px;
	height:40px;
	float:left;
}

/* -----------  text ---------- */

#text {
	min-height:450px;
	background:url(../images/content/middle.jpg) repeat-y;
	margin-bottom:25px;
	text-align:left;
	padding-top:30px;
	padding-bottom:40px;
	padding-left:50px;
	padding-right:50px;
}

.top {
	position:absolute;
	top:0;
	left:0;
}

.bottom {
	position:absolute;
	bottom:0;
	left:0;
}

#text p a, #textServices p a {
	color:#999;
	text-decoration:none;
}

#text p a:hover, #textServices p a:hover {
	color:#666;
}

#text h1, #textServices h1 {
	font-size:2em;
	font-weight:bold;
	color:#00a9e2;
	text-align:left;
	line-height:2.4em;
}

#text h1 a, #textServices h1 a {
	text-decoration:none;
	color: #068;
}

#text h1 a:hover, #textServices h1 a:hover {
	text-decoration:none;
	color: #002D3C;
}

#text h2, #textServices h2 {
	font-size:2.6em;
	font-weight:bold;
	line-height:1.2em;
	color:#999;
}

#text h2 a, #textServices h2 a {
	color:#666;
	text-decoration:none;
}

#text h2 a:hover, #textServices h2 a:hover {
	color:#999;
}

#text h2 .small {
	font-size:.5em;
	font-weight:normal;
}

#text h3, #textServices h3 {
	font-size:1.3em;
	font-weight:bold;
	line-height:2.4em;
	color:#666;
}

#text h3 a, #textServices h3 a {
	text-decoration:none;
	color:#068;
}

#text h3 a:hover, #textServices h3 a:hover {
	color:#555;
}

/* --- textServices --- */

#textServices {
	min-height:450px;
	background:url(../images/content/middle.jpg) repeat-y;
	margin-bottom:25px;
	text-align:left;
	padding-top:30px;
}

#textServices p {
	padding-left:50px;
	padding-right:50px;
}

#textServices h1 {
	padding-left:50px;
}

#textServices h2 {
	padding-left:50px;
}


#textServices h3 {
	padding-left:50px;

}


/* --------------- software --------------- */

/* --- apps --- */
.appsClientr {
	position:relative;
	width:754; 
	height: 175px;
	border-top-color: #E1E1E1;
	border-top-width:thin;
	border-top-style:solid;
	margin-bottom:25px;
	margin-top:15px;
}

.appsLeftClientr {
	position:relative;
	left:178px;
	top:32px;
	width:400px;
	float:left;
}

.appsClientr ul {
	position:relative;
	margin-top:5px;
	margin-bottom:10px;
	top:10px;
	}

.appsClientr ul li {
	font-size:1.2em;
	font-weight:bold;
	line-height:1.6em;
	color:#bc4523;
	}
	
.appsRightClientr {
	position:relative;
	top:60px;
	right:45px;
	width:107px;
	float:right;
}

.appsRightClientr img {
	margin-bottom:5px;
	}


.appsConcentrate {
	position:relative;
	width:754;
	height:225px;
	border-top-color: #E1E1E1;
	border-top-width:thin;
	border-top-style:solid;
	margin-bottom:25px;
	margin-top:15px;
}

.appsLeftConcentrate {
	position:relative;
	left:178px;
	top:32px;
	width:400px;
	float:left;
}

.appsConcentrate ul {
	position:relative;
	margin-top:5px;
	margin-bottom:10px;
	top:10px;
	}

.appsConcentrate ul li {
	font-size:1.2em;
	font-weight:bold;
	line-height:1.6em;
	color:#bc4523;
	}
	
.appsRightConcentrate {
	position:relative;
	top:60px;
	right:45px;
	width:107px;
	float:right;
}

.appsRightConcentrate img {
	margin-bottom:5px;
	}

.apps {
	position:relative;
	width:754;
	height:175px;
	border-top-color: #E1E1E1;
	border-top-width:thin;
	border-top-style:solid;
	margin-top:32px;
	margin-bottom:25px;
}

.appsLeft {
	position:relative;
	left:178px;
	top:48px;
	width:400px;
	float:left;
}

.appsRight {
	position:relative;
	top:50px;
	right:45px;
	width:107px;
	float:right;
}

.appsRight img {
	margin-bottom:5px;
	}


/* --- concentrate --- */
.clientrIcon {
	position:absolute;
	left: 6px;
	top: 35px;
}
	

.concentrateIcon {
	position:absolute;
	left:25px;
	top:45px;
}


/* --- rooswitch --- */

.rooswitchIcon {
	position:absolute;
	left:25px;
	top:40px;
}

/* --- goal tender --- */

.goalIcon {
	position:absolute;
	left:25px;
	top:45px;
}

/* --- count it off --- */

.countIcon {
	position:absolute;
	left:25px;
	top:45px;
}

/* --------------- about --------------- */

.biosLeft {
	position:relative;
	width:360px;
	float:left;
}

.biosRight {
	position:relative;
	width:275px;
	right:75px;
	top:65px;
	float:right;
}

.picDave, .picDave a {
	width:275px;
	height:256px;
	display:block;
	background:url(../images/pics/dave_pic.jpg) no-repeat;
}

.picDave a:hover {
	background:url(../images/pics/dave_pic2.jpg) no-repeat;
}

.picBri, .picBri a {
	width:275px;
	height:258px;
	display:block;
	background:url(../images/pics/bri_pic.jpg) no-repeat;
}

.picBri a:hover {
	background:url(../images/pics/bri_pic2.jpg) no-repeat;
}

/* ---- sandcastles ----- */

.hate {
	text-align:center;
	margin-top:15px;
}

/* -------------- form ----------------- */

#formWrap {
	position:relative;
	left:25px;
	top:25px;
	padding-bottom:50px;
}

#formWrap p {
	color:#333;
	font-size:1.2em;
	margin-bottom:5px;
}

input.text {
	width:200px;
}

label.list {
	font-size:1em;
	color:#666;
	line-height:2em;
}

#sendButton {
	margin-top:15px;
}

#icon {
	position:absolute;
	right:75px;
	top:125px;
}


/* -------------- development ----------------- */

.devText {
	width:854px;
	height: 950px;
}

.iphoneText {
	position: relative;
	width:345px;
	left:40px;
	top:70px;
	text-align: right;
}

.iphoneImg {
	position: absolute;
	top:25px;
	right:50px;
}

.webText {
	position: relative;
	width:355px;
	top:335px;
	left:375px;
}

.imacImg {
	position: absolute;
	top:315px;
	left:2px;
}

.macText {
	position: relative;
	width:350px;
	top:460px;
	left:120px;
	margin-bottom: 25px;
	text-align: right;
}

.macbookImg {
	position: absolute;
	right:2px;
	top:700px;
}

.iphoneText p, .macText p {
	text-align: right;
}

/* -------------- footer ----------------- */

#footer {
	position:relative;
	width:854px;
	height:30px;
	background:url(../images/dividerBar.gif) no-repeat;
}

#footer p {
	position:relative;
	font-size:1.2em;
	color:#b2b2b2;
	text-shadow: 0px 2px #fff;
	text-align:right;
	padding-top:14px;
	margin-right:35px;
}

#footer p a {
	color:#7f7f7f;
	text-decoration:none;
}

#footer p a:hover {
	color:#666;
}

#footer img, #footer img a {
	position:absolute;
	top:13px;
	right:12px;
	border:none;
}

#footer .copyright {
	font-size:.8em;
	color:#b3b3b3;
	margin-right:20px;
}

