/* Copyright (c) 2009 Ukao Solutions */

html, body {/*height: 100%; */ }
body {/* customize_background */ background-color: #F2F2F2; /* customize_background */ text-align: left; padding: 0px; margin: 5px; min-height: 100% }
img {border: 0px}
a { cursor: pointer}

#page {
    width: 960px;
	margin: 0 auto;
	height: 100%;
    text-align: left;
	/*background-image: url(http://motivationhomes.com.au/packages/theme_simple_blue/themes/simple_blue/images/main-bg.png) ; background-position:center; background-repeat:repeat-y;*/
}

#page #header{
    /*width: 100%;*/
    border-top: 0px solid #1F3861;
    /*overflow: hidden;*/
}

#page #headerin{
    /*overflow: hidden;*/
    height: 222px;
	background:#FFF;
}

#page #logo {
    margin-top: 0px;
	width:286px;
}

#page #top-right form{
    margin-top: 0px;
}
#page #top-right{
	width:674px;	
}

#page #header-area {
    margin-top: 0px;
    text-align: center;
    padding-bottom: 0px;
    border-bottom: 0px solid #333333;
}

#page #nav-out{width: 960px; /*background: #000;*/ background-image:url(http://motivationhomes.com.au/packages/theme_simple_blue/themes/simple_blue/images/nav.png); height: 30px; margin: 0 auto;}

#page #nav {
}
#page #nav ul {list-style: none; margin:0; padding:0; line-height: 30px;}
#page #nav ul li{float: left}
#page #nav ul a{float: left; color: #ffffff; text-decoration:none; padding: 0 10px;}
#page #nav ul a:hover{color:#C7D2D9;}

#page #contain {
	margin-top: 0px;
	height: 100%;
	float:left;
	background-image: url(http://motivationhomes.com.au/packages/theme_simple_blue/themes/simple_blue/images/main-bg.png);	
}

#page #sidebar {
    width: 286px;
    margin-top: 0px;
	height:100%;
}
#page #sidebar h2{margin-top: 0px;}

#page #sidebar.right {padding-left: 0px; padding-right:0px; border-left: 0px solid #ccc;}
#page #sidebar.left {padding-right: 0px; padding-left:0px; border-right: 0px solid #333333}

#page #main {
    width: 599px;
	padding-left:39px;
	padding-right:36px;
	padding-top:35px;
	min-height:300px;
	height:100%;
	}
#page #main.no-sidebar {
    width: 100%;
}

#page #footer {
    clear: both;
    margin-bottom: 40px;
	background:#000;
	border-bottom: 1px solid #999999;
    border-top: 0px solid #999999;
	}

#page #footer #copyright{
	margin-left:5px;
	margin-right:5px;
   	padding: 8px 0;
    clear: both;
    overflow: hidden;
    height: 14px;
}
#page #footer #copyright a:hover{text-decoration: none}

#page .footer-area{
    /*width: 430px;
    padding: 0 10px 10px 10px;
    margin-top: 10px;
    border-top: 2px solid #333333;*/
}

.right{float: right}
.left{float:left}

.full{width: 960px; margin: 0 auto}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}