/*---------------------------------------
Lynx Purchasing Basic Style Sheet
Author: 	Neil Mills
---------------------------------------*/

/* - Import styles */

@import url("layout.css");
@import url("typography.css");

/* - Global */

* {
	margin:0;
	padding:0;
	border:0;
}
body {
	background:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#666;
	text-align:center;
}

/* - Common */

.hide {
	position: absolute;
	left: -9999px;
	top: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}



.clearfix:after {
	content:"."; 
	display:block; 
	height:0px; 
	clear:both; 
	visibility:hidden}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%}
.clearfix {display:block}
/* End hide from IE-mac */


.floatright {
	float:right;
	padding-left:10px;
}
.floatleft {
	float:left;
}
.right {
	text-align:right;
}
.rightimage {
	margin-bottom:10px;
	display:block;
}
.minheight {
	min-height:360px;
	height:auto !important;
	height:360px;
}
.clear{
	clear:both;
}
a,a:visited{
	color:#FF9900;
}
a:hover,
a:active,
a:focus{
	color:#000;
	 }
a#skip {
	position:absolute;
	right:10px;
	top:-3px;
	display:none;
	color:#999;
}
a#skip:hover,
a#skip:active,
a#skip:focus {
	background:#EFAA22;
	color:#FFF;
}
p,ul {
	margin-bottom:10px;
}
em {
	color:#FF9900;
	font-style:normal;
}
ul {
	margin-left:25px;
}
li{
	padding-bottom:4px;
}

#bodyheader {
	display:none;
}
ul#map {
	margin-left:50px;
	list-style-type:none;
}



