/*===| I. MAIN LAYOUT  |=====================================================*/
* {margin: 0;}
html, body {height: 100%;width: 100%;}
ul, li{list-style: none;list-style-position: outside;	margin: 0;	padding: 0;}
p{padding: 0;}
.left{float: left;} .right{float: right;}
#push, .clr	{clear: both;}

body{ background: #ffffff; }
#bg1{position:absolute;z-index: 1; width:100%; background:transparent;}
#bg2{position:absolute;z-index: 2; width:100%; background:transparent;}
#bg3{position:absolute;z-index: 3; background:url("images/bg2.jpg") 50% 0% no-repeat;}

#wrap-container{position:relative;z-index:4; width: 100%;}
#container{background:transparent; margin:0 auto;	text-align: left;}
#content{background:url(images/bg-content.jpg) no-repeat bottom center  ;}

/* ===| II. HEADER ELEMENTS |================================================*/
#site-header{background:transparent;}
/* ===| III. LEFT COLUMN ELEMENTS |===========================================*/
#left-outter{float:left; margin: 0; overflow: hidden;}
#left-outter {background:transparent;padding:0px; }
#info
{
background: url(images/bg-info1.jpg) no-repeat top left;
height: 255px;
}
#info div.inner
{
  padding-top: 100px;
}
#plan {
  background: url(images/bg-plan.jpg) no-repeat top left;
  height: 186px;
  margin-bottom: 20px;
}
#plan div.inner
{
  padding: 46px 0 0 15px;
}
/* ===| IV. RIGHT COLUMN ELEMENTS |===========================================*/
#right-outter{ background: url(images/bg-rightcol.jpg) top right no-repeat; float:right;	margin:0; padding:0; overflow: hidden;}
#right-inner{padding: 0px 0px 0px 0px; float: right; width: 690px; }

/* ===| V. FOOTER BOXES |=====================================================*/
#wrap-footer {position:relative; z-index: 4; width: 100%; text-align: left;}
#fwrap1 {position:absolute; z-index: -3; left:0; background:transparent; width:100%;}
#fwrap2 {position:absolute; z-index: -2; left:0; background:transparent; width:100%;}
#fwrap3 {position:absolute; z-index: -1; left:0; }

#footer.outter	{background:url(images/bg-footer.jpg) no-repeat top center; margin: 0 auto; padding:0px;}
#footer .inner	{background:transparent; padding: 15px 15px 0 15px; height: 59px;}
#footer .box1	{background:transparent; padding:0px; width:250px; float: left; }
#footer .box2	{background:transparent; padding:0px; width:650px; float: right; text-align: right; }
div.ref{padding: 0 10px 0;}

/* ===| VI. OTHER ELEMENTS |====================================================*/
img {border: 0;}

img.thumb{border:1px solid #6d7d5c; padding:4px; margin: 0 0 0 13px;}
img.thumb0{border:1px solid #6d7d5c;padding:4px; margin: 0 13px 0 0;}

#menu2 ul li{display: inline;}

.h5 {width:100%; height:5px; clear:both; padding:0; margin:0; line-height: 0px; font-size: 0; overflow: hidden;}
.h10 {width:100%; height:10px; clear:both; padding:0; margin:0; line-height: 0px; font-size: 0; overflow: hidden;}
.h15 {width:100%; height:15px; clear:both; padding:0; margin:0; line-height: 0px; font-size: 0; overflow: hidden;}
.paragraph{
  width:678px;
  height: 122px;
  border: solid 1px #aeb9a8;
  background:#dadece url(images/bg-paragraph.jpg) no-repeat right top;
  padding:4px 0px 0 10px;
}
.paragraph1{
  width:668px;
  height: 80px;
  border: solid 1px #aeb9a8;
  background:#dadece url(images/bg-paragraph.jpg) no-repeat right top;
  padding:4px 10px 0 10px;
}
ul.list
 {
 width: 215px;
 float: left;
padding:0px 0px 0px 10px;
}
ul.list li {
 background-image:url(images/bullet.jpg);
 background-position: 0px 8px;
 background-repeat: no-repeat;
 padding:4px 0 0px 20px;
}
ul.list1
 {
 width: 215px;
 float: left;
padding:0px 0px 0px 20px;
}
ul.list1 li {
 background-image:url(images/bullet.jpg);
 background-position: 0px 8px;
 background-repeat: no-repeat;
 padding:4px 0 0px 20px;
}
.plan-adr
{
  width: 250px; float: left;
}
.plan-button
{
  width: 250px;
  float: right;
  text-align: right;
}
.plan-button img
{
  margin: 10px 10px 0 10px;
}
#plan_image
{
  width:560px;
  margin: 0 auto;
}

