@charset "UTF-8";
/* 
COLORS
Yellow 		#ffc000
Grey text 	#5f5f5f

#3b3b3b
Dark grey	#737373
Light grey	#cfcfce
MAPP blue	#00aeef

MAPP light blue #e5f7fd
Stone		#
*/

/*** Reset default browser style ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*** Typographic styles ***/
@font-face {
	font-family: 'PTSansRegular';
	src: url('fonts/PT_Sans-webfont.eot');
	src: local('☺'), url('fonts/PT_Sans-webfont.woff') format('woff'), url('fonts/PT_Sans-webfont.ttf') format('truetype'), url('fonts/PT_Sans-webfont.svg#webfont6MwxiJev') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PTSansBold';
	src: url('fonts/PT_Sans_Bold-webfont.eot');
	src: local('☺'), url('fonts/PT_Sans_Bold-webfont.woff') format('woff'), url('fonts/PT_Sans_Bold-webfont.ttf') format('truetype'), url('fonts/PT_Sans_Bold-webfont.svg#webfonttr1X6ZwX') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {
	font-family: "PTSansRegular", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a {
	text-decoration: none;
	color: #999;
}
a:hover, #nav a:hover {
	color: #ffc000; 
}
p, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1em;
}
li { 
	margin-bottom: .5em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "PTSansBold", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffc000;
}
h1 {
	font-size: 2em;
	margin-bottom: 1em;
}
h2 {
	font-size: 1.25em;
	margin: 2em 0 .3em 0;
	color: #5f5f5f;
}
/*** Layout styles ***/
body {
	width: 100%; height: 100%; 
	background: url(../images/gradient-top.png) repeat-x top;
}
#wrapper {
	width: 960px; 
	/*position: absolute; top: 0;*/
	z-index: 40;
}
#nav {
	display:block; width: 805px; height: 31px;
	position: absolute; top: 60px; left: 155px;
	background-color: #737373;
	float:right;
}
#nav a {
	font-size:.9em;
	color: white; 
	text-decoration: none;
	line-height: 31px;
}
#nav ul.tabs {
	margin-left: 20px;
}
#nav ul.tabs li {
	display: inline; height: 31px;
	float: left;
	margin-right: 30px;
	text-transform: uppercase;
}
#nav ul.tabs li.active a{
	color: #ffc000;
}
#nav ul.tabs li#big-button.active{
	background: none;
}
#nav ul.tabs li#big-button {
	font-family: "PTSansBold", Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-transform: lowercase;
	text-align: right;
	display: block; float: right; margin-right: 20px;
}
#masthead {
	display: block; width: 110px; height: 100%; min-height: 500px;
	position: fixed; top: 0; left: 15px;
	background: url(../images/barcode.gif) repeat-y top left;
	z-index: 100;	
}
#yellow-net-au { position:absolute; top: 60px; left:10px; }
#yellow-locations { position:absolute; bottom: 0; left:0; }
#container {
	display: block; width: 685px;
	position: absolute; 
	margin: 140px 0 0px 265px;
	padding-bottom: 20px;
	z-index: 90;
}
.the-content {
	display: block;
	position:relative;
	top: 125px; left: 175px;
	clear: both;
}
.the-content h1 {
	display: block;
	width: 100%;
}

#yellow-home h1 {
	margin-bottom: .5em; 
}

#yellow-home small {
	font-size: .85em;
	display:block;
	margin-bottom: 4em;
}

.content-copy {
	display: block; width: 360px; float: left; margin-right: 45px; padding: 30px 0;
}

.content-copy ul {
	list-style: square;
}

.content-copy ul li {
	margin-left: 12px;
}

.content-gallery {
	display: block; width: 360px; 
	position: relative;
	float: left;
	padding: 30px 0;
}

.content-gallery ul li, .content-gallery ul li a.thumb {
	display: block; width: 119px; height: 119px;
	margin: 0 1px 1px 0;
	float: left;
	background: #737373;
}

.content-gallery ul li:hover {
	/*background: #333;*/
}

.content-gallery ul li span {
	display: block;
	width: 119px; height: 119px;
	overflow: hidden;
}
#yellow-home .content-gallery ul li span {
	display: block;
	width: 119px; height: 479px;
	overflow: hidden;
}
#yellow-home .content-gallery ul li, #yellow-home .content-gallery ul li a.thumb {
	height: 479px;
}

#mapps .content-gallery h2 {
	margin: 0 0 2em;
}
#mapps .content-gallery ul li {
	display: block;
	width: 359px; height:70px;
	color: #fff;
	font-family: "PTSansBold", Arial, Helvetica, sans-serif;
	font-size: 1.2em; line-height: 1.2em;
	position: relative;
}

#mapps .content-gallery ul li p {
	display:block; width: 200px; height: 25px; overflow: hidden;
	position: absolute; top: 41px; left: 195px;
}
li#mapps-process-1 {
	background: url(../images/mapps-process-1.jpg) no-repeat top left;
}
li#mapps-process-2 {
	background: url(../images/mapps-process-2.jpg) no-repeat top left;
}
li#mapps-process-3 {
	background: url(../images/mapps-process-3.jpg) no-repeat top left;
}
li#mapps-process-4 {
	background: url(../images/mapps-process-4.jpg) no-repeat top left;
}
li#mapps-process-5 {
	background: url(../images/mapps-process-5.jpg) no-repeat top left;
}
a.contact-button {
	display: block; height: 27px; width: 112px;
	padding-left: 10px;
	background: url(../images/button.png) no-repeat right top;
	color: white;
	font-family: "PTSansBold", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 27px;
}

a.contact-button:hover {
	background: url(../images/button-on.png) no-repeat right top;
}

form label {
	display: block; width: 75px; height: 15px;
	line-height: 15px;
	float: left;
	margin-bottom: 5px;
}

.mandatory {
	color: red;
}

form input {
	display: block; width: 250px; height: 15px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
}
form input.btn {
	width: 75px; height: 25px;
	line-height: 25px;
	text-transform: lowercase;
	border: none;
	background-color: #737373;
	color: #fff;
	margin: 5px 0 0 75px;
	font-weight: bold;
}

form input.btn:hover {
	background-color: #FFC000;
}

form textarea {
	display: block; width: 250px;
	border: 1px solid #CCC;
}

label.error {
	display: block;
	width: 200px;
	color: red;
	margin-left: 75px;
	margin-bottom: 5px;
	float: none;
	font-size: .9em;
}

form input.required.error, form textarea.required.error {
	border-color: red;
}

.message {
	display: none;
	padding: 7px;
	margin-bottom: 7px;
	border: 1px solid #ffc000;
	background-color: #fff9e5;
	font-size: .9em;
	width: 310px;
}

.footer {
	display: block; width: 360px;
	margin: 10px 0 20px;
	float: left;
	font-size: .85em;
	text-align: right;
}