@charset "utf-8";


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
** Font rules.
****************************************************************************************/

@font-face {
    font-family: 'AbbienteRegular';
    src: url('type/abbiente-webfont.eot');
    src: url('type/abbiente-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/abbiente-webfont.woff') format('woff'),
         url('type/abbiente-webfont.ttf') format('truetype'),
         url('type/abbiente-webfont.svg#AbbienteRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*
** General adjustments.
****************************************************************************************/
html,
body
{
	height: 100%;
}

body
{
	font: normal 12px/180% Arial, Helvetica, sans-serif;
	background: url('textures/layout/bg.jpg') repeat-x top left #e3e2dd;
	color: #6C7478;
}

a
{
	text-decoration: none;
	cursor: pointer;
}

.clear
{
	display: block;
	clear: both;
}


h1, h2, h3
{
	margin-bottom: 15px;
}


h2, h3, h4
{
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #D88A8A;
}

h2
{
	margin-bottom: 20px;
}

h3
{
	clear: both;
	font-size: 15px;
	color: #6C7278;
	background: url('textures/layout/bg-h3.png') no-repeat right bottom;
	padding-bottom: 15px;
	margin-bottom: 0px;
}

.link-page h3 {
	margin-top: 30px;
}

h4
{
	font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
}


/*
** Template shell.
****************************************************************************************/
div#shell
{
	display: block;
	top: 0;
	left: 0;
}

div.logo
{
	margin: 20px 26px 15px 26px;
	text-align: center;
}

header
{
	position: fixed;
	background: url('textures/layout/bg-header.png') repeat-y top left;
	width: 276px;
	float: left;
	padding-bottom: 25px;
}

div.content-wrap
{
	float: right;
	width: 665px;
	margin: 160px 0 50px 0;
	position: relative;
}

div.content-wrap h1
{
	padding: 135px 0 0 75px;
	margin-left: -55px;
	z-index: 1;
	font-family: 'AbbienteRegular', Arial;
	font-size: 36px;
	line-height: 40px;
	color: #464A46;
	width: 401px;
	height: 402px;
	background: url('textures/layout/bg-h1.png') no-repeat;
}

div.content
{
	margin-top: -365px;
	z-index: 2;
	background: #fff;
	overflow: auto;
	padding: 4%;
}

.grid
{
	display: block;
	position: relative;
	margin: 0 auto;
}

.grid.base
{
	width: 980px;
	height: 100%;
}

.grid.full
{
	clear: both;
	width: 100%;
}

div.half, div.one-third, div.two-thirds, div.one-quarter
{
	float: left;
	position: relative;
}

div.full
{
	width: 96%;
	padding: 2%;
}

div.half
{
	width: 46%;
	padding: 2%;
}

div.one-third
{
	width: 31.3%;
	padding: 2%
}

div.two-thirds
{
	width: 60.6%;
	padding: 2%;
}

div.one-quarter
{
	width: 44%;
	padding-right: 4%
}

div.contact-number
{
	position: fixed;
	bottom: -10px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	padding: 55px 0 0 0;
	width: 276px;
	height: 50px;
	text-align: center;
	background: url('textures/layout/bg-contact-number.png') no-repeat;
}

div.contact-number a
{
	color: #6C7478;
}



/*
** Nav.
****************************************************************************************/


nav select 
{
  display: none;
}


nav ul
{
	margin-top: 0;
}

nav li
{
	list-style: none;
	text-align: center;
	margin-bottom: 5px;
	font-size: 13px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
}

nav li a
{
	background-color: #fff;
	color: #6C7478;
	display: block;
	padding: 5px 0;
	margin: 0 26px;
}

nav li.current a span, nav li a:hover span 
{
	background: url('textures/layout/bg-bullet.png') no-repeat 5px 7px;
	width: 8px;
	height: 7px;
	padding: 4px 2px 4px 6px;
	display: inline-block;
}

.lt-ie8 nav li.current a span, .lt-ie8 nav li a:hover span
{
	background: url('textures/layout/bg-bullet.png') no-repeat 5px 3px;	
}

nav li a:hover, nav li.current a
{
	background-color: #EDCEC9;
	color: #D88A8A;
	margin: 0 18px;
	font-weight: 700;
}

nav ul ul
{
	margin-top: 5px;
	display: none;
}

nav ul li.current ul
{
	display: block;
}

nav ul ul li
{
	margin-bottom: 0;
}

nav ul ul li a
{
	background: none;
	padding: 1px 0;
	font-size: 11px;
}

nav li.current li a
{
	font-weight: 400;
	background: none;
	color: #6C7478;
	margin: 0 18px;
}

nav li li a:hover, nav li li.current a
{
	background: none;
	color: #6C7478;
	margin: 0 18px;
	font-weight: 700;
}




/*
** Graphical elements.
****************************************************************************************/


body#home div.bg1
{
	position: fixed;
	top: -50px;
	right: -80px;
	background: url('textures/layout/bg-baby-2.png') no-repeat;
	width: 1028px;
	height: 1010px;
}

body#home div.bg2
{
	display: none;
	position: fixed;
	top: -10px;
	right: 0px;
	background: url('textures/layout/bg-baby-3.png') no-repeat;
	width: 1289px;
	height: 834px;
}

body#the-person div.bg1
{
	position: fixed;
	bottom: -20px;
	left: 45px;
	background: url('textures/layout/bg-flowers-1.png') no-repeat;
	width: 342px;
	height: 580px;
}

body#the-person div.bg2
{
	position: fixed;
	bottom: -4px;
	right: -8px;
	background: url('textures/layout/bg-dr-tang-1.png') no-repeat;
	width: 380px;
	height: 430px;
	z-index: 2;
}

body#the-doctor div.bg1
{
	position: fixed;
	bottom: -70px;
	left: 30px;
	background: url('textures/layout/bg-flowers-2.png') no-repeat;
	width: 486px;
	height: 765px;
}

body#the-doctor div.bg2
{
	position: fixed;
	bottom: -20px;
	right: -16px;
	background: url('textures/layout/bg-dr-tang-2.png') no-repeat;
	width: 303px;
	height: 420px;
	z-index: 2;
}

body#services div.bg1, body#reproductive-endocrinology div.bg1, body#gynecology div.bg1
{
	position: fixed;
	bottom: 40px;
	left: 180px;
	background: url('textures/layout/bg-dragonfly-1.png') no-repeat;
	width: 279px;
	height: 229px;
}

body#services div.bg2, body#reproductive-endocrinology div.bg2, body#gynecology div.bg2
{
	position: fixed;
	bottom: -80px;
	right: -80px;
	background: url('textures/layout/bg-flowers-3.png') no-repeat;
	width: 600px;
	height: 932px;
}

body#fertility-services div.bg1, body#the-art-ivf-process div.bg1, body#success div.bg1, body#cost-of-art div.bg1
{
	position: fixed;
	top: -140px;
	right: -180px;
	background: url('textures/layout/bg-baby-1.png') no-repeat;
	width: 950px;
	height: 625px;
}

body#fertility-services div.bg2, body#the-art-ivf-process div.bg2, body#success div.bg2, body#cost-of-art div.bg2
{
	position: fixed;
	bottom: -10px;
	left: 50px;
	background: url('textures/layout/bg-flowers-4.png') no-repeat;
	width: 199px;
	height: 560px;
}

body#my-team div.bg1
{
	position: fixed;
	top: -280px;
	right: 0px;
	background: url('textures/layout/bg-pattern-1.png') no-repeat;
	width: 1821px;
	height: 1220px;
}

body#my-team div.bg2
{
	position: fixed;
	bottom: -20px;
	left: 30px;
	background: url('textures/layout/bg-flowers-5.png') no-repeat;
	width: 341px;
	height: 404px;
}

body#links div.bg1
{
	position: fixed;
	top: -280px;
	right: 0px;
	background: url('textures/layout/bg-pattern-1.png') no-repeat;
	width: 1821px;
	height: 1220px;
}

body#links div.bg2
{
	position: fixed;
	bottom: -10px;
	right: 10px;
	background: url('textures/layout/bg-flowers-7.png') no-repeat;
	width: 396px;
	height: 431px;
}

body#contact div.bg1
{
	position: fixed;
	top: 0px;
	right: 0px;
	background: url('textures/layout/') no-repeat;
	width: 800px;
	height: 503px;
}

body#contact div.bg2
{
	position: fixed;
	top: 60px;
	right: -10px;
	background: url('textures/layout/bg-birds.png') no-repeat;
	width: 360px;
	height: 220px;
}

/*
** Block quotes.
****************************************************************************************/

blockquote
{
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 14px;
	color: #8B9192;
	background: url('textures/layout/bg-quote.png') no-repeat;
	text-align: center;
	padding: 53px 29px;
	font-weight: 400;
}

body#home blockquote
{
	position: absolute;
	width: 400px;
	height: 321px;
	font-family: 'AbbienteRegular', Arial;
	font-size: 42px;
	line-height: 44px;
	padding: 90px 50px;
	color: #464A46;
	background: url('textures/layout/bg-quote-large.png') no-repeat;
}

body#home blockquote.quote-2
{
	display: none;
	width: 360px;
	padding: 90px 80px;	
}

body#home blockquote a
{
	display: inline-block;
	margin-top: 15px;
}

body#the-person blockquote
{
	margin-top: 50px;
}

body#services blockquote
{
	padding: 46px 29px;
	margin-top: 200px;
}

body#fertility-services blockquote
{
	padding: 35px 29px;
	margin-top: 150px;
}

body#gynecology blockquote
{
	padding: 42px 29px;
	margin-top: 40px;
}

body#reproductive-endocrinology blockquote
{
	font-size: 13px;
	padding: 34px 29px;
	margin-top: 40px;
}

body#the-art-ivf-process blockquote
{
	font-size: 12px;
	padding: 47px 25px;
}

body#the-art-ivf-process blockquote.second
{
	margin-top: 200px;
	font-size: 12px;
	padding: 31px 29px;
}

body#success blockquote
{
	margin-top: 60px;
	font-size: 12px;
	padding: 44px 29px;
}


body#cost-of-art .img-area
{
	margin-top: 70px;
}

body#my-team .img-area
{
	margin-top: 80px;
}

body#my-team .img-area-1
{
	margin-top: 100px;
}



/*
** .
****************************************************************************************/


div.content p, div.content li, div.content dt, div.content dd, div.content label, div.content legend
{
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 20px;
}

div.content a
{
	color: #6C7278;
	text-decoration: underline;
	word-wrap: break-word;
}

div.content p
{
	margin-bottom: 12px;
}

div.content strong
{
	font-weight: 700;
}

div.content dt
{
	color: #D88A8A;
}

div.content dd
{
	margin-bottom: 12px;
}

div.content ul
{
	margin-bottom: 12px;
}

div.content ul li
{
	background: url('textures/layout/bg-li.png') no-repeat 0 7px;
	margin-bottom: 2px;
	padding-left: 10px;
}

div.box
{
	background: #F3F5F3;
	padding: 3%;
}

div.box p
{
	font-size: 11px;
}

div.border
{
border: 1px solid #fff;
padding: 5%;
}

div.location
{
	float: left;
	background-color: #F3F5F3;
	padding: 10px;
	margin: 0 10px 20px 0;
	width: 165px;
}



/*
** Contact Area.
****************************************************************************************/

.contact-numbers
{
	float: left;
	margin-left: 15px;
}

.contact-numbers strong
{
	color: #D88A8A;
}

#contact-form 
{ 
	float: left;
	width: 60%;
	background-color: #F3F5F3; 
	padding: 0 15px;
}

/* Form style */

#contact-form label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 85px; }
#contact-form input, textarea, select { width: 250px; margin: 0; padding: 5px; color: #666; background: #ffffff; border: 1px solid #ccc; margin: 5px 0; webkit-border-radius:5px; }
#contact-form input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact-form input.submit { width: 85px; cursor: pointer; border: 1px solid #D88A8A; background:#EDCEC9; color:#333; float: right;
margin: 0 5px 15px 0; }
#contact-form input.submit:hover { background:#D88A8A; color: #fff; }
#contact-form input[type="submit"][disabled] { background:#888; }
#contact-form fieldset { }
#contact-form legend { padding:10px 0px; font-weight:bold; color:#D88A8A; margin-bottom:0 !important; margin-bottom:20px; }

#contact-form span.required{ font-size: 11px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('textures/layout/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }

.loader { padding: 0 10px; }

#contact-form #success_page h1 { background: url('textures/layout/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }


/*
** Media queries
****************************************************************************************/
@media screen and (max-width: 1024px)
{
	div.grid.base
	{
		width: 90%;
		padding: 0% 5%;
	}

	header
	{
		position: relative;
		top: 0;
		background: url('textures/layout/bg-header.jpg') repeat top left;
		width: 100%;
		float: none;
		padding: 15px 0 25px 0;
		z-index: 2;
	}

	div.logo img
	{
		display: none;
	}

	div.logo
	{
		background: url('textures/layout/georgiana-tang-mobile.png') no-repeat;
		width: 200px;
		height: 86px;
		margin: 0 auto;
		padding-bottom: 10px;
	}

	nav ul     
	{ 
		display: none; 
	}
	  
	nav select 
	{ 
		display: inline-block; 
		width: 96%;
		margin: 0 2%;
	}

	div.content-wrap
	{
		float: none;
		width: 100%;
		margin: 0px 0 50px 0;
		position: relative;
	}

	div.content-wrap h1
	{
		padding: 115px 0 0 75px;
		margin-left: -55px;
		z-index: 1;
		font-family: 'AbbienteRegular', Arial;
		font-size: 26px;
		line-height: 40px;
		color: #464A46;
		width: 90%;
		height: 402px;
		background: url('textures/layout/bg-h1.png') no-repeat;
	}

	div.half, div.one-quarter
	{
		float: none;
		position: relative;
	}

	div.full, div.half, div.one-quarter
	{
		width: 96%;
		padding: 2%;
	}
	
	div.one-third blockquote
	{
		width: 131px;
		margin-top: 20px !important;
	}

	body#fertility-services div.bg1, body#the-art-ivf-process div.bg1, body#success div.bg1, body#cost-of-art div.bg1
	{
		right: -310px;
		top: -10px;
	}

	div.contact-number
	{
		left: 9px;
	}

}



@media screen and (max-width: 620px)
{


	body#home div.bg1
	{
		position: fixed;
		top: 0px;
		right: 0px;
		background: url('textures/layout/bg-baby-5.png') no-repeat;
		width: 600px;
		height: 589px;
	}

	body#home div.bg2
	{
		display: none;
		position: fixed;
		top: 0px;
		right: 0px;
		background: url('textures/layout/bg-baby-4.png') no-repeat;
		width: 800px;
		height: 516px;
	}

	body#fertility-services div.bg1, body#the-art-ivf-process div.bg1, body#success div.bg1, body#cost-of-art div.bg1
	{
		position: fixed;
		top: -20px;
		right: -210px;
		background: url('textures/layout/bg-baby-6.png') no-repeat;
		width: 650px;
		height: 428px;
	}

	body#home blockquote
	{
		position: absolute;
		top: 130px;
		width: 260px;
		height: 321px;
		font-family: 'AbbienteRegular', Arial;
		font-size: 26px;
		line-height: 30px;
		padding: 60px 30px;
		color: #464A46;
		background: url('textures/layout/bg-quote-small.png') no-repeat;
	}

	body#home blockquote.quote-2
	{
		display: none;
		width: 260px;
		padding: 60px 30px;	
	}


	div.full, div.half, div.one-third, div.two-thirds, div.one-quarter
	{
		width: 96%;
		padding: 2%;
	}

	div.bg2
	{
		display: none;
	}

	div.half, div.one-third, div.two-thirds, div.one-quarter
	{
		float: none;
	}

	div.content-wrap h1
	{
		padding: 80px 0 0 70px;
		margin-left: -55px;
		font-size: 26px;
		line-height: 25px;
		width: 231px;
		height: 402px;
		background: url('textures/layout/bg-h1-sml.png') no-repeat;
	}

	#contact-form, .contact-numbers
	{ 
		float: none;
		width: 94%;
	}

	#contact-form input, #contact-form textarea
	{
		width: 96%;
	}

	div.contact-number
	{
		display: none;
	}



}




