/*
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: 83% Arial, Helvetica, sans-serif;
	color: #4c4c4c; 
	background-color: #baba43;
	background-image: url(images/bg_grad.gif);
	background-repeat:repeat-x;
	line-height: 17px; 
	text-align: left;
}

p {padding: 1px 0 1px 0;}

a {
color: #0066CC;
font-weight: normal;
text-decoration: underline;
}
a:hover{
color: #0066CC;
text-decoration: underline;
}


h1 {
	color: #999900; 
	font-size: 1.9em;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;

}

h1 a {
	text-decoration: none;
	color: #33ADDB;
	padding-left: 5px;
	
}

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

h2 {
	color: #999900; 
	font-weight: bold;
border-bottom-style: solid; 
border-bottom-color: #baba43; 
border-bottom-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
		padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

h2 a {
	color: #6AC65D;
	background-color: inherit;
	text-decoration: none;
}


.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;
}

#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: 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:underline;
  font: 90% Tahoma, Arial, Helvetica, sans-serif;
  font-weight:bold;
  text-align:left;
  background-color:#ffffff; 
  color:#0066CC;
  display:block;  
  padding-right:0px;
  padding-top:7px;
  padding-bottom:5px;
  padding-left:2px;
  border-top: 0px solid #ffcc33;
border-right: 0px solid #ffcc33;
border-bottom: 1px solid #fff;
border-left: 0px solid #ffcc33;
  }
#menuleft a:hover {
  background-color:#ffffff; 
  }
  
  
  #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;
  }



#goog {
float: left;
	background-color: #fff;
padding-left: 5px;
	padding-right: 9px;
	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;
}
