/*---Global---*/
body{
	margin:0;
	color:#000;
	font:11px arial,sans-serif;
	background:#fff;
}
img{border-style:none;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/*---GlobalEnd---*/
/*---Main---*/
#main{
	width:755px;
	margin:10px auto;
	padding:10px;
	border:1px solid #ccc;
}
.container{
	width:100%;
	overflow:hidden;
}
/*---MainEnd---*/
/*---Header---*/
#header{
	width:755px;
	overflow:hidden;
	background:url(../images/bg-header.jpg) no-repeat;
	margin:0 0 18px;
	height: 210px;
}
.logo{
	float:left;
	width:455px;
	height:53px;
	padding:7px 0 0 17px;
}
.logo a{
	display:block;
	width:455px;
	height:53px;
	text-indent:-9999px;
	overflow:hidden;
}
#header img{
	float:right;
}
/*---HeaderEnd---*/
/*---Navigation---*/
#navigation{
	width:137px;
	float:left;
	list-style:none;
	margin:0 15px 0 0;
	padding:0;
	/* text-align:center; */
	font-size:14px;
	line-height:14px;
}
#navigation li{
	vertical-align:top;
	padding:0 0 1px;
}
#navigation a{
	background-color: #999999;
	display:block;
	width:124px;
	height:34px;
	padding:5px 2px 5px 11px;
	/* 	background: no-repeat; */
	color: #333333;
}
#navigation a span{
	display:table;
	width:124px;
	height:34px;
}
#navigation a em{
	display:table-cell;
	vertical-align:middle;
	font-style:normal;
}
#navigation li.active a,
#navigation a:hover{
	/* background-position:0 -48px; */
	text-decoration:none;
	background-color: #666666;
	color: #CCCCCC;
}
/*---NavigationEnd---*/
/*---Content---*/
#content{
/*	width:395px; */
	width:550px;
	float:left;
}
#content h1{
	font-size:22px;
	font-style:italic;
	color:#174209;
	margin:0 0 16px;
}
#content h2{
	font-size:14px;
	line-height:16px;
	margin:0 0 17px;
}
#content p{
	font-size:13px;
	line-height:17px;
	margin:0 0 17px;
	color:#333;
}
#content p strong{
	padding:0 3px 0 0;
	color:#174209;
}
/*---Content index---*/
#contentindex{
	width:395px;
	float:left;
}
#contentindex h1{
	font-size:22px;
	font-style:italic;
	color:#174209;
	margin:0 0 16px;
}
#contentindex h2{
	font-size:14px;
	line-height:16px;
	margin:0 0 17px;
}
#contentindex p{
	font-size:13px;
	line-height:17px;
	margin:0 0 17px;
	color:#333;
}
#contentindex p strong{
	padding:0 3px 0 0;
	color:#174209;
}

#calculator{
	padding:25px 0 0 10px;
	color:#2f2f2f;
}
#calculator div{
	padding:0 0 18px;
	height:1%;
	overflow:hidden;
}
#calculator div label{
	float:left;
	font-size:12px;
	font-weight:bold;
	width:161px;
	margin:11px 0 0;
	letter-spacing:1px;
}
#calculator div input{
	float:left;
	border:1px solid #000;
	padding:5px;
	width:120px
}
#calculator ul{
	list-style:none;
	margin:0;
	padding:10px 0 0;
	font-size:12px;
	line-height:15px;
	letter-spacing:1px;
}
#calculator li{
	overflow:hidden;
	vertical-align:top;
	margin-bottom: 5px;
	height: 1%;
}
#calculator li.cost{
	margin:0 0 33px;
}
#calculate {
	margin-left: 160px;
}
#calculator strong{
	float:left;
	width:193px;
}
#calculator strong span{
	width:auto;
	float:right;
	margin:0;
	letter-spacing:1px;
}
#calculator span{
	float:left;
	letter-spacing:normal;
	width:42px;
	margin:0 21px 0 0;
	text-align: right;
}
#calculator em{
	font-style:normal;
	float:left;
}
.print{
	margin:10px 0 0 160px;
	display:block;
	background:url(../images/btn-print.gif) no-repeat;
	width:135px;
	height:31px;
	overflow:hidden;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	line-height:24px;
	color:#2a2a2a;
	text-indent:-9999px;
}
.print:hover{text-decoration:none;}
.slide-block{
	height:1%;
	overflow:hidden;
	margin:-17px 0 17px;
}
.slide-block .open-close{
	color:#174209;
	font-size:13px;
	line-height:17px;
	font-style:italic;
	text-decoration:underline;
}
.slide-block  .block p {
	color: #000000;
}
.active-sl{
	border:1px solid #666;
	background:#d6e3de;
	padding:3px 7px;
	margin-top:-7px;
}
.active-sl .open-close{
	margin:0 0 0 15px;
}
.slide-block ul{
	list-style:none;
	margin:0;
	padding:0;
}
.slide-block ul li{
	background:url(../images/bullet.gif) no-repeat 0 5px;
	padding:0 0 15px 10px;
	font-size:13px;
	line-height:14px;
}
#contactform #submit{
	width:auto;
	line-height:normal;
	height:auto;
}
/*---ContentEnd---*/
/*---Sidebar---*/
#sidebar{
	width:203px;
	float:right;
	background:#EBEBEB;
	padding:18px 0 12px;
	text-align:center;
	margin:2px 0 0;
}
#sidebar .btn-more{
	display:block;
	margin:0 auto 30px;
	width:138px;
	line-height:40px;
	font-weight:bold;
	color:#174209;
	font-size:18px;
	background:url(../images/btn-more.gif) no-repeat;
}
#sidebar .video-holder{
	width:100%;
	overflow:hidden;
	padding:0 0 25px;
	margin:-8px 0 0;
}
#sidebar .video-holder div{
	width:181px;
	height:114px;
	overflow:hidden;
	margin:0 auto 5px;
}
#sidebar .video-holder a{
	color:#030;
	font-size:14px;
	text-decoration:underline;
}
#sidebar .video-holder a:hover{text-decoration:none;}
#sidebar .calc-box div{
	width:117px;
	height:167px;
	margin:0 auto 10px;
	overflow:hidden;
}
#sidebar .calc-box a{
	color:#030;
	font-size:14px;
	text-decoration:underline;
}
#sidebar .calc-box a:hover{text-decoration:none;}
/*---SidebarEnd---*/
/*---Footer---*/
#footer{
	width:755px;
	margin:0 auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 0 20px;
}
#footer .menu{
	list-style:none;
	margin:0;
	padding:0;
	color:#1661a2;
	line-height:12px;
	font-size:10px;
}
#footer .menu li{
	display:inline;
	background:url(../images/separator-footer.gif) no-repeat 0 3px;
	padding:0 0 0 5px;
}
#footer .menu li:first-child{background-image:none;}
#footer .menu a{color:#1661a2;text-decoration:underline;}
#footer .menu a:hover{text-decoration:none;}
#footer p{
	font-size:10px;
	line-height:12px;
	color:#1661a2;
	margin:0;
}
#footer p a{color:#1661a2;text-decoration:underline;}
#footer p a:hover{text-decoration:none;}
/*---FooterEnd---*/
#contactform input {
	float: right;
	margin-right: 200px;
	height: 15px;
	margin-bottom: 3px;
}
#contactform .floatright {
	clear: both;
	margin-left: 210px;
	float: none;
}
#contactform .label {
	font-weight: bold;
	height: 15px;
	text-align: right;
	float: right;
	padding-right: 5px;
}
.bolded {
	font-weight: bold;
	display: inline;
}

