/* Begin General Rules For Inherit --------------------------- */
html, body{
 background: url(http://lib.store.yahoo.net/lib/laptop-saver/bodybkgnd.jpg);
 margin:0; 
 padding:0; 
 text-align:center;
 font: normal 10pt Tahoma, Arial, Helvetica, sans-serif;
}
/* Line Break After Paragraph */
p {
	padding-bottom: 1em;
}
/* End General Rules For Inherit --------------------------- */

/* Begin Layout Structure --------------------------- */
#canvas{ 
	width:960px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin: 20px auto;
} 
#header {
	width: 100%;
	height: 137px;
	background: url(http://www.laptopsaver.com/lib/laptop-saver/v3a-header.png) no-repeat;
}
#header .innerdiv {
	padding: 15px 20px;
	text-align:right;
	color: #676731;
}
#pagebody{
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(http://www.laptopsaver.com/lib/laptop-saver/v3a-body.png) repeat-y;
}
#body-left{
	width:190px;
	float:left;
	position:relative;
}
#body-left .innerdiv{
	margin: 10px 5px 10px 15px;
}
#body-twocols{
	width:770px;
	float:right;
	position:relative;
}
#body-right{
	width:170px;
	float:right;
	position:relative;
	overflow: hidden;
 }
#body-right .innerdiv{
	margin: 10px 15px 10px 5px;
} 
#body-center{
	background-color: #FFFFFF;
	float: left; 
	display:inline; 
	position: relative; 
	width:590px;
 }
 #body-center .innerdiv{
	margin: 10px 5px;
}
#footer {
	width: 100%;
	height: 98px;
	background: url(http://www.laptopsaver.com/lib/laptop-saver/v3a-footer.png) no-repeat;
}
#footer .innerdiv {
	padding: 20px 15px;
	text-align:center;
	color: #676731;
}

 /* Clears Floats to allow containers to expand without adding extra elements */
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0;
 clear: both; 
 visibility: hidden;
 }
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

 /*printer styles to hide nav when printing*/ 
@media print{
	#body-left{display:none;}
	#body-right{display:none;}
	#body-twocols, #body-center{width:100%; float:none;}
}
/* End Layout Structure --------------------------- */


/* Nav Elements ----------------------------------------------------------*/

/* Horizontal List Used For Nav Items */
ul.hlist-nav li{
	display: inline;
	border-left: 1px solid #afb05e;
	padding-left: 5px;
	padding-right: 5px;
}
ul.hlist-nav .firstitem{
	border-left: none;
}
ul.hlist-nav a {
	color: #676731;
	text-decoration: none;
}
ul.hlist-nav a:hover {
	text-decoration: underline;
	background: url(http://www.laptopsaver.com/lib/laptop-saver/v3-16px-highlight.png);

}

/* Left Nav Menu Items */
.dialog-title {
	font-weight:bold;
	border: solid 1px #afb05e;
	color: #676731;
	padding: 5px;
	background: url(http://www.laptopsaver.com/lib/laptop-saver/v3-dialog-top.png) repeat-x #cecf9c;
}
.dialog-body {
	background: #fff7e6;
	border-left: solid 1px #afb05e;
	border-right: solid 1px #afb05e;
	border-bottom: solid 1px #afb05e;
	border-top: solid 1px #fff7e6;
	margin-bottom: 1em;
}
.dialog-body ul {
	list-style: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
.dialog-body li {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
	color: #9c3000;
	padding: 5px;
	background: url(http://www.laptopsaver.com/lib/laptop-saver/v3-dialog-li.png) repeat-x;
}
.dialog-body li a{
	color: #9c3000;
	text-decoration: none;
	display: block;
}
.dialog-body li a:hover{
	color: white;
	background: #cecf9c;
}

/* Nav Elements ----------------------------------------------------------*/

