html {
	margin: 0px;
	padding: 0px;
	
  font-family: arial, sans-serif;
  line-height: 1.5;
  
  overflow: auto;
}

#body {
  font-size: 70%;
	margin: 0px;
	padding: 0px;
}

 .changer_editor, .changer_editor p,  .changer_editor td,  .changer_editor li
{
  font-size: 11px;
}

body.editmode {
  position: absolute;
  height: 100%;
  
}

.changer_editor {
  font-size: 70%;
}


h1, h2, h3, h4, h5, h6, p {
  margin-top: 0px;
  margin-bottom: 0px;
}

h1 {font-size: 140%; }
h2 {font-size: 130%; }
h3 {font-size: 120%; }
h4 {font-size: 110%; }
h5 {font-size: 100%; }
h6 {font-size: 80%; }

a {
	font-weight: bold;
	text-decoration: none;
}

td { vertical-align: top;}

img {
  border: 0px;
}


#page {
	position: relative;
	width: 980px;
	margin: 0px auto;
}



#logo {
 	position:absolute;
	left:39px;
	top:9px;
	width:550px;
	height:116px;
	background-image: url(layouts/logo.gif);
	background-repeat: no-repeat;
}

#solarplaza {
  position: absolute;
  top: 110px;
  right: 82px;
  z-index: 3;
}

body.home #solarplaza {
  display: none;
}


.solarplaza-items a, .solarplaza-items span {
  font-weight: bold;
  color: #949698;
  font-size: 11px;
  text-transform: uppercase;
}

.solarplaza-items a:hover {
  color: #467aa3;
}

.solarplaza-flipitems a, .solarplaza-flipitems span {
  font-weight: bold;
  color: #949698;
  font-size: 11px;
  text-transform: uppercase;
}

.solarplaza-flipitems {
  display: none;
  *filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40, FinishOpacity=0, Style=1, StartX=0, StartY=80, FinishX=0, FinishY=40) progid:DXImageTransform.Microsoft.BasicImage(Rotation=2, Mirror=1);
  *position: absolute;
  *display: block;
  *background-color: white;  
}


#content-placeholder {
	position:absolute;
	left:31px;
	top:158px;
	width:866px;
}

#menu {
  position:absolute;
  top: 10px;
  right: 15px;
}

.menu-item {
  display: block;
  float: left;
  color: white;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  height: 24px;
  line-height: 24px;
  background-color: #93c0d8;
  border-right: 1px solid #f9f9f9;
  padding-left: 8px;
  padding-right: 8px;
}

.menu-item.first {
  background-image: url(layouts/menu-l.gif);
  background-repeat: no-repeat;
  padding-left: 15px;
}

.menu-item.last {
  background-image: url(layouts/menu-r.gif);
  background-repeat: no-repeat;
  background-position: top right;
  padding-right: 15px;
}

.menu-item.selected, .menu-item:hover {
  background-color: #5781ae;
}

.menu-item.first-selected, .menu-item.first:hover {
  background-image: url(layouts/menu-l-selected.gif);
}

.menu-item.last-selected, .menu-item.last:hover {
  background-image: url(layouts/menu-r-selected.gif);
}


#content-top {
  background-image: url(layouts/bg-t.gif);
  background-repeat: no-repeat;
  height: 12px;
  font-size: 0px;
  line-height: 0px;
}

#content-middle {
  background-image: url(layouts/bg-m.gif);
  background-repeat: repeat-y;
}

#content-bottom {
  background-image: url(layouts/bg-b.gif);
  background-repeat: no-repeat;
  height: 12px;
  font-size: 0px;
  line-height: 0px;
}

/* home page */

#home-banner {
  float: left;
  width: 233px;
  height: 299px;
  margin-left: 10px;
  margin-top: 0px;
}


#home-content {
  margin-left: 270px;
  margin-right: 15px;
  padding-top: 44px;
}

body.editmode #home-content {
  height: 500px;
  
}

/* other pages */

#content-banner {
  float: left;
  width: 329px;
  overflow: hidden;
  margin-left: 10px;
  margin-top: 0px;
}

#content-inner {
  margin-left: 400px;
  margin-right: 15px;
  padding-top: 44px;
}

body.editmode #content-inner {
  height: 500px;
}



.clear {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  height: 0px;
}

