* {
  margin: 0;
  padding: 0;
  font-family: Georgia, Palatino, Times, 'Times New Roman', sans-serif;
}

body {
  background: #fff;
}

a {
  text-decoration: none;
}

a:link,
a:visited {
  color: #0033cc;
}

a:hover {
  color: #f90;
}

#main {
  position: absolute;
  top: 100px;
  left: 190px;
  width: 590px;
}

#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: 20px;
	width: 130px;
	padding: 20px 20px 20px 0;
	border-right: 1px solid #ccc;
	text-align: right;
}

#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:#eeeeee;
	border-bottom: 1px solid #ccc;
}

#header_contact {
	position: absolute;
	top: 37px;
	left: 410px;
	padding:0px;
	font-size: 11px;
	color: #666;
	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;
}

img#xcerta_logo {
	padding-top: 25px;
	padding-left: 25px;
}

div.specs_breadcrumbs {
	text-transform: uppercase;
	font-size: 12px;
	padding-bottom: 10px;
}

table.specs_table td {
	padding: 3px;
	font-size: 12px;
}

