/* ------------------------------- */
/* RESET
/* ------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {outline: 0;}

body {line-height: 1;color: black;background: white;}
ol, ul {list-style: none;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}

caption, th, td {text-align: left;font-weight: normal;}


/* ------------------------------- */
/* HTML ELEMENTS
/* ------------------------------- */
abbr { border-bottom: 1px dotted #737160;}
em {font-style: italic;}
h1, h2, h3, h4, h5, h6, p, ul, li {margin: 0;padding: 0;}
ol {margin-bottom: 15px;}
ol li {margin-bottom: 5px;}
p {margin-bottom: 15px; color: #191813;}
p.bold {font-weight: bold;}
p.center {text-align: center;}
p.question {padding-top: 10px;margin-bottom: 0;font-weight: bold;}
strong {font-weight: bold;}
sub {margin-right: -3px; font-size: .6em; font-weight: normal;}

a, a:link { color: #737160; }
a:visited { color: #9A9885; }
a.hover, a:hover { text-decoration: none;}

body {
	margin: 0; 
	padding: 0; 
	border: 0; 
	color: #424032; 
	height: 100%;
	background: url(../images/bg.jpg) fixed; 
	font: 90% arial, sans-serif;
	line-height: 1.37 !important; 
	}

html, body {
	height: 100%;
	}

.clear {
	clear: both; 
	height: 30px;
	}
	
	

/* ------------------------------- */
/* HEADER
/* ------------------------------- */
div#header {
	width: 100%;
	height: 234px;
	}

div#header .header-bg {
	width: 100%;
	height: 117px !important;
	background: url(../images/layout/header-bg.png) repeat-x;
	}

div#header h1 {
	padding-top: 20px;
	}

div#header h1 a {
	margin: 0 auto;
	width: 242px;
	height: 74px;
	display: block;
	text-indent: -9999px;
	background: url(../images/layout/gotmedia.png) no-repeat;
	}



/* ------------------------------- */
/* MENU
/* ------------------------------- */
div#header ul {
	margin: 0 auto;
	width: 545px;
	clear: both;
	}

div#header ul li {
	display: block;
	float: left;
	display: inline;
	margin-right: 40px;
	}

div#header ul li.services a,
div#header ul li.work a,
div#header ul li.hire a {
	width: 161px;
	height: 128px;
	display: block;
	text-indent: -9999px;
	}

div#header ul li.services a {
	margin-left: 5px;
	width: 141px;
	background: url(../images/layout/menu/web-services.png) no-repeat;
	}

div#header ul li.work a {
	margin-right: 5px;
	width: 139px;
	background: url(../images/layout/menu/my-work.png) no-repeat;
	}

div#header ul li.hire a {
width: 135px;
	background: url(../images/layout/menu/get-in-touch.png) no-repeat;
	}

div#header ul li.services a:hover,
div#header ul li.services a.active,
div#header ul li.work a:hover,
div#header ul li.work a.active,
div#header ul li.hire a:hover,
div#header ul li.hire a.active {
	background-position: 0 -128px;
}



/* ------------------------------- */
/* WRAPPER
/* ------------------------------- */
div#wrapper {
	margin: 0 auto -54px;
	width: 634px;
	min-height:100%;
	height: auto !important;
	height: 100%;
	}




/* ------------------------------- */
/* MAIN CALL OUT
/* ------------------------------- */
div#call-out {
	margin: 10px auto 0 auto;
	width: 645px;
	height: 336px;
	background: url(../images/layout/call-out.png) no-repeat;
	}

div#call-out .web-users-admit {
	padding: 35px 0 0 75px;
	width: 450px;
	}

div#call-out .web-users-admit h2 {
	margin: 0 0 -10px 5px;
	}

div#call-out .web-users-admit h3 {
	margin-left: 7px;
	}

div#call-out .web-users-admit h4 {
	margin-left: 162px;
	padding: 14px 0 0 0;
	width: 460px;
	display: block;
	clear: both;
	}

div#call-out .web-users-admit h4 a,
div#call-out .web-users-admit h4 a:visited {
	color: #a4e5e2;
	text-decoration: none;
	}



/* ------------------------------- */
/* LATEST WORK
/* ------------------------------- */
div#latest-work h4 {
	position: relative;
	top: -50px;
	left: -70px;
	width: 126px;
	height: 48px;
	display: block;
	text-indent: -9999px;
	background: url(../images/layout/preview-latest-work.png) no-repeat;
	}

div#accordion {
	margin: -80px auto 0 auto;
	width: 500px;
	}

dl.accordion dt {
	padding: 10px 0 0 10px;
	width: 460px;
	height: 31px;
	text-transform: uppercase;
	color: #b53f99;
	background: url(../images/layout/latest-work-bg-header.jpg) repeat-x;
	cursor: pointer;
	}

dl.accordion dt:hover {
	color: #fff;
	}

dl.accordion dd {
	width: 470px;
	height: 285px;
	background: #000;
	}

dl.accordion dd img {
	padding: 15px 0 0 15px;
	}

a.view-all-work {
	margin: 10px 95px 0 0;
	float: right;
	width: 102px;
	height: 29px;
	display: block;
	text-indent: -9999px;
	background: url(../images/layout/view-all-work.png) no-repeat;
	}

a.view-all-work:hover {
	background-position: 0 -29px;
	}




/* ------------------------------- */
/* FOOTER
/* ------------------------------- */
.push {
	height: 54px;
	}

div#footer {
	position:relative;
	width: 100%;
	height: 54px;
        margin-top: 40px;
	clear: both;
	background: url(../images/layout/footer.png) repeat-x;
	}

div#footer p {
	margin: 0 auto;
	padding: 17px 0 0 0;
	width: 480px;
	color: #c0c0c0;
	font-size: .8em;
        letter-spacing: .04em;
	text-transform: uppercase;
	}


/* --------------- end ---------------- */

