* {
  /*margin: 0;*/
  /*padding: 0;*/
  font-family: 'Courier New', Courier, sans-serif;
}

body {
  background: #fff;
}

a {
  text-decoration: none;
}

a:link,
a:visited {
  color: #CC0033;
}

a:hover {
  color: #f90;
}

#main {
  position: absolute;
  top: 100px;
  left: 15px;
  width: 580px;
}

#main h1 {
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: -1px;
}

#main h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: -1px;
  padding-top: 10px;
}

#main h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
}


#main p {
	margin: 20px 0;
	font-size: 15px;
	line-height: 18px;
}

#main ul {
	margin: 20px;
}

#main li {
	/*list-style-type: square;*/
	font-size: 15px;
	line-height: 20px;
}

#sidebar {
	position: absolute;
	top: 80px;
	left: 610px;
	width: 130px;
	padding: 20px 0px 20px 20px;
	border-left: 1px solid #ccc;
	text-align: left;
}

#sidebar hr {
	color:#ccc;
	background-color:#ccc;
	height:1px;
	padding: 0px;
	border:none;
}

#sidebar h2 {
	text-transform: uppercase;
	font-size: 13px;
	color: #333;
	letter-spacing: 1px;
	line-height: 20px;
}

#sidebar ul {
	list-style-type: none;
	margin: 10px 0;
}

#sidebar li {
	font-size: 14px;
	line-height: 16px;
}


#product_pictures {
	float: right;
	padding-left: 10px;
	text-align: center;
}

#product_pic {
	text-align: center;
	padding-bottom: 20px;
}

#header_bar {
	width: 100%;
	height:80px;
	background-color:#CC0033;
	border-bottom: 1px solid #ccc;
}

#header_contact {
	position: absolute;
	top: 37px;
	left: 410px;
	padding:0px;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#footer_bar {
	clear: both;
	position: relative;
	width: 100%;
	background-color:#fff;
	border-top: 20px solid #fff;
	text-align:bottom;
}

p#copyright {
	font-size: 11px;
	color: #666;
}

#logo_gfx {
	padding-top: 40px;
	padding-left: 25px;
}

div.specs_breadcrumbs {
	text-transform: uppercase;
	font-size: 12px;
	padding-bottom: 10px;
}

table.specs_table td {
	padding: 3px;
	font-size: 12px;
}
