/*How to make tea pt 2 by Ashley Hitchcock
*/


body {
height:100%;
background-color:#cc0000;
background-image:url(graphics/bg2.gif);
background-position: center top;
background-repeat:repeat-y;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
margin:2px 0 0;
padding:0;
border:0;
}

* {
margin:0;
padding:0;
}

html,* html #wrap {
height:100%;
}

#wrap {
min-height:100%;
position:relative;
width:800px;
background-color:#fff;
margin:0 auto;
}

#inner-wrap {
padding-bottom:80px;
float:left;
clear:both;
width:800px;

}

#inner-wrap:after {
content:" ";
display:block;
clear:both;
}

* html #inner-wrap {
height:600px;
}

#header {
	height:180px;
	width:800px;
	margin-bottom:8px;
	margin-top:5px;
	background-image: url(graphics/banner2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


	#header_top {
	height:69px;
	width:800px;
	background:url(graphics/header_title.jpg);
		}
		
			#header_mid {
	height:152px;
	width:800px;
	background:url(graphics/header_mid.jpg) no-repeat left top;
		}
		
			#header_bottom {
	height:30px;
	width:800px;
	background:url(graphics/header_bottom.jpg) top left no-repeat;
		}
		
		#header_bottom_title {
		margin-left:630px;
		height:30px;
		padding-top:5px;
		font-weight:900;
		color:#FFFFFF;
		
		}
		
		
					#header_nav {
	
	width:220px;
	margin-left:580px;
	background:#1a2a44;
		}

#footer {
float:left;
height:34px;
/*border-top:1px solid #000;*/
width:100%;
text-align:center;
margin:2px auto 0;
}

#footer a {
font-size:10px;
}

#left {
float:left;
width:320px;
text-align:left;
padding:5px;
}

#mid { /*now right hand pannel*/
	position:absolute;
	left:590px;
	width:200px;
	padding:5px;
	min-height:800px;
	top: 30px;
}

#right {
	width:247px;
	text-align:left;
	position:absolute;
	top:0px;
	left:330px;
	padding:5px;
	height: 693px;
}

#topcars {
width:193px;
height:22px;
text-align:left;
position:absolute;
top:5px;
left:595px;
border:1px solid #000000;
background: url(graphics/sub_header.gif) left top repeat-x;
color: #fff;
padding-top:2px;
padding-left:5px;
}

#contents {
float:left
width:764px;
height:485px;
top:5px;
left:5px;
border:1px solid #e2dede;

}

#contentsleft {
float:left;
width:250px;
height:450px;
top:5px;
left:5px;
padding-left:20px;
padding-top:30px;
}

#contentsright {
float:left;
width:500px;
height:400px;
top:5px;
left:5px;
padding-top:50px;
}

h2 {font-family: Arial, sans-serif, "Trebuchet MS"; font-size: 18px; color:#CCCCCC; margin:0px; padding:0; line-height:175%; }

/* Typeography */
div {
font-size:10px;
}

a {
font-size:12px;
text-decoration:none;
color:#000;
}

a:hover {
color:#000;
text-decoration:underline;
}

H1 {
font-size:14px;
}

/* end of Typeography 
 
start of main side navigation*/
#navigation {
float:left;
width:800px;
height:30px;
margin-top:5px;
margin-left:1px;
margin-bottom:15px;
}


#links {
	height:26px;
	}

#links ul {
	list-style:none;
	margin:0;
	padding:0;
	}

#links li {
	list-style:none;
	float:left;
	}

#links li a {
	height:26px;
	padding-top:0px;
	text-decoration:none;
	list-style:none;
	background-color:#143874;
	border:1px solid #000000;
	margin-bottom:2px;
	width:395px;
	margin-right:3px;
	color: #cccccc;	/*background:url(graphics/nav_bg.gif) left top repeat-x;*/ /*Here is the normal state image*/
	}

#links li a:link,#links li a:visited {
	display:block;
	font-size:13px;
	text-align:center;
	padding-top:4px;

	}

#links li a:hover,#links li a:active, #links li .current {
	color:#fff;
	text-decoration:none;
	background-color:#cc0000;
	border:1px solid #000000;
	/*background:url(graphics/nav_bg_over.gif) left top repeat-x;*/ /*Here is the over state image*/
	}

/*end of navigation*/
.subheaders {
	height:22px;
	border:1px solid #000000;
	background: url(graphics/sub_header.gif) left top repeat-x;
	display:block;
	color: #fff;
	padding-top:2px;
	padding-left:5px;
	margin-bottom:4px;
}

#addressinfo {
	height:138px;
	width:235px;
	margin-bottom:4px;
	border:1px solid #333333;
	padding:5px;
	color:#fff;
	background-image: url(graphics/addressInfo_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#amazingOffers {
	background-repeat: no-repeat;
	width: 245px;
	border: 1px solid #000;
	background: url(graphics/contact-bg.jpg) no-repeat;
}


#directions {
border:1px solid #333333;
padding-left:4px;
padding-top:8px;
padding-bottom:9px;
margin-bottom:13px;
background: url(graphics/pin_background.jpg) right top no-repeat;
}

p,div {
font-family:Verdana,tahoma,helvetica,arial;
font-size:12px;
line-height:150%;
}

ul {
margin-left:22px;
}

.footerlink {
color:#000;
font-family:arial;
font-size:10px;
font-variant:normal;
font-weight:700;
text-decoration:none;
}

:hover.footerlink {
color:#ff0;
}

.poweredbylink {
color:#000;
font-family:arial;
font-size:10px;
font-variant:normal;
font-weight:700;
text-decoration:none;
}

:hover.poweredbylink {
color:red;
}

/*view.asp basic css */
#dstop {
height:22px;
font-weight:bolder;
}

#bottom {
height:22px;
font-weight:bolder;
}

.dslink {
color:#000;
font-size:10px;
}

.dslink:hover {
color:#fff;
font-size:10px;
}

/*view.asp button*/
#viewadditional {
color:#000000;
font-family:verdana,arial;
padding: 10px 0 0 0;
}

/* COMMENTED OUT AS USING VIEW.CSS FOR DSLINK STYLES - view.asp styles */
/*.dstitles {
height:20px;
color:#000;
padding-left:10px;
vertical-align:middle;
background-color:#4983bd;
}

#dslinks {
background:#464445;
font-size:11px;
line-height:normal;
margin-bottom:4px;
margin-top:3px;
}

#dslinks ul {
list-style:none;
margin:0;
padding:4px 0;
}

#dslinks li {
display:inline;
text-decoration:none;
margin:0;
padding:0;
}

#dslinks a {
text-decoration:none;
height:20px;
margin:0 0 0 2px;
padding:0 5px 0 0;

}
*/
/* Commented Backslash Hack hides rule from IE5-Mac \*/
/*#dslinks a span {
height:20px;
color:#fff;
text-decoration:none;
background:#143874;
float:none;
padding:4px 16px;
}
*/
/* End IE5-Mac hack */
/*#dslinks a:hover span {
color:#FFF;
text-decoration:none;
}

#dslinks a:hover {
background-color:#002a52;
}
*/
#dsenlarge a{
display:block;
width:268px;
height:20px;
background-color:#143874;
color:#FFF;
text-align:center;
border:1px solid #333333;
margin-bottom:1px;
}

#dsenlarge a:hover {
background-color:#a91b18;
text-align:center;
text-decoration:none;
border:1px solid #535353;
}

.menu {
	text-align: left;
	position: absolute;
	visibility: hidden;
	z-index: 100;
}

#enquireonline a {
display:block;
width:286px;
height:56px;
padding:2px;
border:1px solid #333333;
margin-top:5px;
font-size:18px;
font-weight:700;
background:url(graphics/black_contact.gif) no-repeat right bottom #000000;
font-size:14px;
color:#FFFFFF;
}


.currentday {
color:#cccccc;
background-color:#a91b18;
}

.day {
color:#000000;
}

#menu1 {
	visibility:hidden;
	z-index:400;
	background-color:#1a2a44;
	width:258px;
	padding:2px;
	list-style:none;
	text-decoration:none;
	position:absolute;
	top:230px;
	left:400px;
}

#menu1 #tabs ul {
	margin-left: 0;
	padding-left: 0;
	display: block;
	list-style:none;
	} 

#menu1 #tabs ul li {
list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	display:block;
	padding-left:3px;
	}
	
#menu1 a {
	color:#fff;
	text-decoration:none;
	width:393px;
	background-color:#cc0000;
	border:1px solid #143874;
	display:block;
	padding-left:3px;
	padding-top:6px;
	padding-bottom:6px;
	}
	
#menu1 a:hover {
	color:#fff;
	background-color:#143874;
	}
	
#home { /*home page fix*/
	position:relative;
	height:710px;
	}
	
	
	

