﻿/*=========================================================
                  CALCULATOR PAGE 1 STYLES                      
=========================================================*/
#wrapper	{
	width: 700px;
	margin: 0 auto;
	padding: 0 11px;
	position: relative;
}
#left_grad, #right_grad	{
	top: 0;
	left: 0;
	width: 11px;
	height: 750px;
	display: block;
	position: absolute;
	background: url(../../images/bg_wrap_left.png) no-repeat left top;
}
#right_grad	{
	margin-left: 973px;
	background: url(../../images/bg_wrap_right.png) no-repeat left top;
}
.calculator	{
	height: 1%;
	width: 962px;
	margin: 0 auto;
	position: relative;
	background: url(../../images/bg_projects.png) repeat-y left top;
}
.calculator #main, .calculator #sidebar	{
	z-index: 5;
	min-height: 450px;
	position: relative;
}
.calculator #main	{
	float: left;
	width: 690px;
	padding: 0 0 35px 23px;
	background: url(../../images/bg_projects_main_h2.png) no-repeat left top;
}
.calculator #sidebar	{
	float: right;
	width: 232px;
	padding: 8px 17px 0 0;
	background: url(../../images/bg_projects_side_h2.png) no-repeat -21px 0px;
}
.calculator .bottom	{
	z-index: 1;
	float: left;
	width: 962px;
	height: 410px;
	display: block;
	margin-top: -390px;
	background: url(../../images/bg_projects_bottom.jpg) no-repeat left top;
}
.rtop, .rbottom{
display:block;
background:#fff;
}
.rtop *, .rbottom *{
display: block;
height: 1px;
overflow: hidden;
background:#ccc;
}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}
