html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #8C8C8C;
}
#headerbg {
	background: #224884 url(../images/page/header-bg.gif) top center repeat-x;
	border-bottom: 5px solid #AE9779;
}
#header {
	background: url(../images/page/header-bg.jpg) top center no-repeat;
	border-bottom: 1px solid #FFF;
}
#header div {
	margin: 0 auto;
	width: 760px;
}
#nav {
	margin: 0 auto;
	width: 760px;
	text-align: right;
	padding: 8px 0;
}
#nav a {
	padding: 0 10px;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
	color: #ACACAC;
	text-decoration: none;
/*	letter-spacing: 1px;*/
}
#nav a:hover {
	color: #224884;
	text-decoration: underline;
}
#nav a strong {
	font-weight: bold;
	color: #AE9779;
}


#sidebar {
	vertical-align: top;
}
#sidebar {
	width: 160px;
	padding: 103px 0 40px;
	background: url(../images/page/2ndlogo.gif) top center no-repeat;
}
#sidebar ul {
	margin: 0 15px 0 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin: 0;
	padding: 0;
	line-height: 0;
}
#sidebar li a {
	display: block;
	font-size: 11px;
	line-height: 14px;
	color: #ACACAC;
	text-decoration: none;
	padding: 5px 0;
	text-transform: lowercase;
}
#sidebar li a:hover {
	color: #1B3E75;
}
#sidebar li a strong {
	font-weight: bold;
	color: #AE9779;
}

#content {
	vertical-align: top;
	width: 600px;
	padding-bottom: 40px;
}
#content h1 {
	margin: 50px 0 0;
	padding: 0;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #1B3E75;
	text-transform: lowercase;
}
#content h2 {
	margin: 40px 0 -10px;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #1B3E75;
	text-transform: uppercase;
}
#content h3 {
	margin: 20px 0 -10px;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #1B3E75;
}
#content p {
	margin: 15px 0;
}

#footer {
	background: url(../images/page/footer-bg.gif) top repeat-x;
	padding: 40px 0 15px;
	text-align: center;
	font-size: 11px;
	color: #ACACAC;
}
#footer table {
	width: 760px;
}
#footer a {
	color: #ACACAC;
	padding-left: 15px;
	text-decoration: none;
}
#footer a:hover {
	color: #224884;
	text-decoration: underline;
}



/* ----- product listing page ----- */

#prodlist {
	margin-left: -90px;
	margin-bottom: -50px;
	padding-top: 22px;
}
#prodlist table {
	float: left;
	width: 140px;
	margin: 0 0px 10px 90px;
}

.ie #prodlist table { float: none; display: inline; }

#prodlist td {
	border: 1px solid #EAEAEA;
	background: url(../images/products/sample01.jpg) center no-repeat;
}
#prodlist th {
	vertical-align: top;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	font-weight: normal;
	color: #ACACAC;
	padding: 10px;
	height: 110px;
}
#prodlist th a {
	color: #ACACAC;
	text-decoration: none;
}



/* ----- product details page ----- */

#details {
	padding-top: 22px;
}
#details table {
	width: 100%;
}
#details td {
	vertical-align: top;
}
#details div div {
	border: 1px solid #EAEAEA;
background: url(../images/products/sample03-big.jpg) center no-repeat;
}
#details th {
	vertical-align: top;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	font-weight: normal;
	padding-left: 40px;
	height: 110px;
}
#details h2 {
	margin: -3px 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
}
#details p {
	margin: 11px 0;
}
#details th a {
	color: #ACACAC;
	text-decoration: none;
}
#cart {
	margin: 0;
	padding: 20px 0;
}
#cart td {
	border: none;
	vertical-align: middle;
	padding-bottom: 6px;
}
#cart select, #cart input {
	font: 11px Arial, Helvetica, sans-serif;
	color: #8C8C8C;
}
#cart select {
	width: 120px;
}

.button {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #1B3E75;
	border: 1px solid #D5D5D5;
	background-color: #EDEDED;
	padding: 3px 0;
}
#next td {
	border: none;
	font-size: 10px;
}
#next a:hover {
	text-decoration: underline;
	color: #1B3E75;
}
#recommended h2 {
	margin: 40px 0 24px;
	padding: 0;
	font-size: 21px;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: 1px;
	line-height: 26px;
	color: #1B3E75;
}
#recommended div {
	float: left;
	margin: 0 30px 0 0;
	background: url(../images/products/sample04.jpg) center no-repeat;
}
#recommended img {
	border: 1px solid #EAEAEA;
}



/* ----- basket page ----- */

#basket th {
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	color: #224884;
	padding: 5px 5px;
	background: url(../images/page/footer-bg.gif) top repeat-x;
	border-bottom: 1px solid #EAEAEA;
}
#basket td {
	padding: 7px 5px;
	border-bottom: 1px solid #EAEAEA;
}
#basket td td {
	border-bottom: none;
	padding: 0;
}
#order h2 {
	margin: 30px 0 5px;
	padding: 0;
	font-size: 21px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 26px;
	color: #1B3E75;
}



.bigtext {
	font-size: 18px;
/*	font-weight: bold;*/
}
.mini {
	font-size: 9px;
	line-height: 12px;
}
.red {
	color: red;
}

a {
	color: #224884;
}
form {
	margin: 0;
}
form td {
	padding-bottom: 7px;
}
input, select, textarea {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}