/*
Theme Name: Apple ENT
Author: REALISMA.COM
Author URI: http://ww/realisma.com
Description:Apple ENT theme developed for Apple ENT Centre
License: For Private Use Only
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

	/* 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;
	}
	
	/*Theme Name:APPLE ENT CENTRE
	Description: 
	Designer: Adrian Heng */
	
	/* Generic Styles for Post Reset CSS Redefinition */
	body {
		text-align:center;
		font-family:Helvetica, arial, sans-serif;
		line-height: 25px;
	}
	
	.bamboo {
			width: 100%;
			height: 100%;
			display: block;
			background: url(images/bamboo_bg.jpg) no-repeat;
			background-attachment: fixed;
			
			
	}
	
	h1, h2, h3, h4, h5 {
		margin: 8px 0;
		
	}
	
	h2{
	font-size:41px;
	color:#46403d;
	padding-bottom:25px;
	margin-top:45px;
	border-bottom: 1px solid #333333;	
	
	}
	
	h3 {
	color: #444;
	font-size:30px;
	line-height: 30px;
	padding-left: 40px;	
	}
	
	h4 {
	color:#ccc;
	line-height: 20px;
	font-size: 16px;
	text-transform: uppercase;
	}
	
	p{
	color:#666666;
	font-size:13px;
	font-family:Helvetica, arial, sans-serif;
	line-height: 13px;
	}
	
	a{
	text-decoration:none;
	color:black;
	}
	
	a:hover{
	text-decoration: underline;
	}
	
	blockquote{
		background:#ebe7e4;
		color: #7f7537;
		padding: 23px;
		font: italic 14px/17px georgia;
		
	}
	
	blockquote p {
	font-size:15px;
	line-height: 18px;
	color: #7f6357;
	margin-bottom: 1em;
	font-family: Georgia;
	}
	
	cite{
	font: normal 14px/16px helvetica;
	
	}
	
	#container {
		width: 980px;
		margin-left: auto;
		margin-right: auto;
		background-color: #fff;
		border-left: 1px solid #abc4bc;
		border-right: 1px solid #abc4bc;
		margin-top: -30px;
	}
	
	
	
	/*  HEADER SECTION */
	#top_band {
		display: block;
		float:left;
		width: 980px;
		height: 245px;
		margin-left: auto;
		margin-right: auto;
		background: url(images/topband2.png);
		z-index: 20;
		margin-top: 10px;
	}
	
	#logo {
		display: block;
		width:800px;
		height:110px;
		background: url(images/logo.png) no-repeat;
		margin-left: 0px;
	}
	
	#banner {
		display: block;
		margin-top: 0px;
		width: 980px;
		height: 320px;
		background: url(images/banner01.jpg) -15px 5px;
		margin-left: auto;
		margin-right: auto;
		z-index: 1;
	}
	
	
	#header_container {
	
	}
	
	
#navbar {
		display: block;
		width: 980px;
		height: 30px;
		background: url(images/navbar.jpg);
	}
	
ul#navvy {
	text-align: left;
	margin-top: -26px;
	margin-left: 0px;
	color: #fff;
	display: inline;
	float: left;
}

ul#navvy li {
	display: inline;
	text-align: left;
}

ul#navvy li a{
	font-family: "MankSans-Medium", Helvetica, sans-serif;
	display: inline !important;
	margin-left: 15px;
	color: #fff;
}	

strong {
	font-size: 1.2em;
	font-weight: bolder;
}
	
.content_block {
	padding-top: 40px;
	min-height: 400px;
	width: 650px;
	text-align: left;
	padding-left: 0px;
	background-color: #fff;
	padding-bottom: 80px;
}

.content_block p {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 30px;
	width: 630px;
	padding-left: 40px;
	padding-right: 120px;
}


/*/////////////////////////////////////////////////////
/// FOR CONTENT WITHOUT SIDEBAR
//////////////////////////////////////////*/

.content_wideblock {
	padding-top: 40px;
	min-height: 400px;
	width: 980px;
	text-align: left;
	padding-left: 0px;
	background-color: #fff;
	padding-bottom: 80px;
}

.content_wideblock p {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 30px;
	width: 980px;
	padding-left: 20px;
	padding-right: 120px;
}

.content_wideblock h3 {
	padding-left: 20px;
}



/*/////////////////////////////////////////////////////
//////////////////////////////////////////*/

#sidebar_container {
	display: block;
	width: 280px;
	min-height: 280px;
	float: right;
	margin-top: 25px;
	margin-right: 10px;
}


#sidebar_content {
	display: block;
	height: 280px;
	background: url(images/sidebar_ad.jpg) no-repeat;
	
}

#sidebar_container p{
	font-family: "MankSans-Medium", Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1em;
	color: #146175;
	text-align: justify;
}

#sidebar_container li {
	font-family: "MankSans-Medium", Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1em;
	color: #146175;
	text-align: left;
}

.appointment {
	font-size: 1em;
	margin-left: -45px;
	color: green;
		font-family: "MankSans-Medium", Helvetica, sans-serif;
}


#footer_container {

	display: block;
	width: 980px;
	height: 210px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url(images/footerband.jpg);
	margin-left: auto;
	margin-right: auto;
}
	


#footer_contact {
	width: 280px;
	float: right;
	margin-top: 100px;
	margin-right: 20px;
}

#footer_contact  p {
	text-align: right;
	color: #4c5f60;
		font-family: "MankSans-Medium", Helvetica, sans-serif;
	line-height: 1.2em;
	
	
	
}

#realisma_tag {
	text-indent: -9999px;
}
