/* CSS Document */


body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	color:#000000;
}

table{
text-align:left;
}

td.nav_bg{
	background:url(images/nav_bg.gif);
	background-repeat:no-repeat;

}

td.bg_blank{
	background:url(images/bg_main_blank.gif);
	background-repeat:no-repeat;

}

td.bg_bottom{
	background:url(images/bg_bottom.gif);
	background-repeat:no-repeat;

}
.prices{
	color:#900;
	font-size:14px;
	font-weight:bold;
	
}

.prices_other{
	color:#666;
	
}
h1.txt_white_big{
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
		padding:0px;
	margin:0px;

}
.sup{
vertical-align:super;
font-size:50%
}
h1{
	font-size:18px;
	font-weight:bold;
	color:#003366;
	padding:0px;
	margin:0px;
}
h3{
	font-size:13px;
	color:#993300;
	font-weight:bold;
	padding:0;
	margin:0;
}
h3.testimonials{
	font-size:14px;
	color:#993300;
	font-weight:bold;
	padding:3px 0px;
	margin:0;
}

h4{
	font-size:11px;
	color:#993300;
	padding:0;
	margin:0;
	line-height:2;
}


.txt_grey{
	color:#666666;
}

p{
margin-top:5px;
line-height:1.5;
}

p.quotes{
font-size:13px;	
margin-top:5px;
line-height:1.5;
}

p.quotes{
	
margin-top:5px;
line-height:1.5;
}
div#services{
	width:330px;
	padding:10px;
	background-color:#eaeaea;
	border:#ccc 1px solid;
	color:#333;
	margin-bottom:15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
div#services ul li{
	font-size:13px;
	line-height:2;

}
div#services p.quotes{
	font-weight:normal;
	margin:1px;
	padding:1px;
	font-size:13px;
	color:#000;
	text-align:justify;

}

div#services p{
	font-weight:bold;
	padding:5px 0px 0px 0px;
	font-size:13px;

}


	

p.txt_bold{
	font-weight:bold;
	margin:1px;
	padding:1px;
}

a.link_big{
color:#00409F;
}

a.link_big:visited{
color:#00409F;
}
a.link_big:hover{
color:#00409F;
text-decoration:underline;
}

/*Menu Navigation CSS STuff */

#main-menu {
	list-style:none;
	margin:auto;
	padding:0;
	width:825px; }
	
	#main-menu a {
		font-size:14px;
		color:#216120;
		font-weight:bold;
		text-decoration:none;
		display:block;
		outline:none;
		padding:6px 40px 6px 0px;

		}
		
	#main-menu a.sub_link {
		background-image:url(images/menu_arrow.png);
		background-position:right bottom;
		background-repeat:no-repeat;

		}	

	
	#main-menu li {
		float:left;
		position:relative;	
		z-index:40;}

	#main-menu ul.sub-menu {
		background-color:#fff;
		border:1px solid #ccc;
		display:none;
		left:0px;
		position:absolute;
		padding:0;}
		
		#main-menu ul.sub-menu ul.sub-menu {
			left:165px;
			top:0; }

		
		#main-menu ul.sub-menu li {
			display:block;
			float:none;
			position:relative;
			text-align:left;
			width:165px;}
		
		#main-menu ul.sub-menu a {
			font-size:12px;
			font-weight:bold;
			line-height:2;
			color:#216120;			
			margin:1px;
			padding:0.2em 0.5em;
			text-transform:none;
			text-shadow:none;
			white-space:nowrap; 
			width:151px; }

			#main-menu ul.sub-menu a:hover {
				background-color:#eaeaea;
				color:#333; }


/* end of menu */


/* Start lightbox stuff */
/* Start lightbox stuff */

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 15%;
	left: 20%;
	width: 650px;
	height: 275px;
	padding: 3px;
	border:#CCCCCC 8px solid;
	background-color: white;
	text-align: left;
	z-index:199;
	overflow: auto;	
	background-image:url(images/bg_popup.gif);
	background-repeat:repeat-x;
}

.leightbox_2 {
	color: #333;
	display: none;
	position: absolute;
	top: 15%;
	left: 20%;
	width: 650px;
	height: 450px;
	padding: 3px;
	border:#CCCCCC 8px solid;
	background-color: white;
	text-align: left;
	z-index:199;
	overflow: auto;	

}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:198;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}


.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }

/* End lightbox stuff */
/* End lightbox stuff */

.copy_text{
	color:#666;
	font-size:11px;
	border-bottom:#CCC 1px solid;
}
#msg {
display:none; 
position:absolute; 
z-index:200; 
background:url(images/msg_arrow.gif) left center no-repeat; 
padding-left:7px
}

#msgcontent {
display:block; 
background:#f3e6e6; 
border:2px solid #924949; 
border-left:none; 
padding:5px; 
min-width:150px; 
max-width:250px
}