body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	
	font-family: Tahoma, Arial, Sans Serif;
	background: #181616;
}

div {
}

a {
	color: #e78228;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ffb961;
}

/* MAIN */
div#main {
	margin: 40px auto 40px;
	width: 944px;
	padding:0;
	background: url(/images/middle.jpg) repeat-y;
}

/* TOP */
div#top {
	margin: 0;
	width: 944px;
	height: 185px;
	padding: 0;
	margin-bottom: 20px;
}

/* MENU */
div#menu {
	float: right;
	width: 220px;
	/*background-color: #ff0000;*/
}

div#menu a {
	display: block;	
	text-decoration: none;
	background: url(/images/tab.jpg) no-repeat;
	
	font-family: Arial, Sans Serif;
	letter-spacing: 0.05em;
	font-size: 14px;
	color: #000000;
	
	text-align: left;
	margin: 0;
	width: 199px;
	height:33px;
	padding-left: 18px;
	padding-top: 16px;
	margin-bottom: 10px;
}

div#menu a:hover {
	background: url(/images/tab_highlighted.jpg) no-repeat;
}

div#menu a.selected {
	background: url(/images/tab_selected.jpg) no-repeat;
}

/* CONTENT */
div#content {
	margin: 0;
	width: 944px;
	min-height: 400px;
	padding-left: 40px;
	color: #83a1b7;
	width: 660px;
	font-size: 12px;
	line-height:1.4em;
}

div#content p {
	margin-top: 10px;
	margin-bottom: 14px;
	padding-left: 30px;
	text-align: left;
}

div#content a {
	/*border-bottom: 3px solid #3f515d;*/
	background: url(/images/line.jpg) no-repeat right bottom;
	padding-bottom: 5px;
	height: 20px;
}

div#content a.noborder {
	background: none;
}

div#content a.noborder img {
	border: none;
	vertical-align: middle;
}

div#content a.big {
	display: inline-block;
	vertical-align: bottom;
	padding-top: 145px;
	width: 164px;
	height: 20px;
	text-align: center;
	background-image: none;
	/*border: 1px solid #ff0000;*/
	border: none;
	margin-right: 64px;
}

/* firefox 2.0 hack */
div#content a.big, x:-moz-any-link {
	display:-moz-inline-box; 
}

/* firefox 3.0 restore hack */
div#content a.big, x:-moz-any-link, x:default {
	display:inline-block; 
}

div#content div.plus {
	display: inline;
	height: 110px;
	width: 20px;
	margin-left: 22px;
	margin-right: 22px;
	text-align: center;
	padding-top: 55px;
	border: 1px solid #ff0000;
}

div#content a.big#design {
	background: url(/images/design.jpg) no-repeat center top;
}

div#content a.big#development {
	background: url(/images/development.jpg) no-repeat center top;
}

div#content a.big#hosting {
	background: url(/images/hosting.jpg) no-repeat center top;
	margin-right: 0;
}

div#content h1 {
	font-size: 16px;
	font-weight: bold;
}

div#content h2 {
	font-size: 12px;
	font-weight: bold;
	background: url(/images/dot.jpg) no-repeat left center;
	padding-left: 14px;
	margin-left: 16px;
}

div#content div.small {
	font-size: 11px;
	padding-left: 30px;
}

div#content a.anker {
	text-decoration: none;
	color: #83a1b7;
	background: none;
}

/* FOOTER */
div#footer {
	margin-top: 25px;
	margin-bottom: 5px;
	color: #212b34;/*#495a6a;*/
	font-size: 10px;
	width: 100%;
	text-align: center;
	clear: both;
}

div#footer a {
	text-decoration: underline;
	color: #212b34;
}

/* BOTTOM */
div#bottom {
	width: 944px;
	height: 109px;
	margin: 0;
	padding: 0;
}

/* THUMBNAILS */
div#content div.thumbnail a {
	background: none;
}

div#content div.thumbnail img {
	border: none;
}

div#content div.thumbnail {
	float: left;
	background-color: #3f515d;
	padding: 6px;
	text-align: right;
	font-size: 11px;
	margin-right: 10px;
	margin-bottom: 10px;
}

table.contact {
	margin: 0;
	padding: 0;
	padding-left: 30px;
}

table.contact td {
	padding: 0;
	vertical-align: top;
	padding-bottom: 8px;
	padding-right: 10px;
}

td.right {
	text-align: right;
}


input[type='text'] {
	border: none;
	background-color: #3f515d;
	width: 300px;
	padding: 1px;
}
input[type='text']:focus {
	background-color: #83a2b7;
}

input[type='submit'] {
	background-color: #3f515d;
	border: none;
	cursor:pointer;
	padding: 3px;
	width: 80px;
}
input[type='submit']:hover {
	background-color: #daa056;
}

textarea {
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 12px;
	border: none;
	background-color: #3f515d;
	width: 480px;
	height: 300px;
	padding: 1px;
}

textarea:focus {
	background-color: #83a2b7;
}

