

body {
	font: 100% tahoma, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	color:#0060b5;
}
#wrapper {
	position: relative;
	width: 803px;
	margin: auto;
	text-align: left;
	background:#fff url(/images/layout/body_tile.gif) repeat-y;
}
#main {
	font-size: 0.8em;
	line-height: 1.4em;
	padding: 1em 1em 1em 9.5em;
}
#inner{
    background:url(/images/layout/body.jpg) no-repeat;
	/*margin-top:-36px;*/
}

#main img {
	border: 1px solid #ff7f00;
	padding:5px;
}
#body_latest img{
	/* get the text away from img on news page */
	margin:0 0 1em 0.5em;
}
.breadcrumb {
	font-size: 0.8em;
	margin: 1em 0 0 0;
}
.pullquote{
	display:none;
}

/*-------------------------------------------------------------------- search box ----------------------------------*/

#searchform {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	/*border: 1px solid #ccc;*/
}
#searchform input {
	width: 70px;
	float: none;
}


/*-------------------------------------------------------xhtml elements ------------------------------------------*/
h1 {
	margin: 0;
	padding: 0;
	background:url(/images/layout/masthead.jpg) no-repeat;
	text-indent:-999em;
	width:804px;
	height:134px;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin:0;
	padding:30px 0;
	color:#ff7f00;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;
}
a{
	color:#ff7f00;
}
a:hover{
	background-color:#ff7f00;
	text-decoration:none;
	color:#fff;
}
/*-------------------------------------------------------- tables --------------------------------------------------*/
/*
table {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
td, th {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 0.3em;
}
*/
/*-------------------------------------------------------turn off print stuff ------------------------------------------*/
#printlogo {
	display:none;
}

/*--------------------------------------------------------------- FOOTER ---------------------------------------------------*/
#footer {
	font-size: 0.6em;
	clear: both;
	text-align: center;
	padding:0 0 60px 0;
	background:url(/images/layout/footer.jpg) no-repeat bottom center;
}
#footer a {
	text-decoration: none;
}
div.footerclear {
	clear: both;
}

/*------------------------------------------------------------------------------
 * egg nishnas
 */
h4{
	color:#ff7f00;
	border-bottom:1px solid #ff7f00;
}
h4 span{
	border-bottom:7px solid #ff7f00;
}
.unit{
	clear:right;
}
.unit tr, .unit td{
	border:0;
	border-bottom:1px solid #ff7f00;
}
.unit table td.lastrow{
	border:0;
}
.unit table{
	border:0;
	margin-bottom:20px;
	width:658px;
}
.unit .photolist{
	text-align:center;
}
.clicktoenlarge{
	font-size:80%;
}
.item_stuff{
	/* dunno what else to call it - the type, brand, model # details */
	background-color:#FFDFBF;
}
.nophoto{
	text-align:right;
	width:100%;
}
/*
 * pagination table
 */
.pagination, .pagination tr, .pagination td{
	border:0;
}


/********************************************************

Css Stylesheet - Vertical Navigation

Contents
	|- Basic Styling
	|
	|--+ Flyout Positioning
	|  |
	|  |- Flyout Hidden
	|  |
	|  +- Flyouts Hovered
	|
	+- IE Fixes

*********************************************************/

/* Basic Styling ---------------------------------------*/
.slidingmenu, .slidingmenu * {
	margin:0;
	padding:0;
	list-style:none;
	width:125px;
	}

.slidingmenu {
	line-height:1.0;
	margin-bottom:1.5em;
	margin-top:35px;
	float:left;
	/*padding-right: 1.5em;*/
}

.slidingmenu ul {
	/*background:#fff; /*IE6 needs this*/
}

.slidingmenu li {
/*	background:#BDD2FF;*/
	list-style:none;
	position:relative;
	height:36px;
}
.slidingmenu a {
	display:block;
	padding:0.5em;
	margin:0;
	width:100%;
	text-decoration:none;
	color:#0060b5;

}
.slidingmenu li:hover,
.slidingmenu li.sfHover,
.slidingmenu a:focus, .slidingmenu a:hover, .slidingmenu a:active {
	/*background:#CFDEFF;*/
	color:#ff7f00;
	background:none;
}
.slidingmenu li li {
	background:#AABDE6;
	line-height:auto;
}
.slidingmenu li li li {
	background:#9AAEDB;
}

/* Flyout Positioning ---------------------------------------*/

/* Hidden Positioning */
.slidingmenu li ul {
	position:absolute;
	left:-999em;
	top:-999em;
}
.slidingmenu li:hover li ul,
.slidingmenu li.sfHover li ul {
	left:-999em;
	top:-999em;
}
.slidingmenu li:hover li ul li,
.slidingmenu li.sfHover li ul li {
	left:-999em;
	top:-999em;
}

/* Shown Positioning */

.slidingmenu li:hover ul,
.slidingmenu li.sfHover ul {
	left:125px;
	top:0;
}


.slidingmenu li li:hover ul,
.slidingmenu li li.sfHover ul {
	left:225px;
	top:0;
}


/* IE  Fixes ----------------------------------------------*/

*html .slidingmenu li li {
	margin-bottom:-3px;
}
*html .slidingmenu li li li {
	margin-bottom:-1px;
}
*+html .slidingmenu li li {
	margin-bottom:-3px;
}
*+html .slidingmenu li li li {
	margin-bottom:-1px;
}

#contactdetails { /* the address, phone number etc live in this dl */
	width: 58%;
	float: left;
}
#contactdetails dt {
	font-weight: bold;
}
#contact-form { /* the contact-form form sits inside this div */
	width: 40%;
	float: right;
}
form#contact-form p {
	width: 100%;
	clear: both;
	border-bottom: 1px solid white;
}
form#contact-form p label {
	width: 30%;
	float: left;
}
form#contact-form p input, form#contact-form p textarea, form#contact-form p select {
	float: right;
	width: 60%;
	font-family: "Trebuchet MS", sans-serif;
}
form#contact-form #submit {
	width: auto;
	cursor:pointer;
	_cursor:hand;

}
button{
	float:right;
}
.googlemap{
	float:left;
}


.displaycount {
	float:right;
}
.image-navigation {
	text-align:center;
}

.gallery_thumbnail {
	width:50%;
	float:left;
	margin:0px;
	text-align: center;
}
.gallery_album {
	width:50%;
	float:left;
	margin:0px;
	text-align: center;
}
.gallery_album a img {
	border: none;
	margin:0;
	padding:0 !important;
}
.gallery_thumbnail a img {
	border: none;
	margin:0;
	padding:0 !important;
}
.gallery_thumbnail p {
	margin: 0 0 1em 0;
	padding: 0;
}
.gallery_thumbnail p a {
	font-weight:bold;
	font-style:italic;
	font-size:0.8em;
}
.gallery_album p a {
	font-weight:bold;
}
#gallery_wrapper {
padding:1em;

}

