@charset "utf-8";
/* CSS Document */

body {
	font:100% Arial, Helvetica, sans-serif ;
	padding:0;
	margin:0;
	background:url(images/main_bg.jpg) repeat-x #1d1045;
	}
	
#wrapper {
	padding:0;
	margin:0 auto;
	width:1000px;
	}
	
#content {
	padding:0;
	margin:0;
	border:red;
	}

#logo {
	padding:0;
	margin:0;
	width:213px;
	height:279px;
	float:left;
	z-index:-1;
	}
	
#menu {
	padding:10px 0;
	margin:auto;
	height:60px;
	width:1000px;
	}

#header {
float:right;
padding:30px 0px;
width:720px;
z-index:1000;
}
#boxes {
	padding:0;
	margin:0 auto;
	height:347px;
	width:1000px;
	float:left;
	
}	

.box1 {
	background:url(images/box1bg.gif) repeat-x;
	height:347px;
	width:290px;
	float:left;
	padding:20px 20px 0 20px;
	
} 

.box2 {
	background: #3b208d url(images/box2bg.gif) repeat-x;
	height:347px;
	width:280px;	
	float:left;
	padding:20px 20px 10px 20px;
	margin:0 5px;
	
} 
.box3 {
	background:url(images/box1bg.gif) repeat-x;
	height:347px;
	width:300px;	
	float:left;
	
		padding:20px 20px 0 20px;
	
} 

#footer {
     clear:both;
	 font-size:12px;
	 height:30px;
	 color:#FFFFFF;
	 padding:10px;
	 }
#caption {
float:left;
position:absolute;
width:400px;
padding:10px 0;
}
	
/*colors*/
	
.orange {
	color:#fd7f05;
	}
.white {
  	color:#fff;
	}
	
/*menu*/


#navcontainer ul
{
padding-left: 0;
margin-left: 0;
color: White;
float:right;
text-transform:uppercase;
font-family: arial, helvetica, sans-serif;
font-size:14px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding:0 20px;
color: White;
text-decoration: none;
float: left;

}

#navcontainer ul li a:hover
{

color: #fd7f05 ;
}	

#navlist li a#current
{

color:#fd7f05;
text-decoration:none;
}

	
/*etc*/
.nopad {
padding:0;
margin:0;
}
.padtop10 {
padding-top:10px;
}
.mediumpx {
font-size:12px;
}
p {
line-height:18px;
font-size:11px;
text-align: justify;
}
input.send-btn {
width: 60px;
height: 25px;
background: #e77a10 ;

color:#fff;

border:1px outset ;

}
input.send-btn:hover {
background: #371e88;
}

/*links*/

.readmore a{
background:none;
text-decoration:none;
color:#9577f6;
font-size:10px;
font-weight:bold;
}

.nobullet {
display: inline;  
list-style:none;
}

#linkout a {
float:right;
text-decoration:none;
color:#9577f6; 
font-size:10px;
text-transform:uppercase;
font-weight:bold;
}

#linkout a:hover {
float:right;
text-decoration:none;
color: #9577f6; 
font-size:10px;
text-transform:uppercase;
font-weight:bold;
}

/*tooltip*/

.tooltip  * {font-size:11px; }

a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:150px; text-decoration:none}
a.tooltip:hover span{display:inline; position:absolute; border:1px solid #FFF; background: url(images/box1bg.gif); color:#FFF; text-decoration:none}


/*about us*/

#boxset {
width:1000px;
height:auto;
padding:10px;
float:left;
}
#boxset ul, p {
font-size:12px;

}
#testimonials {
float:right;
width:300px;
background: #2f1a70 ;
margin:0 20px;
padding:15px;

}

#testimonials a {
text-decoration:none;
color: #FFF;
}

#aboutus {
width:100%;
border-bottom:1px solid #2f1a70;
}

#boxset ul, li{

display: block;
list-style:none;
padding:0;
}
#boxset li {
margin:15px;
line-height:18px;
}

#boxset li a {
margin:15px;
line-height:18px;
font-size: 12px;
}
