body {
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25em;
  min-height: 100%;
  padding: 0px;
}

p {
	margin-bottom: 15px;
	padding: 0px 5px 5px 0px;
}

ul{
    margin: 0px;
	padding: 0px 5px 5px 0px;
}

li, dt {
    display: block;
    margin-right: 20px;
    text-indent: 0px;
    list-style-type: none;
    list-style:none;
	list-style-position: outside;
    padding-top: 10px;
}
dt {
    font-size: 1em;
    font-weight: 900;	
}
dd {
    padding-bottom: 2px;	
}

a {
    color: #878787;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: underline;
}


h1 {
}

h2 {
    font-size: 2.8em;
}

h3 {
    font-size: 1em;
    font-weight: 900;
}

#header {
    text-align: left;
    height: 216px;
    width: 100%;
}

#main {
    position: relative;
    margin: 9px auto auto auto;
    width: 920px; /* 251+25+223+25+381 +1*/
}

#logoSpill {
    margin-left: 19px;
    float: left;
}

.lightBorderedContainer {
	overflow: hidden;
    border: solid 1px #DFDFDF;
}

.lightBorderedContainer h2 {
  margin: 15px 10px 10px 10px;
}

.clear {
	display: block;
	clear: both;
}

.bigDot {
	font-size: 48px;
	display: inline;
	float: left;
}

.condensed {
	letter-spacing: -1px;
}

/* columns layout */

#f1 {
    float: left;
    height: 510px;
    width: 251px;
}

#f2 {
    float: left;
    height: 510px;
    margin-left: 24px;
    width: 223px;
}

#f3 {
    float: left;
    height: 510px;
    margin-left: 24px;
    width: 381px;
     overflow: hidden;
}


/* f1 content */

#f1 li, #f1 ul {
	padding-bottom: 0px;
	padding-top: 0px;
}
#f1 ul {
   margin-top: -12px;
   padding-left: 10px;
   list-style-position: inside; 
}
#f1 li
{
  display: list-item;
  list-style-image: url('/themes/default/images/dot.png');
  margin-left: 5px;
  padding-left: 5px;
  margin-bottom: 6px;
}

#specifications
{
  height: 384px;
  padding: 20px;
  border-bottom: 0px;
}

#contact h2 {
    font-size: 1.4em;
	font-weight: 900;
	margin: 0px 0px 3px 0px;
}

#contact {
    font-size: 0.8em;
	height: 75px;
	padding: 5px 15px 5px 15px; 
	color: #000;
}

#contact ul {
	padding: 0px;
	margin: 0px;	
} 

#contact li {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

#contact li strong {
	font-weight: bold;
	font-size: 1.1em;
	margin-right: 2px;
	margin-left:0px;
}

img.styledDot {
	margin: 2px 1px 2px 5px;
}

/* f2 content */

#f2 p, #f2 ul, #f2 dl
{
  margin: 10px;
  }


#news {
    height: 353px;
	overflow: auto;	
}

#f2 dd {
	border-bottom: solid 1px #DFDFDF;
}
dt:after {
	clear: both;
}

#downloads {
    position: absolute;
    top: 378px;
    width: 223px;
    height: 133px;
    display: block;
    vertical-align: middle;
    overflow: hidden;
}

#downloads .alternative_title {
    display: block;
    height: 22px;
    margin: 0 0 3px;
    padding: 0px;
    font-size: 1.2em;
    background-color: #000;
    color: #FFF;
}

#downloads a {
    width: 110px;
    height: 108px;
    float: left;
    margin-left: 3px;
    font-size: 1.7em;
    line-height: 24px;
    background-color: #000;
    color: #FFF;
}

#downloads a.first {
    margin-left: 0px;
}

/* f3 content */

#f3 p, #f3 ul, #f3 dl {
	margin: 10px;
}

#clients {
  height: 510px;
  overflow: auto; 
}

#details {
    margin-bottom: 0px;
}
.jspVerticalBar {
    width: 10px;
    background-color: none;
}
.jspTrack {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #DFDFDF;
    cursor: pointer;
    height: 100%;
    width: 10px;
    position: absolute;
    right: 0;
    top: 0;
}
.jspDrag {
    background: none repeat scroll 0 0 #000000;
}

