/*********************************************
** Coffee and Tea Supplies WA
** (c) copyright 2007
**
** media: screen
** designer: Tim Paul
** developer: Emil Krautman
** created: June 19th, 2007
** product of: Freckle Creative
*********************************************/
@import url(freckle.css);

body {
	background-color: #e0e1c0;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	line-height: 1.6em;
	font-family: arial, sans-serif;
	text-align: center;
}

h1,
.logo,
#d-accessibility { display: none; }

#d-container {
	margin: 0 auto;
	padding: 0;
	width: 740px;
	background: url(../images/headerbg.gif) top left no-repeat;
	text-align: left;
	display: block;
	height: 800px;
	border-top: 1px solid #e0e1c0;
}

html>body #d-container {
	min-height: 800px;
	height: auto;
}

#home #d-container { background: #e0e1c0 url(../images/home_headerbg.gif) 0 0 no-repeat; }

#d-nav {
	display: block;
	margin-top: 93px;
	margin-left: 223px;
	font-size: 1.2em;
}

#d-nav h2 { display: none; }

#d-nav ul {
	list-style: none;
	width: 400px;
}

#d-nav li {
	display: inline;
	position: relative;
	border-left: 1px solid #555724; 
}

#d-nav li.last { border-right: 1px solid #555724; }

#d-nav li a { 
	color: #555724;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
}

#d-nav li a:hover,
#d-nav li a.selected { 
	color: #a9004a;
}

#d-nav ul ul {
	display: none; 
	position: absolute; 
	top: 15px;
	left: 0;
	width: 100px;
	background-color: #DACA96; 
	margin: 0;
	padding: 0 0 3px 8px;
	border-bottom: 3px solid #382214;
	
}

#d-nav ul ul li a,
#d-nav ul ul li {
	display: block;
	border: none;
	text-align: left;
	margin: 0;
	padding: 0;
	height: 1.2em;
}

#d-nav ul ul li { margin-top: 5px; }

#d-nav ul li.hover ul,
#d-nav ul li:hover ul { display: block; }


.imagestrip { 
	background: url(../images/home_topimagestrip.jpg) no-repeat; 
	width: 726px;
	height: 218px;
	display: block;
	margin: 65px 0 0 0;
	padding: 0;
}

#d-content { 
	margin: 75px 12px 5px 12px; 
	height: 250px;
	display: block;
	color: #4f4629
}

html>body #d-content { 
	min-height: 250px;
	height: auto;
}

body#home #d-content { margin: -30px 12px 5px 12px; }

html>body#home #d-content {  margin: -30px 12px 5px 12px; }

h2.aboutus {
	background: url(../images/aboutus.gif) no-repeat;
	height: 27px;
	text-indent: -3000px;
	display: block;
	margin: 0;
	padding: 0;
}

h3 { color: #4f4629; }

.first { font-weight: bold; }

#d-footer {
	background-color: #ebebe0;
	color: #433a1f;
	padding: 8px 0 8px 13px;
	border: 1px solid #d4d5c9;
}

#d-footer hr { display: none }
#d-footer p { margin: 0; }

#d-footer .links a {
	color: #565656;
	text-decoration: none;
}
#d-footer .links a:hover {
	text-decoration: underline;
}

#d-footer em { 
	margin-left: 5px; 
	margin-right: 5px;
}

.validators { margin-top: 15px; margin-left: 5px; }

.validators em { display: none; }
