/*************************************************************/
/* File Name: main.css                                       */
/* Author: Jane Heys                                         */
/* Date: 27/02/2010                                          */
/* Function: .css file for Island Cars, Menorca              */
/* Revision: 1.0 (original)                                  */
/* Revision History: None                                    */
/*************************************************************/

/* Global Settings */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6
form, fieldset, a, div, img {margin: 0;padding: 0;border:0;}
body{
	background-color: #CCCCCC;
}
/* End Global Settings */

/* Structure and Layout */
#wrapper{
	width: 800px;
	border: 1px solid #000066;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(border-radius.htc);
	background-color: #FFFFFF;

}

	
#header{
	width: 668px;
	height: 186px;
	background-image:url(../graphics/LogoSlice02.gif);
	background-repeat: no-repeat;
	position:relative;
}

#NavArea {
	width: 668px;
	height: 46px;
	background-image: url(../graphics/LogoSlice02a.gif);
	background-repeat: no-repeat;
	/*background-position: top;*/
}
#language {
	float: right;
	margin-right:0px;
	margin-top: 70px;
}
#nav{
	float: right;
	margin-right: 0px;
	color: #333333;
	font-size:14pt;
	font-weight:bold;
	text-align: right;
	padding-top: 10px;
}

/* End of Structure and Layout Section */
#nav a{
	color: #000066;
	text-decoration: none;
	/*font-style: italic;*/
}
#nav a:hover {
	text-decoration: none;
	color: #333333;
}
#nav li{
	display:inline;
	padding: 0 12px 0 0;
}
#countdowntext{
	color:#ffffff;
	font-size: 350%;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 60px;
	padding-bottom: 20px;
}
#content{
	padding-top:10px;
	width: 800px;
	text-align: left;
}
#content p {
	padding: 0 10px 10px 0;
	line-height: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 40px;
}
#left{
	width: 500px;
	float: left;
	padding: 0 25px 0 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
#right{
	width: 195px;
	float: right;
	background-color: #6633CC;
	padding-top: 10px;
}
#right a {
	font-size:125%;
	color:#FFFFFF;
	font-style:italic;
	margin-left: 5px;
	text-decoration: underline;
}
#right a.hover {
	text-decoration:underline;
	color: #FFFFFF;
}
#right img{
	display: block;
	padding: 0 0 20px 0;
}
#clear{clear:both}
#footer{
	width: 730px;
	height: 42px;
	color:#666666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 110%;
}
#contactinfo{
	float:left;
	padding-left: 15px;
}
#furtherinfo {float:right;}
html {
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:65%;*/
	color:#2D3851;
}
h1 {
	text-transform:uppercase;
	font-size:120%;
	color:#003333;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 50px;
}

p.intro {
	font-size:115%;
	color:#003366;
}
p.eventsheader{
	font-size:175%;
	color:#ffffff;
	font-style:italic;
	margin-left:5px
}
p.events {
	font-size:120%;
	color:#FFFFFF;
	padding-left: 5px;
	padding-right: 3px;
}
#rightevents a {
	font-size:100%;
	color:#FFFFFF;
	font-style:italic;
	margin-left: 5px;
}
#rightevents a.hover {
	text-decoration:overline;
}
#lGraphicArea {
	float:left;
	margin-right:5px;
	font-style: italic;
	color: #333333;
	text-align: center;
}
#rGraphicArea {
	float:right;
	margin-left:3px;
	font-style: italic;
	color: #333333;
	text-align: center;
}
p.introlink {
	font-size:115%;
	color:#003366;
	line-height: 100%;
}

p.largeIntro {
	font-size: 170%;
	text-align: center;
	font-weight: normal;
}
p.mediumIntro {
	font-size: 140%;
	font-weight: normal;
	text-align: center;
}
p.mediumLAIntro {

	font-size: 140%;
	font-weight: normal;
	text-align: left;
}
p.OneOffIntro {
	font-size: 180%;
	text-align: left;
	font-weight: normal;
	color: #6633CC;
}
.PricesTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
}
.midcell {
	text-align: center;
	color: #000000;
}
.oddrow {
	background-color: #CCCCCC;
}
tr:hover {
   background-color: #CCCCCC;
  }
 .BulletPointTable {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
}
.BulletPointTable tr:hover {
   background-color: transparent;
   color: inherit;
}