/*
	=========================================================
	Stylesheet for www.thewomensclinic.com.hk
	Design & Coding by Vanillafactory.com
	=========================================================
*/
*{
	margin: 0;
	padding: 0;
}

body {
	background-color: #666666;
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Lucida Sans Unicode, Lucia Sans, sans-serif, Arial, Helvetica; 
    font-size: 12px; 	
}


/* HEADINGS **************************************************************/
h1, h2, h3{
	font-family: Georgia, Times, Times New Roman, serif, Verdana, sans-serif, Arial, Helvetica;
	font-weight: bold;
	color: #336600;
	margin-top: 15px;
    margin-bottom: 2px;
}

h1 { font-size: 22px }
h2 { font-size: 17px }
h3 { font-size: 13px }
h4 { font-size: 13px ; margin-top: 10px; font-family: Georgia, Times, Times New Roman, serif, Verdana, sans-serif, Arial, Helvetica;}
h5 { font-size: 12px ;margin-top: 10px; }

p{
	margin-top: 15px;
	margin-bottom: 15px;
}
/* LINKS ********************************************************************************/
a:link, a:visited, a:hover, a:active { text-decoration: none }

a:link    { color: #336600 }
a:visited { color: #99cc33 }
a:hover   { color: #99cc33 }
a:active  { color: #99cc33 }

a:link img, a:visited img, a:focus img, a:hover img, a:active img { border: none }

#frame{
	margin: auto;
	width: 950px;
}

#header{	
	
	height: 110px;
	padding-right: 300px;
	
	
}
#header ul{
	list-style-type:none;
} 

#logo {
    position: absolute;
	width: 250px;
    height: 110px;
    text-indent: -3333px;
    border: 0;
    margin: 0;
}

#logo a {
    display: block;
    width: 280px; /* larger than actual image? */
    height: 120px;
    text-decoration: none;
    border: 0;
}

/* language options    *******************************************/
#language{
	position: absolute;
	margin: 30px 0 0 800px;
	padding: 0;
}

#language li{
	float:left;
	padding-right: 10px;
	
}
#language a, #language ul li{
	color: #fff;
}

/* main menu    ******************************************/
#menu{
	position: absolute;
	margin: 70px 0 0 340px;
	width: 600px;
}
#menu ul{
	list-style-type:none;
} 
#menu ul li{
	float: left;
	padding-right: 0px;
	color: #fff;
}
#menu a{
	height: 45px;
	width: 100px;
	display: block;
}

	/* NOTE language specific menu tag in separate files */

#main{
	background-image: url(../../images/greenbar.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 50px 0 0 0;
	margin: 0;

}

#pagename{
	float: left;	
	font-size: 22px;
	font-weight: bold;
	margin: -38px 0 0 20px;
	color: #111;
}

ul#menu2{
	float: left;
	margin: 20px 0;
}
ul#menu2  li{	
	margin: 0 0 0 20px;
	list-style: none;
	border-bottom: 1px dotted #666;
	width: 200px;
	padding: 5px;
}

#menu2 a:visited { color: #336600 }
#menu2 a:hover   { color: #99cc33 }

#content{
	padding: 20px 40px 40px 300px;
}

#content ul, #content ol{
	margin: 10px 0;
}
#content ul li{	
	border-bottom: 0px;
	list-style: disc;
	list-style-position: outside;
	padding-left: 5px;
	margin-left: 20px;
}
#content ol li{	
	padding-left: 5px;
	margin-left: 20px;

}

#content img{
	border: 1px solid #666666;
}

#thirdlevel{
	margin-left: 30px;
}
#thirdlevel ul li{
	padding: 0 0px 5px 0px;
	width: 180px;
	border-bottom: 1px dotted #ccc;
	list-style: url(../../images/darrow.jpg)
}
#menu2 #current a{
	color: #000;
}

blockquote{
	border: 1px solid #777;
	padding: 10px;
}


.imgright{
	border: 0px solid #777; 		
	float: right;
	margin-left: 20px;
}

.imgright img{
	border: 1px solid #666666;
	display: block;
	margin: 5px;
}

.imgmiddle{
	margin: auto;
	text-align: center;
}

.imgmiddle img{
	border: 1px solid #666666;
	margin: auto;
	text-align: center;
}

.resources:hover {
	  color: #99cc33 

}

.alignright{
	border: 0px solid #777; 
	width: 150px;
	text-align: center;
	float: right;
	
}

.alignright img {  
	border: 1px solid #666666;  
    margin: 2px 8px;	
}

.annotation{
	border: 1px solid #777;
	padding: 10px 10px 5px 10px;
	float: right;
	width: 140px;
	clear: right;
	margin: 10px; 
}
.annotation p{
	text-align: left;
	font-size: 80%;
}

.line{
	border-bottom: 1px dotted #ccc;
	padding-right: 100%;	
}

.packagingimg{
	width: 190px;
	float: left;
	padding: 3px;
}

/* gallery *********************************************/

.gallerylist{
	border: 0px solid #000;
	clear: both;
}

.thumb{
	width: 160px;
	border: 0px solid #000;	
}
.big{
	float: right;	
	border: 0px solid #000;
}

#breadcrumb{
	padding: 2px 0 0 20px;
	color: #336600;
	text-transform: capitalize; 
}

.backtotop{
	clear: both;
}
#bottom{
	clear: both;
	width: 950px;
	margin: auto;	
	padding: 0;
	background-image: url(../../images/contentbtm.gif) ;
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer{
	margin: 20px 0 ;
	text-align: right;
	color: #fff;
}

.dotted {background-color:transparent; border-bottom: 1px #666666 dotted;}

/* index page   */

#ileft, #icenter, #iright{
	float: left;
	width: 30%;
	padding: 14px;
	
	
}
#ileft{
	border-right: 1px dotted;
}
#iright{
	border-left: 1px dotted;
}


#ileft2,#icenter2,#iright2{
	display: none;

}

.divider{
	float: left;
	margin: 30px 0;
}

#clear{
	clear: both;
}

