/*
	CSS Document developed by Wedoit4u
	http://www.wedoit4u.org
	Copyright 2009.
 */

/* Global */
html, body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background:#4c4c4c url(../images/body-bg.gif) 0 0;
}

#main{
	margin: auto;
	background-color: #ffffff;
}

#main .bodyMain{
	width: 760px;
	vertical-align: top;
	background-color: #fff8ef;
}

#main .footer{
	width: 760px;
	height: 35px;
	background-color: #F08819;
}

/* Top Menu */
#menuKTP{
	background:#F08819 url(../images/menu-bg.gif) 0 0;
}

#menuKTP .menuCell{
	width: 106px;
	height: 35px; 
	text-align: center;
}

#menuKTP .menuCell a{
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

#menuKTP .menuCell a:hover{
	font-weight: bold;
	color: #FFFF00;
}

.panelHead{
	padding: 0 0 5px 5px;
	font-weight: bold;
	color: #696969;
}

.panelContent{
	padding: 10px 5px 5px 5px;
	line-height: 18px;
	font-size: 11px;
	font-weight: normal;
	color: #696969;
}

.orangeHead{
	font-weight: bold;
	color: #F7C200;
}

.redHead{
	font-weight: bold;
	color: #D62429;
}

.blueHead{
	font-weight: bold;
	color: #00519C;
}

.copyRight{
	font-size: 11px;
	padding-left: 10px;
	color: #ffffff;
}

.validXHTMLCSS a{
	font-size: 11px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

.panelHeading{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background-image: url("../images/ktp-left-panel_02.gif");
}

.newsContent{
	padding: 10px 10px 25px 10px; 
	line-height: 18px;
	font-size: 11px;
	color: #696969;
	text-align: left;
}

.moreKTP{
	font-size: 11px;
	color: #D62429;
	text-decoration: none;	
}

.moreKTP:hover{
	font-size: 11px;
	color: #000000;
	text-decoration: none;	
}

.verSep{
	height: 450px;
	background-image: url("../images/vertical-sep.gif");
}

.footerMain{
	padding-top: 15px;
	text-align: center;
	font-size: 12px;
	color: #000000;
}

.footerMain a{
	color: #696969;
	text-decoration: none;
}

.footerMain a:hover{
	color: #D24857;
	text-decoration: none;
}

a.siteMap{
	font-size:12px;
	color: #696969;
	text-decoration: none;
}

a.siteMap:hover{
	font-size:12px;
	color: #D24857;
	text-decoration: none;
}

.clrPadTop15{
	margin-top: 15px;
}

#rgtTableAlign{
	padding: 0px 11px 0px 12px;
}

	/*Example CSS for the two demo tickers*/

	#domticker{
		width: 175px;
		background-color: #fff8ef;
	}

	#domticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
		background-color: #fff8ef;
	}

	#domticker a{
		font-weight: normal;
	}

#navlist, .navlist
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#navlist li, .navlist li 
{
	padding: 5px 0 0 15px;
	background-image: url(../images/red-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 1.0em;
}

#navlistClrTop, .navlistClrTop
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#navlistClrTop li, .navlistClrTop li 
{
	padding:  0 0 5px 15px;
	background-image: url(../images/red-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
}

#navlistSub
{
	margin-left: 1px;
	padding-left: 0;
	list-style: none;
}

#navlistSub li 
{
	padding: 5px 0 0 10px;
	background-image: url(../images/sub-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 1.0em;
}

.infraBG{
	height: 225px;
	background-image: url(../images/infra-bg.jpg);
	background-repeat: no-repeat;
	background-position: 20.0em 0.5em;
}

.imgStyle{
	margin: 0 10px 15px 10px;
	border-width: 1px;
	border-style: dotted;
	border-color: #696969;
	padding: 3px;
}

/* Enquiry Form */

label{
	float: left;
	width: 120px;
	font-weight: bold;
}

input, textarea{
	float: left;
	width: 180px;
	margin-bottom: 5px;
	border: 1px solid #FFBB67;
	background-color: #FDF5EE;
	font-family: arial;
	font-size: 11px;
}

textarea{
	width: 250px;
	height: 150px;
}

.boxes{
	width: 1em;
}

br{
	clear: left;
}

#userError, #emailError, #commentsError{
	float: left;
	margin-left: 5px;
	color: #C80607;
}

/* Buttons */

div.buttonContainer{
	float: left;
	margin-top: 10px;
	margin-left: 120px;
}

a.button{
	float: left;
	background:url("../images/button-small.jpg");
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-right: 10px;
	margin-bottom:14px;
	text-decoration:none;
	width:100px;
}
a:hover.button{
	color:#0066CC;
}

span.add{
	background:url("../images/add.gif") no-repeat 10px 8px;
	text-indent:35px;
	display:block;
}
span.delete{
	background:url("../images/delete.gif") no-repeat 10px 8px;
	text-indent:35px;
	display:block;
}
