/********************

 Mobile Coolrooms Main CSS
 23/05/2008
 Visual Elixir

************/


body  {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  background: #ccc;
  margin: 0;
  padding: 1em 0;
  text-align: center;
  color: #333;
}

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

a:hover {
  color: #0B2E81;
}

h1 {
  color:#325cbe;
  font-size:16px;
}

.container { 
  width: 770px;
  background: #fff;
  margin: 0 auto;
  text-align: left;
} 


#header {
  width:770px;
  text-align:right;
  margin:0 -1em;

}

#info {
  font-size:11px;
  font-weight:bold;
  color:#325cbe;
}

#mainContent {
  width:760px;
  font-size:11px;
  margin: 0 13em 0 0.5em;
}

#homeContent {
  background:url(../images/mc-bg.gif) no-repeat;
  width:760px;
  height:430px;
  font-size:11px;
  margin: 0 13em 0 0.5em;
}

#servicesContent {
  background: url(../images/sv-bg.gif) no-repeat;
  width:770px;
  height:760px;
  font-size:11px;
  margin: 0 13em 0 0em;
}

#ratesContent {
  background: url(../images/rc-bg.jpg) no-repeat;
  width:770px;
  height:770px;
  font-size:11px;
  margin: 0 13em 0 0em;
}

#intro {
  width:400px;
  font-size:11px;
  margin: 0 0 0 1em;
}

#sidebar {
  background:#666;
  display:block;
}

/********************

 Navigation CSS

************/


#navbar {
  height: 25px;
  margin: 0;
  padding: 0;
  background-color: #325CBE;
  color: #9999CC;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  list-style: none;
}

#navbar li {
  float: left;
  padding: 5px 6px 0 9px;
  background: #325CBE url(http://www.coolroomsforhire.com.au/images/bullet.gif) no-repeat 0 6px;
}

#navbar li.first {
  padding: 5px 6px 0 11px;
  background-image: none;
}

#navbar li a {
  background-color: #325CBE;
  color: #E2E2F8;
  font-weight: bold;
  text-decoration: none;
}

#navbar li a:hover {
  background-color: #325CBE;
  color: #9999CC;
}



/********************

 Table CSS

************/


#mytable {
	width: 520px;
	padding: 0;
	margin: 0 -0.7em;
}

#th01 {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(http://www.coolroomsforhire.com.au/images/bg_header.jpg) no-repeat;
}



#td01 {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


#th01.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(http://www.coolroomsforhire.com.au/images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#th01.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(http://www.coolroomsforhire.com.au/images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

#ve {
  font-size:12px;

}


