.BG-menu {
	background: url(images/Menu-BG.gif) no-repeat left top;
}
.BG-Banner {
	background: url(images/Dr-L-banner.jpg) no-repeat center bottom;
}
.BG-Background {
	background: url(images/BG-background.gif) repeat-y center top;
	margin-top:300px;
}
.BG-footer {
	background: url(images/BG-footer.gif) no-repeat center top;
}
.BG-Background-1 {
	background: url(images/background.jpg) no-repeat right top;
}
.Font-12 {
	font: 12px Arial, Helvetica, sans-serif;
}
.Font-14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.Font-20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
        color:red;
}


.mainhead4 {
	
	font-weight: bold;

}

.mainhead5 {
	
	font-weight: bold;

}

a.Hover-White:link {
COLOR: #FFFFFF; TEXT-DECORATION: none
}
a.Hover-White:visited {
COLOR: #FFFFFF; TEXT-DECORATION: none
}
a.Hover-White:hover {
text-decoration: underline;
}

input.form-text, textarea {
width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
background: #5096bf;
border: 1px solid #5096bfz;
padding: 2px;
margin: 2px 0;
}
.form-textB{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
background: #5096bf;
border: 1px solid #5096bfz;
padding: 2px;
margin: 2px 0;
}

.BG1-TOP {
	background: url(images/Box/top.gif) no-repeat left bottom;
}
.BG1-MID {

	background: url(images/Box/mid.gif) repeat-y left bottom;
}
.BG1-FOOTER {


	background: url(images/Box/footer.gif) no-repeat left top;
}
.BG2-TOP {

	background: url(images/Box/top-gray.gif) no-repeat left bottom;
}
.BG2-MID {


	background: url(images/Box/mid-gray.gif) repeat-y left bottom;
}
.BG2-FOOTER {



	background: url(images/Box/footer-Gray.gif) no-repeat left top;
}

.Font-Price{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:900;
color:red;
}

.Font-PriceS{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;
}

.bluetext{
color:#186a9a;
}
.redtext{
color:red;
}

.blinking{
	text-decoration: blink;
	color: #CC0000;
}
.font-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}


.font-white2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

/*Menu Style Start from Here*/
#sddm{	margin: 0;
	padding: 0;
}

#sddm li{	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial
	z-index:30;	
}

#sddm li a{	
	display: block;
	margin: 0 1px 0 0;
	padding-right:10px;
	margin-top:5px;
	text-align: center;
	z-index: 30;

	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#383838;
	text-decoration:none;
		z-index:30;	
}

#sddm div{	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #1F668E;
	border: 1px solid #000000;
	z-index:30;	
}
#sddm div a{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
/*	background: #EAEBD8;*/
	background: #1F668E;	
	color: #FFFFFF;
	font: 13px arial;
}

#sddm div a:hover{	
/*	background: #49A3FF;*/
	background: #dedede;
	color: #000000;
}
