@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;
	}

p.thumb {
	clear: both;
	display: block;
	margin: 0 0 30px 105px;
	width: 750px;
	text-decoration: none;
	line-height: 1.25em;
	color: #5c5c5c;
	overflow: hidden;
	}
p.photo { background: url("images/thumb_photo.jpg") left top no-repeat; }
p.mama { background: url("images/thumb_mama.jpg") left top no-repeat; }
p.bumper { background: url("images/thumb_bumper.jpg") left top no-repeat; }
p.visage { background: url("images/thumb_visage.jpg") left top no-repeat; }
p.ppe { background: url("images/thumb_ppe.jpg") left top no-repeat; }
p.frisecurity { background: url("images/thumb_frisecurity.jpg") left top no-repeat; }

p.thumb span {
	display: block;
	padding: 0 60px 0 20px;
	font-family: Arial;
	font-size: 14px;
	}
p.thumb span strong {
	display: block;
	padding: 0 0 6px 0;
	color: black;
	font-family: Georgia;
	font-size: 18px;
	}

p.mama span { padding-top: 662px; }
p.ppe span { padding-top: 724px; }
p.visage span { padding-top: 588px; }
p.photo span { padding-top: 874px; }

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;
	}
