/* CSS Document */
* {
margin: 0;
padding: 0;
}

body {
background: #0a0d03 url(../home/images/bg.jpg) top repeat-x fixed;
margin: 0;
padding: 0;

	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #eeeeee;
}
a:link, a:active {
	color: #f7941e;
	text-decoration: none;
}
a:visited {
	color: #f7941e;
	text-decoration: none;
}
a:hover {
	color: #f7941e;
	text-decoration:underline;
}

ul {
list-style-type: disc;
padding-left: 15px;
}
ol {
padding-left: 15px;
}




/*formatting*/


/* strict text styles for activeedit */
.smaller {
	font-size: 10px;
	line-height: 14px;
	color: #eeeeee;
}
.larger {
	font-size: 14px;
	line-height: 26px;
	color: #eeeeee;
}
.normal {
	font-size: 12px;
	line-height: 20px;
	color: #eeeeee;
}
.Heading1 {
	font-size: 30px;
	line-height: 30px;
	color: #f7941e;
	text-shadow: 1px 1px 2px #4d4d4d;
}
.Heading2 {
	font-size: 24px;
	line-height: 30px;
	color: #f7941e;
	text-shadow: 1px 1px 2px #4d4d4d;
}
.Heading3 {
	font-size: 18px;
	line-height: 30px;
	color: #f7941e;
	text-shadow: 1px 1px 2px #4d4d4d;
}
/*@font-face {
  font-family: FagoCo-Medium;
  src: url('http://www.solarenergygroup.com.au/userdata/home/FagoCo-Medium.ttf');
}*/


/***layout***/
#container { 
margin: auto;
width: 962px;
min-height:100px;
}
#containerfooter { 
margin: auto;
margin-top: 2px;
width: 947px;
height:110px;
background-image:url(../home/images/footer2.gif);
}
#header {
width: 962px;
height: 119px;
background: url(../home/images/header.png) no-repeat;
position: relative;
text-indent:-9999px;
}

/*header content*/
#topmenu {
height: 42px;
width: 962px;
min-height:42px;
position: relative;
background-image: url(images/menu-bg.png);
}
#topmenuleft {
	height: 42px;
	width: 5px;
	float:left;
	background: url(images/menu-left.png) no-repeat;
}
#topmenuright {
	height: 42px;
	width: 7px;
	float:right;
	background: url(images/menu-right.png) no-repeat;
}

/*#breadbar {
width: 947px;
height: 19px;
background: url(../home/images/breadcrumbsimg.gif) no-repeat;
}*/

/*main area*/
#flashimage {
width: 962px;
height: 432px;
}
#solutionimages {
width: 962px;
height: 175px;
}
#bodytop {
width: 960px;
min-height: 30px;
background: url(../home/images/body-top.gif) no-repeat;
position: relative;
}
#bodycontentbg {
width: 898px;
background: #6d6c69;
position: relative;
}
#bodycontent {
width: 898px;
padding: 0px 32px 50px 30px;
min-height: 200px;
background: url(../home/images/body-middle.gif) repeat-y;
white-space: normal;
position: relative;
}
#bodyfooter {
width: 960px;
min-height: 116px;
background: url(../home/images/footer.png) no-repeat;
position: relative;
}
#clearer {
margin: 0;
padding: 0;
clear: both;
}

/*printdisplay*/
div.notForPrint {
	/* nothing needed here */
}
#printHeader {
	text-align: left;
	display: none;
}


/*footer*/
#footer {
width: 962px;
height: 30px;
}
#footerleft {
	height: 30px;
	width: 5px;
	float:left;
}
#footerright {
	height: 30px;
	width: 7px;
	float:right;
}

#copyright {
float: left;
color: #cccccc;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
margin-top: -8px;
margin-left: 25px;
}

#footer2 a:link{color:#f7941e; text-decoration: underline;}
#footer2 a:visited{color:#f7941e; text-decoration: underline;}
#footer2 a:hover{color:#f7941e; text-decoration: none;}

#footer2 {
float: right;
color: #cccccc;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
margin-top: -8px;
margin-right: 25px;
}

/* Software formatting - ryan */

.error {
	color: red;
}
br.clearboth { 
	clear: both; 
}	
.galleryItem {
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px; 
	width: 80px;
}			
.galleryLabel {
	height: 10px; 
	overflow: hidden;
}		
.shopHeading {
	font-size: 24px;
}
.shopProductTitle {
	font-size: 12px;
}
.shopCategoryTitle {
	font-size: 12px;
	font-weight: bold;
}
.shopNote {
	font-size: 12px;
	font-style: italic;
}
.searchInput {
	font-size:9pt;
	border:1px solid;
}
.searchSelect {
	font-size:8pt;
	border:1px solid;
}
.relatedPages_row {
	font-size: smaller;
	padding: 3px;
}
div.breadcrumbtext {
	margin: 0px 0px 5px 0px;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
div.breadcrumbtext a:link, div.breadcrumbtext a:visited, div.breadcrumbtext a:active, div.breadcrumbtext a:hover {
	color: #666666;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
div.breadcrumbtext a:hover {
	color: #000000;
	text-decoration: none;
}

