/*
	JLM Main CSS
	David Nash
	davidnash.com.au

	Design by Verb
	www.verb.com.au

	November 2008	
*/

html {
	font: small Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-style: normal;
	font-weight: normal;
	min-height: 100%;
	background: #545356;
}

body {
	margin: 0;
	padding: 0;
	background: #545356;
	color: #fff;
	font-size: 139%;
	text-shadow: #545356 0 0 0; /* make safari less bold */
}

a img { border: 0; }

table {	border-collapse: collapse; }

h1, h2, h3, h4, p, ul, ol, li, form {
	margin: 0; padding: 0;
}

h2 {
	color: #28007d;
	text-transform: uppercase;
	font-size: 180%;
}

.clear { clear: both; }

.hidden { display: none; }

#wrap {
	width: 839px;
	
	width: 879px;
	
	height: 665px;
	overflow: hidden;

	margin: 0 auto;
	padding: 0;
	background: #545356 url("../img/bg.gif") no-repeat 20px 143px;
	position: relative;
	left: 20px;
}

#logo {
	display: block;
	width: 147px;
	height: 114px;
	background: url("../img/jlm-logo.jpg") no-repeat;

	position: absolute;
	right: 0;
	top: 29px;
}

#content {
	position: absolute;
	top: 123px;
	left: 18px;
	z-index: 1;

}

#content p {
	padding: 0.7em 0 0.2em;
	line-height: 144%;
}

#content ul {
	padding: 0 0 0 1.3em;
}

#content ul li {
	padding: 1em 0 0 1.5em;
}

#nav {
	position: absolute;
	top: 620px;
	left: 20px;
	border: solid #fff;
	border-width: 1px 0 1px 1px;
	list-style: none;
}

#nav li {
	float: left;
}

#nav li a {
	float: left;
	display: block;
	height: 23px;
	width: 99px;
	background: #545356;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-right: 1px solid #fff;
	text-decoration: none;
	text-align: center;
	padding-top: 11px;
}

#nav li a.twoline {
	height: 30px;
	padding-top: 4px;
}

#nav li a:hover, #nav li a#current {
	background: #28007d;
}

#anim {
	position: absolute;
	right: 62px;
	top: 165px;
}



#track {
	width: 23px;
	height: 439px;
	float: left;
	position: relative;
	top: 10px;
	
	background: url("../img/track.gif") no-repeat;
}

#track #handle {
	width: 23px;
	height: 234px;
	background: url("../img/handle.gif") no-repeat;
	cursor: move;
}


#home #anim {
	right: 102px;
}


/* company page */

#company #content {
	width: 390px;
}

#company #content #container {
	float: right;
	width: 360px;
	height: 440px;
	overflow: hidden;
}

#company #anim {
	right: 58px;
	top: 262px;
}


/* team page */

#team #content {
	width: 290px;
}

#team #content #container {
	float: right;
	width: 260px;
	height: 440px;
	overflow: hidden;
}

#team #anim {
	right: 60px;
	top: 246px;
}


/* services */
#services #content {
	width: 300px;
}

#services #anim {
	right: 41px;
	top: 303px;
}

/* equipment */
#equipment #content {
	width: 340px;
}

#equipment #content #container {
	float: right;
	width: 310px;
	height: 440px;
	overflow: hidden;
}

#equipment #anim {
	right: 0;
	top: 343px;
}

/* photos */

#photos #content p {
	font-size: 80%;
}

#photos #gallery {
	width: 700px;
	position: absolute;
	left: 97px;
	top: 78px;
}

#photos #gallery a img {
	border: 1px solid #28007d;
	margin: 0 12px 18px 0;
}

#photos #reflect {
	position: absolute;
	top: 448px;
	left: 97px;
}

/* contact */
#contact #c_right {
	width: 300px;
	position: absolute;
	left: 560px;
	top: 105px;
}

#contact table td {
	padding: 0 1.5em 0.4em 0;
}

#contact #c_right a {
	text-decoration: none;
	color: #fff;
}

#contact #c_right a:hover {
	text-decoration: underline;
}

#contact #anim {
	left: 78px;
	top: 53px;
}

/* testimonials */
#testimonials #content {
	width: 320px;
}

#testimonials #content #container {
	float: right;
	width: 290px;
	height: 440px;
	overflow: hidden;
}

#testimonials #anim {
	right: 3px;
	top: 436px;
}


