/* hide from ie on mac \*/
html {
	height: 100%;
}

/* end hide */

body {
	margin:0;
	padding:0;
	overflow:none;
	background-color: #000000;
	color:#666;
	font-family:sans-serif;
	font-size:20px;		
}


h1, h2, h3 {
	font: 1.82em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #fff;
}

h5 {
	font: 1.95em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	word-spacing: 4px;
	color: #ffffff;
}

p, ol, ul {
	line-height: 1.67em;
}

a {
	color: #ff0000;
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
}

hr {
	color: #222222;
	background-color: #222222;
	height: 1px;
}

/* Header */

#header {
	width: 940px;
	height: 90px;
	margin: 0px auto;
}

/* Logo */

#logo {
	float: left;
	padding: 10px 0 0 0;
}

#logo h1 {
	margin: 0;
	height: 90px;
	padding: 150px 0 0 90px;
	background: url(graphics/img04.jpg) no-repeat left top;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 4em;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

#logo p {
	margin: -130px 0 0 173px;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

#logo a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menuleft {
	float: right;
}

#menuleft ul {
	margin: 0px;
	padding: 90px 20px 0px 0px;
	list-style: none;
}

#menuleft li {
	display: inline;
}

#menuleft a {
	display: block;
	margin-left: 5px;
	padding: 5px 5px;
	background: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 11px;
	color: #868686;
}

#menuleft a:hover, .active a {
}

#menuright {
	float: right;
}

#menuright ul {
	margin: 0px;
	padding: 90px 20px 0px 0px;
	list-style: none;
}

#menuright li {
	display: inline;
}

#menuright a {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 5px 5px;
	background: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
}

#menuright a:hover, .active a {
}

/* Page */

#wrapper {
	background: #000000 url(graphics/img02.jpg) repeat-x left bottom;
}

#page {
	width: 940px;
	margin: 0px auto;
	padding: 0;
}

/* Content */

#content {
	float: left;
	width: 940px;
	height: 550px;
	margin: 20px;
}

#content p {
	display: block;
	margin: 20px 10px;
	text-transform: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #f2f2f2;
}

/*#content p.robotic { 
	display: none; 
}
*/
#content p.quote {
	color: #666;
}

#content icons {
	margin-right: 20px;
	float: right;
	text-transform: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;	
}

#content img {
	text-decoration: none;
	color: #666;
	border: 0px solid #fff;
}

#content img.photo {
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
	border-right: 1px solid #666;
	border-bottom: 2px solid #666;
}

#content a {
	text-decoration: none;
	color: #666;
	border: 0px solid #fff;
}

#content a:hover {
	text-decoration: none;
	color: #f2f2f2;
}

#table {
	width: 900px;
	margin: 0px auto;
	border-collapse: collapse;
	border: 0px solid #fff;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
#table .rowa {
	background: #000000;
	height: 12px;
	border-top: 1px solid #FFF;
}
#table .rowb {
	background: #000000;
	height: 12px;
}
#table .cell {
	padding: 1px;
	border: 0px solid #fff;
}
/* Footer */

#wrapper2 {
	background: #000000;
}

#legal {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #525252;
	background: black;
}

#legal a {
	border-bottom: 1px dotted #939393;
	text-decoration: none;
	color: #939393;
}
