body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #000000;
}

h1 {
	font-size: 22px;
	margin: 5px;
	color: #5b5f60;
	text-transform: capitalize;
}

#container {
    background-color: #000000;
    width: 925px;
    margin: 0 auto;
	padding-top: 5px;
}

#content {
    background-color: #f2a62e;
    width: 888px;
    margin: 0 auto;
	padding: 20px 10px 50px 10px;
}

li.home a {
    display: block;
    width: 90px;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
    background: url(imgs/home.jpg) no-repeat right bottom;
}
li.home a:hover {
    background: url(imgs/home.jpg) no-repeat left bottom;
}

#home li.home a {
    background: url(imgs/home.jpg) no-repeat left bottom;
}

li.about a {
    display: block;
    width: 96px;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
    background: url(imgs/about.jpg) no-repeat right bottom;
}

li.about a:hover {
    background: url(imgs/about.jpg) no-repeat left bottom;
}

#about li.about a {
    background: url(imgs/about.jpg) no-repeat left bottom;
}

li.client a {
    display: block;
    width: 112px;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
    background: url(imgs/client.jpg) no-repeat right bottom;
}

li.client a:hover {
    background: url(imgs/client.jpg) no-repeat left bottom;
}

#client li.client a {
    background: url(imgs/client.jpg) no-repeat left bottom;
}

li.blog a {
    display: block;
    width: 90px;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
    background: url(imgs/blog.jpg) no-repeat right bottom;
}

li.blog a:hover {
    background: url(imgs/blog.jpg) no-repeat left bottom;
}

#blog li.blog a {
    background: url(imgs/blog.jpg) no-repeat left bottom;
}

li.portfolio a {
    display: block;
    width: 112px;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
    background: url(imgs/portfolio.jpg) no-repeat right bottom;
}

li.portfolio a:hover {
    background: url(imgs/portfolio.jpg) no-repeat left bottom;
}

#portfolio li.portfolio a {
    background: url(imgs/portfolio.jpg) no-repeat left bottom;
}


li.login a {
    display: block;
    width: 139px;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
    background: url(imgs/login.jpg) no-repeat right bottom;
	//margin-left: 355px;
}

li.login a:hover {
    background: url(imgs/login.jpg) no-repeat left bottom;
}

#navigation {
	width: 908px;
	background: #000000 url(imgs/navbar_stretch.jpg) repeat-x;
	margin-left: 8px; height: 36px;
	margin-bottom: 4px;
}

#navigation ul {
	margin: 0px;
	padding: 0;
	width: 905px;
    list-style: none;
}

#navigation li {margin:0px; padding: 0px; float: left;}

.footer a {
    color: #ffffff;
}
table.clientImages td {
	vertical-align: middle;
	padding: 0px 40px 0px 40px;
}

.footer {
    color: #ffffff;
    font-size: small;
    text-align: center;
    padding-bottom: 8px;
	padding-top: 0px;
}

span.alt
{
display:none;
}

span.error
{
color: #FF0000;
}

#login {
	margin: 0 auto;	
	width: 300px;
	background-color: #cccccc;
	padding: 10px;
	font-family: sans-seif;
	font-size: 12px;
	border: 1px;
	border-color: #000000;
	border-style: dashed;
}
div.myText {
	font-size: 14px;
	color: #000000;
	margin-left: 8px;	
}