﻿@charset "utf-8";
/* CSS Document */
/* Coder HK */
*{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}


html, body{
	margin:0;
	padding:0;
	width:100%;
	color:#333333;

}

/* Template fixing to control breadcrumb */
		#BC_Spacing{
				margin-top:10px;
				}

			.Footer_Bg{
					background-image:url(/pdg/Pelvicare/images/footer.gif);
					background-repeat:repeat-x;
					height:57px;
			}
		



/* Bread crumb */
	#BC	{
		 width:893px;
		 height:30px;
		 padding-left:27px;
		 text-transform:uppercase;
		 margin-top:10px;
			}

/* Fonts sizes */

.BodyText{
	font-size:.8em;
	color:#666666;
	}
	 .CapitalFonts
		{
			text-transform:uppercase;
			}
			h1, h2, h3
			{
			margin:5px 2px 8px 2px;
			line-height:14px;
			}
     			h1{
					font-size:1.3em;
					}
						h2{
							font-size:1.2em;
							font-weight:600;
						    }
							h3{
								font-size:1em;
								}
	
		.SmallFonts, a, p, ul{
			font-size: .8em;
			line-height:17px;
			}
				
			.SmallFonts a{
				font-size: 1em; 
				line-height:17px;
				}
				p a{
				font-size: 1em; 
				line-height:17px;
				}
				ul a{
				font-size: 1em; 
				line-height:17px;
				}
			
				.BCFonts{
			font-size: .8em;
			line-height:17px;
			}
	
				.GreyFonts
				{
				color:#999999;
				font-size:.7em;				
				}
						a{
								color:#a17e59;
								text-decoration:none;
								
							 }
							 a:hover{
							 color:#e09546;
							 text-decoration:underline;
							 }
	
					
					.GreyLink{
					 font-size:.7em;
					 }
						
													
			 a.GreyLink
				  {		color:#999; 
						text-decoration:none;
						 }												
							a.GreyLink:hover
							{
								color:#666;
								text-decoration:none;
								}	
			 a.WhiteLinks
				  {		color:#FFF; 
						text-decoration:none;
						 }												
							a.WhiteLinks:hover
							{
								color:#FFFF00;
								text-decoration:none;
								}	
	/* Left Nav */							
										
									#Nav_Spacing					
									{
										margin:7px 0px 7px 20px;
										text-transform:uppercase;									
									
									}
										#SubNav					
										{
											margin:7px 0px 7px 40px;
											text-transform:uppercase;									
										
										}

											#Nav_Line
													{
														height:1px;
														background-color:#F0F0F0;
														width:212px;
														margin:7px 0px 7px 0px;
														margin-right:10px;
													}
												
													#LeftNav{
														width:222px;
														float:left;
														margin:
														}
														
														.BrownBdr
														{
														border:#a17e59 1px solid;
														}
											
											
					.GreyBg
							{
								background-color:#F0F0F0;
								}
						
															
				
	#RightColumn{
		width:295px;
		}
			
		#LeftColumn{
			width:392px;
			margin-left:1px;
			}
						.WhiteFonts
								{
								color:#FFFFFF;
								}
							
								a:hover,  a:hover strong{
									
										text-decoration:none;
										
								}
					
							.ThickMedium
								{
								font-weight:bold;
								}
				
				a img {
					 border: none;
				}
 
img.Left {
 float: left;
 margin: 0 10px 0 0;
}
 
img.Right {
 float: right;
 margin: 0 0 0 10px;
}
 
 a.NavLinks {
	margin-top: 1px;
	
	font-size:.7em;
	text-transform:uppercase;
	line-height:30px;
    width:215px;
    padding-left:7px;
    text-decoration:none;
    height:30px;
	background-color:#f6ecde;
	display:block;
}
a.NavLinks:hover{
	margin-top: 1px;
   	width:215px;
  	height:30px;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
    background-color:#c5a079;
	display:block;
}
		
a.Sub {
	margin-top: 1px;
	font-size:.7em;
	text-transform:uppercase;
	line-height:30px;
    width:215px;
    padding-left:7px;
    text-decoration:none;
    height:30px;
	background-color:#fcf7ef;
	display:block;
}