
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.body-internal {
background-color: #E6DEC9;
background-image: url(/images/layout/drop-shadow.gif);
background-position: center;
background-repeat: repeat-y;
text-align: center;
margin: 0px;
font-family: arial, helvetica, sans-serif;
color: #616161;
}

.wrapper {
	
	}

.navigation ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.navigation ul li{
position: relative;
display: inline;
float: left;
background-color: #F4F3E9; /*overall menu background color*/
}

/*Top level menu link items style*/
.navigation ul li a{
display: block;
width: 90px; /*Width of top level menu link items*/
padding: 0px;
border: none;
border-left-width: 0;
text-decoration: none;
color: navy;
}
	
/*1st sub level menu*/
.navigation ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
background-color: #F5F4EA ! important;
background-image: none ! important;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.navigation ul li ul li{
display: list-item;
float: none;
background-color: #F5F4EA ! important;
background-image: none ! important;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.navigation ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
background-color: #F5F4EA;
}

/* Sub level menu links style */
.navigation ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #797979;
text-decoration: none;
padding: 1px 5px;
border-width: 1px 0px;
border-style: solid;
border-color: #ffffff;
background-color: #F5F4EA ! important;
background-image: none ! important;
font-size: 10px;
height: 15px ! important;
}

.navigation ul li a:hover{
background-color: black;
color: #C50102;
background-color: #E6DEC9 ! important;
}

/*Background image for top level menu list links */
.navigation .mainfoldericon{
background: #F3F3F3 url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.navigation .subfoldericon{
background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}


.left-navigation {
	background: #FFF;
	font-family: verdana, arial, helvetica;
	margin-bottom: 15px;
	float: left;
	width: 100px;
	border-right: dotted #CCC 1px;
	}

h3{
	margin: 0px 0px 0px 15px;
	padding: 0px;
	color: #B2B2B2;
	font-size: 10px;
	}
	
.left-navigation ul {
	list-style-type: none;
	margin: 25px 0px 50px 15px;
	padding: 0px;
	}
	
.left_menu a {
	font-size: 10px;
	color: #6E6E6E;
	}
	
.left_menu a:hover {
	text-decoration: none;
	}

.left_menu_sec a {
	font-size: 10px;
	color: #D30514;
	}
	
.left_menu_sec a:hover {
	text-decoration: none;
	}

.nav-primary, .nav-secondary {width: 195px; padding: 15px;}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .navigation ul li { float: left; height: 1%; }
* html .navigation ul li a { height: 1%; }
/* End */

#buying-tab a {
	background-image: url(/images/layout/tabBuying.gif);
	background-repeat: no-repeat;
	width: 133px;
	height: 27px;
	}
	
#buying-tab a:hover {
	background-image: url(/images/layout/tabBuyingover.gif);
	background-repeat: no-repeat;
	}
	
#selling-tab a {
	background-image: url(/images/layout/tabSelling.gif);
	background-repeat: no-repeat;
	width: 133px;
	height: 27px;
	}
	
#selling-tab a:hover {
	background-image: url(/images/layout/tabSellingover.gif);
	background-repeat: no-repeat;
	}
	
#services-tab a {
	background-image: url(/images/layout/tabServices.gif);
	background-repeat: no-repeat;
	width: 133px;
	height: 27px;
	}
	
#services-tab a:hover {
	background-image: url(/images/layout/tabServicesover.gif);
	background-repeat: no-repeat;
	}
	
#about-tab a {
	background-image: url(/images/layout/tabAboutus.gif);
	background-repeat: no-repeat;
	width: 133px;
	height: 27px;
	}
	
#about-tab a:hover {
	background-image: url(/images/layout/tabAboutusover.gif);
	background-repeat: no-repeat;
	}
	
#contact-tab a {
	background-image: url(/images/layout/tabContactus.gif);
	background-repeat: no-repeat;
	width: 133px;
	height: 27px;
	}
	
#contact-tab a:hover {
	background-image: url(/images/layout/tabContactusover.gif);
	background-repeat: no-repeat;
	}
	
#blog-tab a {
	background-image: url(/images/layout/tabBlog.gif);
	background-repeat: no-repeat;
	width: 133px;
	height: 27px;
	}
	
#blog-tab a:hover {
	background-image: url(/images/layout/tabBlogover.gif);
	background-repeat: no-repeat;
	}

.main-section {
	background: #FFF;
	}

.footer {
	background-color: #F3F3F3;
	padding: 10px;
	border-style: solid;
	border-color: #666666;
	border-width: 1px 0px 0px 0px;
	font-size: 9px;
	color: #666666;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	}
	
.footer p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.footer ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
	}
	
.footer li {
	display: inline;
	}
	
.footer a {
	color: #666666;
	}
	
.footer a:hover {
	text-decoration: none;
	}