body {
	background: #245;
}

div#doc {
	border-width: 1px;
	border-color: #acd;
	background: white;
	border-style: solid;
	
}

div#hd {
	margin: 5px;
	height: 100px;
	position: relative;
}

div#title {
	position: absolute;
	top: 0;
	left: 0;
	width: 165px;
	text-align: center;
	padding: 0 5px;
	color: #245;
	background: #eee;
	height: 100px;
	color: #245;
}

div#title span.top {
	font-size: 34px;
	letter-spacing: -2px;
	text-transform: lowercase;
	position: relative;
	bottom: -5px;
	text-decoration: underline;
}

div#title span.bottom {
	font-size: 40px;
	letter-spacing: -4px;
	text-transform: uppercase;
	position: relative;
	top: -4px;
}

div#subtitle {
	position: absolute;
	top: 0;
	right: 0;
	left: 180px;
	bottom: 50px;
	font-size: 16px;
	/*font-style: italic;*/
	font-weight: bold;
	color: #245;
	text-align: right;
	background: #ddf;
	padding: 5px;
	
}

div#cart,
div#search {
	text-align: right;
	/*background: #ddf;*/
	border: 5px solid #ddf;
	/*padding: 5px;*/
}

div#cart {
	position: absolute;
	top: 55px;
	left: 180px;
	right: 185px;
	bottom: 0;
}

div#search {
	position: absolute;
	top: 55px;
	left: 560px;
	right: 0;
	bottom: 0;
}

div#search * ,
div#cart * {
		vertical-align: middle;
}

div#cart form {
	display: inline;
}

div#main {
	margin: 0 5px 5px 0;
	padding: 5px;
}

#menu {
	background: #ddf;
	margin: 0 0 5px 5px;
	padding: 5px;
}

#menu li {
	padding: 0.1em 0; 
}

#menu li li {
	padding-left: 0.5em;
}

#menu a.path {
	font-weight: bold;
}

address {
	font-style: normal;
	float: left;
	text-align: left;
}

.clear {
	clear: both;
}

p {
	margin: 0.5em auto;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 1em;
}


select,input,textarea {
	font-family: "Courier New", Courier, monospace;
	padding: 0.1em;
	font-size: small;
}

input.checkBox,input.radioButton {
	border: none;
	background: none;
}

input.button,select.button,textarea.button {
	font-family: Helvetica, Geneva, Verdana, Arial, sans-serif;
}

input.tiny,select.tiny,textarea.tiny {
	width: 3em;
}

input.small,select.small,textarea.small {
	width: 9em;
}

input.medium,select.medium,textarea.medium {
	width: 15em;
}

input.large,select.large,textarea.large {
	width: 30em;
}

textarea {
	height: 12em;
}

textarea.huge {
	height: 21em;
	width: 100%;
}

a {
	color: #36f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
