/************************************************
/	LIONEL NEW YORK
/************************************************/


/***************************************
/	RESET RELOADED 
/************************************{*/

*{ margin: 0; padding: 0; }
html>body * { height: auto; }

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.0;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*---- 21st CENTURY CLEARING OF FLOATS ----*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.clear {
	clear: both;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}      
/* End hide from IE-mac */



/************************************}*/



/***************************************
/	BASE
/************************************{*/

html, body {	
	height:100%;	
	background-color: #7085A0;
	background-image: url(../images/layout/bg.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: arial, "Lucida Sans Unicode", sans-serif;	
}

/************************************}*/



/***************************************
/	MAIN WRAPPER
/************************************{*/

div#wrap {
	position: relative;
	width: 946px;
	height: 745px;
	background-image: url(../images/layout/siteBg.png);
	margin: 0 auto;
	padding: 0px;
}

/************************************}*/	
	


/***************************************
/	CONTENT 
/************************************{*/

/*--- IN CASE CSS IS NOT ENABLED ---*/

span { display: none; }

/*----	ANCHOR DEFAULTS ----*/

a:link, 
a:visited {
	color: white;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: orange;	
}

a.visitLionel {
	display: block;
	position: absolute;
	top: 253px;
	left: 699px;
	width: 203px;
	height: 66px;
	background: url(../images/layout/btn.png) no-repeat;
}

a.map {
	display: block;
	position: absolute;
	top: 427px;
	left: 270px;
	font-size: 12px;
	font-weight: bold;
}

