@charset "UTF-8";
/* CSS Document */

body {
	font-size: 62.5%;
	background-color: #14445A;
	font-family: Arial, Helvetica, sans-serif;
	color:#003333
}
p, ul, ol {
	font-size: 1.5em;
	margin-top: 0px;
	margin-bottom: 10px;
}
h1 {
	font-size:2.1em;
	margin-top: 0;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.6em;
	margin-bottom: 0;
}

ul ul, ol ol {
	font-size: 1em;
}
ul, ol {
	margin: 0px;
	padding: 0px;
} 
a {
	text-decoration: none;
}
a img {
	border: none;
}
a:link, a:visited {
	color: #996600;
}
a:hover {
	color: #666666;
}
a:focus {
       outline:none
}
#wrapper {
	position: relative;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 10px;
	padding-right: 0px;
	background-color: #FFFFFF;
	/* border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #113E55;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #113E55; */
	background-image: url(../images/template/edge_tree.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#contact #wrapper  {
	background-image: url(../images/template/edge_snow.jpg);
}
#services #wrapper  {
	background-image: url(../images/template/jigsaw-pieces.jpg);
}
#web-standards #wrapper {
	background-image: url(../images/template/edge_code.jpg);
}
#cost #wrapper  {
	background-image: url(../images/template/edge_coins.jpg);
}
#wrapper_sidebar {
	background-image: url(../images/template/black_strip.gif);
	background-repeat: repeat-y;
	background-position: right top;	
}
#header {
	width: 700px;
	height: 100px;
	float: left;
	margin-left: 100px;
}
ul#nav {
	list-style-type: none;
	padding-left: 0;
	margin-left: 50px;
	position: absolute;
	top: 20px;
	left: 640px;
}
ul#nav li {
	/* display: inline; */
}
ul#nav a {
	display: block;
	width: 100px;
	padding: 2px 15px 2px 15px;
	margin-right: 20px;
	font-weight: bold;
	font-size: .8em;
}
ul#nav a:link, ul#nav a:visited {
	/* color: #003366; */
}
ul#nav a:hover {
	color: #666666;
	/* border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #666666; */
}
#home .homelink,
#services .serviceslink,
#cost .costlink,
#contact .contactlink,
#web-standards .web-standardslink {
	color: #000000;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #000000;
	/* border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000; */
}
#columnleft {
	float: left;
	width: 800px;
}
#sidebar_right {
	position: relative;
	float: right;
	width: 130px;
	background-color: #000000;
}
#sidebar_right p {
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
	letter-spacing: .1em;
}
#portfolio1, #portfolio2 {
	position: absolute;
	left: 15px;
	top: 50px;
	width: 100px;
	height: 800px;
}
.screenshots {
	height: 800px;
}
#portfolio1 {
	z-index: 0;
}
#portfolio1 img, #portfolio2 img {
	display: block;
	margin-bottom: 10px;
	/* border: thin solid #666666; */
	border: none;
}
#portfolio2 {
	z-index: 0;
	display: none;
}
p#more {
	position: absolute;
	top: 650px;
	left: 30px;
	cursor: pointer;
	letter-spacing: .1em;
	margin-top: 10px;
	z-index: 30;
}
#content {
	float:left;
	width: 700px;
	min-height: 530px;
	margin-left: 150px;
	margin-top: 50px;
}
#home #content,
#web-standards #content {
	width: 600px;
	margin-left: 250px;
}
#contact #content {
	width: 500px;
	margin-left: 350px;
	margin-top: 25px;
}
#services #content {
	width: 600px;
	margin-left: 250px;
}
#content p, #content ul {
	margin-right: 30px;
	
}
#content ul {
	margin-left: 30px;
}
#content li {
	margin-bottom: 5px;
	list-style-position: outside;
	list-style-image: url(../images/template/bullet2.png);
	width: 535px;
}
#contact form {
	width: 400px;
	background-image: url(../images/gr_olive_trans.png);
	background-repeat: repeat;
	padding: 5px 0px;
}
#contact form fieldset{
	margin: 5px;
	padding: 5px;
}
#footer {
	float: right;
	width: 970px;
	margin-right: 25px;
}
#footer p{
	text-align: right;
	margin-right: 150px;
	margin-top: 0px;
	margin-bottom: 3px;
}
/*float & clear*/
.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.clearleft {
	clear: left;
	margin-top: 10px;
}
.clearright {
	clear: right;
	margin-top: 10px;
}
.clear {
	clear: both;
	margin-top: 10px;
}

.error {
	color:#990000
}
.knownas {
	display: none;
}
.info {
	float: right;
	border: none;
}
#contact .enquiry {
	font-style: italic;
	color: #000000;
	margin-left: 30px;	
}
.margintop50 {
	margin-top: 50px;
}
#validation {
	position: absolute; 
	width: 200px;
	bottom: 0px;
	left: 5px;
}
#webstandards {
	visibility: hidden;
	position: absolute;
	top: 200px;
	left: 30px;
	width: 200px;
}
.caption_above {
	margin-bottom: 0;
	color: #000000;
}