/*
CSS-file for Strictly CSS three column layout 2006
http://www.strictlycss.com
Developed by Eivind Savio
*/
* /*Set's border, padding and margin to 0 for all values*/
body {
	margin: 10px;
	padding: 0;
	font: 0.875em  Geneva, Arial, Helvetica, sans-serif;
	color: #000; 
	background-image: url(bg9.jpg);
	background-repeat: repeat-x;
	background-color: #99cc33;
	line-height: 19px; 
	text-align: left;
}

p {padding-bottom: 5px; padding-top: 2px; margin: 0px;}

a {
color: #cc0000;
text-decoration: none;
}

a:hover{
color: #ffffff;
background-color: #CC0000;
text-decoration: none;
}


h1 {
	color: #666; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: solid 1px #eeeeee;

}

h1 a {
	text-decoration: none;
	color: #33ADDB;
	
}

h1 a:hover {
	text-decoration: none;
	color: #000;
	
}

h2 {
	color: #669933; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	
}

h2 a {
	color: #339999; 
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}


h3 a {
	color: #339999; 
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
padding: 0px;
	}
	
	h4 a {
	color: #339999; 
	font-weight: bold;
		text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
	#linecol {
	border-bottom: 1px #cccccc dotted;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 20px;
	}

.clear { clear: both; }
#mainContainer {
width: 760px;
margin: 0 auto; /*** Centers the design ***/
min-height: 300px;
border-top: 0px solid #027ECC;
border-right: 0px dotted #EEE;
border-bottom: 0px dotted #EEE;
border-left: 0px dotted #EEE;
background: #fff;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
float: center;
padding: 0px;
margin: 0px;
text-align: left;
vertical-align: middle;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
padding-left: 165px;  
padding-right: 120px;
}
* html .outer {

}
.inner {
width: 595px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 630px;
margin-left: -165px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#content {
border: 0px dashed #666666;
padding: 10px;
color:#000000;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
background: #fff;
}

.rightimg {

     float: right;
padding-left: 8px;
padding-bottom: 8px;
     margin: 0px;

}

#product {
border: 1px dotted #CCC;
padding: 6px;
color:#000000;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
background: #fff;
}

* html #content {

}
.contentWrap {
padding: 5px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
	float: left;
	width: 165px;
	background-color: #fff;
	min-height: 250px;
	padding: 0px;
	position: relative;
	border-top: 0px solid #0271B7;
	border-right: 0px solid #999999;
	border-bottom: 0px solid #999999;
	border-left: 0px dotted #000000;
}
* html #left {
height: 250px;
}
#left ul {
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-bottom: 2px;
}

#left p {
font-size: 10px;
border-top: 1px solid #999933;
border-right: 1px solid #999933;
border-bottom: 1px solid #999933;
background-color: #FFFFFF;
color:#000000;
padding: 9px;
text-align: left;
}
/*************************
RIGHT COLUMN
**************************/
#right {
float: right; 
color: #000000;
width: 120px;
background: #fff;
padding-top: 10px;
padding-left: 10px;
min-height: 250px;
position: relative; /*** IE needs this  ***/
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/

}
* html #right {
margin-right: -120px; /*** IE gets this margin. ***/
height: 250px;
}
#right ul {
list-style: none;
padding-bottom: 4px;
}
#right li {
padding-bottom: 2px;
}

#right p {
font-size: 10px;
color:#000000;
padding-right: 6px;
}
/**************************
FOOTER
**************************/


#menug a {
  text-decoration:none;
  font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
  text-align:left;
  background-color:#cc0000; 
  color:#99cc33;
  display:block;  
  padding-right:0px;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:5px;
  border-top: 0px solid #ffffff;
border-right: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
border-left: 2px solid #ffffff;
  }
#menug a:hover {
  color:#fff;
  background-color:#cc0000; 

  }
  
  #menuy a {
  text-decoration:none;
  font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
  text-align:left;
  background-color:#cc0000; 
  color:#ffcc00;
  display:block;  
  padding-right:0px;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:5px;
  border-top: 0px solid #ffffff;
border-right: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
border-left: 2px solid #ffffff;
  }
#menuy a:hover {
  color:#fff;
  background-color:#cc0000; 

  }
  
  #menub a {
  text-decoration:none;
  font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
  text-align:left;
  background-color:#cc0000; 
  color:#99cccc;
  display:block;  
  padding-right:0px;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:5px;
  border-top: 0px solid #ffffff;
border-right: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
border-left: 2px solid #ffffff;
  }
#menub a:hover {
  color:#fff;
  background-color:#cc0000; 

  }
  
    #menu a {
  text-decoration:none;
  font-family: Helvetica, Verdana, Arial, sans-serif;
font-weight: bold;
font-size: 14px;
  text-align:left;
  color:#cc0000;
  display:block;
    margin-top: 4px;  
	    margin-bottom: 4px;  
margin-right: 0px;
margin-left: 5px;
  padding-right:0px;
  padding-bottom:5px;
    padding-top:5px;
  padding-left:5px;
  border-top: 0px solid #ffffff;
border-right: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
border-left: 0px solid #ffffff;
  }
#menu a:hover {
  color:#ffffff;
  background-color: #cc0000;
  text-decoration: none;
  border-top: 0px solid #ffcc00;
border-right: 0px solid #ffffff;
border-bottom: 0px solid #cc0000;
border-left: 0px solid #cc3333;

  }
  
      #menu2 a {
  text-decoration:none;
  font-family: Helvetica, Verdana, Arial, sans-serif;
font-weight: bold;
font-size: 14px;
  text-align:left;
  color:#cc0000;
  display:block;  
    margin: 1px;
  padding-right:0px;
  padding-bottom:5px;
    padding-top:5px;
  padding-left:10px;
  border-top: 0px solid #ffffff;
border-right: 0px solid #ffffff;
border-bottom: 0px solid #ffcc00;
border-left: 4px solid #ffcc00;
  }
#menu2 a:hover {
  color:#000000;
  border-bottom: 0px solid #cc0000;
border-left: 4px solid #cc0000;

  }
  
      #menu3 a {
  text-decoration:none;
  font-family: Helvetica, Verdana, Arial, sans-serif;
font-weight: bold;
font-size: 14px;
  text-align:left;
  color:#cc0000;
  display:block;  
  margin: 1px;
  padding-right:0px;
  padding-bottom:5px;
    padding-top:5px;
  padding-left:10px;
  border-top: 0px solid #ffffff;
border-right: 0px solid #ffffff;
border-bottom: 0px solid #99cccc;
border-left: 4px solid #99cccc;
  }
#menu3 a:hover {
  color:#000000;
  border-bottom: 0px solid #cc0000;
border-left: 4px solid #cc0000;

  }

  
 
