/*
Title:      Stylesheet for simmsimaging.com
Author:     Bill Horsman - billh@ponyboy.ca
Client:     Brett Simms Imaging
Date:			June 25, 2008
*/
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: small;
	/*text-align: center;*/
	line-height: 1.5em;
	color: Black;
	/*background: White url(../images/gif/hmpg_bkgd.gif) repeat-x top left;*/
}
/* --------- common layout ----------- */
#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
  	width: 1055px;
}

#header {
	height: 50px;
	/*background-color: Aqua;*/
}
#logo {
	position: absolute;
	top: 19px;
	left: 26px;
}
#nav {
	position: absolute;
	top: 16px;
	left: 595px;
	width: 452px;
	height: 23px;
}
#bkgd1 {
	width: 1055px;
}
#hmpgimages {
	position: absolute;
	top: 68px;
	left: 26px;
	height: 600px;
	width: 1000px;
}
/* portfolio pages */
#wrapper2 {
	position: relative;
	margin: 0 auto;
	padding: 0;
  	width: 1205px;
}
#nav2 {
	position: absolute;
	top: 16px;
	left: 735px;
	width: 452px;
	height: 23px;
}
#bkgd2 {
	width: 1174px;
}
#portfolioimages {
	position: absolute;
	top: 68px;
	left: 27px;
	height: 700px;
	width: 1150px;
}
#section {
	position: absolute;
	top: 107px;
	left: 83px;
	height: 35px;
	width: 150px;
}

#clientholder {
	position: absolute;
	top: 167px;
	left: 90px;
	width: 925px;
}
#clienttable {
	width: 925px;
	font: Verdana;
	font-weight: bold;
	color: #999999;
}
#clienttable td {
	width: 215px;
}
#clienttable tr {
	height: 40px;
}

#whotext {
	position: absolute;
	top: 177px;
	left: 90px;
	width: 790px;
	font: Verdana;
	font-weight: bold;
	color: #999;
}
#whotext p {
	line-height: 38px;
	padding-bottom: 5px;
}
#whotext a {
	color: #6D1D02;
	text-decoration: none;
	font-weight: bold;
}

#whotext a:hover {
	color: #6D1D02;
	text-decoration: underline;
}

#portlink1 {
	position: absolute;
	top: 167px;
	left: 90px;
	width: 400px;
}
#portlink2 {
	position: absolute;
	top: 167px;
	left: 562px;
	width: 400px;
}
#footer {
	position: absolute;
	top: 687px;
	left: 410px;
	width: 300px;
	font-size: 80%;
	color: #C3C3C3;
}
#footer2 {
	position: absolute;
	top: 807px;
	left: 470px;
	width: 300px;
	font-size: 80%;
	color: #C3C3C3;
}