/* CSS Document */
body{
    margin:0px;
	padding:0px;
	
}


p{
margin:0px;
padding:10px 0px 10px 0px   }
/*background images*/ 

.nav-bg{
background-image:url(../images/nav-bg.jpg);
background-repeat: repeat-x}


.side-bg2{
background-image:url(../images/side-bg2.jpg);
background-repeat: no-repeat}

.side-bg{
background-image:url(../images/side-bg.jpg);
background-repeat: no-repeat}

.line-bg{
background-image:url(../images/line1-bg.jpg);
background-repeat: repeat-x;
height:2px}

.dotline{
background-image:url(../images/dotline.jpg);
background-repeat: repeat-x;
height:1px}

.footer-bg{
background-image:url(../images/footer-bg.jpg);
background-repeat: repeat-x;
height:2px}

.txt-bg{
background-image:url(../images/txt-bg.jpg);
background-repeat:no-repeat;
background-position:right top;
}

.client-bg{
background-image:url(../images/client-bg.jpg);
background-repeat:no-repeat}

.contact { 
 background-image:url(../images/contact-1.png);
 background-repeat:no-repeat;
 }
.services-bg { 
 background-image:url(../images/services-bg.png);
 background-repeat:no-repeat;
 height:211px;
 width:301px;
 }


/*main text*/


.white-txt{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
line-height:18px;}
/*main text*/
.main-txt{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
line-height:18px}



.main-txt a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#702178;
text-decoration:underline;}

.main-txt a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#702178;
text-decoration:none;}

/*main text*/
.contact-text {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#702178;
line-height:18px;}
/*footer text*/
.footer-txt{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#b992bd;
}

.footer-txt span{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#702178;
}

.footer-txt a{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#b992bd;
text-decoration:underline
}

.footer-txt a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#702178;
text-decoration:underline
}
/*header text*/

h1{font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#702178;
margin:0px;
padding:0px 0px 4px 0px}

h2{
font-family: "Arial Narrow";
font-size:18px;
color:#ffffff;
font-weight:bold;
margin:0px;
padding:10px 0px 0px 0px}



h3{
font-family: "Arial, Helvetica, sans-serif";
font-size:15px;
color:#666666;
font-weight:bold;
margin:0px;
padding:0px 0px 10px 0px}

/*ul Li text*/

.arrow{
list-style-image:url(../images/arrows.gif);
line-height:18px;
}

.arrowpad {
	padding-left:40px;
	}
	
.arrow2{
list-style-image:url(../images/arrow-blue.png);
line-height:18px;
}

.arrow12{
list-style-image:url(../images/arrow_12.png);
line-height:18px;
}

.arrowpad {
	padding-left:40px;
	}
/* Div ID*/
#wrap{ width:100%}
#main{ width:951px}

/*TOOL TIPS */

#bubble_tooltip{
	width:147px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('../images/bubble_top.gif');
	background-repeat:no-repeat;
	height:16px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('../images/bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../images/bubble_bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
}

/*#DHTMLgoodies_formTooltipDiv{
	color:#FFF;
	font-family:arial;
	font-weight:bold;
	font-size:0.8em;
	line-height:120%;
}
.DHTMLgoodies_formTooltip_closeMessage{
	color:#FFF;
	font-weight:normal;
	font-size:0.7em;
}*/

/*link*/
.white_link1 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffff;
text-decoration:none;
}
:link.white_link1 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffff;
text-decoration:none;
}
:visited.white_link1 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffff;
text-decoration:none;
}

:active.white_link1 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffff;
text-decoration:none;
}
:hover.white_link1 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffff;
text-decoration:underline;
}

