
/* Layout Stylesheet */ 

#lh-col{
 float: left; /* Our column is going to be left aligned. */
 width: 200px; /* Our total width - content width is 260px */
 padding: 10px 20px 0px 20px;

/* position: absolute;
 top: 200px;
 left: 30px;
 width: 180px;
 border: 1px solid #ffffff;
 background: #d8eee7;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 300px; */
 }


#lh-col-breadcrumb{
 float: left; /* Our column is going to be left aligned. */
 width: 400px; /* Our total width - content width is 260px */
 padding: 10px 20px 30px 20px;

/* position: absolute;
 top: 200px;
 left: 30px;
 width: 180px;
 border: 1px solid #ffffff;
 background: #d8eee7;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 300px; */
 }

 #lh-col-heading{
 float: left; /* Our column is going to be left aligned. */
 width: 600px; /* Our total width - content width is 260px */
 padding: 10px 20px 0px 20px;

/* position: absolute;
 top: 200px;
 left: 30px;
 width: 180px;
 border: 1px solid #ffffff;
 background: #d8eee7;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 300px; */
 }


 
 #lh-col-prod{
 float: left; /* Our column is going to be left aligned. */
 width: 200px; /* Our total width - content width is 260px */
 padding: 5px 20px 0px 20px;

/* position: absolute;
 top: 200px;
 left: 30px;
 width: 180px;
 border: 1px solid #ffffff;
 background: #d8eee7;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 300px; */
 }

 #c-col{
 float: left; /* Our column is going to be left aligned. */
 width: 600px; /* Our total width - content width is 260px */
 padding: 10px 20px 0px 20px;

/* position: absolute;
 top: 200px;
 left: 30px;
 width: 180px;
 border: 1px solid #ffffff;
 background: #d8eee7;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 300px; */
 }

#c-col-even{
 float: left; /* Our column is going to be left aligned. */
 width: 660px; /* Our total width - content width is 260px */
 padding: 10px 20px 0px 20px;

/* position: absolute;
 top: 200px;
 left: 30px;
 width: 180px;
 border: 1px solid #ffffff;
 background: #d8eee7;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 300px; */
 }

#rh-col{
 float: right; /* Our content is going to be right aligned. */
 width:400px; /* And it's going to have a 500px width */
 padding: 5px;
/*  border: 1px solid #ffffff; */
 /* background: #d8eee7;
 top: 200px;
 margin: 20px 10px 10px 280px;
 border: 1px solid #ffffff;
 background: #d8eee7;
 color: #333333;
 padding: 10px; */

 }
 
 #rh-col-prod{
 float: right; /* Our content is going to be right aligned. */
 width:450px; /* And it's going to have a 500px width */
 padding: 5px;
/*  border: 1px solid #ffffff; */
 /* background: #d8eee7;
 top: 200px;
 margin: 20px 10px 10px 280px;
 border: 1px solid #ffffff;
 background: #d8eee7;
 color: #333333;
 padding: 10px; */

 }

 #lh-lower-col{
 float: left; /* Our column is going to be left aligned. */
 width: 200px; /* Our total width - content width is 260px */
 padding: 10px 200px 10px 20px;

 }

#mid-col{
 float: centre; /* Our column is going to be left aligned. */
 width: 40px; /* Our total width - content width is 260px */
 padding: 10px 200px 10px 20px;

 }


 #c-col-mini{
 float: left; /* Our column is going to be left aligned. */
 width: 500px; /* Our total width - content width is 260px */
 padding: 1px 1px 1px 12px;

/* position: absolute;
 top: 200px;
 left: 30px;
 width: 180px;
 border: 1px solid #ffffff;
 background: #d8eee7;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 300px; */
 }
