/* @override http://lewesonline.com/p7tm/p7tmbasicbut.css */

/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	font-size: 10px;
	text-decoration: none;
	padding: 4px 0 4px 5px;
	border: 1px solid #FF9900;
	margin-bottom: 2px;
	background-color: #FF9900;
	line-height: 1.35em;
}
#p7TMctrl a:link {
	color: #0066CC;
	font-weight: bold;
}
#p7TMctrl a:visited {
	color: #333333;
}
#p7TMctrl a:hover {
	color: #FFFFFF;
}

/*Sets line-height of all menuitems*/
#p7TMnav {
	line-height: 1.35;
	width: 160px;
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	margin-left: 15px;
	margin-right: 0px;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #0066CC;
	font-size: 12px;
	font-weight: bold;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	padding: 3px 0 3px 5px;
	display: block;
	background-color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 2px;
	border: 0px solid #FFF1D6;
}
#p7TMnav div a:visited {
	color: #0066CC;
}
#p7TMnav div a:hover {
	color: #FF6600;
	background-color: #FFFFFF;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	font-size: 11px;
	border: 0px solid #FFF1D6;
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image: url(p7t_plus.gif);
	background-position: 6px 50%;
	padding: 1px 0 1px 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image: url(p7t_minus.gif);
	background-position: 6px 50%;
	padding: 1px 0 1px 20px !important;
}
.p7defmark {
	background-image:  none;
	padding: 1px 0 1px 20px !important;
}
.p7currentmark {
	font-weight: normal;
	text-transform: none;
	color: #FF6600!important;
	padding: 3px 0 3px 5px!important;
	background-color: #FFFFFF!important;
	background-image: url(../miscimages/sidebar150images/smallstar.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.outline {
	padding-right: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.mainheaderimage {
	background-image:  url(../miscimages/bannerimages/bannerfour/bannerimage5.jpg);
	height: 123px;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 760px;
	background-color: #003399;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: center;
	padding: 10px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(../miscimages/edgeimages/top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.rightfade {
	background-image: url(../miscimages/edgeimages/right.jpg);
	background-repeat: repeat-y;
}
.leftfade {
	background-image: url(../miscimages/edgeimages/left.jpg);
	background-repeat: repeat-y;
}
.toprightfade {
	background-image: url(../miscimages/edgeimages/topright.jpg);
	background-repeat: no-repeat;
	width: 20px;
}
.topfade {
	background-image: url(../miscimages/edgeimages/top.jpg);
	background-repeat: repeat-x;
}
.topleftfade {
	background-image: url(../miscimages/edgeimages/topleft.jpg);
	background-repeat: no-repeat;
	width: 20px;
}
.bottomleftfade {
	background-image: url(../miscimages/edgeimages/bottomleft.jpg);
	background-repeat: no-repeat;
}
.bottomrightfade {
	background-image: url(../miscimages/edgeimages/bottomright.jpg);
	background-repeat: no-repeat;
}
.bottomfade {
	background-image: url(../miscimages/edgeimages/bottom.jpg);
	background-repeat: repeat-x;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	line-height: 22px;
}
.bodycopy a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: underline;
}
.bodycopy a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: underline;
}
.bodycopy a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-decoration: underline;
}
.bodycopy a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-decoration: underline;
}
.bodycopybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	line-height: 22px;
	text-align: left;
}
.bodycopybold a:link{
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}
.bodycopybold a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}
.bodycopybold a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-weight: bold;
	text-decoration: underline;
}
..bodycopybold a:active{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-weight: bold;
	text-decoration: underline;
}
sidebartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
	width: 160px;
	line-height: 18px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
}
.footertext a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: center;
	text-decoration: underline;
}
.footertext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: center;
	text-decoration: underline;
}
.footertext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-align: center;
	text-decoration: underline;
}
.footertext a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: center;
	text-decoration: underline;
}
#p7TMnav div a:active {
	color: #FF6600;
}
.borderline {
	width: 160px;
	margin-bottom: 1px;
}
.sidebartextbold {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	line-height: 14px;
	padding-right: 0px;
	padding-left: 5px;
	margin-top: 15px;
	padding-bottom: 3px;
	border: 0px solid #FFFFCC;
	background-color: #FFE5A6;
	text-align: left;
}
.borderline2 {
	border-right: 1px solid #003399;
	border-left: 1px solid #003399;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003399;
	background-color: #FFFFFF;
}
.borderline3 {
	background-color: #FFFFFF;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-image: url(../miscimages/edgeimages/top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.borderlinemaintextarea {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	width: 478px;
	margin-bottom: 3px;
}
.sidebartextboldbottom {
	width: 100px;
	background-image: url(../miscimages/sidebar150images/bottombar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 11px;
}
.sidebartext a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
}
.sidebartext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
}
.sidebartext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	text-decoration: underline;
	line-height: 18px;
	font-weight: bold;
}
.sidebartext a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	text-decoration: underline;
	line-height: 18px;
	font-weight: bold;
}
.sidebartextcentre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	width: 100px;
	line-height: 16px;
	background-image: url(../miscimages/sidebar150images/middlebar.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
}
.ahead1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
}
.sidebartextboldtop {
	width: 100px;
	background-image: url(../miscimages/sidebar150images/topbar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
}
.topnavbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	width: 810px;
	padding-top: 5px;
	padding-bottom: 7px;
	font-weight: normal;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-image: url(../miscimages/edgeimages/top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.topnavbar a:link {
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}
.topnavbar a:visited {
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}
.topnavbar a:hover {
	color: #FF9900;
	font-weight: normal;
	text-decoration: underline;
}
.topnavbar a:active {
	color: #FF9900;
	font-weight: normal;
	text-decoration: underline;
}
.bgndcornerimage {
	background-attachment: fixed;
	background-image: url(../miscimages/vzh_veggies.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 180px;
	overflow: visible;
	visibility: visible;
	z-index: auto;
}
.listingsletter {
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding-left: 5px;
	padding-top: 2px;
	background-position: left top;
	padding-bottom: 1px;
	background-color: #CAD9D6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CAD9D6;
	border-right-color: #CAD9D6;
	border-bottom-color: #CAD9D6;
	border-left-color: #CAD9D6;
	line-height: 21px;
}
.listingsbacktotop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: right;
	font-weight: normal;
	text-decoration: none;
	margin-top: 5px;
}
.listingsheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	background-color: #e7e7e7;
	padding-left: 5px;
}
.listingscompanyname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-align: left;
	margin-bottom: -5px;
}
.listingscompanydetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-align: left;
	margin-bottom: -5px;
}
.listingstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	background-color: #FF9900;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	border: 2px solid #FFCC00;
}
.listingscompanydetailscolour {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	font-weight: normal;
	text-align: left;
	margin-bottom: -5px;
}
.listingsbacktotop a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: right;
	font-weight: normal;
	text-decoration: none;
}
.listingsbacktotop a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: right;
	font-weight: normal;
	text-decoration: none;
}
.listingsbacktotop a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	text-align: right;
	font-weight: normal;
	text-decoration: underline;
}
.listingsbacktotop a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	text-align: right;
	font-weight: normal;
	text-decoration: underline;
}
#p7TMnav div div a a:link {
	font-size: 11px;
	border: 0;
	background-color: #FFE5A6;
}
#p7TMnav div div a a:visited {
	font-size: 11px;
	border: 0;
	background-color: #FFE5A6;
}
#p7TMnav div div a a:hover {
	font-size: 11px;
	border: 0;
	background-color: #FFE5A6;
}
#p7TMnav div div a a:active {
	font-size: 11px;
	border: 0;
	background-color: #FFE5A6;
}
.listingscompanydetails a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
	margin-bottom: -5px;
}
.listingscompanydetails a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	font-weight: normal;
	text-align: left;
	margin-bottom: -5px;
	text-decoration: underline;
}
.listingscompanydetails a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	font-weight: normal;
	text-align: left;
	margin-bottom: -5px;
	text-decoration: underline;
}
.listingscompanydetails a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	font-weight: normal;
	text-align: left;
	margin-bottom: -5px;
	text-decoration: underline;
}
.horizontalline {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	line-height: 1px;
}
.bgndimage {
}
.ahead1red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;
	line-height: 16px;
}
.bodycopyitalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
	font-style: italic;
}
body {
	color: #003399;
	margin-top: 0px;
	background-color: #003399;
}
.listingsroomnumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
.listingscompanydetailscolour a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: left;
	margin-bottom: -5px;
}
.listingscompanydetailscolour a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: left;
	margin-bottom: -5px;
}
.listingscompanydetailscolour a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	font-weight: normal;
	text-align: left;
	margin-bottom: -5px;
	text-decoration: none;
}
.listingscompanydetailscolour a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	font-weight: normal;
	text-align: left;
	margin-bottom: -5px;
	text-decoration: none;
}
.sidebartextbold a:link {
	color: #003399;
	text-decoration: none;
}
.sidebartextbold a:visited {
	color: #003399;
	text-decoration: none;
}
.sidebartextbold a:hover {
	color: #FF6600;
	text-decoration: none;
}
.sidebartextbold a:active {
	color: #FF6600;
	text-decoration: none;
}
.floaticon {
	float: left;
	height: 48px;
	width: 48px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floaticon3 {
	float: left;
	height: 48px;
	width: 48px;
	margin-right: 10px;
	margin-bottom: 200px;
	margin-top: 2px;
	text-align: center;
}
.floaticon2 {
	float: left;
	height: 48px;
	width: 48px;
	margin-right: 10px;
	margin-bottom: 90px;
	margin-top: 2px;
	text-align: center;
}
.bodycopycolour {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	line-height: 18px;
}
.floaticon1 {
	float: left;
	height: 48px;
	width: 48px;
	margin-right: 10px;
	margin-bottom: 70px;
	margin-top: 2px;
	text-align: center;
}
.floaticonsm {
	float: left;
	height: 36px;
	width: 36px;
	margin-right: 10px;
	margin-top: 2px;
	text-align: center;
}
.floatimage1 {
	float: left;
	margin-right: 10px;
	margin-bottom: 35px;
}
.floatimage2 {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.smalltext {
	font-family: tahoma;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 13px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #003399;
}
.smalltext a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.smalltext a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.smalltext a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.smalltext a:active {
	color: #FFCC00;
	text-decoration: none;
}
.sidebartextboldimage {
	color: #003399;
	width: 40px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	padding-top: 3px;
	line-height: 14px;
	padding-right: 0px;
	padding-left: 5px;
	margin-top: 15px;
	padding-bottom: 3px;
	border: 0px solid #FFFFCC;
	background-color: #FFE5A6;
	text-align: left;
}
.smalltoptext {
	font-family: tahoma;
	font-size: 9px;
	color: #FFCC00;
	text-decoration: none;
	line-height: 13px;
	padding: 5px;
	background-color: #003399;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	background-color: #CAD9D6;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	border: 2px solid #97C6FD;
	line-height: 26px;
}
.mainheaderimage-wide {
	background-image:  url(../miscimages/bannerimages/lewes-sussex.jpg);
	height: 145px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #003399;
	width: 820px;
}
.left-nav-box {
	background-color: #FFFFFF;
	width: 160px;
}
.main-text-area-wide {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	margin-bottom: 3px;
}
.imageright {
	float: right;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 10px;
	height: 250px;
	width: 300px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-align: left;
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-right: 0px;
	line-height: 25px;
}
.googlelinkunit {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	background-color: #ffe5a6;
	width: 160px;
}
.googlelinkunitspacer {
	background-color: #ffe5a6;
	height: 1px;
}
.left-nav-box-yellow {
	width: 160px;
	background-color: #FFCC00;
}
.googlelinkunit-yellow {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	background-color: #FFCC00;
	width: 160px;
}
.googlelinkunitspacer-yellow {
	background-color: #FFCC00;
	height: 1px;
}
.imageright160wide {
	float: right;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 10px;
	width: 160px;
}
.floatimage3 {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}
.imageright160px-wide {
	float: right;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 10px;
	width: 160px;
}
