﻿/* Global Styles */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #666666;
}
a {
	color:#0000FF;
}
a:visited {
	color: #0000FF;
}
h1 {
	font-size: 1.5em;
	margin: 25px 0px 15px 0px;
}
h2 {
	font-size: 1.25em;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
}
p {
	font-size: 1em;
	margin: 15px 0px 15px 0px;
}

/* Header */
#header {
	height: 64px;
	width: 950px;
	margin: 0px auto;
	padding: 0px;
}
#header img {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	border: 0px;
}
#header p.sitename {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-top: 10px;
}
#header p.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

/* Navigation */
#navigation {
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	border-top: #000000 solid 5px;
	border-bottom: #000000 solid 1px;
	background-color: #CCCCCC;
}
#navigation ul {
	display: block;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 10px auto;
	padding: 0px;
	text-align: center;
}
#navigation li { 
	text-align: center;
	display: inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 10px 25px;
	padding: 0px;
	font-size: 1.2em;
}
#navigation li.current {
	font-weight: bold;
}
#navigation a {
	text-decoration: none;
}
#navigation a:hover {
	color: #000099;
	text-decoration: underline;
}

/* Home Page Body */
#homebody { width: 950px; margin: 0px auto; padding: 0px; background-color: #FFFFFF; }
#homebody #homeSections {
	width: 950px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#homebody #homeSections .section {
	text-align: left;
	padding-left: 110px;
	margin: 0px;
	/* border-top: white solid 1px; */
	height: 150px;
	min-height: 150px;
	max-height: 150px;
	width: 360px;
	float: left;
}
#homebody #homeSections p { margin: 15px 20px 10px 30px; }
#homebody #homeSections .border {
	border-bottom: black solid 1px;
}
#homebody #homeSections .section h2 {
	margin-top: 0px;
	padding-top: 10px;
}
#homebody #homeSections .section .readMore {
	text-align: right;
}
#homebody #homeSections .intro {
	background-image: url('/img/index_security.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
#homebody #homeSections .intro h2 {
	color: black;
}
#homebody #homeSections .webDevelopment {
	background-image: url('/img/index_webdevelopment.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
#homebody #homeSections .webDevelopment h2 a {
	color: blue;
}
#homebody #homeSections .programming {
	background-image: url('/img/index_programming.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
#homebody #homeSections .programming h2 a {
	color: green;
}
#homebody #homeSections .graphics {
	background-image: url('/img/index_graphics.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
#homebody #homeSections .graphics h2 a {
	color: red;
}
/* General pages */
#body { width: 900px; margin: 0px auto; padding: 0px; background-color: #FFFFFF; }
#body h1 { margin: 20px 0px 10px 0px; }
#body .indextable { width: 800px; margin: 10px auto; border: #CCCCCC solid 1px; }
#body .indextable td { margin: 0px; padding: 5px; border: #888888 solid 1px; width: 50% }
#body .indextable h3 { margin: 0px 5px; padding: 0px; }
#body .list { width: 800px; margin: 10px auto; border: #CCCCCC solid 1px; }
#body .list td { margin: 5px; padding: 5px; border: #CCCCCC solid 1px; }
#body .list .thumb img { margin: auto; text-align: center; }
#body .list .directlink { font-weight: bold; }
#body .list .directlink a { font-weight: normal; font-style: italic; }
#body form fieldset {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	margin: 0px;
}
#body #contactform fieldset legend {
	font-size: 1.1em;
	font-weight: bold;
}
#body #contactform label {
	display: block;
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0;
	text-align: right;
}
#body #contactform fieldset label:first-letter {
	text-decoration: underline;
}
#body #contactform input, select, textarea {
	font-size: 1em;
	background-color: #DDDDDD;
	border: 1px solid #666666;
	width: auto;
	margin: 5px 0 0 10px;
}
#body #contactform .button {  
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 10px;  
	background-color: #333333;  
	color: #FFFFFF;  
	margin-right: 6px;  
}
/* Page specific formatting */
.webDevelopment h1 {
	color: blue;
	padding-left: 65px;
	background-image: url('/img/logo_webdevelopment.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	min-height: 50px;
	max-height: 50px;
	line-height: 50px;
}
.webDevelopment h2 {
	color: blue;
}
.webDevelopment h3 {
	color: blue;
}
.programming h1 {
	color: green;
	padding-left: 65px;
	background-image: url('/img/logo_programming.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	min-height: 50px;
	max-height: 50px;
	line-height: 50px;
}
.programming h2 {
	color: green;
}
.programming h3 {
	color: green;
}
.graphics h1 {
	color: red;
	padding-left: 65px;
	background-image: url('/img/logo_graphics.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	min-height: 50px;
	max-height: 50px;
	line-height: 50px;
}
.graphics h2 {
	color: red;
}
.graphics h3 {
	color: red;
}

/* Footer */
#footer {
	clear: both;
	width: 950px;
	margin: 10px auto 0px auto;
	padding: 0px;
	border-top: #000000 solid 5px;
	background-color:#FFFFFF
}
#footer .copyright {
	text-align: center;
	margin-top: 5px;
}