/* CSS Document */


html, body {
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #345;
	font-size: 13px;
	text-align: left;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
}

td,th {
	vertical-align:top;
	text-align: left;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

ul {
	margin: 0px 0px 30px 15px;
	padding: 0px;
}

ul li {
	list-style-type: circle;
	margin: 0px;
	padding: 0px;
}

a:link {
/*	
	color: #fe8c29;
	color: #aecc16;
*/
	color: #00a4e4;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #00a4e4;
}

a:hover {
	text-decoration: underline;
}


a:active {
	color: #8bbf31;
}

h1 {
	font-size: 12px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 18px;
}

input.signup_text, select.signup_selectbox {
	border: 2px solid #4BA641;
	padding: 4px;
}

input.signup_checkbox {
	border: 2px solid #4BA641;
}

input.error, textarea.error {
	border: 2px solid #C52020;
}

div.error {
	background-color:#FFCCCC;
	background-image: url('http://www.powerstar.ca/images/messages-error.png');
	background-position: 5px center;
	background-repeat: no-repeat;
	border: 2px solid #cc0000;
	color:#A30000;
}

div.status {
	
}

.messages {
	font-style: italic;
	margin: 0px 0px 10px 0px;
	min-height: 21px;
	padding: 10px 10px 10px 60px;	
}

#document {
	position: relative;
	width: 750px;
	margin: 10px auto;
	text-align: left;
}

#top, #middle, #bottom {
	position: relative;
	clear: both;
	width: auto; 
}

#top {
	background: #fff;
}

/*#header {
}

#header-logo {
	float: left;
}

#header-pic {
	float: right;
	padding-bottom: 1px;
}*/

#header {
	background: #ffffff url('http://www.powerstar.ca/images/peaksaver/bg-peaksaver-header.jpg') no-repeat;
	border-bottom: 1px solid #ffffff;
	height: 130px;
	line-height: 130px;
	display: table-cell;
    vertical-align: middle;
	width: 750px;
	overflow: hidden;
}

#header img {
	margin: 10px 0px 0px 10px !important;
	margin: 35px 0px 0px 10px;
	vertical-align:middle;
}

#header-separator {
	clear:both;
	width:750px;
	height: 15px;
	line-height: 15px;
	font-size: 1px;
	width: auto;
/*
	background: #8bbf31;
*/
	background: #4ba641;
}

#middle {
	background: #fff;
}

#middle-leftmenu {
	float: left;
	width: 150px;
	padding: 20px;
}

#middle-leftmenu-pic {
	text-align:center;
	padding: 20px 0px;

}

#leftmenu ul {
}

#leftmenu li {
	padding: 4px 0px;
}


#middle-leftmenu h2 {
/*
	color: #438c3b;
	color: #8bbf31;
*/
	color: #4ba641;
	padding-bottom: 5px;
}

#middle-leftmenu h1 {
/*
	color: #438c3b;
	color: #8bbf31;
*/
	color: #4ba641;
	padding-bottom: 5px;
}

#middle-content {
	float: right;
	width: 510px;
	padding: 20px;
	text-align:justify;
}

#middle-content h2 {
	padding-bottom: 5px;
/*
	color: #438c3b;
	color: #8bbf31;
*/
	color: #4ba641;
}

#middle-content-picset {
	text-align:right;
	float: right;
	width: 210px;
	overflow: hidden;
	padding: 0px 0px 10px 10px;
}


table#table-contact td {
	padding:5px;
}

#slideshow {
	position: relative;
	float: right;
	background-color: #ffffff;
	margin: 0px 0px 0px 10px;
	padding: 0px;
    height: 200px;
	width: 216px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 200px;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 200px;
    display: block;
    border: 0;
}


#bottom {
	position: relative;
}

#footer-separator {
	clear:both;
	width: auto;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: #aaa;
}

#footer {
	width: auto;
	text-align: left;
	padding: 20px;
}

#opa-logo {
	position: relative;
	top: -15px;
	float:right;
}

