/*

  energiakeskus indigo
  by Slim Pickings Design

*/


/* -------------------- Basic Styles -------------------- */
html {
	min-height: 100%;
	height: auto;
}

body {
  background: url(/images/content/background.jpg) bottom left repeat-x #ede1d1;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 100.01%;
}

body.index {
  /*background: url(/images/content/background_index.jpg) top repeat-x #b4a797;*/
	background: url(/images/content/background.jpg) top repeat-x #ad9882;
}



/* -------------------- Layout -------------------- */
#container {
  background: #fff;
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}

#container.index {
  background: none;
}

#header {
  height: 85px;
  background: #fff;
}

#header img {
  float: left;
  margin: 23px 0 0 20px;
}

#billboard {
  background: url(/images/content/border-content.gif) bottom no-repeat;
  height: 534px;
}

#billboard-index {
  height: 630px;
}

#content-3 {
  float: left;
  width: 980px;
  overflow: hidden;
  position: relative;
  background: url(/images/content/background_page_wrapper.jpg) bottom no-repeat #fff;
  padding-top: 30px;
}

#content-2 {
  float: left;
  width: 980px;
  position: relative;
  right: 210px;
  padding-bottom: 100px;
  background: url(/images/content/col-middle-borders.gif) bottom right no-repeat;
}

#content-1 {
  float: left;
  width: 980px;
  position: relative;
  right: 560px;
}

#col-left {
  float: left;
  width: 180px;
  position: relative;
  left: 300px;
}

#col-middle {
  float: left;
  width: 500px;
  position: relative;
  left: 1010px;
}

#col-right {
  float: left;
  width: 160px;
  position: relative;
  left: 880px;
}

#col-right img  {
  display: block;
}

#footer {
  width: 980px;
  height: 198px;
  float: left;
  background: url(/images/content/footer_page.jpg) no-repeat;
}

#footer p {
  margin: 21px 0 0 46px;
  color: #898785;
  font-size: 11px;
}

#footer a {
  color: #898785;
  text-decoration: underline;
}

#footer a:hover {
  color: #d60d6b;
}


/* -------------------- Navigation -------------------- */
#main-nav {  
  float: right;  
  height: 11px;  
  margin-top: 67px;  
  width: 615px;  
}  
  
#main-nav ul li {  
  float: left;  
  padding-right: 30px;
}  
  
#main-nav ul li a {  
  display: block;  
  height: 11px;  
  overflow: hidden;  
  text-indent: -99999px;  
  background: url(/images/content/mainnav.gif) no-repeat;  
}  
  
#main-nav ul li#home a {background-position: 0 0; width: 42px;}  
#main-nav ul li#home a:hover, #main-nav ul li#home a.selected {background-position: 0 -11px; width: 42px;}  
  
#main-nav ul li#aurasoma a {background-position: -72px 0; width: 67px;}  
#main-nav ul li#aurasoma a:hover, #main-nav ul li#aurasoma a.selected {background-position: -72px -11px; width: 67px;}  
  
#main-nav ul li#courses a {background-position: -169px 0; width: 43px;}  
#main-nav ul li#courses a:hover, #main-nav ul li#courses a.selected {background-position: -169px -11px; width: 43px;}  
  
#main-nav ul li#archives a {background-position: -242px 0; width: 75px;}  
#main-nav ul li#archives a:hover, #main-nav ul li#archives a.selected {background-position: -242px -11px; width: 75px;}  
  
#main-nav ul li#news a {background-position: -347px 0; width: 42px;}  
#main-nav ul li#news a:hover, #main-nav ul li#news a.selected {background-position: -347px -11px; width: 42px;}  
  
#main-nav ul li#contact a {background-position: -419px 0; width: 77px;}  
#main-nav ul li#contact a:hover, #main-nav ul li#contact a.selected {background-position: -419px -11px; width: 77px;}  

#main-nav ul li#eboutique a {background-position: -526px 0; width: 59px;}  
#main-nav ul li#eboutique a:hover, #main-nav ul li#eboutique a.selected {background-position: -526px -11px; width: 59px;}  

#subNav {
  font-size: 11px;
  line-height: 16px; 
}

#subNav a {
  font-weight: normal; 
  color: #666; 
  text-decoration: none;
}

#subNav a:hover {
  color: #d60d6b;
}

#subNav .heading {
  padding-top: 11px;
}

#subNav li.heading a {
  font-weight: bold; 
  color: #666; 
}

#subNav li.heading a:hover {
  color: #d60d6b;
}

#subNav li.facebook a {  
  display: block;  
  height: 67px;  
	width: 134px;
  overflow: hidden;  
  text-indent: -99999px;  
  background: url(/images/content/facebook.png) no-repeat;  
	margin-top: 15px;
}  

#subNav li.facebook a {background-position: 0 0;}  
#subNav li.facebook a:hover {background-position: 0 -67px;}  


/* -------------------- Left Column Newsletter Subscribe -------------------- */
#subscribe {
  width: 135px;
  border-bottom: solid 1px #E1DFDD;
}

#subscribe table {
  margin-bottom: 10px;
}

#subscribe input.email {
  width: 130px;
  border: solid 1px #CFCDCB;
  font-size: 11px;
  padding: 3px 0 3px 3px;
}

#subscribe td.heading {  
  color: #666; 
  padding-bottom: 5px;
  font-size: 11px;
  font-weight: bold;
}  

/* -------------------- Typography -------------------- */
body, td {
  font-size: 12px;
  color: #333;
}

h1 {
  font-size: 24px;
  font-weight: normal; 
  padding-bottom: 5px;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
	clear: both;
}

h2 {
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0 3px 0;
	clear: both;
}

h3 {
  font-size: 12px;
  font-weight: bold;
}

h4 {
  font-size: 11px;
  font-weight: bold;
}

p {
  line-height: 18px;
  margin-bottom: 10px;
}

sub.h1 {
  font-size: 12px;
}

.heading {
  font-weight: bold;
}

.required {
	color: #ff0000;
  font-weight: bold; 
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

/* -------------------- Images -------------------- */
img.bottom {
  padding-bottom: 15px;
}

img.left {
  float: left;
  padding: 3px 10px 10px 0;
}

img.right {
  float: right;
  padding: 3px 0 10px 10px;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 10px 0;
}


/* -------------------- Links -------------------- */
a {
  color: #d60d6b;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


/* -------------------- Lists -------------------- */
#col-middle ul {
  padding-bottom: 15px;
}

#col-middle li {
  line-height: 18px;
}

ul.circle li {
  padding-left: 8px;
  background: url(/images/content/circle.gif) 0 7px no-repeat;
}

div.list {
  display: block;
  overflow: hidden;
  margin: 20px 0 20px 0;
}

div.list ul {
  float: left;
  padding: 2px 35px 0 0;
}


/* -------------------- Tables -------------------- */
.table {
  width: 100%;
  border-bottom: 3px solid #ede5d9;
  margin: 10px 0 60px 0;
}

.table tr.heading td {
  background: #ede5d9;
  font-weight: bold;
}

.table td {
  line-height: 30px;
  border-bottom: solid 1px #ede5d9;
}

.table td:first-child {
  padding-left: 6px;
}

.table td.price {
  text-align: right; 
	padding-right: 6px;
}

table.chinese {
	margin-top: 30px;
	width: 60%;
}  

table.chinese td:first-child {
  width: 25%;
}

table.chinese tr.heading td {
	text-align: center;
}

table.registration td.first {
	width: 130px;
}

table.registration .form {
	width: 250px;
}

table.registration select.form {
	width: 254px;
}

table.registration  {
	margin-top: 20px;
}

table.registration .space  {
	height: 6px;
}

table.registration .heading  {
	vertical-align: middle;
}

table.contact  {
  margin: 15px 0 15px 0;
}

table.contact td {
  line-height: 20px;
}

table.contact .heading {
  padding-right: 20px;
}

#newsletter {
	width: 330px;
}

#newsletter td.heading {
	width: 130px;
}

#newsletter .newsletter {
	height: 22px;
}

#newsletter .email {
	width: 200px;
}

#newsletter .space  {
	height: 6px;
}

/* -------------------- Forms -------------------- */
textarea {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
}


/* -------------------- Ads -------------------- */
#col-right .banner li  {
	margin-bottom: 15px;
}

#col-right .banner img  {
	border: solid 1px #E1DFDD;
}

 #col-right .banner img:hover  {
	border: solid 1px #F0549D;
}


/* -------------------- Misc -------------------- */
.br {
  display: block;
}

.foo {
  border: 1px solid #00ffff;
}


/* -------------------- Contact -------------------- */
#map {
  width: 500px; 
  height: 300px; 
}

#sitemap {
	padding: 30px 0 200px 0;
}

#sitemap .category {
	padding: 10px 0 10px 0;
	overflow: hidden;
}

#sitemap .home {
  border-top: none;
}

#sitemap ul {
	width: 135px;
	float: left;
	padding-right: 30px;
}

#sitemap h2 {
	font-size: 20px;
	font-weight: normal;
	clear: both;
}

#sitemap li.heading {
	padding-top: 10px;
}


/* -------------------- Hacks -------------------- */
body:nth-of-type(1) #chrome { display: block; position: absolute; width: 1px; height: 100%; top: 0px; left: 0px; } /* 100% body height fix for chrome */

#col-right .banner li  {float: left;	clear: left;} /* removes extra empty space between li for IE7 */

* html #col-right, #col-middle, #col-left {
    \display: inline; /* double margin bug fix for stupid IE5 and IE6 in quirks mode */
    d\isplay: inline; /* double margin bug fix for stupid IE6 in standards mode */
  }

/* since stupid IE6 doesnīt support transparent png itīs being replaced with gif, not going to bother with a png hack */	
* html  #subNav li.facebook a {  
  background: url(/images/content/facebook.gif) no-repeat;  
}  

	

