/* stylesheet for */
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:0px;	
	padding: 0;
	border: 0;
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}



body{

 background:url(images/body_bg.jpg) repeat  top ;
	font-family:Arial; 
	font-size:11px;

}
h1{

 	font-family:Tahoma; color:#560D66;  text-align:justify;
	font-size:18px; padding:10px 0px 0px 10px; font-weight:bold;
}
.brdrbtm{
border-bottom:1px solid #EF71BA;}



.contentline{
	text-decoration:none; 
	color:#fff; background:url(images/dotted_line.png) repeat-y  center #fff;
	margin:0px 0px 0px 10px; 
	padding:0px 0px 0px 0px;  
	
}
.header_image{
	font-family:Arial, Helvetica, sans-serif;
	color:#6a6a6a;
	background:url(images/banner_bcg.jpg) no-repeat;
	 height:303px; 
	   
	
}
.content{
 
	font-family:Arial; color:#6a6a6a; text-align:justify;
	font-size:12px; line-height:18px; float:left;  padding:20px 10px 10px 10px; 	 
}

.content a
{	 	
	text-decoration:none;
	color:#e90b8c; line-height:none;	
	font-size:12px;	
}

.content a:hover
{
	color:#4e4e4e;
	text-decoration:none;
}

.content ul
{
padding-left:20px;
}

.general{
 
	font-family:Arial; color:#6a6a6a; 
	font-size:12px; line-height:19px; float:left;  padding:0px 0px 5px 0px; 	 
}

.general a
{	 	
	text-decoration:none;
	color:#e90b8c; 	
	font-size:12px;	
}
.general a:hover
{
	color:#4e4e4e;
	text-decoration:none;
}

.search_input{
 
	font-family:Arial; color:#6a6a6a; border:1px solid #e2e3ea; width:110px; height:15px;
	font-size:11px; font-weight:bold;
	}
.solution_repeat
{    background:url(images/solution_repeat.png)  top;
	background-repeat:repeat;
	
	
}	
.top-nev
{   background:url(images/tab_repeat.jpg)  repeat-x  top;
	background-repeat:repeat; margin:00px 0px 0px 0px;
	background-position:left;
	
}
.contact_repeat
{   background:url(images/contact_repeat.png)  repeat-y  top;
	background-repeat:repeat; margin:00px 0px 0px 0px;
	background-position:left;
	
}
.MainNav{
	padding:0px; 
	margin:0px;
	list-style:none;
	font-size:13px;
	outline:none;
}
.MainNav li{
	padding:0px 0px 0px 10px; 
	margin:0px; 
	
}
.MainNav li a{
	text-decoration:none; 
	display:block; color:#fff; background:url(images/tab_line.png)  no-repeat  right ;
	margin:0px 0px 0px 0px; line-height:36px; 
	float:left;	padding:0 32px 0px 30px;
	outline:none; 
	
}
.MainNav li a:hover{
	text-decoration:none; color:#e52191;
	outline:none;
}
.catul{
	margin:0px 0px 20px 0px; width:280px;
	padding:0 0 0 0 ; 
	List-style:none;
}
.catul li{
padding:0px 0 0px 0; 
margin:0px 0 0px 0px;
outline:none; 
}
.catul li a.first{
	display:block;
	background:url(images/bullet.jpg) no-repeat 25px    ;  	
	color:#fff; font-family:Arial; color:#6a6a6a; 
	font-size:12px; line-height:19px; float:left;  	
	font-weight:none;
	padding:5PX 0px 10px 45px;	
	text-align:left;
	text-decoration:none;
	outline:none;
}
.catul li a:hover 
{
	font-family:Arial; 
	font-size:12px;
	color:#e90b8c; 	
	font-weight:none;
	outline:none;
}
.make
{
	 padding:60px 50px 0px 5px; 
	
}
.bottomlink{
 
	font-family:Arial; color:#580e67; 
	font-size:12px; line-height:19px;   padding:20px 0px 10px 0px; 	 
}

.bottomlink a
{	 	
	text-decoration:none;
	color:#580e67; 	
	font-size:12px;	
}
.bottomlink a:hover
{
	color:#e52191;
	text-decoration:none;
}

h2{

 	font-family:Tahoma; color:#e90b8c;  text-align:justify;
	font-size:13px; padding:0px 0px 5px 0px;
}



/*-------------------slider-------------------------*/

#example1 {
	width:960px;
	height:303;
	position:relative;
	z-index:5;
	padding:0px 0px 300px 0px;

	}



#slides {
	position:absolute;
	z-index:10;
	
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:960px;
	height:303;
	overflow:hidden;
	position:relative;
	display:none;
	
}


/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/


#slides .slide {
	padding:0px;
	width:960px;
	height:303px;
	display:block;
	}

	
/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:0px;
	left:0px;
	width:20px;
	height:303px;
	display:block;
	z-index:10;
	padding-top:130px;
	border:none;
	padding-left:0px;
	outline:none;
}

#slides .next {
outline:none;
	left:937px;
	
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
	border:none;
	outline:none;
}

.pagination li.current a {
	background-position:0 -12px;
}
