@import "layout.css";
@import "nav.css";
@import "additional.css";
@import "form.css";

/*-------------------------*//*global text styles & classes *//*-------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

/* Define basic elements
/////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////*/

*{
	margin:0;
	padding:0;
}

html{
	height:100%;
	width:100%;
}

body{
	font:normal 62.5%/1 arial,helvetica,verdana,sans-serif;
	line-height: 65.5%/1;
	background:#f8f8df;
	color:#000;	
	width:100%;
}

#content img{
	border:1px solid #999;
	padding:1px;
	margin-bottom:10px;
}

#content div.important img{
	border:0;
}

#content #availability img{
	border:none;
	margin-top:10px;
}
/* Headings
/////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////*/

h1, h2, h3, h4, h5, h6{
	font-family:Georgia, serif;
	margin:0 0 15px;
	line-height:1.3;
}

h1{
	font-size:2.7em;
	padding:8px 0;
	font-weight:normal;
	border-top:4px solid #CCC;
	border-bottom:1px solid #CCC;
}

h1 em{
	color:#960;
	font-style:italic;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	color:#960;
	margin-bottom:5px;
}

h3{
	font-size:1.9em;
	font-weight:normal;
	margin-bottom:5px;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	color:#960;
	font-size:1.3em;
}

h5{
	
}

h6{

}

/*paragraphs etc
/////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////*/

p{
	font-size:1.3em;
	margin:0 0 10px;
	line-height:1.4em;
}

span{
	
}

address{
	font:bold 1.4em/1.3 arial,helvetica,sans-serif;
	color:#444;
	width:250px;
	margin:10px;
	margin-left:0;
	padding:8px 10px 15px;
	border:1px solid #CCC;
}

address p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#777;
	background:url(/images/hrule.gif) left bottom repeat-x;
	padding-bottom:5px;
	margin-bottom:10px;
}

blockquote{
	font:normal 1.3em/1.4 arial,helvetica,sans-serif;
	margin-left:10px;
	color:#990;
}

cite{
	
}

caption{
	
}

/* List styles
/////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////*/

ol{
	
}

ul{
	margin:0;	
	list-style:none;
}

li{
	font-size:1.3em;
	margin:0 0 5px;
	line-height:1.4em;

}

/* Definition list styles 
/////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////*/

dl{
	font:1.3em/1.5 normal Arial, Helvetica, sans-serif;
	
}

dt{
	font-weight:bold;
	clear:left;
	float:left;
	width:110px;
}
	
dd{
	width:auto;
}



/* Link styles
/////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////*/

a img{
	border:none;
}

a:link, a:visited{
	color:#990;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a:active{
	
}

.skip{
	position:absolute;
	left:-9999px;
}



/* Image replacement
/////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////*/

.replace{ 
	position:relative; 
	/*hide overflow:hidden from IE5/Mac */ 
	/*\*/ 
	overflow:hidden;
	 /**/
} 

.replace span{ 
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
}

a.replace span{
	cursor:hand;
}

a.button_check_rates{
	display:block;
	width:180px;
	height:48px;
	background:url(/images/button_check_rates.jpg) no-repeat;
}

a.button_check_rates span{
	width:180px;
	height:48px;
	background:url(/images/button_check_rates.jpg) no-repeat;
}


/* Bug Workarounds
/////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////*/

.clearfix:after{
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix{
	display:inline-block;
}

/*Hides from IE-mac \*/*html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac */

/* General custom classes
/////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////*/

.hrule{
	clear:both;
	margin:15px 0;
	height: 1px;
	line-height: 1px;
	background:url(../images/hrule.gif) repeat-x; 
	width:100%;
}

.right{
	float:right;
}

.left{
	float:left;
}

.brown{
	color:#960;
}

.shallow{
	margin-bottom:5px;
}

.thumb{
	border:1px solid #999;
	padding:1px;
}

.thumb.left{
	margin:0 15px 15px 0;
}

.thumb.right{
	margin:0 0 15px 15px;
}

.clear{
	clear:both;
}

.intro{
	font-weight:bold;
}

.thanks{
	background-color:#dbe1be;
	padding:20px;
}

.thanks p{
	color:#663;
	font-family:Georgia, serif;
	font-size:2em;
	text-align:center;
}

.thanks h2{
	color:#663;
	font-family:Georgia, serif;
	font-size:3em;
	text-align:center;
}