@import url(fonts.css);

html, body, ul, ol, li, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6, p{ 
	margin:0;
	padding:0
}

html, body {
	background:#FFF;
	text-align:center
}

/* basic structure */
#site {
	position:relative;
	width:964px;
	margin:0.5em auto;
	text-align:left;
}

#site-top {
	float:left;
	display:inline;
	background:url(../images/Holmberg/site-top.gif) no-repeat left top;
	width:100%;
	height:58px;
}

#site-middle {
	float:left;
	display:inline;
	background:url(../images/Holmberg/site-middle.gif) repeat-y left top;
	width:100%;
	padding-top:1em;
}


#site-bottom {
	float:left;
	display:inline;
	background:url(../images/Holmberg/site-bottom.gif) no-repeat left top;
	width:100%;
	height:16px;
}

.column-left {
	float:left;
	display:inline;
	width:173px;
	margin-left:21px;
}

.column-right {
	float:left;
	width:740px;
	margin-left:10px;
}
/* intro added*/
.full-intro {
	float:left;
	display:inline;
	width:923px;
	margin-left:21px;
}

/* topmenu */
.topmenu {
	float:left;
	list-style:none;
	width:173px;
	margin-bottom:9px;
	padding-bottom:2px;
}

.topmenu li {
	float:left;
	background:#FF0000;
	width:149px;
	height:19px;
	margin-bottom:1px;
	padding-top:7px;
	padding-left:12px;
	padding-right:12px;
}

.topmenu li.last {
	margin-bottom:0;
}

/* product menu */
.productmenu {
	float:left;
	width:173px;
	margin-bottom:1em;
}

.productmenu .header {
	background:#CCC;
	width:149px;
	height:20px;
	margin-bottom:1px;
	padding-top:7px;
	padding-left:12px;
	padding-right:12px;
}

	/* based on dl */
.productmenu dl {
	float:left;
	width:100%;
	margin:0 0 3px 0;
	padding:0
}

.productmenu dl dt {
	background:#CCC;
	border-bottom:1px solid #FFF;
	margin:0;
	padding:2px 12px 2px 12px
}

.productmenu dl dd {
	background:#FFF;
	margin-bottom:2px;
	padding:2px 12px 0 12px
}

	/* based on ul */
.product-menu {
	list-style:none;
}

.product-menu li {
	background:#CCC;
	border-bottom:1px solid #FFF;
	padding-top:2px;
}

.product-menu li ul {
	display:none;
}

.product-menu li.active ul {
	display:block;
}

.product-menu li ul li {
	background:#FFF;
	border-bottom:0;
	list-style:none;
	margin-bottom:-1px;
	padding-top:0px !important;
	padding-right:12px;
	padding-left:12px;
}
/* content top image */
.content-top-image {
	float:left;
	width:740px;
	height:136px;
	margin-bottom:9px;
}
.content-top-image img {
	float:left;
	margin:0;
	padding:0;
}

/* content top stripe */
.content-top-stripe {
	float:left;
	background:#FF0000;
	width:716px;
	height:20px;
	margin-bottom:1px;
	padding-top:7px;
	padding-left:12px;
	padding-right:12px;
}

/* category product list */
.category-product-list {
	float:left;
	display:inline;
	width:100%;
	margin-top:0.5em;
}

.product-block-row {
	float:left;
	margin-bottom:1em
}

.product-block {
	float:left;
	width:185px;
	margin-bottom:1em;
}

.product-block-image {
	border-right:1px solid #E5E5E5;
	padding-left:15px;
}

.first-in-row .product-block-image{
	border-left:1px solid #E5E5E5;
}

/* product container */
.product-container {
	float:left;
	width:100%;
}

.product-container-left {
	float:left;
	width:528px;
	margin-top:1em;
	margin-bottom:1em;
}

.product-main-image {
	float:left;
	width:100%;
	margin-bottom:1.5em;
}

.product-container-right {
	float:left;
	width:190px;
	margin-top:1px;
	margin-bottom:1em;
	margin-left:22px;
}

.product-container-right-scroll {
	height:478px;
	overflow-y:scroll;
	overflow-x:hidden;
	width:200px;
	margin-left:12px
}
.product-container-right-request {
	float:right;
	background:#FF0000;
	height:19px;
	width: 150px;
	margin-top:-22px;
	margin-bottom: 5px;
	padding-top:7px;
	padding-left:12px;
}
.product-container-right-request a{
	font:bold 1.1em/1.3em arial, verdana, sans-serif;
	color:#FFF;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
}
.product-container-right-image {
	float:left;
	margin-bottom:3.2em;
	margin-left:0em;
	width:100%;
}

.product-container-right-image img{
	cursor: pointer;
}
.whitepapers {
	float:left;
	width:145px;
}

.facts {
	float:left;
	width:353px;
	margin-left:10px;
}
.request {
	float:left;
	margin-bottom:10px;
	width:100%;
}
.request a {
	text-decoration: underline;
	text-transform:uppercase;
	color: #FF0000;
}
/* references */
.reference-left {
	float:left;
	width:280px;
}

.reference-container {
	float:left;
	width:100%;
	margin-top:1em;
}

.reference-listing {
	list-style:none;
	width:280px;
}

.reference-right {
	float:left;
	width:435px;
	margin-top:1em;
	margin-left:20px;
}

/* classes */
img {
	border:0
}

.logotype {
	float:left;
	display:inline;
	margin-left:15px;
}

.clear-float {
	clear:both;
}

.display-none {
	display:none;
}

.display-block {
	display:block;
}

/* content container */
.content-container {
	float:left;
	width:100%;
}
/* content container */
.picture-container {
	float:left;
	width:100%;
	padding:0.5em;
}

/* news container */
.news-container {
	float:left;
	width:100%;
	padding:0.5em;
}

/* Request form */
.request-form 
{
	padding:0.5em;
	text-align:left;	
}

.request-form table
{
	width:300px;	
}