body {
	font-size: 13px;
	color: #808080;
	font-family: century gothic;
	margin: 0px;
	padding: 0px;
}

a {
	color: #808080;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h2 {
	color: #666;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
}

input, select {
	color: #808080;
}

#mainContainer {
	position: relative;
	width: 1000px;
	height: 145px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#header_links {
	position: absolute;
	top: 70px;
	left: 800px;
	width: 200px;
	text-align: right;
}

#logo_text {
	position: absolute;
	top: 62px;
	left: 177px;
}

#brownBar {
	position: absolute;
	top: 89px;
	left: 0px;
	width: 990px;
	text-align: right;
	padding-right: 10px;
	background: #A77C52;
	height: 30px;
	color: #fff;
}

#brownBar input {
	border: none;
}

#nav {
	position: absolute;
	top: 119px;
	left: 0px;
	width: 832px;
	text-align: right;
	height: 26px;
	border-left: 168px solid #93B0D8;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav ul li img {
	border: none;
	padding: 0;
	margin: 0;
	margin-left: -4px;
}

#nav a {
	text-decoration: none;
}

#body {
	width: 822px;
	text-align: left;
	padding-top: 10px;
	vertical-align: top;
	padding-left: 10px;
}

#myaccountnav {
	position: absolute;
	top: 70px;
	left: 560px;
	width: 440px;
	text-align: right;
}

#myaccountnav a {
	margin-left: 10px;
}

#categoryNav {
	width: 168px;
	background: #93B0D8;
	vertical-align: top;
	padding-bottom: 30px;
	text-align: left;
}

#categoryNav .item {
	background: url('../images/category_bg.jpg') no-repeat 0px 0px;
	width: 168px;
	min-height: 34px;
}

#categoryNav .item a {
	color: #fff;
	padding-left: 6px;
	line-height: 34px;
}

#categoryNav .item ul {
	list-style-type: none;
	color: #fff;
	line-height: 18px;
	margin: 0;
	padding: 0;
	padding-left: 6px;
	margin-bottom: 10px;
}

#brownFooter {
	position: relative;
	width: 1000px;
	text-align: left;
	background: #A77C52;
	height: 30px;
	color: #fff;
}

#customerCenter {
	position: absolute;
	top: 0px;
	left: 6px;
	width: 162px;
	border-right: 1px solid #fff;
	height: 30px;
	padding-top: 6px;
}

#aboutCTC {
	position: absolute;
	top: 0px;
	left: 174px;
	width: 162px;
	border-right: 1px solid #fff;
	height: 30px;
	padding-top: 6px;
}

#companyInfo {
	position: absolute;
	top: 0px;
	left: 344px;
	width: 162px;
	height: 30px;
	padding-top: 6px;
}

#bottomLinksContainer {
	position: relative;
	width: 1000px;
	text-align: left;
}

#bottomLinksContainer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#bottomLinksContainer ul li a {
	color: #808080;
}

#customerCenterLinks {
	position: absolute;
	top: 0px;
	left: 6px;
	width: 162px;
	height: 100px;
	border-right: 1px solid #A77C52;
}

#aboutCTCLinks {
	position: absolute;
	top: 0px;
	left: 174px;
	width: 162px;
	height: 100px;
	border-right: 1px solid #A77C52;
}

#companyInfoLinks {
	position: absolute;
	top: 0px;
	left: 344px;
	width: 162px;
	height: 100px;
}

#companyInfoLinksCol2 {
	position: absolute;
	top: 0px;
	left: 510px;
	width: 364px;
	height: 100px;
}

