/* CSS Document */

body {
    margin: 0;
    padding: 0; 	
/*	  background-color:#373C74; */
		background-color:#363A75;	
		height:100%;
}

div #side-pic {
	margin-top:15px;
	}

#container {
	min-height: 100%; 
	width:628px;
/*	background-color:#373C74; */
	background-color:#363A75;
	margin:5% auto;
}
td { vertical-align:top;}

#head_home {
	background-image: url("./img/head_home.gif");
	background-repeat:no-repeat;
	height:281px;
}

#head_casestudies {
	background-image: url("./img/head_casestudies.jpg");
	background-repeat:no-repeat;
	height:281px;
}

#head_service {
	background-image: url("./img/head_service.jpg");
	background-repeat:no-repeat;
	height:281px;
}
#centre {

	background-color:#fff;
	background-image: url("./img/side.gif");
	background-repeat: repeat-y;
	padding:8px;
	padding-left:0;
	height:auto;
}

.pict_r {
	width:220px;
	text-align:center;
	
}

.txt_l {
	padding:0px 0px 10px 15px;
	width:400px;
}

p {
	font-family: arial;
	font-size:12px;
	line-height:16px;
	color:#626366;
	margin-bottom:10px;
}


.testimonials span { font-size:10px; color:#666;}
.testimonials {width:160px;padding-left:10px;}
.testimonials p {font-size:10px;margin:0;color:#231f20;}

h2 {
	font-family: helvetica, arial;
	font-size:20px;
	color:#c1d82f;
}

h3 {
	font-family: arial;
	font-size:14px;
	color:#c1d82f;
	/*padding-bottom:5px;*/
	/*border-bottom: 2px dashed #c1d82f ;*/
	
}

h4 {
	font-family: arial;
	font-size:12px;
	color:#c1d82f;
}


#foot {
	background-image: url("./img/foot.jpg");
	height:28px;
	color:#bbbdbf;
	font-family: arial;
	font-size:11px;
	margin-bottom:100px;
}

.foot_l {
	float:left;
	width: 250px;
	text-align:left;
	padding:7px 0px 0px 25px;
}

.foot_r{
	float:right;
	width: 300px;
	text-align:right;
	padding:7px 25px 0px 0px;
}

a, a:link, a:visited {
text-decoration:none;
color:#bbbdbf;
}

a:hover {
	text-decoration:none;
	color:#c1d833;
}

/* admin menu*/

#admin-menu {
	text-align:right;
	height:11px;
	font-family: arial, helvetica;
	margin-left:110px;
	color:#fff;
	margin-right:35px;
	margin-bottom:15px;
}

#admin-menu a{
	height:10px;
	font-size:12px;
	text-transform: capitalize;
	color:#c1d82f;
	font-family: arial, helvetica;
}


/* drop down */


#nav {
	width:100%;
	height:11px;
	font-family: arial, helvetica;
	margin-left:0px;
	padding-left:10px;
	margin-top:-5px;
	margin-bottom:20px;
}

#nav ul {
	list-style: none;
	line-height: 1;

	font-weight: bold;
	text-align:left;
	
}


#nav a {
	display: block;
	text-transform: capitalize;
/*	width: 10em;
	w\idth: 6em;*/
	color: #8e9092;
	font-size:11px;
	font-family:arial, helvetica;
	text-decoration: none;
}

#nav a:hover {
	color:#373c74;
}


#nav li {
	float: left;
	margin-right:10px;
	background-color:#fff;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
/*	width: 14.4em;
	w\idth: 13.9em;*/
	width:11em;
	font-weight: normal;
	margin: 0;
	padding:0;
}

#nav li li {
/*	width: 13em;*/
	width:11em;
	padding: 3px;
	background:#fff;
	//border-bottom:1px solid #c1d833; 
/*	border-bottom:1px solid #c1d833; */
}

#nav li ul a {
/*	width:auto;*/
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	/*left: -999em;*/
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #fff;
}

/* pict border */

.dropshadow2{
	float:left;
	clear:left;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	width: 185px;
	padding: 0px;
}
.innerbox{
	position:relative;
	bottom:6px;
	right: 6px;
	border: 1px solid #999999;
	padding:4px;
	margin: 0px 0px 0px 0px;
}
.innerbox{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}


/* legend */

.legend {
	font-family:arial;
	font-size:9px;
	font-style:italic;
	color:#626366;
	width:195px;
	text-align:center;
}

/* cmf_login */

.cmf-login {
	font-family:arial;
	font-size:12px;
}






