/* Ashby Stocktakers CSS */

body {
	font-family: Tahoma, "Lucida Sans", Arial;
	font-size: 62.5%;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../images/bg.jpg);
}

html {
	width: 100%;
	height: 100%;
}

p {
	font-size: 1.2em;
	line-height: 1.6em;
}

a {color: #666699;}
a:hover { text-decoration:none;}

h1 {
	font-size: 19px;
	color: #fff;
	font-weight: normal;
}

h2, h3, h4, h5, h6 {
	color: #666699;
	font-size: 1.4em;
}

.left {
	float: left;
}

.right{
	float: right;
}

.cleaner {
	clear: both;
}

.scramble {unicode-bidi:bidi-override; direction: rtl;}

#outercontainer {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-color: #ccc;
	width: 762px;
	height:auto;
	padding-bottom: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}

* html #outercontainer {
	margin: 0 auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-color: #ccc;
	width: 762px;
	height: 95%;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

#banner {
	width: 762px;
	background-image: url(../images/banner.gif);
	height: 96px;
	background-repeat: no-repeat;
	background-position: left top;
}

#banner span{
	float:right;
	margin-right: 10px;
}

#banner span ul li{
	float:left;
	list-style-type: none;
	color: #999999;
}

#banner span ul a{
color: #999999;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

#banner span ul a:hover{
	text-decoration: underline;
}

#leftcontainer {
	width: 171px;
	float: left;
}

#nav ul {
	margin: 10px 0px 0px;
	padding: 0px 0px 0px 7px;
}

#nav ul li {
	list-style-type: none;
	height: 2.5em;
}

#nav ul li a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ececec;
	display: block;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
	padding-top: 0.4em;
	text-indent: 20px;
	height: 1.5em;
}

#nav ul li a:hover {
	background-color: #666699;;
	color: #FFFFFF;
}

#leftad {
	margin: 20px 0px 0px 8px;
	padding: 20px 7px 0px 15px;
	font-size: 1.2em;
	color: #666699;
	line-height: 2.2em;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #666699;
	width: 140px;
	background-image: url(../images/leftadbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#rightcontainer {
	background-image: url(../images/mainbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 565px;
	float: left;
	margin-left: 12px;
	margin-top: 3px;
	text-align: right;
	padding-right: 10px;
	padding-top: 7px;
}

.leftcolumn {
	float: left;
	width: 290px;
	padding-left: 20px;
	margin-top: 10px;
	text-align: left;
}

.leftcolumn h2 {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-bottom: 0.5em;
}


.rightcolumn {
	float: right;
	width: 230px;
	margin-top: 10px;
	text-align: left;
}

.rightcolumn img {
	border: 1px solid #666699;
	padding: 6px;
	background-color: #fff;
	margin: 0px;
}
#flash {
	background-color: #FFFFFF;
	height: 241px;
	width: 225px;
	border: 1px solid #666699;
	padding: 6px;
}


.rightcolumn h3 {
	font-size: 1.4em;
	color: #666699;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #666699;
	display: block;
	padding-bottom: 3px;
	text-transform: capitalize;
}

.rightcolumn h4 {	
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #666699;
	padding-bottom: 0.5em;
	margin-top: 12px;
}

*html .rightcolumn h4 {	
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #666699;
	padding-bottom: 0.5em;
	margin-top: 0px;
}

.rightcolumn ul {
	margin: 0px;
	padding: 0px;
}
.rightcolumn ul li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ececec;
	height: 3em;
}

.rightcolumn ul li p {
	padding-top: 0.5em;
}


.rightcolumn ul li b {
	color: #666699;
}

#bottomcontainer {
	width: 100%;
	padding-top: 25px;
}

#footer {
	height: 70px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	width:742px;
	margin: 0 auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-color: #ccc;
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 0.9em;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}

#footer p {
	margin: 25px 0px 0px;
	padding: 0px;
	color: #666699;
}
#quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

#quote span {
	color: #FF0000;
}

#booking a {
	color: #ff0000;
}