/* Reset all margins so we have consistency across browsers. */
*
{
	margin: 0px;
	padding: 0px;
}

body, td, div
{
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}

/* Setup how regular tags will appear. */
a
{
	color: #D13202;
}

a:hover
{
	color: #FF7800;
}

input[type=checkbox]
{
	margin-right: 4px;
}

h1, h2
{
	text-transform: uppercase;
	color: #999999;
	font-size: 12px;
	margin-bottom: 6px;
}

h2
{
	font-size: 12px;
	margin-bottom: 6px;
	border-bottom-style: none;
}

p
{
	line-height: 16px;
	margin-bottom: 12px;
}

sub
{
	font-size: x-small;
}

ul, ol
{
	margin-left: 1em;
	margin-bottom: 1em;
}

ul li, ol li
{
	margin-left: 2em;
}

small
{
	color: #999999;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* HEADER */

#topbar
{
	background-image: url(/todo/images/topbar.gif);
	height: 26px;
	margin-bottom: 32px;
}

#header
{
	background-image: url(/todo/images/header.gif);
	background-repeat: repeat-x;
	margin: 0 auto;
	height: 66px;
	width: 700px;
}

#logo
{
	margin: 0 auto;
	margin-top: -66px;
	width: 420px;
}

#logo img
{
	margin-bottom: 1px;
}

#main, #nav, #footer
{
	margin: 0 auto;
	width: 700px;
}

#nav
{
	background-image: url(/todo/images/navbar.gif);
	background-repeat: repeat-x;
	height: 21px;
	width: 698px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-size: 11px;
}

#nav a
{
	text-decoration: none;
	color: #666666;
	float: left;
	padding: 0 24px;
	display: block;
	vertical-align: bottom;
	line-height: 21px;
	border-right: 1px solid #aeaeae;
}

#nav a.logout
{
	float: right;
	border-right-color: #cccccc;
	border-left: 1px solid #aeaeae;
}

#nav a:hover, #nav a.on
{
	color: #333333;
	background-image: url(/todo/images/navbar-over.gif);
	background-repeat: repeat-x;
}

#nav a.on
{
	color: black;
	font-weight: bold;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* MAIN CONTENT */

#main
{
	width: 700px;
	margin: 0 auto;
	margin-top: 18px;
}

div.content
{
	margin-right: 10px 0;
}

div.content, div.content p
{
	line-height: 20px;
}

#home
{
	margin-left: 170px;
}

#contact
{
	margin-left: 72px;
}

#contact .left
{
	margin-left: -48px;
}

#contact .box
{
	width: 175px;
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	margin-right: 100px;
}

#contact .box div
{
	display: block;
	margin-left: 32px;
}

#contact div.contact
{
	margin-bottom: 24px;
}

#clients .logo
{
	width: 180px;
	text-align: center;
	padding-top: 24px;
}

#clients .client
{
	margin-left: 180px;
	margin-top: 30px;
}

#clients .client.first
{
	margin-top: 20px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#software .logo
{
	width: 180px;
	text-align: center;
	padding-top: 24px;
}

#software .software
{
	margin-left: 300px;
}

#software h1.next
{
	margin-top: 30px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#portfolio .thumbnail
{
	width: 200px;
	float: left;
}

#portfolio div.item
{
	clear: both;
	margin-top: 24px;
}

#portfolio h1, #portfolio .link, #portfolio .description
{
	margin-left: 220px;
}

#portfolio div.clear
{
	clear: both;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* FOOTER */

#footer
{
	border-top: 1px solid #cccccc;
	margin: 24px auto;
	padding-top: 2px;
	text-align: center;
	font-size: 10px;
	color: #cccccc;
	clear: both;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* MAKE ALIGNMENT EASY */

.left
{
	float: left;
}

.right
{
	float: right;
}

.center
{
	text-align: center;
}
