/*
webwolf.css by webwolf
author: James Di Michiel
*/

/*======================
color table

	blue: #4075b1;
	
========================*/


/*-------------------------------------------------------------------------------------------------
general
-------------------------------------------------------------------------------------------------*/
body{
	padding: 0;
	margin: 0;
	font-family:"Courier New", Courier, monospace;
	color:#333333;
	font-size: 0.8em;
	line-height:1.5em;
	background:url(../images/bg.jpg) top repeat-x;
	}

a:link, a:visited, a:active{
	color:#ee7c3d;
}

a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background-color:#ee7c3d;
}

img{
	border:0;
	}

h1{
	font-family:"Courier New", Courier, monospace;
	color:#FFFFFF;
	font-size:28px;
	font-weight:normal;
	margin:0;
	padding:7px 0 7px 0;
	}	

h2{
	font-size:19px;
	margin:0;
	padding:0;
	}
	
h3{
	font-size:17px;
	margin:0;
	padding:0;
	color:#2863a6;
	}

/*-------------------------------------------------------------------------------------------------
layout
-------------------------------------------------------------------------------------------------*/
div.container{
	margin: 0 auto;
	position: relative;
	width:940px;
	}

#header{
	height:150px;
	}

#top{
	float:right;
	text-align:right;
	width:485px;
	padding:0 10px 0 0;
	height:40px;
	line-height:40px;
	color:#FFFFFF;
	background:#4075b1 url(../images/corner2.gif) bottom left no-repeat;
	}
	

#logo{
	position:absolute;
	width:297px;
	height:185px;
	}

#main{
	position:relative;
	z-index:1;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	min-height:600px;
	background:#FFFFFF;
	}

#heading{
	padding:20px;
	color:#FFFFFF;
	background:#4075b1 url(../images/textbg.gif) bottom right no-repeat;
	}	

#frontHeading{
	height:270px;
	padding:20px;
	color:#FFFFFF;
	background:#4075b1 url(../images/textbg.gif) 130px 217px no-repeat;
	}

#paint{
	height:47px;
	background:url(../images/paint.jpg) top left no-repeat;
	}

#text{
	float:left;
	width:608px;
	padding:0 20px 50px 30px;
	}

#headerText{
	float:left;
	width:588px;
	padding:20px 0 20px 30px;
	color:#cfe4fc;
	background:url(../images/underline.gif) top left no-repeat;
	}
	
#frontText{
	float:left;
	height:180px;
	padding:0 20px 20px 250px;
	background:url(../images/polaroid.jpg) bottom left no-repeat;
	}

#contact{
	position:relative;
	left:20px;
	bottom:80px;
	float:right;
	width:280px;
	height:311px;
	background:url(../images/paperclip.png) no-repeat;
	}

#frontContact{
	position:relative;
	left:40px;
	bottom:13px;
	float:right;
	width:280px;
	height:311px;
	background:url(../images/paperclip.png) no-repeat;
	}

#recent{
	clear:both;
	height:240px;
	padding:15px 20px 20px 20px;
	border-bottom:5px solid #CCCCCC;
	background:#EEEEEE url(../images/bricks.jpg);
	}

#footer{
	clear:both;	
	height:200px;
	padding:0 0 0 20px;
	background:#4075b1 url(../images/bottom.gif) bottom no-repeat;
	}

#footerWolf{
	position:absolute;
	width:920px;
	height:200px;
	background:url(../images/footerwolf.gif) bottom right no-repeat;
	}

#shadow{
	height:100px;
	margin:3px 0 20px 0;
	color:#7dade3;
	text-align:center;
	background:url(../images/shadow.jpg) top no-repeat;
	}

#screenshots{
	margin:15px 0 0 0;
	}

/*-------------------------------------------------------------------------------------------------
navigation
-------------------------------------------------------------------------------------------------*/
#navWrapper{
	height:35px;
	}

#nav{
	position:absolute;
	z-index:0;
	height:95px;
	line-height:32px;
	width:640px;
	margin:0 0 0 300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	}

#nav ul li {
	float:left;
	margin:0 1px 0 4px;
	}

#nav ul a:link, #nav ul a:active, #nav ul a:visited{
	display:block;
	width:120px;
	height:95px;
	color:#4075b1;
	text-align:center;
	text-decoration:none;
	border-top:3px solid #4075b1;
	border-left:1px solid #AAAAAA;
	border-right:2px solid #4075b1;
	background:#FFFFFF url(../images/navbg.gif) top repeat-x;
	}

#nav ul a:hover{
	color:#4075b1;
	}

#nav ul a.active{
	background:#4075b1;
	color:#FFFFFF;
	}

/**tabLinks***/
#tabLinks{
	position:relative;
	bottom:20px;
	float:right;
	width:370px;
	padding:0 10px 0 10px;
	border-bottom:1px solid #999999;
	}

#tabLinks ul {
	margin:0;
	padding:0;
	list-style:none;
	}

#tabLinks ul li {
	display:inline;
	margin:0;
	}

#tabLinks a:link, #tabLinks a:visited, #tabLinks a:active{
	display:block;
	height:30px;
	line-height:30px;
	float:right;
	color:#4075b1;
	text-decoration:none;
	padding:0 7px 0 7px;
	margin:0 5px 0 0;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:none;
	background-color:#EEEEEE;
	} 

#tabLinks a:hover{
	color:#4075b1;
	background-color:#eaf3fd;
	}

#tabLinks a.active{
	position:relative;
	top:1px;
	background-color:#FFFFFF;
	}

/*-------------------------------------------------------------------------------------------------
style
-------------------------------------------------------------------------------------------------*/
div.item{
	float:left;
	width:170px;
	height:170px;
	padding:15px;
	margin-right:30px;
	border: 1px solid #DDDDDD;
	background:#FFFFFF;
	}

#recent h2{
	font-size:19px;
	margin:0;
	padding:0 0 10px 10px;
	color:#000000;
	}
	
div.footerLinks{
	float:left;
	width:150px;
	margin:30px 15px 0 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

div.footerLinks h2{
	margin:0px;
	padding:0 0 10px 0;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	border-bottom:1px solid #3a689d;
	}

div.footerLinks ul{
	margin:0;
	padding:0;
	list-style:none;
	}

div.footerLinks li{
	height:25px;
	line-height:25px;
	padding:0 0 0 0;
	border-top:1px solid #4e88ca;
	border-bottom:1px solid #3a689d;
	
	}

#footer a:link, #footer a:active, #footer a:visited{
	color:#a4ccf8;
	text-decoration:none;
	}

#footer a:hover{
	color:#FFFFFF;
	}

div.clear{
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
	}

table{
	width:100%;
	margin:20px 0 20px 0;
	}

table td{
	padding:10px;
	}

tr.colour1{
	background-color:#eaf3fd;
	}

tr.colour2{
	background-color:#f9fbe3;
	}

div.portfolioItem1{
	padding:20px;
	margin:0 0 20px 0;
	min-height:200px;
	border-right:1px solid #dbeafb;
	border-bottom:1px solid #dbeafb;
	background:#eaf3fd url(../images/corner3.gif) top left no-repeat;
	}

div.portfolioItem2{
	padding:20px;
	margin:0 0 20px 0;
	min-height:200px;
	border-right:1px solid #ebefcc;
	border-bottom:1px solid #ebefcc;
	background:#f9fbe3 url(../images/corner4.gif) top left no-repeat;
	}

div.portfolioImage{
	float:right;
	width:170px;
	height:170px;
	padding:15px;
	margin:0 0 0 20px;
	border:1px solid #DDDDDD;
	background:#FFFFFF;
	}

div.portfolioImage a, p.box a, #screenshots a, #recent a{
	background:none;
	border:none;
	}

p.bullet{
	background:url(../images/bullet.gif) 0px 5px no-repeat;
	padding:0 0 0 15px;
	}

p.box{
	padding:20px;
	border-right:1px solid #dbeafb;
	border-bottom:1px solid #dbeafb;
	font-style:italic;
	text-align:center;
	background:#eaf3fd url(../images/corner3.gif) top left no-repeat;
	}

img.w3c{
	padding:20px 10px 0 0;
	}

p.caption{
	text-align:right;
	}

div.copyright{
	position:relative;
	top:170px;
	color:#6198d6;
	}
/*-------------------------------------------------------------------------------------------------
form style
-------------------------------------------------------------------------------------------------*/
form{
	display:inline;
	}

fieldset{
	margin:0;
	padding:0;
	border:none;
	}

input.client{
	width:140px;
	color:#CCCCCC;
	font-style:italic;
	padding:0 0 0 5px;
	}

input.clientButton{
	width:40px;
	}

.contact{
	width:350px;
	}

div.cross{
	float:right;
	background:url(../images/cross.gif) 0px 5px no-repeat;
	width:16px;
	height:21px;
	}

span.sent{
	padding:0 0 0 25px;
	background:url(../images/tick.gif) 5px 0px no-repeat;
	}

p.error{
	padding:10px 10px 10px 34px;
	background:#fe9b9f url(../images/cross.gif) 10px 10px no-repeat;
	}

