body { 
	margin: 0 auto;
	padding:0;
	font-size:100%;
	background-image:url("../images/effective_web_designs_for_less_bg1.jpg");
	font-family: arial;

}

#parent {
	text-align:center;
	margin:0 auto;
		width:1000px;;
	min-width:1000px;
	height:auto;
}

a img{
	border:none;
}




#header {
	position:relative;
	margin:0 auto;

	background:url("../images/effective_web_designs_for_less_back.jpg");
	height:446px;
	width:1000px;
	border:1px #93C4C4 solid;
	border-bottom:none;
	clear:both;
}

.logo {
	position:relative;
	margin-top:5px;
	margin-bottom:0px;
	float:left;
}

#main {
	position:relative;
	text-align:center;
	margin:0 auto;
	width:1000px;
	height:auto;
	background-color:#FFFFFF;
	overflow:hidden;
	border:1px #93C4C4  solid;
	border-top:none;
	font-size:14px;
	padding-bottom:20px;
}



#menu { 
	width :1000px; 
	font-weight:bold;
	position:relative;
	text-align:center;
	margin:0 auto;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:10;
}

#menu ul { 
	margin:0px; 
	padding:0px; 
}

#menu li { 
	float:left;
	list-style:none;
	
}

#menu li a { 
	color : #ffffff; 
	text-decoration : none; 
	display : block; 
	text-align:center;
	background:url("../images/effective_web_designs_for_less_menu1.png");
	width:200px;
	height:50px;

}

#menu li a img {
	border:none;
	
}

#menu li a:hover, #menu li a.here { 
	/*background-color :#00A5DE; */
		background:url("../images/effective_web_designs_for_less_menu.png");
		height:50px;
}

#menu li a:hover.here { 
	/*background-color :#00A5DE; */
		background:url("../images/effective_web_designs_for_less_menu1.png");
		height:50px;
}


#topmenu { 
	width :600px; 
	font-weight:bold;
	position:relative;
	text-align:center;
	margin:0 auto;
	top:80px;
	right:0px;
	font-size:small;
	float:right;

}

#topmenu ul { 
	margin:0px; 
	padding:0px;
}

#topmenu li { 
	float:left;
	list-style:none;
	border-right:1px #FFFFFF solid;
}

#topmenu li a { 
	color : #FFFFFF; 
	text-decoration : none; 
	display : block; 
	text-align:center;
padding: 0px 15px 0px 15px;
	
	margin-left:1px;
	/*background:url("../images/effective_web_designs_for_less_tab.png");*/
}

#topmenu li a:hover, #topmenu li a.here { 
	/*background-color :#00A5DE; */

	/*background:url("../images/effective_web_designs_for_less_tab1.png");*/
	color:#AB4314;
}


#footer{
	clear:both;
	width:100%;
	margin:0 auto;
	text-align:center;
	height:auto;
	overflow:hidden;
	padding-bottom:18px;


}


#footer h5, #contactus h5{
	color:#00137F;
	margin:0;
	padding:0;
	text-align:left;
}

#contactus{
	font-size:small;
	width:250px;
	float:left;
	margin:15px;
	position:relative;


}

#contactus p {
	font-size:small;
	width:250px;
	color:#00137F;
	text-align:left;
	line-height:25px;
}

#footermenu{
	font-size:small;
	width:200px;
	float:left;
	text-align:left;
	margin:15px;
	border-right:1px solid #00137F;
	position:relative;
}

#footermenu ul { 
margin:0; 
padding:0; 
list-style:none; 
} 
#footermenu li { 
 
padding: 1px 5px 0px 5px;
} 

#footermenu li.noborder { 
border:none
} 

#footermenu li a{ 
text-decoration:none; 
color:#00137F;

} 

#footermenu li a:hover, #footermenu li a.here{ 

color:#AB4314;
}

#textus {
	position:fixed;
	right:0px;
	top:45%;
	z-index:10;
}

#footer .col {
  position: relative;
  display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align:top;

	height:auto;


	/*border:black solid 1pt;*/
}

 

