@charset "utf-8";
body {
	margin:0px;
	background-image:url(../images/bodybg.jpg);
	background-repeat:repeat-x;
	background-color:#dddbdc;
	font-family:"trebuchet MS";
	font-size:12px;
	line-height:1.7em;
	color:#292929;
	text-decoration:none;
}

img, div, td { behavior: url(iepngfix.htc); }/* png image transparent in IE*/

.linebottom {
	border-bottom:4px solid #c4e4ec;
}

p {
	margin:0px;
}

#header {
	/*border-top:4px solid #910929;*/
	background-image:url(../images/headerbg.jpg);
	background-repeat:repeat-x;
}
 
.logo {
	padding-top:4px;
	padding-left:5px;
}

.text {
	color:#292929;
	text-decoration:none;
}

.rightheaderbg{
	background-image:url(../images/rightheaderbg.jpg);
	background-repeat:no-repeat;
	background-position: right top;
}
.contentbg {
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-x;
}


.bannerbg {
	background-image:url(../images/bannerbg.jpg);
	background-repeat:no-repeat;
	padding-top:30px;
	padding-bottom:38px;
}

.leftcontentheader {
	background-image:url(../images/lefttextheaderbg.jpg);
	background-repeat:no-repeat;
	width:14px;
	height:45px;
}
.bullet {
	margin:0px;
	padding:0px;
	list-style-position: outside;
	list-style-image: url(../images/bullet.jpg);
}


.rightcontentheader {
	font-family:"trebuchet MS";
	font-size:24px;
	color:#292929;
	padding-left:5px;
	background-image:url(../images/righttextheaderbg.jpg);
	background-repeat:no-repeat;
	width:auto;
	background-position: right top;
	
}
/*    tranceparent text header    */
.tranceparentleftcontentheader {
	background-image:url(../images/lefttextheaderbg.png);
	background-repeat:no-repeat;
	width:14px;
	height:45px;
}

.tranceparentrightcontentheader {
	font-family:"trebuchet MS";
	font-size:24px;
	color:#292929;
	padding-left:5px;
	background-image:url(../images/righttextheaderbg.png);
	background-repeat:no-repeat;
	width:auto;
	background-position: right top;
}

.orangetext {
	color:#ff5400;
	font-size:24px;
	line-height:30px;
}.homebg {
	background-image: url(../images/homebg.jpg);
	background-repeat: repeat-y;
}
