body {
	margin: 30px 0px;
	padding: 0px;
	text-align: center;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #444;
	background-color: #fff;
}


/* Links
-----------------------------------------------*/
a, a:link, a:visited {
	color: #444;
	font-weight: bold;
	text-decoration: underline;	
}
a:hover, a:active {
	text-decoration: none;
}
#contactinfo a {
	color: #666;
}
#footer a {
	color: #B3B3B3;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
#credit a {
	color: #a1a986;
}


/* Titles
-----------------------------------------------*/
#maincontent h2 {
	font-size: 16px;
	color: #c3c3c3;
}
#maincontent td h2 {
	font-size: 14px;
	margin: 10px 0px 5px 0px;
	color: #999999;
}
#caption h3 {
	display: none;
}


/* Logo
-----------------------------------------------*/
#logo img {
	display: block;
	width: 0px;
}
#logo span {
	display: block;
	width: 440px;
	height: 25px;
	background: url(../graphics/logo.gif) no-repeat left top;
}
#logo a {
	border-style: none;
	display: block;
	width: 440px;
	height: 25px;
	text-decoration: none;
}



/* Navigation
-----------------------------------------------*/
#nav {
	width: 210px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #e7e7e7;
	list-style: none;
	background-color: #fff;
}
#home #nav {
	padding: 0px;
	border: none;
}
#nav li {
	padding: 0px 0px 4px 10px;
	list-style: none;
	background: url(../graphics/bullet.gif) no-repeat left 3px;
	line-height: 13px;
}
#nav a, #nav a:link, #nav a:visited {
	color: #74804d;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	color: #74804d;
	text-decoration: underline;
}
#home #nav li {
	padding-bottom: 10px;
}


/* Thumbnail Navigation */
#thumbnav {
	padding: 5px 0px 0px 5px;
}
#thumbnav a, #thumbnav a:link, #thumbnav a:visited {
	display: block;
	float: left;
	margin: 0px 4px 4px 0px;
	border: 1px solid #CCCCCC;
}
#thumbnav a:hover, #thumbnav a:active {
	border-color: #40c2ff;
}


/* Right Column Backgrounds
-----------------------------------------------*/
.colbckgrd-gray {
	background: url(../graphics/colbckgrd-gray.gif) no-repeat bottom right;
	border-bottom: 1px solid #fff;  /* Mozilla and Netscape fix to display background */
}
.colbckgrd-blues {
	background: url(../graphics/colbckgrd-blues.jpg) no-repeat bottom right;
	border-bottom: 1px solid #fff;  /* Mozilla and Netscape fix to display background */
}
.colbckgrd-lucky {
	background: url(../graphics/colbckgrd-lucky.jpg) no-repeat bottom right;
	border-bottom: 1px solid #fff;  /* Mozilla and Netscape fix to display background */
}
.colbckgrd-mask {
	background: url(../graphics/colbckgrd-mask.jpg) no-repeat bottom right;
	border-bottom: 1px solid #fff;  /* Mozilla and Netscape fix to display background */
}
.colbckgrd-night {
	background: url(../graphics/colbckgrd-night.jpg) no-repeat bottom right;
	border-bottom: 1px solid #fff;  /* Mozilla and Netscape fix to display background */
}
.colbckgrd-strokes {
	background: url(../graphics/colbckgrd-strokes.jpg) no-repeat bottom right;
	border-bottom: 1px solid #fff;  /* Mozilla and Netscape fix to display background */
}
.colbckgrd-trunk {
	background: url(../graphics/colbckgrd-trunk.jpg) no-repeat bottom right;
	border-bottom: 1px solid #fff;  /* Mozilla and Netscape fix to display background */
}
.colbckgrd-shoes {
	background: url(../graphics/colbckgrd-shoes.jpg) no-repeat bottom right;
	border-bottom: 1px solid #fff;  /* Mozilla and Netscape fix to display background */
}
.colbckgrd-mark {
	background: url(../graphics/colbckgrd-mark.jpg) no-repeat bottom right;
	border-bottom: 1px solid #fff;  /* Mozilla and Netscape fix to display background */
}
.colbckgrd-traditional {
	background: url(../graphics/colbckgrd-traditional.jpg) no-repeat bottom right;
	border-bottom: 1px solid #fff;  /* Mozilla and Netscape fix to display background */
}
.colbckgrd-apple {
	background: url(../graphics/colbckgrd-apple.jpg) no-repeat bottom right;
	border-bottom: 1px solid #fff;  /* Mozilla and Netscape fix to display background */
}


/* Page Structure
-----------------------------------------------*/
#wrapper {
	width: 730px;
	margin: 0px auto;
	padding: 35px 0px 0px 0px;
	text-align: center;
	background: #fff url(../graphics/brackets-top.gif) no-repeat center top;
}
.gutter {
	width: 664px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
.columnL {
	float: left;
	width: 440px;
}
.columnR {
	float: right;
	width: 210px;
}
#leadimg .columnL {
	padding-top: 456px;
	background: url(../graphics/homeimg1-2007oct.jpg) no-repeat left top;
}
#leadimg .columnR {
	padding-top: 456px;
	background: url(../graphics/homeimg2-2007oct.jpg) no-repeat left top;
}
#contactinfo {
	color: #666;
	line-height: 13px;
	font-weight: bold;
	white-space: nowrap;
	letter-spacing: 0.05em;
}
#logo, #contactinfo {
	margin-bottom: 20px;
}
#home #maincontent {
	text-align: justify;
}
#maincontent img {
	display: block;
	width: 440px;
}
#caption {
	margin-top: 5px;
}
.clear {
	clear: both;
}
hr {
	display: none;
}


/* Forms
-----------------------------------------------*/
input.styledfield {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #ffffff;
	width: 209px;
	border: 1px solid #cccccc;
	padding: 3px;
}
textarea.styledfield {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #ffffff;
	width: 434px;
	height: 94px;
	border: 1px solid #cccccc;
	padding: 3px;
}


/* Footer
-----------------------------------------------*/
#footer {
	clear: both;
	width: 730px;
	margin: 0px auto;
	padding: 35px 0px 0px 0px;
	text-align: center;
	background: #fff url(../graphics/brackets-bttm.gif) no-repeat center top;
	font: 10px/12px arial, sans-serif;
	color: #B3B3B3;
}
#credit {
	display: block;
	margin-top: 5px;
}
