@charset "utf-8";
/* CSS Document */

body {
	font: .9em Arial, Helvetica, sans-serif;
	background: #4c9bcd url(../images/bkgrnd.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#header {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
#logo {
	padding-top: 5px;
	padding-left: 10px;
}
#nav {
	font-size: 0.9em;
	border-collapse: collapse;
	background: #642D11;
	height: 30px;
	text-align: center;
	border-top: 1px solid #FFF;
}
#nav ul {
	margin: 0 0 0.5em;
	padding: 0.6em 0 0.5em;
	list-style-type: none;
}
#nav li {
	display: inline;
}
#nav a:link {
	padding: 0.2em 1em;
	color: #FFF;
	text-decoration: none;
	margin: 0px 2px 2px;
}
#nav a:visited {
	padding: 0.2em 1em;
	color: #D5D5CA;
	text-decoration: none;
	margin: 0px 2px 2px;
}
#nav a:hover {
	color: #642D11;
	background: #FFFFFF;
}
.share {
	font-size: .7em;
	color: #CCCCCC;
}
.sizes {
	border:1px solid #085F6A;
	background-color:#FFF;
}
.sizes th {
	color: #085F6A;
	font-weight: bold;
	font-size: 1.2em;
	padding:5px 18px;
	text-align: center;
	background: #FFF url(../images/th_bg.jpg) repeat-x left bottom;
}
.sizes .altrow {
	background-color: #eee;
}
.sizes td {
	padding:6px 18px;
	border-top: 1px dotted #CCC;
	text-align: center;
}/*
.sizes tr:hover {background-color:#FFFFCC;}*/
.sizes .tfooter { font-size:90%; color: #666; border-top:1px solid #FFF; text-align:center; background: #EAEAEA; }
.alignCenter {
	text-align: center;	
}
.alignTop {
	vertical-align: top;
}
.red {
	color: #c00;
}
.specialsBox {
	border:2px solid #C00;
	background-color:#FFF;
	padding: 10px;
}

.specialsBox h3 {
	font-size: 140%;
	font-weight: bold;
	color: #C00;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 2px;
}
.width300 {
	width: 300px;	
}
.width400 {
	width: 400px;
}
.width200 {
	width: 200px;
}
.specialsBoxGrey {
	border:1px solid #000;
	padding: 10px;
	background: #F5F5F5;
}
.rounded {
  border-radius:15px;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
}

