/* www.maryseboxer.com :: CSS by Duncan Marshall at Chroma Design - www.chromadesign.co.uk :: this version April 14 2006 */

/* The file below is read by ALL browsers
	but the hacks contained within it further target 
	IE5-6 for Windows. See file for details. */

@import "ie6win.css";



/* The file below is ONLY read by IE5/Win.
	Makes use of the Mid Pass Filter: 
	http://tantek.com/CSS/Examples/midpass.html */

@media tty {
 i{content:"\";/*" "*/}} @import 'ie5win.css'; /*";}
}/* */



/* The file below is ONLY read by IE5/Mac.
	Makes use of the Band Pass Filter: 
	http://www.stopdesign.com/examples/ie5mac-bpf/ */

/*\*//*/
  @import "ie5mac.css";
/**/
html
{
	height: 100%;
	margin-bottom: 1px;
}

body
{
	background: white;
	text-align: center;
	font-family: "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 10pt;
	color: #000;
}
#wrapper
{
	width: auto;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}
#banner
{
	display: none;
}

/* =SIDEBAR and NAVIGATION  */
#sidebar
{
	display: none;
	width: 120px; /* was 120 */
	margin-top: 4px;
}
ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}
ul li
{
	display: block;
	height: 20px;
}

#main
{
	width: 100%;
	height: auto;
	margin-bottom: 0px;
}
body#contact #main
{
	line-height: 18px;
	color: #000;
}
h3#terms
{
	width: 500px;
}
h3
{
	width: 190px;
	margin-top: 10px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-weight: 500;
	font-size: 11px;
}

/* terms and conditions */

ul.termsullist
{
	margin-bottom: 20px;
}
ul.termsullist li
{
	height: auto;
	margin-bottom: 10px;
}
