body, p, input {
	font-size: 12px;
	line-height: 18px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
}
body {
	color: #454545;
	background:#414048;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: 500;
	font-size: 21px;
	margin-bottom: 18px;
}
h3 {
	font-size: 17px;
}
h5 {
	font-weight:normal;
}
p {
	text-indent:20px;
}
.clear {
	clear:both;
}

body {
	text-align:center;
}
#wrapper {
	width:1000px;
	margin:0 auto;
}
	#footer {
		padding:0 20px;
		color:#BBBBBB;
		font-size:11px;
	}
	#footer a {
		color:#BBBBBB;
	}
	#footer a:hover {
		color:#666666;
	}
		.footerinside {
			width:40%;
		}
		.left {
			float:left;
			text-align:left;
		}
		.right {
			float:right;
			text-align:right;
		}
		
	.bds #logo a { background:url(images/logo-bds.png) no-repeat 20px 0; height:100px; width:200px; float:left; text-indent:-999em;	}
	.bds #logos { height:100px; width:200px; float:right;	}
	.bds #logos #logo_catchmaster {
	/* [disabled]background:url(images/logo-catchmaster-bds.png) no-repeat right; */
	height:80px;
	width:160px;
	float:right;
}
	.bds #logos #logo_apg {  background:url(images/logo-apg.png) no-repeat right; height:60px; width:191px; float:right;}
	.bds #content {
		 background:#6b6a73;
		 margin:15px;
		 border-radius:10px;
		 -moz-border-radius:10px;
		 -webkit-border-radius:10px;
		-moz-box-shadow: 2px 2px 10px #333; 		 
		-webkit-box-shadow: 2px 2px 10px #333; 		 
		 padding:10px 10px 10px 0;
		 text-align:left;
		 
	}
	#content p {
		 margin-bottom:10px;
		 text-indent:0;
	}
	#content .box {
		 background:#bdc7d6;
		 /*background:#b9b8c8 url(images/bg-box-gradient.jpg) no-repeat -3px -3px;*/
		 margin:10px 0 0 10px;
		 padding:1px 15px;
		-moz-box-shadow: 2px 2px 10px #333; 		 
		-webkit-box-shadow: 2px 2px 10px #333; 		 
		 border:3px solid #d1d8e2;
		 border:3px solid rgba(255,255,255,.3);
		 border-radius:7px;
		 -moz-border-radius:7px;
		 -webkit-border-radius:7px;
	}
	#content ul {
		 padding-left:20px;
	}
	#content li {
		 background:url(images/icon_bullet.png) no-repeat;
		 padding-left:18px;
		 list-style:none;
		 /*list-style:url(images/icon_bullet.png) outside ;*/
	}
	#content .half {
		float:left;
		min-height:450px;
	}
	#content .narrow {
		width:334px;
		background:#bdc7d6;
		 
	}
	#content .wide {
		width:534px;
		background:#bdc7d6;
	}
	#content .form {
		background:#bdc7d6 url(images/bg-bedroom.jpg) no-repeat 102% -3px;
		padding-right:520px;
		min-height:300px;
	}
	#content span.required {
		color:#900;
	}
	.form .input {
		/*float:left;*/
		min-height:25px;
		margin:4px 0;
		clear:both;
	}
	.form label {
		float:left;
		width:90px;
		margin:5px 0;
	}
	.form label.error {
		float:left;
		width:180px;
		color:#900;
		margin:5px;
		margin-right:0;
		font-size:.9em;
	}
	.form input {
		float:left;
		width:160px;
	}
	.form input[type="checkbox"] {
		width:auto;
	}
	.form input.error {
		border:1px dashed #900;
	}
	.form .form_button {
		float:none;
		width:100px;
		margin-bottom:10px;
		margin-left:150px;
	}
	h3.icon {height:33px; padding-left:60px; padding-top:20px; margin-bottom:-15px; margin-top:15px;}
	h3.icon_old {background:url(images/icon_old.png) no-repeat;}
	h3.icon_new {background:url(images/icon_new.png) no-repeat;}
	h3.icon_works {background:url(images/icon_works.png) no-repeat;}
	h3.icon_money {background:url(images/icon_money.png) no-repeat;}
	h3.icon_clock {background:url(images/icon_clock.png) no-repeat;}
	h3.icon_lock {background:url(images/icon_lock.png) no-repeat;}
	h3.icon_hotel {background:url(images/icon_hotel.png) no-repeat;}
	
	
	

/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:23px;
	position:relative;
	/*border-bottom:1px solid #666;*/ 
}

/* single tab */
#content ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;
	background:none;
}

/* link inside the tab. uses a background image */
ul.css-tabs a {
	background-color:#ddd;
	 /*margin:10px 0 0 10px;*/
	 border:3px solid #d1d8e2;
	 border:3px solid rgba(255,255,255,.3);
	 border-radius:7px 7px 0 0;
	 -moz-border-radius:7px 7px 0 0;
	 -webkit-border-radius:7px 7px 0 0;
	border-bottom:0px;

	 margin:10px 0 0 10px;
	color:#777;
	padding:5px 10px;
	text-decoration:none;
	outline:none;
	font-size:13px;
	font-weight:bold;
	display:block;
}
ul.css-tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}
	
/* selected tab */
ul.css-tabs a.current {
	background:#bdc7d6;
	border-bottom:3px solid #bdc7d6;	
	color:#000;	
	cursor:default;
}

	
/* tab pane */
div.css-panes {
	position:relative;
	min-height:340px;
}
div.css-panes div {
	display:none;
	/*border:1px solid #666;
	border-width:0 1px 1px 1px;
	padding:15px 20px;
	background-color:#ddd;*/
	position:absolute;
	min-height:150px;
}


#content .box.tabs {margin-top:-3px; *margin-top:0px; }
.box.tabs p {font-size:1.2em;}



.simple_overlay {
	display:none;
	z-index:10000;
	background-color:#BDC7D6;
	width:450px;	
	min-height:200px;
	padding:30px;
	 border:3px solid #d1d8e2;
	 border:3px solid rgba(255,255,255,.3);
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

.simple_overlay#bds_video, .simple_overlay#bds_video_how_to {
	width:560px;	
}

.simple_overlay .close {
	background-image:url(images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#block_address {display:none;}


.button {
	font-size:18px;
	color:#333;
	padding:10px 15px;
	margin:10px 0;
	background-color:#ddd;
	 border:3px solid #d1d8e2;
	 border:3px solid rgba(255,255,255,.3);
	 text-decoration:none;
	 font-weight:bold;
	 text-shadow:#CCC 1px 1px;
	 display:block;
	 float:left;
	/* CSS3 styling for latest browsers */
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	-moz-box-shadow:0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;	
	outline: none;
}
.button img {
	border:none;
	margin-bottom:-2px;
}
.button:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

.icon_signup {
	/*padding-left:40px;
	background:url(images/icon_signup.png) no-repeat 15px 12px;	*/
}
#logos #logo_catchmaster .logo {
	text-indent: -9999px;
	height: 90px;
	width: 160px;
	background: url(images/button_catchmasterpro_logo.png);
	display: block;
}
#logos #logo_catchmaster .logo:hover {
	background-position:bottom;
}

