* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	font: 62.5%/1.5 Verdana, Arial, Helvetica, sans-serif;
	background: url(Images/background-fabric.jpg);
}

p {
	margin-bottom: 1.5em;
}

a {
	color:#000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 20px;
	font-size: 1.2em;
	line-height: 1.5em;
	width: 700px;
}

#header {
	background-color: #efeee0;
	height: 170px;
}

#header .logo {
	float: left;
	margin-top: 30px;
	margin-left: 10px;
}

#header .welcome {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}

#content {
	background: #efeee0;
	padding: 10px;
}

#footer {
	background: #efeee0;
	height: 24px;
	text-align: center;
	line-height: 1.3em;
	font-size: .7em;
}

#nav {
	background: #efeee0;
}

#buttons {
	background: #D8D4C0;
	height: 30px;
}

#buttons ul {
	list-style:none;
	padding: 6px 0px 0px 35px;
	line-height:180%;
}

#buttons ul li {
	display:inline;
	margin: 0px 10px 0px 0px;
}

#buttons ul li a, #buttons ul li.currentPage {
	padding: 0px 0px 4px 0px;
	color: #333;
}

#buttons ul li.currentPage {
	font-weight: bold;
}

#buttons ul li a:hover{
	text-decoration: underline;
}

#at {
	width: 90%;
	margin: auto;
}

table {
	border-collapse:collapse;
	border: 2px solid #D8D4C0;
	margin: auto;
	width: 95%;
}

table .noBorder {
	border: 0px;
}

tbody td {
	border-collapse:collapse;
	border: 2px solid #D8D4C0;
	background-color: #F8F0DC;
}

th, td {
  font-size: 1em;
  padding: 1px 4px;
}

td {
	
}

th {
  background-color: #D8D4C0; 
  text-align: center;
  }
  
tfoot {
  background-color: #D8D4C0;
  color: #555555;
  }
  
tfoot td {
  font-size: 1.0em;
  text-align: center;
  }
  
.button a:hover {
	text-decoration: underline;
}
  
.warning {
	font-weight: bold;
	color: #ff0000;
}

.orderFormPage {
	text-align: center;
	padding: 20px;
}
