/* bitroot.css */

* {
	margin: 0;
	padding: 0;
}

html {overflow: -moz-scrollbars-vertical;}

body {
	background-color: #0C0908;
	background-image: url('../img/bg_tile.gif');
}

body, input, textarea {
	font-family: Verdana, Arial, sans-serif;
}

label, input, textarea, td, th {
	font-size: 0.7em;
}

p {
	font-size: 0.7em;
	line-height: 140%;
}

a {
	color: #7A127C;
}


h3, h4 {
	margin: 8px 0 4px 0;
	background-repeat: no-repeat;
}

h3 {
	font-size: 16px;
	line-height: 22px;
}

h4 {
	font-size: 14px;
	line-height: 18px;
}

h3 span, h4 span {
	position: relative;
	left: -9999px;
}

th {
	text-align: right;
	padding: 2px 5px;
}

td {
	padding: 2px;
}

.form label {
	display: block;
}

.form input.textbox, .form textarea {
	border: 2px solid #CCC;
	padding: 3px;
	width: 100%;
}

.form input.textbox:focus, .form textarea:focus {
	border-color: #7A127C;
}

.form .buttons {
	margin-top: 4px;
}

.form .buttons input {
	font-weight: bold;
}

.clearer {
	clear: both;
}

#canvas {
	/*margin: 20px 10% 40px 60px;*/
	margin: 20px auto;
	background-color: #FFF;
	background-image: url('../img/canvas_bg.gif');
	background-repeat: no-repeat;
	padding: 140px 0 0 0;
	/*width: 700px;*/
	width: 870px;
}

#page {
	margin-left: 170px;
}

h1#logo {
	background-image: url('../img/logo.gif');
	background-repeat: no-repeat;
	/*width: 160px;*/
	line-height: 40px;
	margin: 30px 0 80px 0;
}

h1#logo a {
	text-decoration: none;
}

h1#logo span {
	position: relative;
	left: -9999px;
}

#navigation {
	float: left;
	clear: left;
	width: 160px;
	float: left;
	clear: left;
	margin: 20px 40px 10px 20px;
}

#menu {
	list-style-type: none;
	margin-bottom: 15px;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 2px 4px;
	margin: 1px 5px 1px 1px;
	text-decoration: none;
	font-size: 0.7em;
}

#menu a.selected, #menu a:hover {
	background-color: #7A127C;
	color: #FFF;
	border: 1px solid #000;
	border-color: #AB20A5 #440544 #440544 #AB20A5;
	margin: 0 4px 0 0;
}

#menu a:hover {

}

h2#intro, h2#contactintro {
	line-height: 28px;
	font-size: 22px;
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
}

h2#intro {
	width: 425px;
	height: 84px;
	background-image: url('../img/intro.gif');
}

h2#contactintro {
	width: 436px;
	height: 60px;
	background-image: url('../img/contact_intro.gif');
}

h2#intro span, h2#contactintro span {
	position: relative;
	left: -9999px;
}

#content {
	width: 440px;
	margin-bottom: 40px;
	float: left;
	clear: right;
}

#overview {
	width: 280px;
	float: left;
	clear: left;
}

#content p {
	margin: 4px 0 18px 6px;
}

#news {
	float: right;
	clear: right;
	width: 140px;
	padding: 10px 0;
	text-align: left;
}

h3#webtechnologies {
	background-image: url('../img/web_technologies.gif');
}

h3#onlinestrategy {
	background-image: url('../img/online_strategy.gif');
}

h3#worktogether {
	background-image: url('../img/work_together.gif');
}

h3#agiledevelopment {
	background-image: url('../img/agile_development.gif');
}

h3#technologies {
	background-image: url('../img/technologies.gif');
}

h3#developmentstandards {
	background-image: url('../img/development_standards.gif');
}

h4#latestnews {
	background-image: url('../img/latest_news.gif');
}

#news h5 {
	border-bottom: 1px solid #CCC;
	color: #7A127C;
	display: block;
	margin: 2px 0 0 3px;
}

#news p {
	margin: 0 2px 4px 3px;
}

#contactdetails {
	width: 220px;
	float: left;
	clear: left;
}

#contactform {
	float: right;
	clear: right;
	width: 200px;
}

#loginbox {
	position: absolute;
	top: 20px;
	left: 50%;
	height: 24px;
	width: 306px;
	background-image: url('../img/login_box.gif');
	background-repeat: no-repeat;
	padding: 6px 0 0 30px;
	/*margin-left: -40px;*/
	margin-left: 60px;
}

#loginbox p {
	margin-top: 2px;
	color: #FFF;
	font-weight: bold;
}

#loginbox p a {
	color: #FFF;
}

#loginbox label {
	color: #FFF;
	font-size:11px;
}

#loginbox input.textbox {
	width: 74px;
	height: 14px;
	font-size: 11px;
	border: none;
	background-image: url('../img/textbox.gif');
	background-repeat: no-repeat;
	padding: 2px 3px 0 3px;
	margin: 0 2px;
}

#loginbox input.button {
	width: 50px;
	height: 18px;
	font-size: 11px;
	background: none;
	background-image: url('../img/button.gif');
	background-position: 0 2px;
	background-repeat: no-repeat;
	font-weight: bold;
	border: none;
	color: #FFF;
	margin-left: 3px;
}

#footer {
	text-align: right;
	padding: 8px 12px;
	color: #888;
	/*background-image: url('../img/icon.gif');
	background-repeat: no-repeat;
	background-position: left bottom;*/
}