
/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}



body {
	background: #a4c7cd;
	border-top: 5px solid #666;
	color: #333;
	font-size:medium;
	padding: 20px 0 40px;
}

a {
	color: #1b525c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: arial,san-serif;
	font-weight: normal;
	text-align: center;
}

h2 {
	padding: 20px 0 0;
	text-align: center;
}

p {
	overflow: hidden;
	padding: 10px 0;
	
}

h1.price{text-align:left;
         font-weight:bold;
		 padding-top:10px;}

li.star{list-style-image: url(../images/bullet.png);}
li.dot {list-style-type: circle;}
 li {list-style-type: none;}
.container_16 {
	background: #fff url(../images/16_col.gif) repeat-y;
}

.container_24 {
	background: #fff url(../images/24_col.gif) repeat-y;
}

.nav{text-align:right;
position:relative;
bottom:45px;
color:#1b525c;
}

.footer{   text-align:center;
   font-size:small;}

.first{color:#1b525c; font-size:1.25em; font-weight:bold;}
.faqa{font-style:italic; color:#95b143;}
.red{color:#e8672a;}
.redbold{color:#1b525c;font-weight:bold;}
.page{display:none;}   
.center{text-align:center;}
.centerg{text-align:center; color:#95b143;font-weight:bold;}
.bold{font-weight:bold;}
.small{font-size:.60em; font-weight:lighter;}
.italicsmall{font-style:italic; font-size: .90em; font-family:serif; }
p.top{padding-top:30px;}
img.left{float:left;}
a img {
display: block;		/* Stops image links getting text link styles */
}
 
td
{padding-top:20px;
padding-left:20px;
 vertical-align:top;
 text-align:center;
 }
 
 


	
	/* styling for elements inside overlay */
	.details {
		position:absolute;
		top:15px;
		right:15px;
		color:#1b525c;
		width:300px;
		text-align:left;
	}
	
	.details h3 {
		color:#1b525c;
		zfont-size:15px;
		zmargin:0 0 -10px 0;
	}
	
	/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#fff;
	width:890px;	
	height:460px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/*________________________TABS__________________________________*/

/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	zborder-bottom:1px solid #666;	 	
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
	float:left;
	font-size:13px;
	display:block;
	padding:5px 30px;	
	text-decoration:none;
	zborder:1px solid #666;	
	border-bottom:0px;
	height:18px;
	background-color:#efefef;
	color:#777;
	margin-right:2px;
	position:relative;
	top:1px;	
	outline:0;
	-moz-border-radius:4px 4px 0 0;	
}

ul.css-tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#ddd;
	zborder-bottom:1px solid #ddd;	
	color:#000;	
	cursor:default;
}

	
/* tab pane */
.css-panes div {
	display:none;
	zborder:1px solid #666;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:15px 20px;
	background-color:#ddd;	
}



	/* alternate colors: skin2 */
	ul.skin2 a {
		background-color:#d8ebec;		
		color:#fff !important;
	}
	
	/* mouseover state */
	ul.skin2 a:hover {
		background-color:#c9e1e3;
	}
	
	/* active tab */
	ul.skin2 a.current {
		background-color:#b6d6d9;
		border-bottom:2px solid #b6d6d9;	
	}
	
	/* tab pane with background gradient */
	div.skin2 div {
		min-height:200px;
		color:#fff;	
		background:#b6d6d9;
		
		/* IE6 does not support PNG24 images natively */
		_background:#b9ccce;
	}
