/* Squash POS Print Stylesheet */

/* ----------------------------------------------------- [ General ] */

body {
	font-family: verdana, arial, sans-serif;
}
h1 {
	margin-bottom: 3px;
}

/* --------------------------------------------------- [ Main Menu ] */

ul#menu {
	display: none;
}

/* ------------------------------------------------ [ Content Area ] */

h2 {
	margin: 15px 0 0;
}
div#box-content p {
	font-size: .9em;
	line-height: 1.3em;
}
div#round-box-no-header {
	display: none;
}

/* ----------------------------------------------------- [ Sidebar ] */

div#rotating-imgs {
	display: none;
}
a#contact-form {
	display: none;
}
div#sidebar ul {
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
}
div#sidebar li, div#sidebar a {
	font-size: .9em;
	line-height: 1.2em;
}

/* ------------------------------------------------- [ Brightboxes ] */

div.brightbox {
	display: none;
}

/* ------------------------------------------------------ [ Footer ] */

div.column img {
	display: none;
}
div.column h3 {
	margin-top: 30px;
	font-size: .95em;
}
div.column a {
	color: #000;
}
div.column p {
	font-size: .75em;
	line-height: 1.4em;
	margin: 5px 0;
}
p#copyright {
	line-height: 1.5em;
	width: 600px;
	margin: 30px 0;
	color: #999;
	font-size: .7em;
}