body {
	background: #FFFFFF url(../images/bg_header.jpg) top left repeat-x;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.8em;
}


h1, h2, h3, h4 { color: #003399; }
h1 { font-size: 16px; }
h2 { font-size: 14px; }

img { border: 0; }
a { text-decoration: none; color: #66CC00; }


.bold { font-weight: bold; }
.morelink { text-align: right; padding: 0; margin-top: -5px; }
.morelink a:hover { text-decoration: underline; }

/** Webpage CONTAINER **/
#container {
	width: 760px;
	margin: 0 auto;
	padding: 0;
}


/** HEADER parts **/
#header {
	width: 760px;
	height: 160px;
	position: relative;
	padding: 0;
	display: block;
}

#logo { float: left; margin-top: 1px; }

#tagline {
	position: absolute;
	left: 100px;
	bottom: 27px;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFF33;
}

#menu {
	position: absolute;
/*	right: 0;*/
	left: 350px;
	bottom: 10px;
	padding: 0;
	color: #FFFFFF;
	font-size: 1.1em;
}
#menu ul { 
	list-style: none;
	padding: 0;
	margin: 0;
	height: 50px;
}
#menu li { 
	display: inline; 
}
#menu a {
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding: 17px 10px 0;
	height: 33px;
	margin-left: 20px;
}
#menu a:hover {
	background: #FFFF66 url(../images/bg_nav_hover.jpg) top left repeat-x;
	color: #0000FF;
}

/** CONTENT **/
#content {
	display: inline-block;
	width: 740px;
	padding: 40px 10px;
}

#leftcolumn {
	width: 355px;
	float: left;
	display: inline;
	margin-right: 30px;
}
#rightcolumn {
	width: 355px;
	float: right;
	display: inline;
	top-padding: 30px;
}

#welcome { margin-bottom: 40px; }

table.projects td { text-align: center; padding-bottom: 20px; }

table.project { float: left; width: 350px; margin: 10px 10px 0 0; }
table.project td { vertical-align: top; padding-bottom: 20px; }
table.project td.label { padding-right: 10px; }
table.project td.detail { vertical-align: bottom; }


#featured { 
	clear: both; 
	text-align: left;
}
#featured1 {
	display: inline;	
	padding-bottom: 30px;
}
#featured2 {
	display: inline;	
	padding-bottom: 30px;
}
.featuredpic, .projectpic {
	float: left;
	display: inline;
	width: 130px;
	margin-left: -10px;
}
.featuredtxt, .projecttxt {
	float: left;
	width: 65%;
	font-size: 0.8em;
	margin-bottom: 30px;
}
.featuredtxt h2, .projecttxt h2 { margin: 5px 0; }
.featuredtxt { padding-bottom: 30px; }
.projecttxt { padding-bottom: 40px; }

.screenshot {
	display: block; 
	float: right; 
	text-align: center;
}

.gallery, .gallery-lti { display: inline-block; margin: 0; clear: left; }

#process {
	clear: both;
	margin-top: 30px;
	width: 765px;
	height: 166px;
}
#process img {
	margin: 0;
	padding: 0;
	float: left;
}


/** FOOTER **/
#footer {
	border-top: solid 2px #93DC2D;
	border-bottom: solid 5px #636363;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
	color: #003399;
}


/** Button Styles **/
a.readmore, a.learnmore, a.submit { 
	display: block; 
	width: 93px;
	height: 30px;
}
a.readmore { background: url(../images/btn_readmore.png) no-repeat; }
a.learnmore { background: url(../images/btn_learnmore.png) no-repeat; }
a.submit { background: url(../images/btn_submit.png) no-repeat; }

a.readmore:hover, a.learnmore:hover, a.submit:hover {
	background-position: 0px -30px;		
}

