
html, body{
	font: normal 14px/1.83em 'Segoe UI', 'Myriad Pro', Arial;
	background-color: #fff;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	color: #656565;
}

/*
body{
	background: url('images/background.gif') top center no-repeat;
}
*/

a{
	color: #e78601;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

a img{
	border: none;
}

#page{
	width: 800px;
	height: auto;
	margin: 0px auto;
	background: url('images/background.gif') top center no-repeat;
}

#head{
	height: 232px;
}

#head .image{
	float: left;
	margin-right: 20px;
}

#head h1{
	margin: 0px;
	padding-top: 45px;
	font-weight: bold;
	font-size: 4.2em;
	color: #f7931e;
}
#head h2{
	margin: 0px;
	font-weight: normal;
	font-size: 3.2em;
	color: #29abe2;
}
#head h1 a{
	line-height: 1.6em;
	text-decoration: none;
	color: #f7931e;
}
#head h1 img{
	vertical-align: text-bottom;
}

.panel{
	height: 27px;
	background: url('images/box-background.png') top center repeat;
	border: 1px solid #dedede;
}

#title{
	float: right;
	width: 480px;
	height: 29px;
	color: #656565;
}

#home{
	float: left;
	width: 280px;
	text-align: right;
	padding-top: 3px;
}
#home a{
	padding: 3px;
}

#sidebar{
	float: left;
	width: 320px;
}

#content{
	float: left;
	width: 465px;
	margin-right: 12px;
	line-height: 1.2em;
}

#content p{
	margin: 0.3em 0em;
}

#sidebar h1{
	margin: 0.5em 40px 0em 0.5em;
	color: #29abe2;
	font-weight: normal;
	text-align: right;
	line-height: 1.2em;
}

#sidebar h1 span{
	color: #e78601;
}

#sidebar .phone{
	background: url('images/phone-background.png') right top no-repeat;
	height: 27px;
	margin-top: 20px;
	margin-right: 40px;
	font-size: 1.4em;
	line-height: 1.1em;
	text-align: right;
	padding: 0px 8px;
	color: #fff;
}

#sidebar ul{
	text-align: right;
	direction: rtl;
	color: #e78601;
}

#sidebar ul li.current{
	color: #29abe2;
}

.menu ul{
	color: #b3b3b3;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.menu ul li{
	float: left;
	padding: 0px 15px;
	height: 25px;
}
.menu a{
	color: #b3b3b3;
	text-decoration: none;
}
.menu a:hover{
	text-decoration: underline;
}

#copyright{
	text-align: right;
	padding: 5px;
	margin-right: 40px;
	color: #b3b3b3;
}

.boxText{
	background: url('images/boxContent-background.png') top left repeat;
	border: 1px solid #d9d9d9;
	padding: 5px;
	margin-bottom: 4px;
	font-size: 0.83em;
}

.boxText h1{
	font-size: 1em;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: #e78601;
}
.boxText h1 span{
	color: #656565;
}

.boxText ul{
	margin: 0.2em 0em;
}

.boxInfo{
	margin: 10px 0px;
	width: 390px;
	height: 31px;
	padding: 5px 5px 5px 70px;
	background: url('images/boxInfo-background.png') top left no-repeat;
	color: #656565;
	font-size: 0.83em;
	line-height: 1.25em;
}
.boxInfo1{
	margin: 10px 0px;
	width: 390px;
	height: 31px;
	padding: 5px 5px 5px 70px;
	background: url('images/box-background.png') top left repeat;
/*	background: url('images/boxInfo-background.png') top left no-repeat;*/
	color: #656565;
	font-size: 0.83em;
	line-height: 1.25em;
}


.navigation{
	color: #29abe2;
	text-align: center;
	margin-bottom: 10px;
}

.cols{
	float: left;
	width: 215px;
	margin: 0px 2px;
}
.postTitle{
    padding: 8px 5px;
	margin: 3px 0px;
}

.postTitle.oven{
	background: url('images/boxContent-background.png') left top repeat; 
}
.postTitle.odd{
	
}
.postTitle a{
	text-decoration: underline;
	color: #555;
}
.postTitle a:hover{
	color: #000;
}
.postTitle span{
	text-decoration: underline;
	margin-left: 10px;
	margin-right: 20px;
	font-size: 0.9em;
	color: #aaa;
}
.content{
	float: right;
	width: 475px;
}
.content h1{
	color: #29abe2;
	font-weight: normal;
}
.content .ref{
	color: Gray;
	text-align: right;
	font-style: italic;
}

.content .postText{
	text-align: justify;
	text-indent: 1em;
	line-height: 1.3em;
}

table.calc, table.calcResult{
	width: 100%;
	border-collapse: collapse;
}
table.calc td{
	padding: 2px 5px;
}
table.calc td:first-child{
	width: 30%;
}
table.calc select{
	width: 100%;
	-width: 300px;
}

table.calcResult{
	margin-top: 25px;
}

table.calcResult th, table.calcResult td{
	padding: 3px;
	border: 1px solid #d9d9d9;
}
/*
table.calcResult td:first-child{
	text-align: right;
}
*/
table.calcResult td{
	text-align: center;
}

table.rate{
	border-collapse: collapse;
}
table.rate td, table.rate th{
	border: 1px solid #eee;
	padding: 3px;
}

table.rate td{
	text-align: right;
}
table.rate td:first-child{
	text-align: left;
	width: 50%;
}

.boxPrice{
	
}
.boxPrice div{
	clear: both;
	border: 1px solid #e0e0e0;
	margin-bottom: 4px;
	padding: 5px;
	height: 65px;
	background-color: #fff;
}
.boxPrice p{
	padding: 0px;
	margin: 0.2em 0em;
}
#content .boxPrice .image{
	float: left;
	height: 65px;
	width: 120px;
}
#content .boxPrice .image img{
	vertical-align: center;
}
#content .boxPrice .price{
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}
#content .boxPrice .summary{
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

.boxEmpty{
	height: 1.5em;
}

.imgBottom{
	height: 0px;
	position: relative;
	top: -245px;
}


