/*---------general settings -----------------------*/

a, a:link {
color: #666666;
text-decoration:none;
}
a:hover {
color:#da3560;
text-decoration:underline;
}

#bodycontent a, #bodycontent a:link {
color: #da3560;
text-decoration:underline;
}

#bodycontent a:hover {
color:#da3560;
text-decoration:none;
}


h1 {
	font-size:32px;
	color:#d31246;
	font-weight:normal;
}
.red1 {
	color:#d31246;
}
h2 {
	font-size:22px;
	color:#d31246;
	font-weight:normal;
}
.black {
	color:#333333;
}
h3 {
	font-size:18px;

}

h4 {
	font-size:16px;
	padding:0px;
	color:#d31246;

}


h5 {
	font-size:14px;
	padding:0px;
	color:#d31246;

}

.font15 {
	font-size:16px;
}

/*------------------home page styles---------------------------*/

.hmbody {
	background:url(../images/sce/hm-bodybg.jpg) repeat-x top #bbbbbb;
}

.hmfeatured {
	background:url(../images/sce/hm-featured-bg.jpg) repeat-x top;
}

.hmfooter {
	background:#DFDFDF url(../images/sce/hm-foot-bg.jpg) repeat-x top;
	font-size:10px;
	color:#333;
	font-family:verdana;
	padding-bottom:10px;
}
.hmbtmbox {
	background:url(../images/sce/hm-bottombox-bg.jpg) no-repeat top left;
	padding:5px 0px;
}

.hmfooter .copyright {
font-size:9px; 
font-family:verdana;
color:#666;
}

/*-------------search area ----------------*/
.searchbox {
	
	padding:0px;
	margin:0px;
	width:150px;
	margin-top:6px;

}
.searchbox .sbutton {
float:left;
display:inline;
border:0px solid;
background-color:none;
background:url(../images/sce/hmsearch-btn.jpg) no-repeat center center;
margin:0px;
padding:0px;
height:26px;
width:26px;
}
.searchbox input {
width:106px;
float:left;
margin:0px;
background:url(../images/sce/hm-search-bg.jpg) no-repeat left top;
border:0px solid;
height:26px;
padding:0px;
padding-top:5px;
text-align:right;
padding-right:15px;
}

/*------------end search area---------------*/

/*-------------------inner page styles ---------------------*/

.inbody {
	background:url(../images/sce/inbodybg.png) no-repeat top center;
}

.rightbnr {
	background:url(../images/sce/rightbnr-bg.jpg) bottom center no-repeat;
	padding: 15px;
}
.inbnr  {
	background:url(../images/sce/inbnr-mock.jpg) center top no-repeat;
}
#bodycontent ul {
	margin:8px 0px;
	padding:0px;
	list-style:none;
	
	line-height:15px;
}
#bodycontent li {
	margin:0px 3px;
	padding: 3px 5px 15px 25px;
	line-height:15px;
	list-style:none;
	background: url(../images/sce/bullet-rightmark.jpg) no-repeat 2px 3px;
}