@import url("reset.css");

@import url("clearfix.css");

body {
	background-color: #fff;
	font-size: 16px;
	line-height: 140%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	text-align: center;
}

a {
	color: #009fd1;
}

h1 {
	font-size: 2em;
	line-height: 130%;
}

h1 em,
h1 a {
	font-weight: normal;	
}

div#top {
	height: 165px;
	background-color: #009fd1;
}

div#top div.main {
	width: 840px;
	height: 130px;
	padding: 35px 120px 0 0;
	background: #009fd1 url(../images/Skylight.png) 0 1em no-repeat;
}


div#top ul#mainnav {
	float: right;
}

div#top ul#mainnav li {
	display: inline;
	margin: 0 2em 0 0;
}

div#top a {
	color: #fff;
	text-decoration: none;
	padding-bottom: .6em;
	border-bottom: 1px solid #009fd1;
}

div#top a.active {
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

div#top a:hover {
	border-bottom: 1px solid #fff;
}


div#content {
	text-align: center;
	color: #333;
}

div.main {
	width: 960px;
	margin: 0 auto;
	padding: 1em;
	overflow: auto;
	text-align: left;
}

div.left {
	width: 600px;
	float: left;
}

div.right {
	width: 320px;
	float: right;
	color: #666;
}

div.right h2 {
	font-size: .7em;
	margin-top: 1em;
}

div.right .jCarouselLite {
	display: block;
	width: 320px;
	height: 80px;
}
div.right  .jCarouselLite li {
	display: inline;
}


div#footer {
	text-align: left;
	margin-top: 1em;
	color: #333;
}

div#footer p {
	font-size: .7em;
}

.jCarouselLite a { text-indent: -9988px; }

li#duall a        { background: url(../images/duall.png) top left no-repeat; display: block; width: 120px; height: 80px;  }
li#duall a:hover  { background: url(../images/duall.png) bottom left no-repeat; display: block; width: 120px; height: 80px; }
li#ensior a        { background: url(../images/ensior.png) top left no-repeat; display: block; width: 120px; height: 80px;  }
li#ensior a:hover  { background: url(../images/ensior.png) bottom left no-repeat; display: block; width: 120px; height: 80px; }
li#weble a        { background: url(../images/weble.png) top left no-repeat; display: block; width: 120px; height: 80px;  }
li#weble a:hover  { background: url(../images/weble.png) bottom left no-repeat; display: block; width: 120px; height: 80px; }
li#dotprojects a        { background: url(../images/dotprojects.png) top left no-repeat; display: block; width: 120px; height: 80px;  }
li#dotprojects a:hover  { background: url(../images/dotprojects.png) bottom left no-repeat; display: block; width: 120px; height: 80px; }


li#apple a        { background: url(../images/apple.png) top left no-repeat; display: block; width: 120px; height: 80px;  }
li#apple a:hover  { background: url(../images/apple.png) bottom left no-repeat; display: block; width: 120px; height: 80px; }
li#mysql a        { background: url(../images/mysql.png) top left no-repeat; display: block; width: 120px; height: 80px;  }
li#mysql a:hover  { background: url(../images/mysql.png) bottom left no-repeat; display: block; width: 120px; height: 80px; }
li#rails a        { background: url(../images/rails.png) top left no-repeat; display: block; width: 120px; height: 80px;  }
li#rails a:hover  { background: url(../images/rails.png) bottom left no-repeat; display: block; width: 120px; height: 80px; }
li#php a        { background: url(../images/php.png) top left no-repeat; display: block; width: 120px; height: 80px;  }
li#php a:hover  { background: url(../images/php.png) bottom left no-repeat; display: block; width: 120px; height: 80px; }

div#twitter_feed{
	position: absolute; 
	width: 240px;
}

div#tweet{
	font-size: 0.7em;
}

