/*
Style sheet date created: 23-7-2006
Author: Freddy Faria - Inforoads Technologies - http://www.inforoads.com/
Created for: Granpas Inn - http://www.granpasinn.com/
*/



/* Page layout
----------------------------------------------- */

body {
	font: 0.8em/1.3em "Trebuchet MS", arial, helvetica, sans-serif;
	margin: 20px;
	background-image: url('images/bg.jpg');
	background-color: #d7d7d7;
	color: #555555;
	line-height: 1.5em;
	padding: 0;
}


a {
	color: #42769F;
	text-decoration: none;
	border-bottom: 1px dotted #42769F;
}


a:link {
	color: #336699;
	text-decoration: none;
}


a:hover{
	text-decoration: none;
	background-color: #FFFF99;
	color: #996633;
}


p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 20px;
}


h1 {
	font-size:16px;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: -0px;
	margin-top: 35px;
	color: #528B8B;
}

h2 {
	font-size:14px;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: -0px;
	margin-top: 35px;
	color: #b22;
}


.sidebarimg {
	margin: 35px 0 0 0;
	padding: 6px;
}

.greytext {
	color: #555;
}


.footer {
	font: 11px tahoma, arial, helvetica, sans-serif;
	padding-left: 15px;
	color: #999;
}


.footernav {
	font: 12px "trebuchet ms", arial, helvetica, sans-serif;
}


.contactline {
	font: 13px "trebuchet ms", tahoma, arial, helvetica, sans-serif;
	line-height: 1.5em;
}


.smalltext {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	padding-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.imgcaption {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #888;
	padding-left: 5px;
}


img {
	border: 0;
	display: block;
}

.req, .error, .success, .message {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 12px;
	color: #cc3333;
	background: transparent;
}

ul, li {
	margin: 10px;
	padding: 0;
}

#reviewbox {
	width: 350px;	
	font-size: 12px;
	color: #888;
	margin: 5px 0 0 0;
	border-top: 1px solid rgb(51, 153, 0);
}

#reviewbox p {
	padding-bottom: 10px;
}

input, textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
}

#tblgrid td {
  border-right: 1px solid rgb(153, 153, 153);
  border-bottom: 1px solid rgb(153, 153, 153);
  border-top: 1px solid rgb(153, 153, 153);
  border-left: 1px solid rgb(153, 153, 153);
  border-collapse: collapse;
  padding: 3px;
  font-size: 12px;
  color: #222222;
}

sup {
    font-weight: bold;
    font-size: 12px;
    color: #ff0000;
    background-color: #ffffcc;
}



	
