/* 
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Pet Health Info
	CSS Document
	Author: 9xb.com
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

/* ---------------------------------- */
/* DEFAULT STYLES
/* ---------------------------------- */
	
	html, body {
		font: 12px/1em arial, helvetica, tahoma, sans-serif;
		color: #000;
		line-height:normal;
	}
	
	body {
		margin: 0;
		background:url(../images/body_bg.gif) repeat-x #fff;
	}

/* ---------------------------------- */
/* GLOBAL STYLES
/* ---------------------------------- */

	.hidden, .screen_reader, hr {
		display: none;
	}
	
	a img {
		border: 0;
	}

	a {
		color:#00aeef;
		}

	.clear {
		clear: both;
	}
	
	.floatL {
		float: left;
	}
	.floatR {
		float: right;
	}
	.floatLimg {
		float: left;
		margin: 0 20px 10px 0;
		padding: 2px;
		clear:left;
		border:1px solid #ddd;
	}
	.floatRimg {
		float: right;
		margin: 0 0 10px 20px;
		padding: 2px;
		clear:right;
		border:1px solid #ddd;
	}
	hr {
		display: none;
	}
	
	.warning-yellow {
		background:#FFFFCC;
		border:1px solid #FF9933;
		color:#444;
		padding:5px;
		margin:15px 0;
		}
		.warning-yellow h2, .warning-yellow h3, .warning-yellow h4, .warning-yellow h5, .warning-yellow p {
			margin:3px 0 !important;
			padding:0 !important;
			}
		.warning-yellow p {
			color:#333333;
			}
	
	.warning-green {
		background:#99FF99;
		border:1px solid #66CC00;
		color:#444;
		padding:5px;
		margin:15px 0;
		}
		.warning-yellow h2, .warning-yellow h3, .warning-yellow h4, .warning-yellow h5, .warning-yellow p {
			margin:3px 0 !important;
			padding:0 !important;
			}
		.warning-yellow p {
			color:#333333;
			}
			
	.button-gel-yellow, .button-gel-blue, .button-gel-green, .button-gel-red {
		font-weight:bold;
		color:#444;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:0.8em;
		height:29px;
		cursor:pointer;
		width:112px;
		border:0;
		}
		
	.button-gel-yellow { background:url(../images/btn_gel_strip.gif) no-repeat 0 0px; }
	.button-gel-blue { background:url(../images/btn_gel_strip.gif) no-repeat 0 -29px; }
	.button-gel-green { background:url(../images/btn_gel_strip.gif) no-repeat 0 -58px; }
	.button-gel-red { background:url(../images/btn_gel_strip.gif) no-repeat 0 -87px; }
	
	.button-gel-yellow:hover { background:url(../images/btn_gel_strip.gif) no-repeat -112px -0px; }
	.button-gel-blue:hover { background:url(../images/btn_gel_strip.gif) no-repeat -112px -29px; }
	.button-gel-green:hover { background:url(../images/btn_gel_strip.gif) no-repeat -112px -58px; }
	.button-gel-red:hover { background:url(../images/btn_gel_strip.gif) no-repeat -112px -87px; }

	#charlimitinfo	{ font-style: italic; color:#666; float: left;margin: 20px 0 20px 155px; }
/* ---------------------------------- */
/* MAJOR DIVISIONS
/* ---------------------------------- */

	#outerwrap {
		width:924px;
		margin:0 auto;
		}
		
	#header {
		position:relative;
		height:202px;
		}
		
	#navigation {
		height:80px;
		}
		
	#footer {
		clear:both;
		height:100px;
		background:url(../images/footer_bg.gif) repeat-x;
		}
		
	#leftcol {
		float:left;
		width:290px;
		overflow:auto;
		}
		
	#content {
		padding-top:20px;
		float:left;
		width:590px;
		margin-left:40px;
		margin-bottom:30px;
		}
	#home #content {
		margin-left:0px;
		width:630px;
		}


/* ---------------------------------- */
/* TITLE ELEMENTS  */   
/* ---------------------------------- */	

	h1 {
		margin: 0;
		padding: 0;
		overflow: hidden;
		position:relative;
		float:left;
		left:0;
		top:13px;
		width:287px;
		height:76px;
		text-align: left;
		background: url(../images/pethealth_logo.jpg) no-repeat top left;
		}
	h1 a {
		display: block;
		text-indent: -3000em;
		margin: 0;
		padding: 0;
		width: 287px;
		height: 76px;
		background: transparent;
		}
		
/* ---------------------------------- */
/* HEADER ELEMENTS  */   
/* ---------------------------------- */	

	form#search {
		position:absolute;
		bottom:0;
		left:0;
		width:287px;
		height:78px;
		background:url(../images/search_bg.jpg) no-repeat;
		}
		form#search h3 {
			height:0;
			display:none;
			}
		form#search fieldset {
			border:none;
			padding:43px 0 0 15px;
			margin:0;
			}
		form#search legend {
			display:none;
			}
		form#search input.keywords {
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#bbb;
			padding:1px 3px;
			float:left;
			}
		form#search select.filter {
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			margin-left:8px;
			color:#bbb;
			float:left;
			width:110px;
			}
		form#search input.submit {
			float:left;
			margin:-2px 0 0 8px;
			}
			
	#topnavigation {
		position:absolute;
		right:0;
		list-style:none;
		margin:0;
		padding:0;
		top:28px;
		}
		#topnavigation li {
			float:left;
			font-size:0.9em;
			padding:0 8px 0 9px;
			background:url(../images/topnavigation_sep.gif) no-repeat left;
			}
		#topnavigation li.first {
			background:none;
			}
		#topnavigation a {
			color:#000;
			text-decoration:none;
			}
			
	#strapline {
		position:absolute;
		bottom:0;
		left:325px;
		width:315px;
		height:130px;
		}
		#strapline h3 {
			color:#00aeef;
			font-size:2.2em;
			margin:0;
			}
		#strapline p {
			margin:0;
			color:#555;
			font-size:1.3em;
			font-weight:bold;
			}
	
	#headerimage { 
		width:252px;
		height:155px;
		position:absolute;
		bottom:1px;
		right:0;
		}	
	.cats_header { background:url(../images/header_image_cats.jpg) no-repeat; }
	.dogs_header { background:url(../images/header_image_dogs.jpg) no-repeat; }
	.rabbits_header { background:url(../images/header_image_rabbits.jpg) no-repeat; }
	.guineapigs_header { background:url(../images/header_image_guineapigs.jpg) no-repeat; }
	.fish_header { background:url(../images/header_image_fish.jpg) no-repeat; }
	.birds_header { background:url(../images/header_image_birds.jpg) no-repeat; }
	.chinchillas_header { background:url(../images/header_image_chinchillas.jpg) no-repeat; }
	.ferrets_header { background:url(../images/header_image_ferrets.jpg) no-repeat; }
	.rats_header { background:url(../images/header_image_rats.jpg) no-repeat; }
	.hamsters_header { background:url(../images/header_image_hamsters.jpg) no-repeat; }
	.gerbils_header { background:url(../images/header_image_gerbils.jpg) no-repeat; }
	.degus_header { background:url(../images/header_image_degus.jpg) no-repeat; }
	.mice_header { background:url(../images/header_image_mice.jpg) no-repeat; }
			
			
/* ---------------------------------- */
/* NAVIGATION ELEMENTS
/* ---------------------------------- */	
	#navigation ul {
		margin:0;
		padding:0;
		list-style:none;
		height:40px;
		clear:both;
		}
		#navigation ul li {
			float:left;
			}
		#navigation ul li a {
			text-indent:-3000em;
			display:block;
			height:40px;
			}
		#navigation ul#nav1 {
			background:url(../images/nav1_bg.jpg) no-repeat left;
			padding-left:1px;
			}
		#navigation ul#nav2 {
			margin-top:1px;
			}
		#navigation ul#nav1 li.rightpet a { background:url(../images/nav1_rightpet.jpg) no-repeat; width:214px; }
		#navigation ul#nav1 li.travelling a { background:url(../images/nav1_travelling.jpg) no-repeat; width:270px; }
		#navigation ul#nav1 li.rescue a { background:url(../images/nav1_rescue.jpg) no-repeat; width:148px; }
		#navigation ul#nav1 li.bereavement a { background:url(../images/nav1_bereavement.jpg) no-repeat; width:159px; }
		#navigation ul#nav1 li.antics a { background:url(../images/nav1_antics.jpg) no-repeat; width:131px; }
		
		#navigation ul#nav2 li.dogs a { background:url(../images/nav2_dogs.jpg) no-repeat top;width:62px; }
		#navigation ul#nav2 li.cats a { background:url(../images/nav2_cats.jpg) no-repeat top;width:53px; }
		#navigation ul#nav2 li.rabbits a { background:url(../images/nav2_rabbits.jpg) no-repeat top;width:75px; }
		#navigation ul#nav2 li.guinea a { background:url(../images/nav2_guineapigs.jpg) no-repeat top;width:103px; }
		#navigation ul#nav2 li.rats a { background:url(../images/nav2_rats.jpg) no-repeat top;width:55px; }
		#navigation ul#nav2 li.hamsters a { background:url(../images/nav2_hamsters.jpg) no-repeat top;width:88px; }
		#navigation ul#nav2 li.gerbils a { background:url(../images/nav2_gerbils.jpg) no-repeat top;width:74px; }
		#navigation ul#nav2 li.ferrets a { background:url(../images/nav2_ferrets.jpg) no-repeat top;width:72px; }
		#navigation ul#nav2 li.chinchillas a { background:url(../images/nav2_chinchillas.jpg) no-repeat top;width:102px; }
		#navigation ul#nav2 li.mice a { background:url(../images/nav2_mice.jpg) no-repeat top;width:56px; }
		#navigation ul#nav2 li.degus a { background:url(../images/nav2_degus.jpg) no-repeat top;width:67px; }
		#navigation ul#nav2 li.birds a { background:url(../images/nav2_birds.jpg) no-repeat top;width:62px; }
		#navigation ul#nav2 li.fish a { background:url(../images/nav2_fish.jpg) no-repeat top;width:55px; }
		
		#navigation ul#nav2 li.dogs a.selected { background:url(../images/nav2_dogs.jpg) no-repeat bottom; }
		#navigation ul#nav2 li.cats a.selected { background:url(../images/nav2_cats.jpg) no-repeat bottom; }
		#navigation ul#nav2 li.rabbits a.selected { background:url(../images/nav2_rabbits.jpg) no-repeat bottom; }
		#navigation ul#nav2 li.guinea a.selected { background:url(../images/nav2_guineapigs.jpg) no-repeat bottom; }
		#navigation ul#nav2 li.rats a.selected { background:url(../images/nav2_rats.jpg) no-repeat bottom; }
		#navigation ul#nav2 li.hamsters a.selected { background:url(../images/nav2_hamsters.jpg) no-repeat bottom; }
		#navigation ul#nav2 li.gerbils a.selected { background:url(../images/nav2_gerbils.jpg) no-repeat bottom; }
		#navigation ul#nav2 li.ferrets a.selected { background:url(../images/nav2_ferrets.jpg) no-repeat bottom; }
		#navigation ul#nav2 li.chinchillas a.selected { background:url(../images/nav2_chinchillas.jpg) no-repeat bottom; }
		#navigation ul#nav2 li.mice a.selected { background:url(../images/nav2_mice.jpg) no-repeat bottom; }
		#navigation ul#nav2 li.degus a.selected { background:url(../images/nav2_degus.jpg) no-repeat bottom; }
		#navigation ul#nav2 li.birds a.selected { background:url(../images/nav2_birds.jpg) no-repeat bottom; }
		#navigation ul#nav2 li.fish a.selected { background:url(../images/nav2_fish.jpg) no-repeat bottom; }
		
		#navigation ul#nav2 li.dogs a:hover { background:url(../images/nav2_dogs.jpg) no-repeat bottom; }
		#navigation ul#nav2 li.cats a:hover { background:url(../images/nav2_cats.jpg) no-repeat bottom; }
		#navigation ul#nav2 li.rabbits a:hover { background:url(../images/nav2_rabbits.jpg) no-repeat bottom; }
		#navigation ul#nav2 li.guinea a:hover { background:url(../images/nav2_guineapigs.jpg) no-repeat bottom; }
		#navigation ul#nav2 li.rats a:hover { background:url(../images/nav2_rats.jpg) no-repeat bottom; }
		#navigation ul#nav2 li.hamsters a:hover { background:url(../images/nav2_hamsters.jpg) no-repeat bottom; }
		#navigation ul#nav2 li.gerbils a:hover { background:url(../images/nav2_gerbils.jpg) no-repeat bottom; }
		#navigation ul#nav2 li.ferrets a:hover { background:url(../images/nav2_ferrets.jpg) no-repeat bottom; }
		#navigation ul#nav2 li.chinchillas a:hover { background:url(../images/nav2_chinchillas.jpg) no-repeat bottom; }
		#navigation ul#nav2 li.mice a:hover { background:url(../images/nav2_mice.jpg) no-repeat bottom; }
		#navigation ul#nav2 li.degus a:hover { background:url(../images/nav2_degus.jpg) no-repeat bottom; }
		#navigation ul#nav2 li.birds a:hover { background:url(../images/nav2_birds.jpg) no-repeat bottom; }
		#navigation ul#nav2 li.fish a:hover { background:url(../images/nav2_fish.jpg) no-repeat bottom; }
		

/* ---------------------------------- */
/* FOOTER ELEMENTS
/* ---------------------------------- */	

	#footer ul {
		margin:0;
		padding:15px 2px;
		list-style:none;
		overflow:auto;
		}
		#footer ul li {
			float:left;
			font-size:0.9em;
			background:url(../images/footer_sep.jpg) no-repeat left;
			padding:0 12px;
			color:#646566;
			}
		#footer ul li.first {
			background:none;
			}
	#footer a {
		text-decoration:none;
		color:#646566;
		}
		
		
/* ---------------------------------- */
/* LEFTCOL ELEMENTS
/* ---------------------------------- */

	#leftcol h2 {
		margin:15px 0 10px 15px;
		color:#00aeef;
		text-transform:uppercase;
		}
		
	#whatsnew div {
		background:url(../images/whatsnew_bg.jpg) top no-repeat;
		padding:15px 13px;
		}
		#whatsnew div p {
			margin:0;
			line-height:17px;
			}
		#whatsnew div p a {
			color:#ec008c;
			text-decoration:none;
			}
		#whatsnew div span {
			color:#0066CC;
			}
	#leftcol #newsletter {
		width:252px;
		height:180px;
		background:url(../images/freenewsletter_bg.gif) no-repeat;
		margin:10px 0 10px 0;
		padding:34px 20px 0px 15px;
		}
	#leftcol #video {
		width:252px;
		border: 1px solid #dedede;
		margin:0 0 0 0;
		padding:0px 20px 20px 15px;
		}
	#leftcol #newsletter h3, #leftcol #video h3 {
		width:140px;
		margin:10px 0 0 0;
		text-transform:uppercase;
		}
	#leftcol #newsletter p, #leftcol #video p {
		margin:12px 0 0 0;
		line-height:17px;
		}
	#leftcol #newsletter a, #leftcol #video a {
		text-decoration:none;
		}
	
	#leftcol ul {
		background:url(../images/leftcol_ul_bg.gif) top repeat-x;
		padding:0 0 0 0;
		margin:0;
		list-style:none;
		font-size:1.2em;
		}
	#leftcol ul a {
		color:#000;
		text-decoration:none;
		background:url(../images/leftcol_bullet.gif) left no-repeat;
		padding-left:15px;
		}
	#leftcol ul a.selected {
		font-weight:bold;
		color:#00aeef;
		}
		#leftcol li {
			padding:8px 10px;
			background:url(../images/whatsnew_bg.jpg) top no-repeat;
			}
		#leftcol ul ul li, #leftcol ul ul ul li {
			padding:5px 10px;
			background:none;
			}
		#leftcol ul ul, #leftcol ul ul ul {
			background:none;
			font-size:0.8em;
			padding:5px 0 0px 10px;
			margin:0;
			display:none;
			}
		#leftcol ul ul ul {
			font-size:1em;
			}
		#leftcol ul ul a, #leftcol ul ul ul a {
			color:#00aeef;
			text-decoration:underline;
			}

		
/* ---------------------------------- */
/* CONTENT ELEMENTS
/* ---------------------------------- */

	#content {
		}
	#content h2 {
		font-size:2em;
		text-transform:uppercase;
		margin:0;
		color:#414141;
		}
	#content h3 {
		margin-top:20px;
		margin-bottom:0;
		font-size:1.5em;
		color:#006A8F;
		}
	#content h4 {
		margin:20px 0 0 0;
		}
	#content p {
		margin:5px 0 10px 0;
		line-height:20px;
		}
	#content li {
		line-height:20px;
		margin:5px 20px;
		}
	
	.homeText {
		margin: -5px 0 10px 13px!important;
		_margin:0 0 10px 10px!important;
		float:left;
		width:100%;
	}
	.homebox {
		width:300px;
		height:225px;
		float:left;
		margin:0 0 0 13px;
		_margin:0 0 0 10px;
		position:relative;
		}
	.homeText h2 {
		margin:0px!important;
		color:#00aeef!important;
		text-transform:uppercase;
		font-size: 18px!important;
		}
		

		.homebox h3, .hometext h3 {
			position:absolute;
			top:15px;
			left:15px;
			width:100px;
			font-weight:bold !important;
			text-transform:uppercase;
			color:#333333 !important;
			font-size:1.45em !important;
			}
		.homebox p, .hometext p {
			position:absolute;
			top:110px;
			margin:0;
			left:13px;
			width:280px;
			}
		.homebox .pink {
			color:#EC008C !important;
			}
		.homebox a {
			text-decoration:none;
			}
			
	#recommendfriend {
		background:url(../images/recommend_bg.gif) repeat-x top;
		padding:10px;
		margin:10px 0 0 13px;
		}
		#recommendfriend h3 {
			margin:2px 0 0 10px;
			padding:0;
			color:#00AEEF;
			text-transform:uppercase;
			}
		#recommendfriend p {
			margin:5px 0 0 10px;
			}
			
	#findvet { background:url(../images/homebox_findvet.jpg) no-repeat top }
	#findshop { background:url(../images/homebox_findshop.jpg) no-repeat top;}
	#blogbox { background:url(../images/homebox_blog.jpg) no-repeat top;  }
	#qanda { background:url(../images/homebox_qanda.gif) no-repeat top; margin-top:-4px; }
	#petfactor { background:url(../images/double.gif) no-repeat top; width:638px; height: 125px; margin-top: 29px; }
	#petfactor h3 { width: 500px!important; }
	
	#petfactor span.h3 { width: 500px!important; }
	#petfactor span.h3 {
		width:100px;
		font-weight:bold !important;
		text-transform:uppercase;
		color:#333333 !important;
		font-size:1.45em !important;
		float:left;
		margin:40px 0 0 20px;
		
	}
	#petfactor span.h4 { width: 500px!important; }
	#petfactor span.h4 {
		width: 390px!important;
		font-weight:bold !important;
		color:#333333 !important;
		font-size:1em !important;
		float: left;
		margin: 5px 0px 0 20px;
	}
	
	
	.homebox#petfactor h3 { top:20px; width:200px; }
	.homebox#petfactor h4 { top:40px; width: 180px; }
	
	p.searchbar {
		background:#eee;
		border-top:1px solid #aaa;
		padding:3px 10px;
		font-size:0.9em;
		text-align:right;
		}
	
	#searchresults {
		margin:0;
		padding:0 30px;
		}
	#searchresults li {
		margin:30px 0;
		}
		#searchresults span {
			background:#FFFFCC;
			padding:0 1px;
			border-bottom:1px solid #FFCC66;
			}
		#searchresults p.snippet {
			margin:0;
			color:#000;
			}
		#searchresults p.url {
			margin:0;
			color:#aaa;
			}
		.searchpaginate {
			text-align:center;
			font-size:1.5em;
			}
		.searchpaginate .selected a {
			text-decoration:none;
			color:#000;
			}
		.suggestion {
			font-weight:bold;
			}
			.suggestion a {
				text-decoration:none;
				}
				
	.sitemap ul {
		}
		.sitemap li {
			line-height:16px !important;
			margin:10px 0 !important;
			padding:0;
			}
		.sitemap li ul li {
			margin:0px 20px !important;
			}
			
	#news-documents {
		margin:30px 0;
		padding:0;
		list-style:none;
		}
		#news-documents li {
			margin:0;
			padding:0;
			}
		#news-documents li a {
			background:url(../images/pdf_icon.gif) left center no-repeat;
			padding-left:25px;
			}
			
	.press-item {
		padding:10px;
		margin:10px 0;
		background:#f8f8f8;
		}
		.press-item h4 { padding:0 !important; margin:0 !important; }
		
		
	.petFactorFinalistFull{
		float:left;	
	}
	.petFactorFinalist{
		float:left;
		clear:both;
	}
	.petFactorFinalistContent{
		float:right;
		width:360px;
	}
	.petFactorFinalist img{
		margin:5px 10px 0 0;
	}
	.imageContent{
		width:230px; float:left;
	}
	.petFactorHr{ border-top:1px solid #ccc; height:5px; margin:20px 0 10px 0; float:left; width:590px; }
	
	#content .petFactorFinalist h3,
	#content .petFactorFinalistFull h3{
		/*color:#006A8F;*/
		color:#000;
		font-size:1.4em;
		margin:0;
		font-weight:normal;
	}

/* ---------------------------------- */
/* FORM ELEMENTS
/* ---------------------------------- */
	
	fieldset {
		border:none;
		margin:0;
		padding:0;
		}
	legend {
		margin:5px 0;
		padding:0;
		font-weight:bold;
		font-size:1.3em;
		letter-spacing:-1px;
		}
	
	div.row {
		margin:10px 5px;
		clear:both;
		overflow:auto;
		}
		div.row label {
			display:block;
			float:left;
			width:150px;
			font-weight:bold;
			color:#EE008E;
			padding:2px;
			}
		div.row label span {
			font-weight:normal;
			font-size:0.8em;
			color:#666666;
			}
		div.row .value {
			display:block;
			float:left;
			width:300px;
			}
		input.textfield, select.textfield, textarea.textfield {
			margin:1px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:1em;
			padding:1px;
			}
	
	#loginbox {
		margin:0;
		padding:0;
		display:none;
		background:#000;
		}
		
table.myaccount {
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	}
	table.myaccount th {
		padding:4px;
		background:url(../images/myaccount_th_bg.gif) repeat-x;
		color:#fff;
		}
	table.myaccount tr.blank td {
		padding:3px;
		}
	table.myaccount td {
		border-top:1px solid #eee;
		padding:10px;
		}
	table.myaccount td {
		background:#fff;
		}
	table.myaccount tr.alt td {
		background:#EFF8FF;
		}

.gallery {
	clear:both;
	overflow:auto;
	}
	.gallery-box {
		width:140px;
		float:left;
		height:230px;
		padding:15px 20px;
		margin:5px;
		border:1px solid #ddd;
		}
	.gallery-box p {
		text-align:center;
		}
	.gallery-box div.image {
		text-align:center;
		}	
	.myaccount .gallery-box {
		width:100px;
		padding:15px;
		}
	.myaccount .gallery-box .rating_container {
		width:72px;
		margin-left:14px;
		}
	.gallery-box p.title {
		font-weight:bold;
		margin:0 !important;
		text-align:center;
		}
	.gallery-box p.added {
		margin:0 0 10px 0 !important;
		color:#444;
		font-size:0.8em;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		}
	.gallery-box p.author {
		margin:0 0 0 0 !important;
		color:#444;
		font-size:0.8em;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		}
	.gallery-box p.numvotes {
		margin:0 0 10px 0 !important;
		color:#999999;
		font-size:0.8em;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		}
	.gallery-box p.desc {
		font-weight:bold;
		}
		
	.gallery-box .rating_container {
		width:72px;
		margin-left:33px;
		}
		
	.rating_container {
		width:72px;
		}
	.rating_0 {
		width:75px; 
		height:15px;
		background:url(../images/rating_map.gif) no-repeat 0 -75px;
		overflow:auto;
		display:block;
		}
	.rating_1 {
		width:75px; 
		height:15px;
		background:url(../images/rating_map.gif) no-repeat 0 -60px;
		overflow:auto;
		display:block;
		}
	.rating_2 {
		width:75px; 
		height:15px;
		background:url(../images/rating_map.gif) no-repeat 0 -45px;
		overflow:auto;
		display:block;
		}
	.rating_3 {
		width:75px; 
		height:15px;
		background:url(../images/rating_map.gif) no-repeat 0 -30px;
		overflow:auto;
		display:block;
		}
	.rating_4 {
		width:75px; 
		height:15px;
		background:url(../images/rating_map.gif) no-repeat 0 -15px;
		overflow:auto;
		display:block;
		}
	.rating_5 {
		width:75px; 
		height:15px;
		background:url(../images/rating_map.gif) no-repeat 0 0;
		overflow:auto;
		display:block;
		}
	.rating_5 a { display:block;height:15px;width:14px;float:left;text-indent:-3000em; }
	.rating_4 a { display:block;height:15px;width:14px;float:left;text-indent:-3000em; }
	.rating_3 a { display:block;height:15px;width:14px;float:left;text-indent:-3000em; }
	.rating_2 a { display:block;height:15px;width:14px;float:left;text-indent:-3000em; }
	.rating_1 a { display:block;height:15px;width:14px;float:left;text-indent:-3000em; }
	.rating_0 a { display:block;height:15px;width:14px;float:left;text-indent:-3000em; }
	
	.gallery .paginate {
		clear:both;
		text-align:center;
		padding:10px 0;
		}
		.gallery .paginate .selected a {
			font-size:1.3em;
			font-weight:bold;
			}

.faq-box {
	border-top:1px solid #aaa;
	padding:20px 10px;
	}
	.faq-box .faq-q { font-size:1.2em; }
	.faq-box .faq-top { font-size:0.8em; margin:0; }
	
#breadcrumb {
	list-style:none;
	display:block;
	clear:both;
	}
	#breadcrumb li {
		float:left;
		margin:0 8px 0 0;
		}
	#breadcrumb li a {
		background:url(../images/breadcrumb_bullet.gif) no-repeat;
		padding:0 0 0 7px;
		text-decoration:none;
		}
	
	.article-pagination {
		text-align:center;
		margin:20px 0;
	}
		
/* ---------------------------------- */
/* NEWSLETTER ELEMENTS
/* ---------------------------------- */
	#content #newsletter-content #newsletter-header 
	{
		padding: 20px 15px 15px 15px;
		border: 1px solid #e1e1e2;
	}
	#content #newsletter-content #newsletter-header #logo {
		background: url('../images/newsletter_logo.jpg') no-repeat;
		width: 175px;
		height:45px;
		float:right;
		position:relative;
		top: -8px;
	}
	#content #newsletter-content #newsletter-header #logo p {
		display: none;
	}
	#content #newsletter-content #newsletter-header h2 {
		font-size: 18px;
		font-weight:bolder;
		font-family:"Futura Md BT", arial, helvetica, tahoma, sans-serif;
		border-right: 2px solid #50aeef;
		float:left;
		padding-right:10px;
		margin-right:10px;
	}
	
	#content #newsletter-content #newsletter-header p {
		color: #50aeef;
		font-weight:bold;
		position:relative;
		top: -4px;
	}
	#content #newsletter-content #newsletter-body {
		padding: 0 15px;
	}
	#content #newsletter-content h3  {
		color: #00aeef;
				font-family:"Futura Md BT", arial, helvetica, tahoma, sans-serif;
				font-size:18px;
				text-transform:uppercase;
	}
	
		#newsletter-content .list_title {
		padding: 10px 0 30px 0;
		position:relative;
		left: 0px;
		top: 0px;
		list-style-type: bullet;
		color:#00ade3;
		padding-bottom: 25px;
		font-size:14px;
	}
			#newsletter-content .list_title li {
				line-height: 14px;
			}

	#newsletter-content li span a{ 
	font-size: 12px;
	color:#000000; 
	font-weight:bold;
	 }
	 .newsletter_box li { padding: 10px 0;}

	.newsletter_box {
	font-size: 14px;
	color:#000000; 
	background-image:url(../images/newsletter_box.gif);
	background-repeat:repeat-x;
	padding: 25px 10px;
	width: 600px;
	position:relative;
	left: -20px;
	}
	#newsletter-archive h4 { font-weight: normal; }
	.newsletter_box .header {
	color:#000000; letter-spacing: 0.5px; font-weight:bold; font-size:18px;
	}
	.newsletter_box p { position:relative; top: 0px; font-size: 14px;!important}

	#newsletter-archive h2 { font-size: 18px; padding: 25px 0 10px 0; }
	
	#newsletter-archive #whatson { background-image:url(images/newsletter_box.gif); background-repeat:no-repeat;}
	
	#newsletter-archive li a:selected { padding-bottom:10px; color: #00aeef;}
	#newsletter-archive li a {color: #00aeef; }
	
	
	/* CSS Document */

#seotools {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#fff;
	text-align:center;
	z-index:100;
	padding:5px 0;
	opacity:0.4;
	}
