/* Print and v4 browser styles */

body{
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	background: #fff;
	width: 7.5in;
	padding: 0;
}

/* Links -------------------------------------------------------------- */
a{
	color: #321B0B;
}
a:visited{
	color: #754836;
}
a:hover{
	text-decoration: none;
}
#footerlinks, #footerlinks a{
	color: #444;
}
h1 a, h1 a:visited{
	text-decoration: none;
	color: #000;
}

/* Headings ----------------------------------------------------------- */
h1{
	font-size: 190%;
}
h2{
	font-size: 150%;
}
h3{
	font-size: 120%;
}
h4{
	font-size: 105%;
}
h5, h6{
	font-size: 100%;
}
#contents h2{
	color: #4A4A43;
}

#main ul{
	list-style-type: square;
}
#contents img{
	float: right;
	margin: 0 0 10px 10px;
}

/* Footer ----------------------------------------------------------- */
#footer address{
	font-style: normal;
	text-align: right;
	color: #fff;
	padding: 10px 12px;
	font-size: 95%;
}
#home-page #footer-links a.home,
#services-page #footer-links a.services,
#clients-page #footer-links a.clients,
#tech-page #footer-links a.technologies,
#contact-page #footer-links a.contact,
#book-page #footer-links a.book-online{
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

/* Misc ------------------------------------------------------------- */
.more{
	text-align: right;
	font-weight: bold;
}
.more  a:after{
	content: " \00BB";
}
.top a{
	display: block;
	background: #E4E4D0;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
}
.top a:hover{
	background: #B5AF85;
	color: #fff;
}
blockquote{
	font-style: italic;
	margin-left: 1em;
	margin-right: 1.5em;
}
blockquote cite{
	display: block;
	font-style: normal;
	text-align: left;
	margin-top: 0.125em;
	font-weight: bold;
}


.clear{
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	clear: both;
}