/* ------------------------------- */
/* 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: #fff; }
a:visited { color: #9A9885; }
a.hover, a:hover { text-decoration: none;}

body {
	margin: 0; 
	padding: 0; 
	border: 0; 
	color: #fff; 
	height: 100%;
	background: #404040 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: 40px auto -54px;
	width: 834px;
	min-height:100%;
	height: auto !important;
	height: 100%;
	}

div#wrapper p {
	color: #fff;
	}

div#main-content {
	margin-right: 80px;
	width: 510px;
	float: left;
	display: inline;
	}

h2.mini-breadcrumb {
	color: #696969;
	margin-left: 3px;
	}

div#main-content p.intro {
	font-size: 1.2em;
	}

div#main-content h2.sifr-header,
div#contact-sidebar h2.sifr-header {
margin: 30px 0 -5px 0;
}

div#secondary-content {
	margin: 95px 0 0 0;
	width: 205px;
	float: left;
	}


/* on web services page */
div#secondary-content a.view-portfolio {
	margin: 0 0 40px -40px;
	width: 272px;
	height: 217px;
	display: block;
	text-indent: -9999px;
	background: url(../images/layout/handful-of-work-transparent.png) no-repeat;
	}

/* mainly used for technical services */
div#secondary-content ul li {
	padding: 5px 0 4px 5px;
	border-bottom: 1px solid #4d4d4d;
	color: #e8e8db;
	text-indent: 15px;
	}



/* ------------------------------- */
/* MY WORK
/* ------------------------------- */
.piece {
	margin: 20px 0 100px 0;
	background: #000;
	padding: 10px;	
	width: 780px;
	display: block;
	}

.piece img {
	margin-right: 10px;
	width: 440px;
	float: left;
	padding: 10px;
	background: #111;
	}

/* for projects that need two thumbnails */
.two {
	margin-right: 25px;
	width: 440px;
	float: left;
	}

.two img {
	margin: 0 0 10px 0;
}


.piece h3 {
	margin-top: 10px;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	}

.piece .piece-info {
	float: left;
	width: 285px;
	padding: 10px;
	}

.piece .piece-info a {
	color: #c0c0c0;
	text-decoration: none;
	border-bottom: 1px dotted #444;
	}

.piece .piece-info a:hover {
	color: #fff;
	}

a.visit-site,
a.visit-site:visited {
	margin: 30px 0 0 0;
	clear: both;
	color: #e3d9bb;
	text-decoration: none;
	font-weight: normal;
	display: block;
	text-transform: uppercase;
	font-size: .9em;
	border: 0 !important;
	}

a.visit-site:hover {
	color: #fff;
	}

ul.services-provided {
	margin: 0 0 10px 0;
	}

ul.services-provided li {
	color: #888;
	display: block;
	margin: 0 5px 5px 0;
	font-size: .9em;
	text-transform: lowercase;
	padding: 0 0 0 12px;
	background: url(../images/bullet.jpg) no-repeat 0px 5px;
	}




/* ------------------------------- */
/* HIRE US / CONTACT US
/* ------------------------------- */
div#contact-form {
	margin-right: 100px;
	width: 500px;
	float: left;
	}

div#contact-sidebar {
	margin: 10px 0 0 0;
	width: 200px;
	float: right;
	}

/* Start PHP Form */
form.niceform {
	padding: 40px 20px 0 20px;
	}

/* for the asterick */
form.niceform span.blue {
	display: none;
	}

form.niceform label em {
	text-transform: lowercase;
	}

form.niceform label {
	font-weight: normal;
	text-transform: uppercase;
	}

/* floats the name and website to left */
#form-name,
#form-website {
	margin-left: 15px;
	width: 230px;
	float: left;
	display: inline;
	}

/* floats the email and subject to right */
#form-email,
#form-subject {
	width: 210px;
	float: left;
	}

form.niceform .inputbg input {
	margin: 0 0 30px 0;
	padding: 4px 7px;
	position: relative;
	top: 4px;
	left: 5px;
	width: 160px;
	height: 19px;
	display: block;
	font: normal 1em Arial, sans-serif;
	vertical-align: middle;
	border: 0;
	color: #000;
	background: #c0c0c0;
	border-bottom: 1px solid #fff;
	}

form.niceform .inputbg input:focus {
	border-bottom: 1px solid #87edfc;
	}

/* message field */
#form-message {
	margin: 30px 0 0 15px;
	display: block;
	}

#form-message label {
	float: left;
	}

form.niceform #form-message textarea {
	margin: 0;
	padding: 4px 7px;
	position: relative;
	top: 8px;
	left: 10px;
	width: 385px;
	height: 170px;
	border: 0;
	display: block;
	font: normal 1em Arial, sans-serif;
	vertical-align: middle;
	background: #c0c0c0;
	border-bottom: 1px solid #fff;
	}

form.niceform #form-message textarea:focus {
	border-bottom: 1px solid #87edfc;
	}

/* spam input */
#form-spam {
	margin-left: 25px;
	}

#form-spam label {
	margin-right: 14px;
	float: left;
	}

#form-spam .spambg input {
	position: relative;
	top: 6px;
	left: 5px;
	padding: 4px 7px;
	border: 0;
	text-align: center;
	vertical-align: middle;
	color: #000;
	font: normal 1em Arial, sans-serif;
	background: #c0c0c0;
	border-bottom: 1px solid #fff;
	}

/* submit button */
#submit-button {
	margin-right: 50px;
	padding: 20px 0 0 0;
	width: 105px;
	float: right;
	}

#submit-button input {
	width: 104px;
	height: 29px;
	}

/* start validation */
.tipsbox p, .tipsbox {
	margin: 0;
	padding: 0;
	border: 0;
	color: #87edfc;
	}

.tipsbox p {
	margin: 0;
	padding: 0;
	color: #87edfc;
	}

.tipsbox p span {
	color: #ec68cd;
	line-height: 25px;
	}

.tipsbox .tipsbox_top_left {	background: url("../images/top_left.png") no-repeat;	_background: url("../images/top_left.gif") no-repeat;	_background-position: 9px 8px;}
.tipsbox .tipsbox_top { background: url("../images/top.png") repeat-x;	height: 17px;	_background: url("../images/top.gif") repeat-x;	_background-position: 0px 8px;}
.tipsbox .tipsbox_top_right { background: url("../images/top_right.png") no-repeat;	_background: url("../images/top_right.gif") no-repeat; _background-position: 0px 8px;}
.tipsbox .tipsbox_left { background: url("../images/left.png") repeat-y;	width : 17px;	_background: url("../images/side.gif") repeat-y; _background-position: 9px 8px;}
.tipsbox .tipsbox_right { background: url("../images/right.png") repeat-y;	width: 22px;	_background: url("../images/side.gif") repeat-y; _width: 9px;}
.tipsbox .tipsbox_bottom_left{	background: url("../images/bottom_left.png"); _background: url("../images/bottom_left.gif") no-repeat;	_background-position: 9px 0px;}
.tipsbox .tipsbox_mark{ background: url("../images/mark.png") no-repeat; height: 36px; _background: url("../images/mark.gif") no-repeat;}
.tipsbox .tipsbox_bottom_right{ background: url("../images/bottom_right.png"); _background: url("../images/bottom_right.gif") no-repeat;}
.tipsbox .tipsbox_inner, .tipsbox .tipsbox_inner_ie6 {	background : url("../images/inner.png");}
.tipsbox .tipsbox_inner_ie6 { padding: 4px; }

/* error message */
.MsgError {
	margin: 40px auto;
	padding: 10px;
	width: 400px;
	display: block;
	text-align: center;
	border: 1px solid #eee;
	}

.MsgSent {
	margin: 40px auto 0 auto;
	width: 350px;
	color: #fff;
	}

.MsgSent h2,
.MsgError h2 {
	margin: 0 0 -15px 0;
	font-size: 1.5em;
	}

.MsgError p {
	font-size: 1.3em;
	color: #999;
	}




/* ------------------------------- */
/* FOOTER
/* ------------------------------- */

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

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


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