@charset "UTF-8";
/* CSS Document */

body {
	background-color: #4d4d4d;
}

/* main site links */
A:link {
	text-decoration: none;
	color: #ffffff;
	}
	
A:visited {
	text-decoration: none;
	color: #ffffff;
	}
	
A:active {
	text-decoration: none;
	color: #ffffff;
	}
	
A:hover {
	text-decoration: none;
	color: #99dad5;
	}

/* main box for website to sit in */
#wrapper {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	height: 712px;
}

#header {
	position: absolute;
	width: 1000px;
	height: 165px;
	left: 0px;
	top: 0px;
	background-image:url(/Images/header.jpg);
	background-repeat:no-repeat;
}

#nav {
	position: absolute;
	width: 1000px;
	height: 35px;
	left: 0px;
	top: 165px;
	background-image:url(/Images/nav1.jpg);
	background-repeat:no-repeat;
}

#nav2 {
	position: absolute;
	width: 1000px;
	height: 34px;
	left: 0px;
	top: 165px;
	background-image:url(/Images/nav2.jpg);
	background-repeat:no-repeat;
}

/* navigation menu wrapper */
#menu {
	position: relative;
	width: 520px;
	height: 15px;
	left: 440px;
	padding: 10px;
	text-align: left;
	color: #FFF;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight:400;
	font-size:12px; 
}

/* main content box (home page) */
#content {
	position: absolute;
	width: 1000px;
	height: 400px;
	left: 0px;
	top: 199px;
	background-image:url(/Images/content1.jpg);
	background-repeat:no-repeat;
	
}
/* box for BC content (home page) */
#contentbox1 {
	position: relative;
	width: 908px;
	height: 400px;
	left: 44px;
top: 0px;
	padding: 0;
	text-align: left;
	color: #53504b;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight:400;
	font-size:12px;
}

/* main content box (every other page) */
#content2 {
	position: absolute;
	width: 1000px;
	height: 400px;
	left: 0px;
	top: 199px;
	background-image:url(/Images/content2.jpg);
	background-repeat:no-repeat;	
}

/* box for BC content (every other page) */

#flashbanner {
	position: absolute;
	width: 387px;
	height: 400px;
	padding:0;
	left: 42px;
	top: 0;
}
#contentbox2 {
	position: relative;
	width: 497px;
	height: 390px;
	left: 445px;
	padding: 5px;
	text-align: left;
	color: #ffffff;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight:400;
	font-size:12px;
	overflow: auto;
	
	
}

#footer1 {
	position: absolute;
	width: 1000px;
	height: 51px;
	left: 0px;
	top: 599px;
	background-image:url(/Images/footer1.jpg);
	background-repeat:no-repeat;
}

#footer2 {
	position: absolute;
	width: 1000px;
	height: 51px;
	left: 0px;
	top: 599px;
	background-image:url(/Images/footer2.jpg);
	background-repeat:no-repeat;
}

#tradinghours {
	position:relative;
	width: 550px;
	height:60px;
	left: 42px;
	top: 2px;
	padding: 10px;
	text-align: left;
	color: #FFF;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight:400;
	font-size:10px;
float:left;
}

#footermenu {
	position: relative;
	width: 300px;
	height: 60px;
	left: 50px;
	top: 2px;
	padding: 10px;
	text-align: right;
	color: #FFF;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight:400;
	font-size:10px;
float:left;
}


/* DROP DOWN NAVIGATION MENU */

	.navmenu {
	width:520px;
	height:20px;
	position:relative;
	z-index:100;
	
}
/* hack to correct IE5.5 faulty box model */
* html .navmenu {
	width:520px; 
	w\idth:520px;
	}
	
/* remove all the bullets, borders and padding from the default list styling */
.navmenu ul {
	list-style-type:none; 
	margin: 0;
	padding: 0;
}

.navmenu ul ul { 
	list-style-type:none; 
	margin: 0;
	padding: 0;
	}
	
/* float the list to make it horizontal and a relative position so that you can control the dropdown menu position */
.navmenu li {
	float:left;
	position:relative; 
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight:lighter;
	font-size:11px;}

/* style the links for the top level */
.navmenu a, .navmenu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none; 
	color:#fff;  
	height:20px; 
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight:lighter;
	font-size:11px; 
	padding-left:10px; 
	line-height:20px; }
	
/* a hack so that IE5.5 faulty box model is corrected */
* html .navmenu a, * html .navmenu a:visited {
	width:120px; 
	w\idth:120px;
	}

/* style the top level hover */
.navmenu a:hover, .navmenu ul ul a:hover {
	color:#99dad5; 
	}

/* style the second level links */
.navmenu ul ul a, .navmenu ul ul a:visited {
	background:#4d4d4d; 
	height:auto;  
	padding:5px 10px; 
	width:100px; 
border-bottom: 1px solid #fff;
	 
	}
	
/* style the second level background */
.navmenu ul ul a.drop, .navmenu ul ul a.drop:visited {
	background:#4d4d4d;   
border-bottom: 1px solid #fff;
	}
	
/* style the second level hover */
.navmenu ul ul a.drop:hover {
	background:#4d4d4d; 
	color: #99dad5; 
border-bottom: 1px solid #fff;
	}


/* hide the sub levels and give them a position absolute so that they take up no room */ 
.navmenu ul ul {
	visibility:hidden;
	position:absolute;
	height:20px;
	top:19px;
	left:0; 
	width:120px;
	} 
	
/* another hack for IE5.5 */
* html .navmenu ul ul {top:19px;t\op:20px;}

/* make the second level visible when hover on first level list OR link */
.navmenu ul li:hover ul,
.navmenu ul a:hover ul{visibility:visible; } 

/* style the table so that it takes no part in the layout - required for IE to work */
.navmenu table {position:absolute; top:0; left:0; border-collapse:collapse;}


/* yet another hack for IE5.5 */
* html .navmenu ul ul a, * html .navmenu ul ul a:visited {
	width:120px;
	w\idth:120px;
	}


