@import url("style_variables.css");

img, div, input {
	behavior: url(iepngfix.htc);
	}

/* DEFAULTS & GLOBALS */

html {
	height: 100%;
	margin-bottom: 1px;
	}

* {
	margin: 0;
	padding: 0;
	}

body {
	font: 10pt/1.4em Arial, Tahoma, Verdana, sans-serif;
	background: #d1d0d0;
	text-align: center;
	color: #adadad;
	}

p {
	padding: .75em 0;
	}
a {
	outline: none;
	}


input.text {
	padding: 6px 0 0 10px;
	height: 24px;
	background: #313131;
	border: 0;
	font-size: 13px;
	line-height: 18px;
	vertical-align: middle;
	color: #828181;
	}

.notext {
	text-align: left;
	text-indent: -5000px;
	overflow: hidden;
	}
.nodisplay {
	display: none;
	}
.uppercase {
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	}


/* LAYOUT */

div#container {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	overflow: hidden;
	}

h2.intro {
	display: block;
	margin: 30px 0 50px;
	width: 960px;
	height: 84px;
	background: url("images/intro.gif") -10px top no-repeat;
	text-indent: -5000px;
	overflow: hidden;
	}

div.portfolio {
	display: block;
	width: 960px;
	overflow: hidden;
	}

a.thumb {
	float: left;
	display: inline;
	width: 300px;
	height: 360px;
	text-decoration: none;
	line-height: 1.1em;
	color: #959595;
	overflow: hidden;
	}
a.heroicphotography { background: url("images/thumb_heroicphotography.jpg") left top no-repeat; }
a.mama { margin: 0 20px; background: url("images/thumb_mama.jpg") left top no-repeat; }
a.bumper { background: url("images/thumb_bumper.jpg") left top no-repeat; }
a.visage { background: url("images/thumb_visage.jpg") left top no-repeat; }
a.ppe { margin: 0 20px; background: url("images/thumb_ppe.jpg") left top no-repeat; }
a.frisecurity { background: url("images/thumb_frisecurity.jpg") left top no-repeat; }

a.thumb span {
	display: block;
	padding: 284px 20px 0;
	}
a.thumb strong {
	display: block;
	padding: 0 0 3px 0;
	color: #6f6e6f;
	}

h2.contact {
	position: relative;
	display: block;
	margin: 40px 0 30px;
	width: 960px;
	height: 75px;
	background: url("images/contact.gif") -10px top no-repeat;
	text-indent: -5000px;
	overflow: hidden;
	}
h2.contact a {
	position: absolute;
	top: 10px;
	right: 60px;
	width: 360px;
	height: 50px;
	}