@charset "utf-8";
/*
	Theme name: INITIALSKETCH DEF 2	
	Author: Jake McHugh - Initialsketch Staff
	Author URL: http://www.initialsketch.co.uk
*/
body {
background: #F0F0F0;
}
body,h1,h2,h3,p,td,quote,small,form,input,ul,li {
padding: 0px;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
}

#container {
width: 1000px;
margin:  0 auto;
}

#header {
width: 1000px;
height: 126px;
float: left;
background: url("images/header.jpg");
}
#header #inner {
width: 300px;
float: right;
margin-top: 30px;
height: 80px;
background: #E3E3E3;
}
.title {
margin-top: 10px;
text-align: center;
}
.title a {
font-size: large;
color: black;
}
#header .cont a {
text-align: right;
color: gray;
float: right;
margin-right: 5px;
}
#top{
width: 1000px;
height: 18px;
background: url("images/top.jpg");
float: left;
}
#nav {
width: 1000px;
height: 39px;
background: url("images/nav.jpg");
float: left;
}
#content {
background:  url("images/body_bg.jpg");
width: 1000px;
min-height: 500px;
background-repeat: repeat-y;
float: left;
}
#content #inner {
width: 950px;
margin: 0 auto;
margin-top: 20px;
}
#content #left {
width: 630px;
margin-right: 20px;
float: left;
font-size: 12px;
}
#content #right {
width: 300px;
float: left;
min-height: 200px;
}
#footer {
background: url("images/footer.jpg");
width: 1000px;
height: 107px;
float: left;
}
#footer #inner {
width: 500px;
margin-top: 50px;
color: #ADADAD;
float: left;
font-size: 11px;
}
#footer #inner a {
color: #ADADAD;
}
#footer #inner a:hover {
color: gray;
}

/* Navigation menu styles */

ul#topnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 14px;
	margin-left: 15px;
}
ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:39px;
}
ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 10px 20px;
	float: left;
	text-decoration: none;
	color: #fff;
	background: url(images/n.jpg) repeat-x;
	text-transform: capitalize;
	clear: both;
	width: 100%;
	height: 20px;
	line-height: 20px; /*--Vertical alignment of text--*/
}
ul#topnav a{ /*--This is basically the hover state of navigation--*/
	color: #555;
	background-position: left bottom;
}
ul#topnav span{ /*--Default state of navigation--*/
	background-position: left top;
}
.client {
	width: 202px;
	min-height: 260px;
	float: left;
	margin: 3px;
	margin-left: 6px;
	margin-bottom: 10px;
}
.screenshot {
	width: 172px;
	height: 115px;
	float: left;
	background: #099;
	margin-left: 11px;
	margin-top: 18px;
}
.client .h1 {
	text-align: center;
	margin-top: -5px;
	font-size: 12px;
}
.client h1 {
	font-size: 14px;
}
.client .status {
	font-size: 12px;
	text-align: center;
}
.client .more {
	text-align: center;
	font-size: 12px;
}
/*ORDERSTUFF*/
.wholeframe {
	width: 600px;
	float: left;
	margin-bottom: 10px;
}
.wholeframe h3 {
	font-size: 16px;
	margin: 0 auto;
	padding: 0px;
}
.wholeframe .left11 {
	float: left;
	width: 200px;
}
.wholeframe .right11 {
	width: 400px;
	float: left;
}
.wholeframe .full {
	width: 400px;
}

.wholeframe2 {
	width: 311px;
	float: left;
	margin-bottom: 10px;
}
.wholeframe2 .left12 {
	float: left;
	width: 100px;
}
.wholeframe2 .right12 {
	width: 200px;
	float: left;
}
.wholeframe2 .full {
	width: 200px;
}