@charset "utf-8";
.starflower{
	margin:0;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: normal;
	font-style: normal;
	line-height: normal;
	color:#006;
	background-color:#BFEAFF;
}

.starflower a:link{text-decoration:none;color:#00F;}
.starflower a:visited{text-decoration:none;color:#00F;}
.starflower a:hover{text-decoration:none;color:#F90;}
.starflower a:active{text-decoration:none;color:#C00;}
.starflower a img {border:none;}

.border{border:solid #9CF;
	padding:10px;
	margin-left:30px;
	margin-right:30px;
}

.cen_heading{
	text-align:center;
	font-weight:bold;
	font-size:150%;
}
.sub_heading{
	font-weight:bold;
	font-size:120%;
}
.note{
	font-size:95%;
}

.hidden {
	display:none;
}
.padding {
	padding-top:15px;
	padding-bottom:15px;
	padding-left:30px;
	padding-right:30px;
	clear:both;
}
.padding_side {
	padding-left:30px;
	padding-right:30px;
	clear:both;
}

.bar {
	background-color:#006;
	width:700px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:120%;
	padding-bottom:8px;
	padding-top:8px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:15px;
	outline:double;
	outline-color:#96F;
}

.small_text{font-size:75%;}
.small_heading{text-align:center;font-size:100%;font-weight:bold;}
.color_brown{color:#DF3800;font-size:75%;font-weight:bold;}
.color_brown2{color:#DF3800;font-size:85%;font-weight:bold;}
#container{
	width:800px;
	background-image:url(images/bg_tile.jpg);
	margin:auto;
}
#top {
	background-image: url(images/bg_tile.jpg);
	height:50px;
}
#top_title {
	position:relative;
	float:left;
	left:63px;
}
#top_about_contact {
	width:239px;
	height:50px;
	position:relative;
	float:right;
	right:36px;
}
#top_bg1 {
	background-image:url(images/top_bg1.jpg);	
	width: 800px;
	height: 11px;

}
#image_left{
	float:left;
	margin:0;
	margin-right:15px;
	margin-bottom:15px;
	padding:0;

}
#image_right{
	float:right;
	margin:0;
	padding:0;
}
#nav_banner {
	width:800px;
	height:150px;
	background-image:url(images/bg_tile.jpg);
	margin-bottom:15px;
}

#banner {
	padding-top:10px;
	padding-left:15px;
	float:left;
	height:140px;
	width:493px;
	margin-left:20px;
	position:relative;
	background-image:url(images/nav_banner_bg.jpg);
}
#banner_image{
	float:left;
	width:508px;
	height:131;
	margin-top:10px;
	margin-left:5px;
}
#nav  {
	
	float:left;
	width:252px;
	height:137px;
	background-image:url(images/nav_banner_bg.jpg);
	margin-left:0px;
	padding-top:13px;
}
#nav_buttons{
	width:252px;
	height:125px;
	position:relative;
	top:13px;
	background-color:transparent;
}
#welcome{
	background-image:url(images/nav_welcome_base.jpg);
	width:252px;
	height:25px;
}
#welcome:hover{background-image:url(images/nav_welcome_act.jpg);}
#welcome:active{background-image:url(images/nav_welcome_cur.jpg);}
#welcome_cur{
	background-image:url(images/nav_welcome_cur.jpg);
	width:252px;
	height:25px;
}

#what{
	background-image:url(images/nav_what_base.jpg);
	width:252px;
	height:25px;
}
#what:hover{background-image:url(images/nav_what_act.jpg);}
#what:active{background-image:url(images/nav_what_cur.jpg);}
#what_cur{
	background-image:url(images/nav_what_cur.jpg);
	width:252px;
	height:25px;
}

#use{
	background-image:url(images/nav_use_base.jpg);
	width:252px;
	height:25px;
}
#use:hover{background-image:url(images/nav_use_act.jpg);}
#use:active{background-image:url(images/nav_use_cur.jpg);}
#use_cur{
	background-image:url(images/nav_use_cur.jpg);
	width:252px;
	height:25px;
}

#products{
	background-image:url(images/nav_prod_base.jpg);
	width:252px;
	height:25px;
}
#products:hover{background-image:url(images/nav_prod_act.jpg);}
#products:active{background-image:url(images/nav_prod_cur.jpg);}
#products_cur{
	background-image:url(images/nav_prod_cur.jpg);
	width:252px;
	height:25px;
}

#our{
	background-image:url(images/nav_our_base.jpg);
	width:252px;
	height:25px;
}
#our:hover{background-image:url(images/nav_our_act.jpg);}
#our:active{background-image:url(images/nav_our_cur.jpg);}
#our_cur{
	background-image:url(images/nav_our_cur.jpg);
	width:252px;
	height:25px;
}

#content  {
	background-image:url(images/bg_tile.jpg);
	clear:both;
	padding-left:20px;
	padding-right:20px;
}
#footer {
	background-image:url(images/foot_bg1.jpg);
	height:60px;
	padding-left:20px;
	padding-right:20px;
	color:#06F;
	text-align:center;	
	font-size: small;
	clear:both;

}

.sttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
	width: 50%;
	float: none;
	clear: none;
	position: relative;
}
.red_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #F00;
}
.image_border{
	border-width:2px;
	border-color:#309;
	border-style:solid;
}
.product_image_border{
	border-width:2px;
	border-color:#99F;
	border-style:solid;
}

#medicins{
	float:right;
	width:211px;
	margin:0;	
	padding:0;
	text-align:center;
}
