@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

.clear{
	clear:both;
	height:0px;
}

.thumbs{
	float:left;
	padding:4px;
}


body{
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:14px;
	background-image:url(images/bgg.png);
	background-repeat:repeat-x;
	background-color:#CCC;
}

h1{
	color:#900;
	margin-bottom:10px;
}


#main_wrapper{
	width:1004px;
	background-image:url(images/md.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin:auto;
}

#header{
	background-image:url(images/header_bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
	height:160px;
}

.logo{
	float:left;
	margin-top:50px;
	margin-left:30px;
}

	#menu{
			float:right;
			margin-top:60px;
		}
			#menu li{
				list-style:none;
				margin:0 0 0 4px;
			}
				#menu li, #menu li a, #menu li a span, #menu li a.current, #menu li a.current span{
					display:block;
					float:left;
					height:35px;
					line-height:35px;
					text-decoration:none;
					text-transform:uppercase;
					cursor:pointer;
				}
				#menu li a, #menu li a.current{
					color:#000;
					padding:0 0 0 12px;
				}
					#menu li a span, #menu li a.current span{
						color:#000;
						padding:0 18px 0 9px;
					}
						#menu li a:hover, #menu li a.current{
							background-image:url(images/rl.png);
							background-repeat:no-repeat;
							background-position:left;
							color:#000;
						}
							#menu li a:hover span, #menu li a.current span{
								background:url(images/rm.png) no-repeat right;
								color:#fff;
							}


.map{
	background-image:url(images/map.jpg);
	background-repeat:no-repeat;
	margin-left:20px;
	margin-top:2px;
	height:313px;


}

.bubble{
	margin:auto;
	padding-top:240px;
	width:360px;
}

.plans{
	background-image:url(images/middle_bg.png);
	background-repeat:no-repeat;
	height:200px;
	background-position:left;
	padding-top:40px;
	height:352px;
	
	
}
.order_form{
	background-color:#E7F5FA;
	border:1px solid #9BC5E3;
	padding:10px;
}



.order_form td{
	padding:4px;
	font-size:14px;
	border-bottom:1px dotted #9BC5E3;
}

.order_form input{
	padding:4px;
}

.order_form  h3{
	padding-top:10px;
	padding-bottom:6px;
	color:#333;
}


.box{
	width:290px;
	float:left;
	margin-left:30px;
	height:280px;
}
.larger{
	width:500px;
	display:block;
	margin:auto;
	
}
.larger img{
	float:left;
	padding:10px;
	padding-top:0px;
}

.larger a {
	font-size:22px;
	color:#FFF;
	padding-top:8px;
	float:left;
	text-decoration:none;
	border-bottom:1px dotted #fff;
	padding-bottom:4px;
}

.larger a:hover {
	color:#F90;
}

.content{
	background-image:url(images/bgg2.png);
	background-repeat:repeat-y;
	padding-left:40px;
	padding-right:40px;
	font-size:13px;
}

.content h1{
	color:#900;
}
.content h2{
	padding-top:10px;
	padding-bottom:6px;
	color:#333;

	border-bottom:1px dotted #CCC;
}

.content_left{
	width:400px;
	float:left;
}
.content_right{
	width:460px;
	float:right;
}

.thumb{
	float:left;
	padding:10px;
}

.content p{
	padding-top:10px;
}



.footer_top{
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	height:72px;
	background-position:top;
}

.footer_links{
	padding:30px;
}

.footer_links li{
	display:inline;
	margin-left:20px;
}

.footer_links li a{
	color:#666;
	text-decoration:none;
	font-size:12px;
}

.box img{
	float:left;
	padding:10px;
	padding-bottom:20px;
	
}

.box h1{
	color:#900;
	font-size:24px;
	line-height:28px;

}

/*.box h1.price{
	color:#FFF;

}*/

.box h1 a{
	color:#FFF;
	font-size:28px;
	padding:10px;
	padding-top:12px;
	padding-bottom:12px;
	text-decoration:none;
	text-align:center;
	background-color:#900;
	float:left;


}
.box h1 a.ordernow{
	padding:0px;
	margin:0px;
	text-decoration:none;
	margin-left:0px;
	background:none;
	margin-left:8px;

}

.box h1 a.ordernow img{
	float:right;
	padding:0px;
	margin:0px;}

.box p{
	color:#333;
	line-height:18px;
}


.instructions{
	text-align:left;
	
}
.downlink{
	background-color:#06C;
	font-weight:bold;
	color:#FFF;
	padding:10px;
	margin:auto;
	margin-top:10px;
	margin-bottom:8px;
	width:600px;
}

.downlink a{
	color:#F60;
}

.imgheading{
	line-height:50px;
}
.imgheading img{
	float:left;
	padding-right:4px;
}


/*.price{
	background-image:url(images/btbg.png);
	background-repeat:no-repeat;
	padding:14px;
	margin-left:
}
.price span{
	font-size:14px;
}*/