/* defaults, globals, and miscellaneous
==============================================================================*/
* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	}
body {
	font-size: 62.5%; /* sets the stage for using ems */
	text-align: center;
	background: #fff url(../images/background/bg-body.gif) repeat-x;
	}
hr {
	display: none;
	}
a {
	text-decoration: none;
	}
.clearHack {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	}
#skipLink {
	display: none;
	}

strong{
color: #8AAAD9;
}

/* inline images
==============================================================================*/
img {
	border: 0; /* removes border in case images get have anchor around them */
	}
.inlineImage {
	text-align: center;
	font: normal 1.0em 'lucida grande',tahoma,sans-serif;
	color: #999;
}
.inlineImage img {
	padding: 3px;
	border: 1px solid #ccc;
}
.noStyle img {
	padding: 0;
	border: 0 none;
}
.right {
	float: right;
	margin: 1.3em 0 0 2em;
}
.left {
	float: left;
	margin: 1.3em 2em 0 0;
}
.center {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

/* site id and utility links
==============================================================================*/
h1 {
	position: relative;
	height: 118px;
	}
h1 a {
	display: block;
	position: absolute;
	top: 20px;
	width: 350px;
	height: 80px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(bds_logo.png) no-repeat;
    cursor: pointer;	
behavior: url("css/iepngfix.htc")	
	}
#navUtilities {
	position: absolute;
	top: 25px;
	right: 2px;
	margin-left: 150px;
	font: normal 1.0em/1.0em 'lucida grande',tahoma,sans-serif;
	color: #796f65;
	width: 340px;
	background: #313131;
	border: 1px solid #535353;	
	}

#navUtilities p{
	margin: 2px 5px;
}

#navUtilities table,tr,td{
	margin: 2px 5px;
	font: normal 1.0em 'lucida grande',tahoma,sans-serif;	
}
	
#navUtilities .title{
	font: normal 1.1em 'lucida grande',tahoma,sans-serif;
	color:#FFFFFF;
}		
#navUtilities .tel{
	font: normal 1.1em 'lucida grande',tahoma,sans-serif;
	color: #D6F63B;
}		
#navUtilities a {
	text-decoration: none;
	color: #8AAADF;
	}
#navUtilities a:hover {
	color: #eae7d2;
	}


/* layout setup
==============================================================================*/
#container,
#tccnet,
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 768px;
	}
#tccnet {
	z-index: 50000; /* ensures dropdown is clickable */
	}
#container,
#wrapper {
	text-align: left;
}
	
	
#sidebar {
	position: relative;
	width: 256px;	
	float: right;
	margin: 0;
}



/* top-level navigation
==============================================================================*/
#nav {
	height: 28px;
	margin-bottom: 7px;
	list-style: none;
	}
#nav li {
	float: left;
	margin-right: 1px;
	height: 28px;
	overflow: hidden; /* if text-resize, this'll keep the nav the same size */
	}
#nav li a {
	display: block;
	line-height: 28px;
	text-indent: -5000px;
	overflow: hidden;
	background-position: center top; /* horizontally centers the background image */
	}
#navHome {
	width: 76px;
	background: url(../images/navigation/home.gif) no-repeat;
	}
#navAtYourService {
	width: 115px;
	background: url(../images/navigation/atyourservice.gif) no-repeat;
	}
#navDentalTreatments {
	width: 125px;
	background: url(../images/navigation/dentaltreatments.gif) no-repeat;
	}
#navOurClinic {
	width: 115px;
	background: url(../images/navigation/ourclinic.gif) no-repeat;
	}
#navContactUs {
	width: 90px;
	background: url(../images/navigation/contactus.gif) no-repeat;
	}
#navOurPrices {
	width: 115px;
	background: url(../images/navigation/ourprices.gif) no-repeat;
	}
#navTravelDetails {
	width: 125px;
	background: url(../images/navigation/traveldetails.gif) no-repeat;
	}

#nav li a:hover {
	background-position: 50% -28px;
	}
	#nav li a.currentSection,
	#nav li a.currentSection:hover {
		background-position: 50% -56px;
		}


/* greeting (welcome/testimonial)
==============================================================================*/
#greeting {
	float: right;
	width: 256px;
	background: #fff;
	}
#greetingTabs {
	clear: both;
	background: #eae7d2;
	height: 24px;
	}
#greetingTabs span {
	display: block;
	float: left;
	height: 24px;
	overflow: hidden;
	}
#welcomeTab {
	margin-right: 2px;
	width: 93px;
	cursor: pointer !important;
	background: url(../images/tab-welcome.gif) no-repeat;
	}
#testimonialTab {
	width: 161px;
	cursor: pointer !important;
	background: url(../images/tab-testimonial.gif) no-repeat;
	background-position: center bottom;
	}
#welcome,
#testimonial {
	display: block;
	position: relative;
	margin: 4px 5px 5px;
	width: 246px;
	height: 169px;
	overflow: auto;
	}
#welcome {
	background: url(../images/welcome-bg2.jpg) no-repeat;
	}
#welcome h2 {
	display: none;
	}
#welcome p {
	position: relative;
	float: right;
	right: 10px;
	margin: 75px 0 0 0;
	width: 112px;
	font: normal 1.0em/1.4 'lucida grande',tahoma,sans-serif;
	text-align: right;
	color: #555;
	}
#welcome p a {
	display: block;
	margin-top: 2px;
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	}
#welcome p a:hover {
	text-decoration: underline;
	}
#testimonial {
	display: none;
	background: url(../images/testimonial-bg.gif) center top no-repeat;
	}
#testimonial h2 {
	display: none;
	}
#testimonial p {
	position: relative;
	margin-top: 5px;
	padding: 0 10px;
	font: normal 1.0em/1.4 'lucida grande',tahoma,sans-serif;
	color: #555;
	}
#testimonial strong {	
	font: normal 1.5em/1.4 'lucida grande',tahoma,sans-serif;
	color:#0066CC;
}
#testimonial p a {
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	color: #668400;
	}
#testimonial p a:hover {
	text-decoration: underline;
	}

#panoramSide {
	float: right;
	width: 500px;
	background: #FFFFFF;
	}
	
#panorama {
	position: relative;
	float: left;
	display: block;
	position: relative;
/*	margin: 4px 5px 5px;*/
	width: 497px;
	height: 189px;
	border: 5px solid #FFFFFF;			
	margin-bottom: 16px;
	/*background: url(../images/welcome-imagea.gif) no-repeat;	*/
}

/* Box
==============================================================================*/

#boxInfo {
	border:1px solid #d0d0d0;
	position: relative;
	float: right;
	width: 256px;
	min-height: 64px;
	margin-bottom: 7px;
	overflow: hidden;
	background-color: #e1ecfa;
}

#boxInfo h2 {
	margin: 5px 5px 5px 5px;
	color: #d4141b;
	font: normal 1.7em 'lucida grande',tahoma,sans-serif;	
}

#boxInfo p {
	margin: 5px 5px 5px 5px;
	font: normal 1.1em/1.6 'lucida grande',tahoma,sans-serif;
	color: #777;
}

#boxInfo p a {
	text-decoration: none;
	color: #2388ff;
	font-weight: bold;
}

#boxInfo p a:hover {
	text-decoration: underline;
	color: #333;
	background: #cad74a;
}

#generalInfo {
	position: relative;
	float: right;
	width: 256px;
	min-height: 64px;
	margin-bottom: 7px;
	overflow: hidden;
}

#generalInfo h2 {
	margin: 5px 5px 5px 5px;
	color: #668400;
	font: normal 1.5em 'lucida grande',tahoma,sans-serif;	
}

#generalInfo p {
	margin: 5px 5px 5px 5px;
	font: normal 1.1em/1.6 'lucida grande',tahoma,sans-serif;
	color: #777;
}

#generalInfo p a {
	text-decoration: none;
	color: #2388ff;
	font-weight: bold;
}

#generalInfo p a:hover {
	text-decoration: underline;
	color: #333;
	background: #cad74a;
}

#generalInfo li {
	margin: 0.5em 0;
	font: normal 1.1em/1.6 'lucida grande',tahoma,sans-serif;
	color: #777;
}

#generalInfo li a {
	text-decoration: none;
	color: #2388ff;
	font-weight: bold;
}

#generalInfo li a:hover {
	text-decoration: underline;
	color: #333;
	background: #cad74a;
}
#generalInfo ol,
#generalInfo ul {
	padding: 0 2.5em;
}

#contactBox {
	background-color:#e5edf8;
	border:1px solid #d0d0d0;
	position: relative;
	min-height: 64px;
	overflow: hidden;
	padding: 5px 5px 5px 5px;
}

#contactBox h2 {
	margin: 5px 5px 5px 5px;
	color: #668400;
	font: normal 1.5em 'lucida grande',tahoma,sans-serif;	
}

#contactBox table,tr,td{
	font: normal 1.0em 'lucida grande',tahoma,sans-serif;
	padding:5px;
	margin:0;
}

#contactBox p {
	margin: 5px 5px 5px 5px;
	font: normal 1.1em/1.6 'lucida grande',tahoma,sans-serif;
	color: #777;
}
#contactBox p a {
	text-decoration: none;
	color: #2388ff;
	font-weight: bold;
}

#contactBox p a:hover {
	text-decoration: underline;
	color: #333;
	background: #cad74a;
}

#contactBox li {
	margin: 0.5em 0;
	font: normal 1.1em/1.6 'lucida grande',tahoma,sans-serif;
	color: #777;
}
#contactBox ol,
#contactBox ul {
	padding: 0 2.5em;
}

#errorBox {
	background-color:#fbe7e8;
	border:1px solid #d4141b;
	position: relative;
	min-height: 64px;
	overflow: hidden;
	padding: 5px 5px 5px 5px;
}

#errorBox h2 {
	margin: 5px 5px 5px 5px;
	color: #668400;
	font: normal 1.5em 'lucida grande',tahoma,sans-serif;	
}

#errorBox table,tr,td{
	font: normal 1.0em 'lucida grande',tahoma,sans-serif;
	padding:5px;
	margin:0;
}

#errorBox p {
	margin: 5px 5px 5px 5px;
	font: normal 1.1em/1.6 'lucida grande',tahoma,sans-serif;
	color: #777;
}
#errorBox p a {
	text-decoration: none;
	color: #2388ff;
	font-weight: bold;
}

#errorBox p a:hover {
	text-decoration: underline;
	color: #333;
	background: #cad74a;
}

#errorBox li {
	margin: 0.5em 0;
	font: normal 1.1em/1.6 'lucida grande',tahoma,sans-serif;
	color: #777;
}
#errorBox ol,
#errorBox ul {
	padding: 0 2.5em;
}

#msgBox {
	background-color:#dff8c3;
	border:1px solid #668400;
	position: relative;
	min-height: 64px;
	overflow: hidden;
	padding: 5px 5px 5px 5px;
}

#msgBox h2 {
	margin: 5px 5px 5px 5px;
	color: #668400;
	font: normal 1.5em 'lucida grande',tahoma,sans-serif;	
}

#msgBox table,tr,td{
	font: normal 1.0em 'lucida grande',tahoma,sans-serif;
	padding:5px;
	margin:0;
}

#msgBox b{
	color: #668400;
}
#msgBox p {
	margin: 5px 5px 5px 5px;
	font: normal 1.1em/1.6 'lucida grande',tahoma,sans-serif;
	color: #777;
}
#msgBox p a {
	text-decoration: none;
	color: #2388ff;
	font-weight: bold;
}

#msgBox p a:hover {
	text-decoration: underline;
	color: #333;
	background: #cad74a;
}

#msgBox li {
	margin: 0.5em 0;
	font: normal 1.1em/1.6 'lucida grande',tahoma,sans-serif;
	color: #777;
}
#msgBox ol,
#msgBox ul {
	padding: 0 2.5em;
}

#lightBox {
	background-color:#f5f4f4;
	border:1px solid #ececec;
	position: relative;
	min-height: 64px;
	overflow: hidden;
	padding: 5px 5px 5px 5px;
}

#lightBox h2 {
	margin: 5px 5px 5px 5px;
	color: #668400;
	font: normal 1.5em 'lucida grande',tahoma,sans-serif;	
}

#lightBox table,tr,td{
	font: normal 1.0em 'lucida grande',tahoma,sans-serif;
	padding:5px;
	margin:0;
}

#lightBox b{
	color: #d4141b;
}
#lightBox p {
	margin: 5px 5px 5px 5px;
	font: normal 1.1em/1.6 'lucida grande',tahoma,sans-serif;
	color: #777;
}
#lightBox p a {
	text-decoration: none;
	color: #2388ff;
	font-weight: bold;
}

#lightBox p a:hover {
	text-decoration: underline;
	color: #333;
	background: #cad74a;
}

#lightBox li {
	margin: 0.5em 0;
	font: normal 1.1em/1.6 'lucida grande',tahoma,sans-serif;
	color: #777;
}
#lightBox ol,
#lightBox ul {
	padding: 0 2.5em;
}



/* headers
==============================================================================*/

/* Content
===================================================*/
#content,
#content {
	width: 497px;
	padding-top: 10px;
	padding-bottom: 10px;	
	}
#content h2 {
	clear: none;
	margin: 0;
	padding-bottom: 3px;
	font: normal 1.7em 'lucida grande',tahoma,sans-serif;
	color: #668400;
	text-transform: none;
	border: 0 none;
	}
#content h3 {
	margin: 1.3em 0 0 0;
	font: normal 1.5em 'lucida grande',tahoma,sans-serif;
	text-transform:uppercase;
	color: #8AAAD9;
	}
#content h4 {
	margin: 0 0 -1em 0;
	font: bold 1.2em 'lucida grande',tahoma,sans-serif;
	color: #555;
	}
#content p,
#content li {
	margin: 1.3em 0;
	font: normal 1.1em/1.6 'lucida grande',tahoma,sans-serif;
	color: #777;
	}
#content li {
	margin: .7em 0;
	}
#content ol,
#content ul {
	padding: 0 2.5em;
	}
#content blockquote {
	margin: 1.3em 0;
	padding: 0 1.5em;
	font: italic 1.1em/1.3em georgia,serif;
	color: #999;
	}
#content a {
	color: #2388ff;
	font-weight: bold;
	}
#content a:hover {
	color: #333;
	text-decoration: underline;
	background: #ffc;
	}
	
#content table,tr,td{
	font: normal 1.0em 'lucida grande',tahoma,sans-serif;
	padding:0;
	margin:0;
}

#content .input {
    border-color: #CCCCCC;
	color: #777;
	font-size: 13px;
	padding: 3px 3px 3px 3px;			
    line-height: normal;
    font-style: normal;
    border-right-width: 1px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
	font-family: 'lucida grande',tahoma,sans-serif;
    background-color: #FFFFFF;
    font-variant: normal;
    border-top-color: #EFEADE;
    border-top-style: solid;
    border-right-color: #EFEADE;
    border-right-style: solid;
    border-bottom-color: #8AAAD9;
    border-bottom-style: solid;
    border-left-color: #EFEADE;
    border-left-style:  solid;	
}

#content .button{
    border-color: #CCCCCC;
	color:#333333;
	font-size: 12px;
	padding: 3px 3px 3px 3px;			
    line-height: normal;
    font-style: normal;
    border-right-width: 1px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
	font-family: 'lucida grande',tahoma,sans-serif;
    background-color: #FFFFFF;
    font-variant: normal;
    border-top-color: #CCCCCC;
    border-top-style: solid;
    border-right-color: #CCCCCC;
    border-right-style: solid;
    border-bottom-color: #CCCCCC;
    border-bottom-style: solid;
    border-left-color: #CCCCCC;
    border-left-style:  solid;	
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;	
}

.label_comment {
	display:block;
	margin:5px 0;
}

#categories {
	background-color:#e6e6e6;
	border:1px solid #d0d0d0;
	width:230px;
	padding:10px;	
	margin:0px;
	margin-bottom:10px;
	padding-top:9px;
}

#cat_tabs {
	margin:0px;
	padding:0px;
}
#cat_tabs li {
	list-style:none;
	display:inline;
	margin:0px;
	padding:0px;
}
#cat_tabs li a {
	padding-top:6px;
	padding-bottom:4px;
	padding-left:18px;
	padding-right:18px;
	border:1px solid #bcbcbc; 
	text-decoration:none;
	font-size:9px;
	font-family:Verdana,  Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#232323;
	position:relative;
	top:-1px;
}
#cat_tabs li a.on {
	background-color:#ffffff;
	border-bottom:1px solid #ffffff;
	color:#c53c00;	
}
#cat_tabs li a.off {
	background-color:off;
	border:0px;
	padding-left:8px;
	padding-right:8px;	
}
#cat_tabs li a.off:hover {		
	color:#c53c00;
}
.cat_content {
	background-color:#ffffff;
	border:1px solid #bcbcbc;	
}
.cat_content ul {margin:0px; padding:0px; padding-top:10px; padding-bottom:15px;}
.cat_content ul li {
	margin:0px; 
	padding:15px;
	padding-top:0px;
	padding-bottom:0px;
	list-style:none;

}
.cat_content ul li a{
	color:#403f3f;
	text-decoration:none;
	border-bottom:1px solid #ebe9e3;
	display:block;	
	padding-top:5px;
	padding-bottom:5px;	
}
.cat_content ul li a:hover { color:#519330 }
#categories a small {
	font-style:normal;
	font-size:9px;
	text-transform:uppercase;
	color:#b3a37b;
	padding-left:2px;
}

/* features
==============================================================================*/
.feature {
	position: relative;
	float: left;
	margin-top: 2em;
	width: 512px;
	}
.feature a {
	margin-right: 7px;
	}
	.feature a.endRow {
		margin-right: 0;
		}
.feature a img {
	padding: 3px;
	border: 1px solid #ccc;
	}
.feature a:hover img {
	background: #ffc;
	border: 1px solid #2388ff;
	}


/* footer
==============================================================================*/
#footer {
	position: relative;
	clear: both;
	margin-top: 20px;
	padding: 20px 0;
	background: #000000 url(../images/background/bg-footer.jpg) repeat-x;
	}
#siteMap,
#copyright {
	margin-top: 0;
	}
#siteMap {
	float: left;
	width: 497px;
	}
#siteMap .column {
	float: left;
	width: 160px;
	}
#siteMap li {
	display: block;
	list-style: none;
	font: normal 1.1em/1em 'lucida grande',tahoma,sans-serif;
	}
#siteMap li a {
	display: block;
	clear: left;
	padding: .36em .18em;
	font-weight: bold;
	color: #668400;
	}
	#siteMap li li a {
		padding-left: 10px;
		font-size: .81em;
		line-height: 1em;
		font-weight: normal;
		color: #eae7d2;
		background: url(../images/arrow-miniorange.gif) left center no-repeat;
		}
#siteMap li a:hover {
	text-decoration: underline;
	color: white;
	/*background: #3e362f;*/
	}
	#siteMap li li a:hover {
		text-decoration: underline;
		/*background: #3e362f url(../images/arrow-miniorange.gif) left center no-repeat;*/
		}
/* Copyright
===============================================================*/		
#copyright {
	float: right;
	width: 256px;
	background: #131212;
	border: 1px solid #cad74a;
	}
#copyright p {
	margin: 15px 10px;
	font: normal 1em/1.2em 'lucida grande',tahoma,sans-serif;
	color: #eae7d2;
	}
#copyright strong {
	font-size: 1.2em;
	font-weight: normal;
	color: white;
	}
#copyright a {
	font-weight: bold;
	color: #60bffb;
	}
#copyright a:hover {
	text-decoration: underline;
	color: white;
	}
	
.red{
	color: #d4141b;
}	
.green{
	color: #668400;
}

