/*
Theme Name: Jelly and Ice Cream
Theme URI: http://www.jellyandice-cream.com
Author: Adayin
Author URI: http://www.adayin.co.uk
version: 1.0
*/

*{margin:0; padding:0;}

img, div {
	behavior: url(../iepngfix.php)
}

html {
	overflow-y: scroll;
}

body {
	background: #0d7eb2;
	font: 12px/18px "Arial", Helvetica, Geneva, sans-serif;
	margin-top: 40px;
}

.left {
	float: left;
}

/* Text Styles */

p {
	color: #5B5B5B;
	font: 12px/18px "Arial", Helvetica, Geneva, sans-serif;
}

.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}

h1 {
	color: #5B5B5B;
	font: bold 15px/22px "Arial", Helvetica, Geneva, sans-serif;
}

h2 {
	color: #5B5B5B;
	font: bold 18px/24px "Arial", Helvetica, Geneva, sans-serif;
}

h3 {
	color: #00abf9;
	font: bold 12px/18px "Arial", Helvetica, Geneva, sans-serif;
}

/* Link Styles */

a {
	font: 12px/18px "Arial", Helvetica, Geneva, sans-serif;
		text-decoration: none;
	color: #00abf9;
}

a:hover {
	color: #41bdf5;
	text-decoration: underline;
}

/* images and misc. */

img {
	border: none;
}

img a {
	border: none;
}

img.left {
	float: left;
	border: none;
}

img.right {
	float: right;
	border: none;
}

blockquote {
	background: #f1f1f1;
	padding: 20px 20px 1px 20px;
	margin-bottom: 24px;
}

/* Main Wrappers */

#outer-wrap {
	width: 940px;
	margin: 0px auto 0px auto;
	padding: 0px;
	clear: both;
}

#inner-wrap {
	float: left;
	width: 860px;
	margin: 0px 0px 0px 0px;
	padding: 10px 40px 10px 40px;
	background: #ffffff;
}

/* Header */

#header-bg {
	width: 940px;
	height: 30px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: url(images/header_bg.gif) no-repeat;
}

#header {
	float: left;
	width: 860px;
	height: 115px;
	margin: 0px 0px 20px 0px;
}

#header .logo {
	float: left;
	width: 216px;
	height: 115px;
	margin: 0px 0px 0px 0px;
}

#header .contact-details {
	text-align: right;
	float: right;
	width: 578px;
	height: 115px;
	margin: 0px 0px 0px 0px;
}

#header .contact-details h1 {
	color: #ff0061;
	font: bold 15px/22px "Arial", Helvetica, Geneva, sans-serif;
	margin-bottom: 20px;
}

#header .contact-details p {
	color: #5B5B5B;
	font: 15px/22px "Arial", Helvetica, Geneva, sans-serif;
	margin-bottom: 0px;
}

#header .contact-details a {
	font: 15px/22px "Arial", Helvetica, Geneva, sans-serif;
		text-decoration: none;
	color: #00abf9;
}

#header .contact-details a:hover {
	color: #41bdf5;
	text-decoration: underline;
}

#nav-wrap {
	float: left;
	width: 820px;
	height: 40px;
	margin: 0px 0px 20px 0px;
	padding: 0px 20px 0px 20px;
	background: url(images/nav_bg.gif) no-repeat;
	position: relative;
	z-index: 100;
}

.facebook {
	width: 41px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 0px;
	left: 0px;
	position: absolute;
}

.twitter {
	width: 41px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 0px;
	left: 41px;
	position: absolute;
}


#nav-wrap .nav {
	float: right;
	position: relative;
	z-index: 100;
}

/* Content */

#content-wrap {
	float: left;
	width: 860px;
	margin: 0px 0px 20px 0px;
	position: relative;
}

#intro-wrap {
	float: left;
	width: 860px;
	height: 300px;
	margin: 0px 0px 20px 0px;
}

#intro-wrap #photos {
	float: left;
	width: 530px;
	height: 300px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

.slides_container {
		height:300px;
			width:530px;
			overflow: hidden;

		}

.slides_container div {
			width:530px;
			height:300px;
			display:block;
		}

#intro-wrap #intro {
	float: right;
	width: 270px;
	height: 260px;
	margin: 0px 0px 0px 0px;
	padding: 20px;
	background: #0d7eb2;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#intro-wrap #intro h2 {
	color: #fff;
	margin: 0px 0px 16px 0px;
}

#intro-wrap #intro p {
	color: #9ecbe0;
	margin-bottom: 16px;
}

#intro-wrap #intro a {
	color: #fff;
}

.button-read-more {
	display: block;
	width: 93px;
	height: 30px;
	background: url(images/btn_read_more.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	margin-top: 20px;
}

.button-read-more:hover {
	background: url(images/btn_read_more.gif) no-repeat 0px -30px;
}

#resorts-wrap {
	float: left;
	width: 860px;
}

#resorts-wrap .resorts-header{
	float: left;
	width: 860px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #0d7eb2;
	border-bottom: 1px solid #f2f2f2;
}

#resorts-wrap #resort{
	float: left;
	width: 206px;
	height: 365px;
	margin: 0px	12px 12px 0px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

#resorts-wrap #resort.last{
	margin-right: 0;
}

#resorts-wrap #resort img{
	float: left;
	width: 206px;
	height: 156px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}

#resorts-wrap #resort .info{
	float: left;
	width: 186px;
	margin: 0px 0px 20px 0px;
	padding: 10px;
}

#resorts-wrap #resort .info h2{
	color: #fff;
	margin-bottom: 6px;
	font: bold 16px/20px "Arial", Helvetica, Geneva, sans-serif;
}

#resorts-wrap #resort .info h2 a{
	color: #fff;
	margin-bottom: 6px;
	font: bold 16px/20px "Arial", Helvetica, Geneva, sans-serif;
}

#resorts-wrap #resort .info h2 a:hover{
text-decoration: none;
color: rgba(255, 255, 255, 0.6);
}


#resorts-wrap #resort .info p{
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 6px;
}

#resorts-wrap #resort .info a{
	color: #fff;
}

#resorts-wrap #resort.valdisere{
	background: #474e56;
}

#resorts-wrap #resort.tignes{
	background: #d77e71;
}

#resorts-wrap #resort.stfoy{
	background: #f2a53d;
}

#resorts-wrap #resort.mallorca{
	background: #a6967b;
}

#resorts-wrap #resort.courchevel{
	background: #075b87;
}

#resorts-wrap #resort.sttropez{
	background: #018f88;
}

#resorts-wrap #resort.meribel{
	background: #e52f2b;
}

#resorts-wrap #resort.twitter-feed{
	background: #c88abd;
}

#resorts-wrap #resort.twitter-feed h2{
	margin: 10px 10px 0 10px;
	color: #fff;
	margin-bottom: 6px;
	font: bold 16px/20px "Arial", Helvetica, Geneva, sans-serif;
	background: url(images/twitter_box_bird.png) no-repeat 160px 0;
}

.aktt_tweets{
	float: left;
	width: 186px;
	margin: 0px 0px 20px 0px;
	padding: 10px;
}

.aktt_tweets a{
	color: #c88abd;
}


.aktt_tweets ul{
	background: url(images/twitter_box_arrow.png) no-repeat 15px 0;
	list-style-type: none;
	padding-top: 12px;
}

.aktt_tweets ul li{
	list-style-type: none;
	padding: 10px;
	margin-bottom: 10px;
	background: rgba(255, 255, 255, 0.6);
	
}

.aktt_more_updates {
	background: none !important;
	padding: 0 !important;
}

.aktt_more_updates a{
	color: #fff;
}

#resorts-wrap .header {
	float: left;
	width: 130px;
	height: 33px;
	margin: 0px 0px 0px 0px;
}

#resorts-wrap .photo {
	float: left;
	width: 130px;
	height: 85px;
	margin: 0px 0px 20px 0px;
}

#resorts-wrap .intro {
	float: left;
	width: 130px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#resorts-wrap .intro p {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#resorts-wrap #valdisere {
	float: left;
	width: 130px;
	margin: 0px 16px 0px 0px;
	border-bottom: 7px solid #faca00;
}

#resorts-wrap #tignes {
	float: left;
	width: 130px;
	margin: 0px 16px 0px 0px;
	border-bottom: 7px solid #99d62b;
}

#resorts-wrap #saintefoy {
	float: left;
	width: 130px;
	margin: 0px 16px 0px 0px;
	border-bottom: 7px solid #ff0061;
}

#resorts-wrap #mallorca {
	float: left;
	width: 130px;
	margin: 0px 16px 0px 0px;
	border-bottom: 7px solid #00acfa;
}

#resorts-wrap #courchevel{
	float: left;
	width: 130px;
	margin: 0px 16px 0px 0px;
	border-bottom: 7px solid #ff3c00;
}

#resorts-wrap #sttropez {
	float: left;
	width: 130px;
	margin: 0px 0px 0px 0px;
	border-bottom: 7px solid #893775;
}

#news-gallery-wrap {
	float: left;
	width: 860px;
	height: 280px;
	margin: 0px 0px 0px 0px;
}

#news-gallery-wrap .header {
	float: left;
	width: 420px;
	height: 33px;
	margin: 0px 0px 0px 0px;
}

#news-gallery-wrap #news {
	float: left;
	width: 420px;
	height: 280px;
	margin: 0px 0px 0px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #f1f1f1;
}

#news-gallery-wrap #news #content {
	text-align: left;
	float: left;
	width: 380px;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 0px 20px;
}

#news-entry-home {
	float: left;
	width: 380px;
	margin: 0px 0px 20px 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
}

#news-entry-home .date {
	float: left;
	width: 60px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: url(images/news_date_bg.gif) no-repeat;
}

#news-entry-home .date p.day {
	margin: 0px 0px 6px 0px;
	padding: 5px 0px 0px 0px;
	color: #fff;
	font: bold 30px/30px "Helvetica", Arial, Geneva, sans-serif;
	display: block;
	text-align: center;
}

#news-entry-home .date p.month {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	font: bold 12px/12px "Helvetica", Arial, Geneva, sans-serif;
	display: block;
	text-align: center;
}

#news-entry-home .entry {
	float: right;
	width: 310px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#news-entry-home .entry p, a {
	margin: 0px;
	padding: 0px;
}

#news-gallery-wrap #gallery {
	float: right;
	width: 420px;
	height: 280px;
	margin: 0px 0px 0px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #f1f1f1;
}

#news-gallery-wrap #gallery #content {
	float: left;
	width: 380px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 20px 20px;
}

#news-gallery-wrap #gallery #content p {
	float: left;
	width: 380px;
}

#news-gallery-wrap #gallery #content img {
	float: left;
	width: 75px;
	height: 75px;
	padding: 5px;
	margin: 0px 10px 10px 0px;
	background: #e1e1e1;
}

#news-gallery-wrap #gallery #content img:hover {
	background: #d1d1d1;
}

/* CONTENT PAGE STYLES */

#content {
	text-align: left;
	float: left;
	width: 530px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content .entry {
	margin: 0px 0px 0px 0px;
}

#content img {
	border: none;
}

#content .attachment-post-thumbnail {
	margin-bottom: 20px;
}

#content p {
	margin-bottom: 14px;
}

#content table {
	margin: 0px 0px 14px 0px;
}

#content table th {
	background: #00abf9;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	color: #ffffff;
	padding: 10px;
}

#content table td {
	border-right: 2px solid #ffffff;
		border-bottom: 2px solid #ffffff;
		color: #5b5b5b;
		padding: 10px;
}

#content table td.even {
	background: #f1f1f1;
}

#content table td.odd {
	background: #f8f8f8;
}

#content h1 {
	color: #5B5B5B;
	font: bold 30px/36px "Arial", Helvetica, Geneva, sans-serif;
	border-bottom: 1px dotted #cecece;
	padding-bottom: 14px;
	margin-bottom:20px;
	
}

#content .page-title {
	color: #5B5B5B;
	font: bold 30px/36px "Arial", Helvetica, Geneva, sans-serif;
	border-bottom: 1px dotted #cecece;
	padding-bottom: 14px;
	margin-bottom:20px;
	
}


#content h2 {
	margin-bottom: 16px;
}

#content .entry-link {
	font: bold 18px/24px "Arial", Helvetica, Geneva, sans-serif;
		text-decoration: none;
	color: #00abf9;
	margin-bottom: 0px;
}

#content .entry-link:hover {
	color: #41bdf5;
	text-decoration: underline;
}

#content h2.testimonials  {
	color: #5B5B5B;
	font: bold 18px/24px "Arial", Helvetica, Geneva, sans-serif;
	border-top: 1px dotted #cecece;
	margin-bottom:20px;	
	padding-top: 24px;
}

#content ul {
	margin: 0px 0px 24px 0px;
	padding: 0px 0px 0px 13px;
	list-style-type: disc;
}

#content ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: disc;
	color: #5B5B5B;
}

#content .sitemap ul {
	margin: 0px 0px 14px 0px;
	padding: 0px 0px 0px 13px;
	list-style-type: disc;
}

#content .sitemap ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: disc;
	color: #5B5B5B;
}

#news-entry {
	text-align: left;
	float: left;
	width: 530px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dotted #cecece;
}

#news-entry h2{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

#news-entry .date{
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 5px 7px 5px 7px;
	background: #ff0061;
	color: #ffffff;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
}

#news-entry .entry{
	float: left;
	width: 530px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

#news-entry .entry .tags {
	float: left;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/tags_icon.png) no-repeat scroll left center;
color:#5b5b5b;
margin:0px;
padding:0 0 0 30px;
width: 530px;
}

#image-gallery {
	float: left;
	width: 490px;
	height: 180px;
	margin: 0px 0px 20px 0px;
	padding: 20px;
	background: #f1f1f1;
}

#image-gallery .gallery_thumb {
	float: left;
	width: 170px;
	height: 170px;
	margin: 0px 20px 0px 0px;
	padding: 5px;
	background: #e1e1e1;
}

#resort-wrap{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 530px;
}

#unique-resort {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#unique-resort .resort {
	float: left;
	width: 255px;
	margin: 0px 20px 20px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	border-bottom: 1px solid #e9e9e9;
}

#unique-resort .last {
	margin: 0px 0px 20px 0px;
}

#unique-resort .resort p {
	margin: 0px 0px 10px 0px;
}

#unique-resort .resort img {
	margin: 14px 0px 14px 0px;
}

.navigation {
	font-size: 8pt;
	float: left;
	width: 100%;
}

.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
}

.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
}

/* sidebar */

#sidebar {
	text-align: left;
	float: right;
	width: 310px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar #news-wrap {
	float: left;
	width: 310px;
	margin: 0px 0px 20px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #f1f1f1;
}

#sidebar #news-wrap .header {
	float: left;
	width: 310px;
	height: 33px;
	margin: 0px 0px 14px 0px;
}

#sidebar #news-wrap #entry {
	float: left;
	width: 270px;
	margin: 0 0 14px 0;
	padding: 0px 20px 14px 20px;
	border-bottom: 1px solid #e4e4e4;
}



#sidebar #gallery-wrap {
	float: left;
	width: 310px;
	margin: 0px 0px 20px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #f1f1f1;
}

#sidebar #gallery-wrap .header {
	float: left;
	width: 310px;
	height: 33px;
	margin: 0;
}

#sidebar #gallery-wrap #images {
	float: left;
	width: 270px;
	margin: 0px 0px 20px 0px;
	padding: 0px 20px 0px 20px;
}

#sidebar #gallery-wrap #images img {
	float: left;
	width: 75px;
	height: 75px;
	padding: 5px;
	margin: 0px 5px 10px 0px;
	background: #e1e1e1;
}

#sidebar #gallery-wrap #images img:hover {
	background: #d1d1d1;
}

#sidebar #gallery-wrap #images p {
	float: left;
	width: 270px;
	margin-top: 10px;
}

#sidebar #category-wrap {
	float: left;
	width: 310px;
	margin: 0px 0px 20px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #f1f1f1;
}

#sidebar #category-wrap .header {
	float: left;
	width: 310px;
	height: 33px;
	margin: 0px 0px 14px 0px;
}

#sidebar #category-wrap #entry {
	float: left;
	width: 310px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar #contact-wrap {
	float: left;
	width: 310px;
	margin: 0px 0px 20px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #f1f1f1;
}

#sidebar #contact-wrap .header {
	float: left;
	width: 310px;
	height: 33px;
	margin: 0px 0px 14px 0px;
}

#sidebar #contact-wrap  #entry {
	float: left;
	width: 270px;
	margin: 0px 0px 14px 0px;
	padding: 0px 20px 0px 20px;
}

#sidebar #contact-wrap  #entry p{
	margin: 0px 0px 14px 0px;
}

#sidebar h2 {
	font-family: georgia, verdana, times;
	font-weight: normal;
	font-size: 10pt;
	text-align: left;
	color: #08122E;
	margin: 0;
	padding: 0;
}

#sidebar p {
	margin: 0;
	padding: 0;
}

#sidebar img {
	padding: 0;
	margin: 0;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sidebar ul li {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
	list-style-type: none;
}

#sidebar ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
}

#sidebar ul ul ul {
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li {
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}




/* Contact page */

#contact-wrap {
	text-align: left;
	float: left;
	width: 530px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#contact-wrap .wpcf7 {
	float: left;
	width: 490px;
	margin: 0px 0px 20px 0px;
	padding: 20px;
	background-color: #f1f1f1;
}

#contact-wrap .wpcf7 textarea {
	width: 480px;
	height: 130px;
	display: block;
	border: none;
	background: #fff;
	overflow: auto;
	padding: 5px;
	color: #5B5B5B;
	font: 12px/18px "Arial", Helvetica, Geneva, sans-serif;
	margin: 5px 0px 0px 0px;			
}

#contact-wrap .wpcf7 input {
	width: 480px;
	height: 17px;
	padding: 5px;
	border: none;
	text-align: left;
	background: #fff;
	margin: 10px 0px 15px 0px;	
	color: #5B5B5B;
	font: 12px/18px "Arial", Helvetica, Geneva, sans-serif;
}

#contact-wrap .wpcf7 p {
	display: inline;
	display: block;
	margin: 0px 0px 5px 0px;
	color: #5B5B5B;
	font: bold 12px/18px "Arial", Helvetica, Geneva, sans-serif;
}

#contact-wrap .wpcf7 .required {
	color: #666666;
	font-weight: normal;
}

#contact-wrap .wpcf7 span {
	color: #666666;
	font-weight: normal;
}

#contact-wrap .wpcf7 .submit-button {
	float: left;
	width: 105px;
	height: 35px;
	margin: 20px 0px 0px 0px;
	background: url(images/send.gif) no-repeat;
	border: none;
	text-indent: -9999px;
}

div.wpcf7 {
	margin: 0;
	padding: 0;
}

#contact-wrap .wpcf7 div.wpcf7-response-output {
	position: relative;
	top: 30px;
	left: -6px;
	border: none;
	width: 440px;
	padding: 20px;
	background: #00abf9;
	color: #ffffff;
	margin-bottom: 30px;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

#contact-wrap .wpcf7 div.wpcf7-validation-errors {
	position: relative;
	top: 30px;
	left: -6px;
	border: none;
	width: 440px;
	padding: 20px;
	background: #00abf9;
	color: #ffffff;
	margin-bottom: 30px;
}

span.wpcf7-form-control-wrap {
	position: absolute;
}

#contact-wrap .wpcf7 span.wpcf7-not-valid-tip {
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 100;
	border: none;
	width: 480px;
	padding: 0px;
	margin: 0px;
	background: transparent;
	color: #00abf9;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}

/* Footer */

#footer-bg {
	width: 940px;
	height: 108px;
	margin: 0px auto 40px auto;
	padding: 0px;
	background: url(images/footer_bg.gif) no-repeat;
	clear: both;
}

#footer {
	text-align: right;
	float: left;
	width: 860px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	border-top: 1px dotted #cecece;
}

#footer p {
	color: #5B5B5B;
	font: 11px/11px "Arial", Helvetica, Geneva, sans-serif;
}

#footer a {
	font: 11px/11px "Arial", Helvetica, Geneva, sans-serif;
	text-decoration: none;
	color: #00abf9;
}

#footer a:hover {
	text-decoration: underline;
}
