html {
	font-size: 100%;
}

a:link {
	 color: #771100;
	 text-decoration: none;
	 }
a:visited {
	 color: #336688;
	 text-decoration: none;
	 }
a:hover {
	 color: #665847;
	 text-decoration: underline;
	 }

body {
	 background-image: url(http://www.solarpanelxpress.com.au/images/bk_m122.gif);
	 background-repeat: repeat;
	 font-family: Arial;
	 color: #000000;
	 font-size: 13px;
	 height:100%; 
	 margin:0; 
	 padding:0;	 
}

#bg {
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
}

#content {
	position:relative; 
	z-index:1;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

table.centre {
	margin-left: auto;
	margin-right: auto;
}

tr.orange {
	background-image: url(http://www.solarpanelxpress.com.au/images/orangebar.jpg);
	height: 20px;
}

tr.rowback {
	width: 100%;
	background-color: #ff9933;
	line-height: 50%;
}

td.footer {
	font-size: 13px;
	text-align: center
}

td.search {
	color: #000000;
	text-align: center;
}

td.r-box {
	background-color: #fff; 
	color: #000;   
	padding: 5px;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}

td.r-box2 {
	background-color: #fff; 
	color: #000;   
	padding: 5px;
	border-style: solid;
	border-color: #CC0000;
	border-width: 3px;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}

td.border {
	border-style: solid;
	border-color: #999999;
}
hr {
	color: #CC0000;
	background-color: #CC0000;
	height: 2px;
}

p.three {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #CC0000;
}

p.five {
	font-size: 18px;
	font-weight: bold;
}

p.price {
	text-align: center;
	color: #ff6600;
	font-size: 30px;
	font-weight: bold;
}

p.title {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #ff9933;
}

p.title2 {
	font-size: 22px;
	color: #CC0000;
	font-weight: bold;
}

p.title3 {
	font-size: 22px;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}

p.title4 {
	color: #cc0000;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

p.product {
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
}

p.heading {
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}

p.heading2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

p.tagline {
	font-size: 2.25em;
	color: #CC0000;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

p.centre {
	text-align: center;
}

p.headline {
	font-size: 20px;
	font-weight: bold;
	color: #ff3300;
	text-align: center;
}

p.headline2 {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}

p.headline3 {
	font-size: 18px;
	font-weight: bold;
	margin-left: 5px;
	color: #ffff99;
}

p.right {
	text-align: right;
}

p.white {
	color: #ffffff;
}

#nav1{
	margin-top: 2px;
	margin-bottom: 2px;
}

#nav1 ul {
	width: 100%;
	background-color: #ff9933;
	text-align: center;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	border-bottom: 1px;
	height: 30px;
	vertical-align: middle;
}

#nav1 li {
	display: table-cell;
	list-style-type: none;
	padding: 1em 1em;
	vertical-align: middle;
	display: inline;
}

#nav2 {
	line-height: 200%;
	font-weight: bold;
}

#page-wrap {
	min-width: 780px;
	max-width: 1260px;
	margin: 10px auto;
	}


