﻿body {
    margin: 0;    
    font-family: "Verdana", "Helvetica", "Arial", sans-serif;
    font-size: 65%;
    background-color: #202020; /* #9b1b21; */
}

#headerOuter, #topOuter, #mainOuter, #footerOuter {
    width: 100%;
    clear: both;
}

#headerInner, #mainInner, #footerInner {
    width: 800px;    
    margin-left: auto;
    margin-right: auto;
}

#topInner 
{
	width: 880px;    
    margin-left: auto;
    margin-right: auto;
}

#headerOuter {
    height: 65px;    
    background-color: black;
}

#headerInner {
    line-height: 65px;
}

#navigation a {    
    margin: 0 10px 0 10px;    
    color: #088A08;
    text-decoration: none;
}

#webLogo 
{
	margin-top: 5px;
	float: left;
	width: 250px;
}

.menuItem {
    float: right;
    font-size: 13px;
    font-weight: bold;
}

#navigation a:hover {    
    color: white;
}

#navigation a:active {    
    color: white;
}

#navigation a.activeLink {    
    color: white;
}

#linkMarker {
    width:1px;
    height:0;
    
    position: relative;
    
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
    
    border-bottom: white solid 10px;
    border-top: none;
    border-left: transparent solid 10px;
    border-right: transparent solid 10px;
}

#linkMarker.home 
{
	border-bottom-color: #088A08;
}

#topOuter {
    background-color: #088A08; /* #04B404; */ /* #5FB404 */ /* #009933; */ /*#339933;*/ /*#00CC00 */
}

#topInner {
    
}

#mainOuter {
    background-color: white;
    padding-bottom: 15px;
}

#mainInner 
{
	min-height: 500px;
    font-size: 12px;
    line-height: 19px;    
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: justify;
}   

#mainInner ul
{
	list-style-image: url("/images/arrowblack2.png"); 
	list-style-position: inside;
	padding-left: 0px;	
}

#mainInner ul
{
	line-height: 22px;
}

#mainInner h3 {
    font-size: 16px;
    color: #ae0202;
    vertical-align: middle;
    margin-bottom: 12px;    
}

#mainInner h4 {
    font-size: 14px;
    color: black;
    vertical-align: middle;
    margin-bottom: 10px;
}

#mainInner h2 {
    font-size: 18px;
    line-height: 20px;
}

#mainInner h1 {
    font-size: 20px;
    color: #ae0202;
    vertical-align: middle;
    margin-bottom: 15px;
}

#mainInner h1 small {
    font-size: 14px;
}

#mainInner p {
    line-height: 19px;
}

#mainInner img.icon
{
	float: left;
	border: solid 0px;
	margin-right: 10px;
	margin-top: 10px;
	vertical-align: middle;
}

#footerInner {
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    font-size: 12px;
}

#footerInner a {
    font-weight: bold;
    text-decoration: none;
    color: white;
}

#footerInner a:hover {
    text-decoration: underline;
}

.footerCol {
    float: left;
    width: 180px;
    margin-right: 20px;
}

.footerCol ul, .footerCol li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footerCol li {
    padding-bottom: 10px;
}

#footerInner li a {
    font-weight: normal;
}

.footerCol p {
    padding: 0;
    margin: 0;        
    line-height: 20px;
    width: 220px;
}

#copyrightInfo {
    clear: both;
    float: right;
    text-align: right;
    position: relative;
    width: 400px;    
    font-size: 10px;
    margin-top: 2px;
}

a {
    text-decoration: none;
    color: #ae0202;
}

a.home
{
	color: Black;
	font-weight: bold;
}

a:hover {
    text-decoration: underline;    
}

a img {
    border: none;
    text-decoration: none;
}

.mainInnerCol
{
	font-size: 13px;
	line-height: 22px;    
	text-align: justify;
	float: left;	
	width: 380px;
	min-height: 200px;
	color: Black;
}

.mainInnerLeft
{
	text-align: justify;
	float: left;	
	width: 600px; /*510px;*/
	min-height: 200px;
	color: Black;
}

.mainInnerLeft h2 {
    font-size: 14px;
    color: black;
    vertical-align: middle;
    margin-bottom: 5px;
}

.mainInnerRight
{
	text-align: justify;
	float: left;	
	width: 160px; /*250px;*/
	min-height: 200px;
	color: Black;
}

.mainInnerRight h2 {
    font-size: 14px;
    color: #ae0202;
    vertical-align: middle;
    margin-bottom: 15px;
    text-align: right
}

.screenshot
{
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

.prodTitle
{
	text-decoration: none;
	font-weight: bold;
	color: Black;
	font-size: 14px;
}

.prodBox
{
	border: dotted 1px #404040;
	text-align: justify;
}

.prodBox:hover
{
	background-color: #EFFBEF;
}

/*******************************
/* SCROLLABLE
/******************************/

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;	
	background:url(/images/left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.prevPage:hover {
	background:url(/images/left_hover.png) no-repeat;
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(/images/right.png);
	clear:right;	
}

a.next:hover, a.nextPage_hover {
	background-image:url(/images/right_hover.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:407px;
	width:60px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/images/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	

/* root element for the whole scrollable setup */
div.scrollable {  
	position:relative;
	overflow:hidden;
	width:800px;
	height:313px;
	/*
	border-left: solid 1px #8b8b8b;
	border-right: solid 1px #8b8b8b;
	*/
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
	border:0px solid #222;
}

#thumbs ul
{
	list-style-image: url("/images/arrowwhite2.png"); 
	list-style-position: inside;
	padding-left: 0px;		
}

#thumbs li
{
	line-height: 20px;
}

/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:118px;	
}

/* single item */
#thumbs div {
	float:left;
	width:800px;
	height:300px;
	color:#fff;
	border:0px solid #333;
	cursor:default;
	padding: 5px 20px 5px 0px;
	text-align: justify;
	font-size: 12px;
	line-height: 18px;
}

/* style when mouse is over the item */
#thumbs div.hover {
	/* background-color:#444;	*/
}

/* style when element is active (clicked) */
#thumbs div.active {
	/* background-color:#066; */	
}

#thumbs h3 {
	font-size: 18px;
	color: #F2F2F2;	
	margin: 2px 0px 15px 0px;
}

#thumbs h4 
{
	font-size: 16px;
	color: white;
	font-style: italic;
	margin: 2px 0px 15px 0px;
}
