/* Global Defaults */
html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
body {
  color: #666666;
}

/* Headlines */
h1, h2, h3, h4, h5 {
	padding: 0;
	font-weight: normal;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	margin-top: 0px;
	color: #666666;
}
h1 {
	font-size: 144%;
}
h2 {
	font-size: 134%;
}
h3 {
	font-size: 125%;
}
/* Text Styles */
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
	font: .95em/1.35 Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 133%;
	letter-spacing: 1px;
}
.price {
 font-size: 122%;
 font-weight: bold;
}
blockquote {
  margin: 1.25em;
  padding: 1.25em
}
q {
  font-style: italic;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}
small {
  font-size: .7em;
}
big {
  font-size:1.2em;
}
img {
	border: none;
	padding: 0px;
}
/* Links and Images */
a:link, a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px;
	border-bottom-style: dotted;
}
a:hover { 
	color: #FF0000; 
	text-decoration: none;
	border-bottom: 1px;
	border-bottom-style: dotted;
}
a:active { 
	color: #FF0000;
	text-decoration: none;
}

/* Tables */
table {
  margin: 0;
  padding: 0;
  border: none;
}

/* Forms */
form {
  margin: 0;
  padding: 0;
  display: inline;
}
label {
cursor: pointer;
}

/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
.ascaso {
	font-family: "Trebuchet MS",arial;
	color: #999999;
	font-size: 166%;
}

#indent1 {
	text-indent: 10px; 
}
/*menu*/
#menu {
	width: 685px;
	height: 31px;
	margin-top: 110px;
	margin-left: 5px;
	text-align: left;
	font-size: 95%;
	float: right;
}
#menu ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	color: #666666;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 100%;
	padding-right: 46px;
	border-bottom: none;
}
#menu a:hover {
	color: #FF0000;
	text-decoration: none;
}
#menu a:active {
	color: #666666;
	border-bottom: 1px;
	border-bottom-style: dotted;
}

#topwrapper {
	width: 915px;
	height: 234px;
	margin: 0 auto;
	padding-bottom: 33px;
	clear: both;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#headpic {
	float: left;
	width: 175px;
	height: 245px;
	padding: 0;
	margin-top: 14px;
	margin-right: 50px;
	background-image: url(images/ascaso-coffee-machine.jpg);
}
#logo {
	float: right;
	width: 690px;
	margin-top: 44px;
}
#logo a {
	border-bottom: none;
}
#wrapper {
	width: 915px;
	margin: 0 auto;
	padding-bottom: 33px;
	clear: both;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	overflow: auto;
}
#content {
	float: left;
	width: 555px;
	padding: 0;
	margin-top: 30px;
	margin-right: 30px;
}
#sidebar {
	float: right;
	width: 330px;
	padding-top: 0px;
	margin-top: 30px;
}
#sidebar img {
	border-bottom: none;
}
#footer {
	clear: both;
	width: 921px;
	margin: 0 auto;
	margin-top: 22px;
}
#footer p {
	text-align: center;
}
