
/* last updated by david 06/07/2010 */

/* @group layout */

body {
	background-color: #f1f1f2;
	font-size: 12px;
}

ul {
	margin: 0 0 1em 0;
	padding: 0;
}

li {
	list-style-type: none;
	background: url(http://www.atmsol.com.au/assets/images/bullet.arrow.gif) no-repeat left 4px;
	margin: 0;
	padding: 0 0 0 15px;
}

.container {
	border: 0;
	overflow: hidden;
	width: 964px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
}

.pad {
	margin: 15px 50px;
}

.header {
	height: 115px;
	margin: 0;
	padding: 0;
}

.header img.iso {
	float: left;
	margin-top: 7px;
}

.header img.logo {
	float: right;
	margin-top: 7px;
	margin-bottom: 13px;
}

.home_banner {
	width: 856px;
	height: 354px;
	background: transparent url(http://www.atmsol.com.au/images/home/7061050509.jpg) no-repeat left top;
	z-index: 10;
}

.home_main {
	width: 264px;
	height: 251px;
}

.home_main div {
	padding: 10px 10px 0 22px;
}

.home_main div h1, .home_main div h2, .home_main div p {
	color: #fff;
}

.home_sub {
	width: 232px;
	float: left;
}

.home_sub div {
	padding: 0 20px 0 22px;
}

.home_sub div p, .home_sub div p a, .home_sub div p a:hover, .home_sub div p a:active, .home_sub div p a:focus {
	color: #f16822;
	font-weight: bold;
	line-height: 1.4em;
	text-decoration: none;
}

.home_banner a img {
	margin: 15px 0 5px 0;
}

.home_divider {
	width: 856px;
	height: 10px;
	margin-top: 8px;
	background: #f16822 url(http://www.atmsol.com.au/assets/images/bg.stripe.gif) repeat-y right top;
}

.home_buttons {
	margin: 25px 0 5px 0;
}

.home_buttons a img.first {
	margin-right: 40px;
}

.home_buttons a img.last {
	margin-left: 40px;
}

.banner {
	width: 856px;
	height: 212px;
	background: #fff url(http://www.atmsol.com.au/images/header/70610110745.jpg) no-repeat left top;
}

.banner div {
	width: 235px;
}

.banner div p {
	padding: 22px 0 0 17px;
	font-family: "Trebuchet MS", Trebuchet, Lucida, Verdana, sans-serif;
	font-weight: normal;
	font-size: 1.7em;
	line-height: 1.2em;
	color: #fff;
}

.flank {
	width: 275px;
	float: left;
	padding-top: 50px;
	font-size: 1em;
}

.flank ul {
	width: 220px;
}

.flank li {
	padding-bottom: 4px;
	border-bottom: 1px solid #f1c1a9;
	margin-bottom: 4px;
}

.flank li a:hover, .flank li a:active, .flank li a:focus { 
	text-decoration: none; color: #273375; 
}

.content {
	width: 555px;
	float: right;
}

.left {
	width: 270px;
	float: left;
	margin-top: 1em;
}

.right {
	width: 270px;
	float: left;
	margin-top: 1em;
}

.left li, .right li {
	padding-bottom: 3px;
	border-bottom: 1px solid #f1c1a9;
	margin-bottom: 3px;
}

.left li a:hover, .left li a:active, .left li a:focus, .right li a:hover, .right li a:active, .right li a:focus { 
	text-decoration: none; color: #273375; 
}

img.person {
	float: right;
	margin: 0 0 15px 15px;
}

.highlight {
	background: #f16822 url(http://www.atmsol.com.au/assets/images/quote.bg.top.gif) no-repeat left top;
	padding: 15px 0 0 0;
}

.highlight div {
	background: #f16822 url(http://www.atmsol.com.au/assets/images/quote.bg.btm.gif) no-repeat left bottom;
	padding: 0 15px 15px 15px;
	color: #fff;
}

.logos {
	text-align: right;
	margin: 5px 0 0 0;
}

.logos a img {
	margin: 20px 10px 0 10px;
}

.jump {
	width: 856px;
	height: 40px;
	line-height: 40px;
	margin: 25px 0 25px 0;
	background: #f16822 url(http://www.atmsol.com.au/assets/images/bg.stripe.gif) repeat-y right top;
}

.footer {
	text-align: center;
	padding-top: 10px;
}

.footer ul, .footer li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
}

.footer li {
	display: inline;
	padding-right: 20px;
	background-image: none;
}

.footer li a:link, .footer li a:visited { 
	text-decoration: none;
	color: #717074;
}

.footer li a:hover, .footer li a:active, .footer li a:focus {
	text-decoration: underline;
	color: #f16822;
}

/* @end */



/* @group navigation */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width: 856px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			8em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 800px; /* match ul width */
	top:			0;
}

/*** SKIN ***/
.sf-menu {
	clear: both;
	float: left;
	margin-bottom: 5px;
}
.sf-menu a {
	border: none;
	padding: 5px 7px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #273375;
}
.sf-menu li {
	background: #fff;
}

.sf-menu li.divided {
	background: #fff url(http://www.atmsol.com.au/assets/images/nav.divider.gif) no-repeat right center;
	margin-right: 3px;
}

.sf-menu li li {
	background: #fff;
}
.sf-menu li li li {
	background: #fff;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #fff;
	background: #f16822;
	outline: 0;
}

/* @end */

/* @group forms */

form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, select, textarea {
	color: #717074;
	font-size: 1em;
}

input.text, textarea.text {
	width: 350px;
}

input.text_short {
	width: 100px;
}

form#submission_form {
	width: 355px;
}

input.f_submit {
	background-color: #f16822;
	color: #fff;
	border: none;
	height: 22px;
	line-height: 22px;
}

/* nasty safari-only hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	input.f_submit {
		height: 21px;
		line-height: normal;
		margin-top: 5px;
		padding: 3px 5px;
	}
}

form.atm_form {
	width: 200px;
	float: left;
	padding-left: 15px;
}

form.search_form {
	width: 300px;
	float: right;
	text-align: right;
	padding-right: 15px;
}

input#f_keywords {
	width: 165px;
}

/* @end */




