/* PRINT CSS */
	
#printHeader {
	width:750px;
	height:130px;
	margin:0 auto;
	display:block;
	}

#printHeader img {
	width:215px;
	height:101px;
	}
	
html {
	padding: 0;
	margin: 0;
	background-color: #fff;
}

body {
	font-family: arial, verdana, sans-serif;
	padding: 23px 0 0 0;
	margin: 0;
	font-size: 1em;
	background: #fff url(../images/site_background.png) repeat-x top left;
	color: #0f232c;
}

/* Menu */
ul#menu { display:none}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content {
	font-family: arial, verdana, sans-serif;
	}

#content p {
	font-size: 0.75em;
	line-height: 1.4em;
	font-family: arial, verdana, sans-serif;
	padding-bottom: 1.5em;
}

#content p a {
	text-decoration: none;
	color: #231236;
}

#content p a:hover {
	text-decoration: underline;	
}

.centre {
	margin: 0 auto
}

#leftside {
	float: left;
	width: 486px;
}

#rightside {
	float: right;
	width: 400px;	
}

h1,h2,h3,h4,h5,h6 {
	font-family: arial, verdana, sans-serif;
	padding-bottom: 0.5em;
	line-height: 1.2em;
	color: #231236;
}

/* Footer styles */
#footer { display:none}


#rightside-indent {
	padding-left: 20px;
}

#crumbs { display:none}



/* New for Tuscany: */
#header {
	/*height:68px*/
}


#details {
	text-align: right;
	color: #fff;
	float: right;
	margin-top:-100px
}

#details p {
	font-weight: bold;
	margin: 0;
	padding: 0 0 8px 0;
}

#details .description {
	font-size: 0.75em;	
}

#details .description a {
	color: #fff;
	text-decoration:none	
}

#details .description a:hover {
	text-decoration:underline	
}

#details .phone {
	font-size: 1.13em;	
}


/* home bar thing */
#homebar { display:none}

#subhomebar { display:none}


/* Content area stuff */
#leftcol {display:none}

#specials {
	padding: 18px 18px 5px 18px;
	background-color: #f4f3f4;
	border: 1px solid #c7c2cc;
}

#specials p {
	font-size: 0.75em;
	line-height: 1.2em;
	color: #5c5764;
}

#specials p.first {
	border-bottom: 1px dashed #a19da5;
	margin-bottom: 15px;
}

#specials h1 {
	color: #322243;
	margin-top: 0;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 6px;
}

#rightcol {
	width: 680px;
}

#rightcol h1 {
	margin-top: 1em;
	font-size: 1.3em;
}

#rightcol h2 {
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 1px dashed #a6a3aa;
	padding-bottom: 2px;
	margin-bottom: 20px;
}

#rightcol h3 {
	color: #322243;
	margin-top: 0;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 5px;
}


#rightcol-home {
	padding: 26px 40px 0 0;
	width: 626px;
	float: right;
	color: #5a5b68;
}

#rightcol-home h1 {
	margin-top: 1em;
	font-size: 1.3em;
}

#rightcol-home h2 {
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 1px dashed #a6a3aa;
	padding-bottom: 2px;
	margin-bottom: 20px;
}

#rightcol-home h3 {
	color: #322243;
	margin-top: 0;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 5px;
}




#aboutbox {
	float: right;
	width: 205px;
	margin-left: 46px;
}

#aboutbox h4 {
	color: #322243;
	margin-top: 0;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 5px;	
}

#aboutbox img {
	margin-bottom: 14px;
}

#innerrightcol {
	font-size: 0.75em;
	line-height: 1.4em;
	float: right;
	overflow:hidden;
	width: 220px;
	margin-left: 46px;
	padding-right: 25px;
}

#innerrightcol h3 {	
	font-size: 1.2em;
	}

#innerrightcol ul {
	list-style-type:disc;
	margin:0;
	padding-left:15px
	}
	
#innerrightcol ul li {
	padding:0 0 2px 0;
	margin:0
}

.line1 {
	margin:10px 0 25px 0;
	border-bottom:1px dashed #999
	}

.line1a {
	margin:10px 0 25px 0;
	border-bottom:1px dashed #999;
	width:350px
	}
	
ul.sitemap {
	font-size: 0.75em;
	line-height: 1.4em;
	font-family: arial, verdana, sans-serif;
	padding-left:35px
}

ul.sitemap li a {
	text-decoration: none;
	color: #231236;
}

ul.sitemap li a:hover {
	text-decoration: underline;	
}

/* table on tariffs page */

.table { 
	font-size: 0.75em;
	font-family: arial, verdana, sans-serif;
	overflow:hidden
	}
	
.table ul {
	float:left;
	margin:0;
	padding:0;
	border:1px solid #999;
	border-right:none
	}

.table ul.last {
	border-right:1px solid #999
	}
	 	
.table ul li {
	list-style:none;
	padding:5px 10px;
	font-family: arial, verdana, sans-serif;
	}

.table ul li.title {
	font-family: arial, verdana, sans-serif;
	background:#333;
	padding:8px 10px;
	color:#fff;
	}

.table ul li.even {
	background:none;
	border-bottom:1px solid #999
	}
	
	
#menu, #contactmap, #contactform, #complexfooter, #content .menubar, #searcharea, #toplink {
	display: none;
}


#subpage-content, .whitebox, #content, .subpage {
	padding: 0;
	margin: 0;
}

.whitebox {
	margin-top: 20px;
}

#logo, img, a {
	border: none;
}

#content .menubar {
	display: none;
}

#content p {
	margin-bottom: 0;
}

