body {
 	margin:0;
 	padding:0;
}

#wrapper {
	background:#FFF url('logo.png') 20px 0px no-repeat;
	width:1100px;
	margin:10px auto 0 auto;
	padding:100px 20px;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,div,table,tr,td {
	font-family: Sans-serif;
	font-size: 12px;
	color:#000;
}

ul#menu {
	margin:10px 0px 20px 0px;
	padding:0px;
}

ul#menu li {
	display:block;
	float:left;
	list-style:none;
	width:120px;
	border-bottom:1px dotted #00F;
	margin:0 10px 0 0;
	padding:0;
}

a {
	text-decoration:none;
	color:#1979ac;
}

a:hover {
	color:#09F;
	text-decoration:underline;
}

ul#menu a:hover {
	text-decoration:none!important;
}

table.data {
	border:0;
	border-collapse:collapse;
}

table.data th {
	background-color:#EEE;
	font-weight:bold;
	text-align:left;
	padding:2px 8px 2px 0px;
}

table.data td {
	padding:2px 8px 2px 0px;
}

table.wider th, table.wider td {
	padding:2px 24px 2px 0px!important;
}

table.data input[type="text"] {
	border: 1px solid #666;
	background:#FFF;
	text-align:center;
	font-size:11px;
	height:16px;
	line-height:16px;
	width:50px;
}

form {
	margin:0;
	padding:0;
}

div#ordering-intro {
	font-size: 13px;
}

div#ordering-intro h3 {
	text-decoration: underline;
}

div#ordering-intro p.small {
	font-size: 11px;
}

div.field {
	margin:5px 0px;
	padding:0;
}

div.field label {
	display:block;
	float:left;
	width:200px;
}

div.long {
	margin:10px 0px!important;
}

div.long label {
	float:none!important;
	width:auto;
}

div.field input, div.field select {
	border: 1px solid #333;
	background: #FFF;
}

ul#customers li {
	list-style:none;
	line-height:150%;
}

h2 {
	color:#F00;
}

.fail {
	color:#F00;
	font-weight:bold;
}

.success {
	color:#0C0;
	font-weight:bold;
}

em.small {
	font-size:80%;
}

table.calendar {
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
}

table.calendar td {
	width:80px;
	height:80px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

td.weekend {
	background-color:#FCC;
}

td.exception {
	background-color:#FC9;
}

td.today {
	background-color:#FF0;
}

table.calendar th {
	height:20px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	background:#CCC;
}

table.legend {
	width:300px;
	float:right;
	font-weight:bold!important;
}

table.legend th, table.legend td {
	height:20px;
}

.leadtime {
	width:60px;
	margin:10px auto;
}

.lead {
	display:block;
	width:10px;
	float:left;
	border: 1px solid transparent;
}

.selected {
	font-weight:bold;
	border: 1px solid #0c0;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */