/*
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: 0; 	padding: 0;
	font: normal 85%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	color: #555;
	background: #CDEB8B url(images/clouds3.jpg) repeat;
}

/* links */
a { background: inherit; color: #3399cc; text-decoration: none; }
a:hover { background: inherit; color: #0099cc; text-decoration: underline; }

/* headers */
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 1.4em; color: #333333; }
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.2em; }

.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-bottom: 0px solid #ffcc33;
border-right: 0px solid #ccc;
border-top: 0px solid #ffcc33;
padding-top: 5px;
padding-right: 15px;
padding-left: 15px;
color:#000000;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
background: #fff;
}

#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
**************************/
#footer {
width: 764px;
margin: 0 auto;
text-align: center;
color:white;
background-color: #336699;
border-bottom: 1px solid #ffff99;
}




#menuitem {
	text-align: left;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	background-color: #FFFFcc;
	padding: 2px;
	margin: 0px;
	border-top: 0px dotted #000000;
	border-right: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px dotted #000000;
}

#menuheadmain {
	text-align: left;
	text-size: 14px;
font-weight: bold;
	background-color: #EFEFEF;
	padding: 5px;
	margin: 0px;
	border-top: 1px solid #0271B7;
	border-right: 1px solid #0271B7;
	border-bottom: 1px solid #0271B7;
	border-left: 0px dotted #000000;
}



#menuitemmain {
	text-align: left;
	font-size: 12px;
color: #009900
	background-color: #FFFFFF;
	padding: 2px;
	margin: 0px;
	border-top: 0px dotted #000000;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 0px dotted #000000;
}

#menu a {
  text-decoration:none;
font-weight: bold;
  text-align:left;
  background-color:#fff; 
  color:#33addb;
  display:block;  
  padding-right:0px;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:10px;
  border-top: 1px solid #33addb;
border-right: 1px solid ##33addb;
border-bottom: 0px dotted #EEE;
border-left: 1px solid ##33addb;
  }
#menu a:hover {
  color:#000;
  }

#menupop a {
  text-decoration:none;
  font-size: 13px;
  font-weight:bold;
  text-align:left;
  background-color:#ffffcc; 
  color:#cc9900;
  display:block;  
  padding-right:0px;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:5px;
  border-top: 0px solid #ffcc33;
border-right: 0px solid #ffcc33;
border-bottom: 1px solid #fff;
border-left: 0px solid #ffcc33;
  }
#menupop a:hover {
  color:#000;
  background-color:#fff; 
  }
  
  #menuleft a {
  text-decoration:none;
  font: 110% Tahoma, Arial, Helvetica, sans-serif;
  font-weight:bold;
  text-align:left;
  background-color:#ffffff; 
  color:#0099cc;
  display:block;  
  padding-right:5px;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:5px;
  margin-bottom: 1px;
    margin-top: 1px;
    border-top: 0px solid #e7f3c2;
border-right: 0px solid #fff;
border-bottom: 1px solid #e7f3c2;
border-left: 2px solid #e7f3c2;

  }
  
#menuleft a:hover {
  color:#006699;
  background-color:#fff; 
    border-top: 0px solid #fff;
border-right: 0px solid #fff;
border-bottom: 1px solid #fff;
border-left: 2px solid #99cc00;
  }
  
  
  
    #menuhead {
  text-decoration:none;
  font: 100% Tahoma, Arial, Helvetica, sans-serif;
  font-weight:bold;
  text-align:left;
  background-color:#fff; 
  color:#666666;
  display:block;  
  padding-right:5px;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:5px;
  margin-bottom: 5px;
    border-top: 1px solid #e7f3c2;
border-right: 1px solid #e7f3c2;
border-bottom: 1px solid #e7f3c2;
border-left: 1px solid #e7f3c2;

  }
  
  
  #menumore a {
  text-decoration:none;
  font: 100% Tahoma, Arial, Helvetica, sans-serif;
  font-weight:bold;
  text-align:left;
  background-color:#fff; 
  color:#0099cc;
  display:block;  
  padding-right:5px;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:10px;
  margin-bottom: 0px;
    border-top: 0px solid #e7f3c2;
border-right: 0px solid #fff;
border-bottom: 0px solid #e7f3c2;
border-left: 3px solid #ffffff;

  }
  
#menumore a:hover {
  color:#8dbb02;
  background-color:#ffffff; 
    border-top: 0px solid #fff;
border-right: 0px solid #fff;
border-bottom: 0px solid #fff;
border-left: 3px solid #8dbb02;
  }
  
  #menulink a {
  text-decoration:none;
  font-size: 13px;
  font-weight:bold;
  text-align:left;
  background-color:#dfefff; 
  color:#0066cc;
  display:block;  
  padding-right:0px;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:5px;
  border-top: 0px solid #ffcc33;
border-right: 0px solid #ffcc33;
border-bottom: 1px solid #fff;
border-left: 0px solid #ffcc33;
  }
#menulink a:hover {
  color:#000;
  background-color:#fff;
  }
  
  
  #menubot a {
  text-decoration:none;
  font-weight:bold;
  text-align:left;
  background-color:#ffff99; 
  color:#336699;
  display:block;  
  padding-right:0px;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:10px;
  border-top: 1px solid #ffcc33;
border-right: 1px solid #ffcc33;
border-bottom: 1px solid #ffcc33;
border-left: 1px solid #ffcc33;
  }
#menubot a:hover {
  color:#000;
  background-color:#ffcc33; 
  }

#menuon {
  text-decoration:none;
font-weight: bold;
  text-align:left;
  background-color:#ffffff; 
  color:#000000;
  display:block;  
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
  padding-right:0px;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:3px;
  margin-bottom:1px;
  }



#topads {
float: left;
	background-color: #fff;
padding-left: 0px;
	padding-right: 7px;
	padding-bottom: 9px;
	border-top: 0px dotted #ccc;
	border-right: 0px dotted #ccc;
	border-bottom: 0px dotted #ccc;
	border-left: 0px dotted #ccc;
}

#goog2 {
	border-top: 0px dotted #ccc;
	border-right: 0px dotted #ccc;
	border-bottom: 0px dotted #ccc;
	border-left: 0px dotted #ccc;
}


#goog3 {
float: right;
	background-color: #fff;
padding-bottom: 10px;
padding-right: 5px;
padding-top: 5px;
padding-left: 15px;
	border-top: 0px dotted #ccc;
	border-right: 0px dotted #ccc;
	border-bottom: 0px dotted #ccc;
	border-left: 0px dotted #ccc;
}




