/*
www.uContent.com - unique content provider.
Created on 08.09.2009.

Sitewide rules first:
*/
body {
	margin: 0px;
	background-color: #1c1c1a;
}
img
{  
	border-style: none;
}
#top {
	background-color: #434440;
	height: 7px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8ab040;
}
#center {
	height: 70px;
	width: 850px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}#logo {
	float: left;
	height: 70px;
	width: 350px;
}
#menu {
	height: 10px;
	width: 450px;
	float: right;
	padding-top: 40px;
}
ul {
	list-style-type: none;
	display: inline;
}
li {
	display: inline;
}
#menu a:link {
	color: #D7D7D7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	width: 60px;
	height: 25px;
	text-align: center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-left: 15px;
	text-decoration: none;
	float: left;
}
#menu a:visited {
	color: #D7D7D7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	width: 60px;
	height: 25px;
	text-align: center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-left: 15px;
	text-decoration: none;
	float: left;
}

/* Specific menu rules */

#home a:hover {
	color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
}
#services a:hover {
	color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #999900;
}
#portfolio a:hover {
	color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
}
#jobs a:hover {
	color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}
#order a:hover {
	color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #009933;
}
#contact a:hover {
	color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #999966;
}

#header {
	height: 250px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
/* Text class */
.text {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #E6E6E6;
	font-size: 12px;
}
.text h1 {
	font-size: 13px;
	color: #8ab040;
}
.text a:link {
	font-size: 16px;
	color: #8ab040;
	text-decoration: none;
}
.text a:visited {
	font-size: 16px;
	color: #8ab040;
	text-decoration: none;
}
.text a:hover {

	font-size: 16px;
	color: #FFFFFF;
	text-decoration: underline;
}
.footer {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	margin-bottom: 10px;
}
.footer a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 13px;
}
.footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 13px;
}
.footer a:hover {

	color: #FFFFFF;
	text-decoration: underline;
	font-size: 13px;
}
dt {
	font-size: 13px;
	color: #8ab040;
}
dd {
	font-size: 12px;
	color: #EEEEEE;
	padding-top: 10px;
	padding-bottom: 10px;
}
tr {
	margin-top: 10px;
}
