/*
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: 70% Tahoma, Arial, Helvetica, sans-serif;
	color: #7e7e7e; 
	background: #FFFFFF url(images/bg_header.gif) repeat-x;
	line-height: 16px; 
}

p {padding: 2px 0 2px 0;}

a {
color: #33addb;
text-decoration: underline;
}
a:hover{
color: #000000;
text-decoration: none;
}


h1 {
	color: #33ADDB; 
	font-size: 1.8em;
	padding: 3px;
}

h1 a {
	text-decoration: none;
	color: #33ADDB;
	
}

h1 a:hover {
	text-decoration: none;
	color: #000;
	
}

h2 {
	color: #33ADDB; 
	font-size: 1.4em;
}

h2 a {
	color: #6AC65D;
	background-color: inherit;
	text-decoration: none;
}

table {
	spacing: 0px; 
	padding: 0px;
	margin: 0px;
}

.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 #CCC;
border-right: 1px dotted #CCC;
border-top: 1px dotted #CCC;
padding-top: 10px;
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: #006699;
	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:black;
background-color: #33addb;
}

#menuhead {
	text-align: left;
	font-size: 12px;
color: #ffffff;
font-weight: bold;
	background-color: #33addb;
	padding: 10px;
	margin: 0px;
	border-top: 0px solid #0271B7;
	border-right: 0px solid #999999;
	border-bottom: 0px solid #999999;
	border-left: 0px dotted #000000;
}



#menuitem {
	text-align: left;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 0px;
	border-top: 0px dotted #000000;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px 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-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;
  }
#menupop a:hover {
  color:#000;
  background-color:#FFF; 
  }

#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;
  }
