/*img{
		float:left;
	}
	.menu{
		padding-left:300px;
		border-bottom:2px solid #ccc;
		height:4em;
	}
*/	
	
.header h1{
	padding-top:1.5em;
	font-size:1.1em;
	font-weight:bold;
/*	float:left;*/
/*	width:10em;*/
	text-align:center;
/*	border-bottom:3px solid #fff;*/
	margin-bottom:0px;	
	cursor: pointer;
	color:#666;
        margin-top:0em;
        height:2em;
        
}

.header h1 a{
  text-decoration: none;
  height:2em;    
  vertical-align:bottom; 

}

.header h1:hover{
/*	border-bottom:3px solid #f00;*/
	color:#f00;
}

.header h1.selected{
/*   	background: url(/images/underline.gif) no-repeat scroll bottom center;	*/
/*background-position: 0px 40px;*/
/*background: #DDD url() repeat/repeat-x/repeat-y/no-repeat scroll/fixed top left/top center/top right/center left/center center/center right/bottom left/bottom center/bottom right/x-% y-%/x-pos y-pos;*/
/*	background: url(/images/readymade/arrow_down.gif) no-repeat scroll  center;	
	background-position: auto 20px;
*/	color:#243356;
/*	background-color:#243356;;*/
}


.header h1 img{
	margin-left:0.5em;
}


.header{
	border-top:8px solid #CCC;
	padding-top:1em;
	padding-bottom:1em;
	border-bottom:2px solid #ccc;
	margin-bottom:0px;

}

.header ul{
	margin-top:0;
	margin-bottom:0;
	margin-right:1em;
	text-align:right;
	list-style:none;

}

.header ul li{
	cursor: pointer;
	padding-right:1em;
}

.header ul li.selected{
	cursor:auto;
   	background: url(/images/readymade/arrow_left.gif) no-repeat scroll right center;	
}

.header ul li.selected:hover{
   	background: url(/images/readymade/arrow_left.gif) no-repeat scroll right center;	
}

.header ul li:hover{
   	background: url(/images/readymade/red/arrow_left.gif) no-repeat scroll right center;
/*background: #DDD url() repeat/repeat-x/repeat-y/no-repeat scroll/fixed top left/top center/top right/center left/center center/center right/bottom left/bottom center/bottom right/x-% y-%/x-pos y-pos;*/
}

/*.header ul li img{
	margin-right:0.25em;
}
*/
.container{
	margin-top:0px;
	padding-top:0px;
	top:0;
}

body{
	top:0px;
	margin-top:0px;
	font-family: Helvetica, Arial;
}

h1{
	font-size:2em;
	font-weight:bold;
	color:#243356;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

h3{
	font-weight:bold;
	font-size:1em;
	color:#282626;
	background-color:#FFDE72;
	padding-left:0.35em;
	padding-top:0.25em;
	padding-bottom:0.25em;
	margin-bottom:0.5em;
	border:1px solid #D3B75F;
}


.service_section{
	border:1px solid #ccc;
	margin-bottom:2em;
	padding-left:0.5em;
	padding-right:0.5em;
	min-height:2em;
	cursor:pointer;
}

.service_section:hover{
	background-color:#243356;
	color:#fff;
}

