/* general */
h1 {
	padding-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	color: #333;
}

h2 {
	font-size: 16px;
	margin-top: 0px;
	padding-top: 0px;
	color: #666666;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	margin-top: -10px;
	padding-top: 0px;
	margin-bottom: 20px;
	color: #ccc;
}

h4 {
	font-size: 16px;
	font-weight: normal;
	color: #aaa;
}

h1 a, h2 a, h1 a:visited, h2 a:visited {
	text-decoration: none;
}

p a, p a:hover, p a:visited {
	text-decoration: none;
	color: #777;
}

p {
	line-height: 1.8em;
	color: #888888;
	margin-top: 8px;
	margin-bottom: 30px;
}

body {
	color: #888888;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.8em;
}

a, a:hover, a:active, a:visited {
	color: #333333;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: disc;
	margin-left: 15px;
	line-height: 2em;
}

table td {
	padding-right: 15px;
}

/* layout */
#navigation {
	background-color: #131313;
	height: 40px;
}

ul.navi {
	width: 600px;
	height: 22px;
	margin-top: 9px; 
	padding: 0;
	position: relative;
	list-style-type: none;
	margin-left: 0px;
}

ul.navi li {
	margin: 0;
	margin-right: 20px;
	padding: 0px:
	list-style: none;
	float: left;
	position: relative;
}

ul.navi li a {
	width: 100px;
	height: 22px;
	background: url(/images/page/navigation.png) no-repeat top;
	display: block;
	position: relative;
	text-indent: -10000px;
}

ul.navi li.services a {
	background-position: 0px 0px;
}

ul.navi li.products a {
	background-position: -100px 0px;
}

ul.navi li.team a {
	background-position: -200px 0px;
}

ul.navi li.press a {
	background-position: -300px 0px;
}

/* navi hover */
ul.navi li.services a:hover, ul.navi li.services_active a {
	background-position: 0px -22px;
}

ul.navi li.products a:hover, ul.navi li.products_active a {
	background-position: -100px -22px;
}

ul.navi li.team a:hover, ul.navi li.team_active a {
	background-position: -200px -22px;
}

ul.navi li.press a:hover, ul.navi li.press_active a {
	background-position: -300px -22px;
}

#header {
	height: 332px;
	background-color: #131313;
}

#header div {
	height: 332px;
    background: url(/images/page/header_bg.png);
}

#header-spacer {
	height: 40px;
	background: url(/images/page/header_spacer.png) repeat-x;
}

#content {
	margin-top: 40px;
}

#footer {
	padding-top: 60px;
	text-align: center;
	font-size: 12px;
	color: #cccccc;
	line-height: 1.5em;
}

/* Boxes */
#expose {
	width: 530px;
}

div.service-box {
	margin-top: 40px;
}

div.service-box img {
	width: 180px;
}

div.service-box h1 {
	margin-bottom: -10px;
}

div.service-page div a {
	width: 460px;
	height: 300px;
}

a.mplayer-small {
	width: 220px;
	height: 124px;
}

a.mplayer-medium {
	width: 440px;
	height: 248px;
}

a.mplayer-large {
	width: 220px;
	height: 140px;
}
