@charset "utf-8";
/*   
Theme Name: inGoodTheme
Theme URI: http://www.ingoodproperties.com
Description: inGood Advertisement Wordpress Theme.
Author: CT Su (LightReft Studio)
Author URI: http://www.lightreft.com.my
Version: 1.0
*/

html
{
	height: 100%;
}

body 
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
}

img
{
	border: 0;
	text-decoration: none;
}

a {
	color: black;
}

a:hover {
	text-decoration: none;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#pageLayout
{
	width: 990px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	width:auto;
}

#pageHeader
{
	width: 990px;
	height: 150px;
	margin: 0 auto;
	position: relative;
}

#pageMenu
{
	width: 990px;
	height: 40px;
	margin: 8px auto 36px auto;
	clear: both;
	background: #bdbdbd;
	position: relative;	
}

#topBanner
{
	width: 450px;
	height: 122px;
	padding-top: 28px;
	float: left;
}

#logo
{
	width: 450px;
	height: 122px;
	margin-right: 12px;
	text-align: right;
	float: right;
	font-size: 24px;
	font-family: Arial;
	font-weight: bold;
	color: Maroon;
	padding-top: 28px;
}

a div.link
{
	width: 137px;
	height: 28px;
	background: url("images/nav_bg.jpg") no-repeat;
	text-decoration: none;
	text-align: center;
	padding-top: 12px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	float: left;
}

a:hover div.link, a div.overlink
{
	width: 137px;
	height: 40px;
	background: url("images/nav_bg_hover.jpg") no-repeat;
	text-decoration: none;
	text-align: center;
	padding-top: 12px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	float: left;
}

#pageContent
{
	width: 990px
	margin: 0 auto;
	border-top: solid 1px #eeeeee;
	border-bottom: solid 2px #cccccc;
	position: relative;
}

#pageFooter
{
	width: 990px;
	margin: 0 auto;
	margin-top: 28px;
	clear: both;
	display: block;
	border: solid 1px #eeeeee;
}

#pageFooter table
{
	width: 100%;
}

#pageFooter table td.title
{
	font-size: 14px;
	font-weight: bold;
}

#pageFooter table td.noRight
{
	border-right: 0;
}

#pageFooter table td
{
	color: #787878;
	padding-left: 12px;
	border-right: solid 1px #dddddd;
	font-size: 13px;
	width: 25%;
	height: 60px;
	vertical-align: top;
}

#pageFooter ul
{
	margin: 0;
	padding: 0;
	padding-left: 24px;
}

#pageFooter li
{
	margin: 0;
	padding: 0;
	line-height: 20px;
}

#pageContent {
	margin-top: 12px;
	*margin-top: 28px;
	width: 990px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
}

#contentHolder{
	margin-top: 20px;
	margin-left: 14px;
	*margin-top: 0;
	*margin-left: 4px;
	width: 656px;
	min-height: 136px;
	background: url(images/content_bg.jpg) top left no-repeat;
}
#content {
	/*padding-top: 10px;
	padding-left: 32px;
	padding-right: 32px;
	color: #828282;
	font-size: 11pt;
	text-align: justify;*/
}

#copyright {
	color: #787878;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
}

#copyright a {
	color: #787878;
	text-decoration: underline;
}

#copyright a:hover {
	text-decoration: none;
}

#left
{
	width: 198px;
	padding-bottom: 20px;
	float: left;
	border-left: solid 1px #eeeeee;
	border-right: solid 1px #eeeeee;
	position: relative;
}

#middle
{
	width: 590px;
	padding-bottom: 20px;
	text-align: center;
	color: Maroon;
	float: left;
	position: relative;
}

#middle hr
{
	width: 92%;
	height: 1px;
	border: 0;
	color: #dddddd;
	background: #dddddd;
}

#right
{
	width: 198px;
	padding-bottom: 20px;
	float: left;
	border-left: solid 1px #eeeeee;
	border-right: solid 1px #eeeeee;
	position: relative;
}

#left img, #right img
{
	margin-bottom: 8px;
}

div.section
{
	padding: 12px 9px;
	font-size: 12px;
	color: #787878;
}

div.bar
{
	width: 180px;
	height: 25px;
	color: #fff;
	font-size: 14px;
	font-family: Tahoma;
	padding: 7px 0 0 18px;
	background: #cccccc;
}

div.middleBox
{
	text-align: left;
	color: #787878;
}

.maroon
{
	color: Maroon;
}

.bgGray
{
	background: #eeeeee;
}

.post
{
	padding: 8px;
	padding-top: 2px;
}

div.middleBox td.title
{
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}

div.middleBox td
{
	font-size: 13px;
	vertical-align: top;
	text-align: justify;
}

#respond{
	padding: 8px;
}
