@charset "utf-8";

/*	Colors Used
	#82091a	130 009 026;	" At - in Web At Wrk
	#4d4d4f	077 077 079;	"Web - in Web At Wrk
	#c2dda0	194 221 160;	Green
	#d2cdb7	210 205 183		Dark Tan
	#dddac9	221 218 201		Mid Tan
	#e5e3d7	229 227 215		Light Tan
	#555f66	085 095 102		Page Bottom Gray
	#b1b7b9	177 183 185		Page Middle Gray
	#dbdddf	219 221 223		Pae Top Gray
*/

* {margin:0;padding:0}

:focus {
	outline: 0;
}

/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */

body { 
	text-align:center;
	min-height:600px;			/* for ie7*/
	font: normal small/120% Arial;
	background-color:#fff;
}
#xouter{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#xcontainer {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 600px;
}

#home #xcontainer {height: 600px;}
#company #xcontainer {height: 644px;}
#news #xcontainer {height: 644px;}
#portfolio #xcontainer {height: 600px;}
#portfoliosub #xcontainer {height: 644px;}
#facebooksub #xcontainer {height: 644px;}
#twittersub #xcontainer {height: 644px;}
#blogsub #xcontainer {height: 644px;}
#clientlogin #xcontainer {height: 644px;}
#contact #xcontainer {height: 644px;}
#ourprocess #xcontainer {height: 644px;}
#services #xcontainer {height: 644px;}
#process #xcontainer {height: 644px;}

#xinner {
	position:relative;
	width: 980px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	background-image: url(/images/pagebackgrounds/webatwrkPORTFOLIOsub.png);
}

#home #xinner { height: 600px; background:#fff url(/images/pagebackgrounds/webatwrkHOME.png) center center no-repeat;}
#news #xinner {
	height: 644px;
	background-color: #fff;
	background-image: url(../images/pagebackgrounds/webatwrkBLOG.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#company #xinner {
	height: 644px;
	background:#fff url(/images/pagebackgrounds/webatwrkCOMPANY.png) center center no-repeat;
}
#portfolio #xinner { height: 600px; background:#fff url(/images/pagebackgrounds/webatwrkPORTFOLIO.png) center center no-repeat;}
#portfoliosub #xinner { height: 644px; background:#fff url(/images/pagebackgrounds/webatwrkPORTFOLIOsub.png) center center no-repeat;}
#facebooksub #xinner { height: 644px; background:#fff 
url(/images/pagebackgrounds/facebookPORTFOLIOsub.png) center center no-repeat;}
#twittersub #xinner { height: 644px; background:#fff 
url(/images/pagebackgrounds/twitterPORTFOLIOsub.png) center center no-repeat;}
#blogsub #xinner { height: 644px; background:#fff 
url(/images/pagebackgrounds/blogPORTFOLIOsub.png) center center no-repeat;}
#clientlogin #xinner { height: 644px; background:#fff url(/images/pagebackgrounds/webatwrkCLIENTLOGIN.png) center center no-repeat;}
#contact #xinner { height: 644px; background:#fff url(/images/pagebackgrounds/webatwrkCONTACT.png) center center no-repeat;}
#ourprocess #xinner { height: 644px; background:#fff url(/images/pagebackgrounds/webatwrkOURPROCESS.png) center center no-repeat;}
#services #xinner { height: 644px; background:#fff url(/images/pagebackgrounds/webatwrkSERVICES.png) center center no-repeat;}
#process #xinner { height: 644px; background:#fff url(/images/pagebackgrounds/webatwrkOURPROCESSb.png) center center no-repeat;}



p,h1{margin-bottom:1em}
#header{margin-right:0}
.maintxt{text-align:left;margin:1em;}

a {
	text-decoration: none;
	color:#811;
}
a:hover {
	text-decoration: underline;
	color:#111;
}

