@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #e12a2f;
	padding: 0;
	margin: 0;
	font-size: 80%;
}

h1 {
	height: 80px;
	float: left;
	margin: 0;
	padding: 0;
	width: 262px;
}

h1 a{
	display: block;
	background: #e12a2f url(images/nandh-dist-logo.gif) no-repeat top left;
	width: 262px;
	height: 80px;
}

h1 a span{
	display: none;
}

a {
	color: #06C;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #03C;
}

h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 130%;
	margin: 0.5em 0 1em 0;
	padding: 0;
	color: #e12a2f;
	font-weight: normal;
	letter-spacing: 0.1em;
}

p {
	margin: 1em 0;
	padding: 0;
	line-height: 120%;
}

#contentWrap {
	margin: 3em auto;
	width: 865px;
	background: #fff url(images/menuTile.gif) repeat-x top;
	position:relative;
}

#content {
	/*clear: both;
	background: #fff;*/
	padding: 20px 100px 0px 100px;
	position: relative;
	min-height: 20em;
}

#footer {
	text-align: right;
	color: #ccc;
	font-size: 80%;
	padding: 20px;
	clear: both;
}

#menu {
	height: 145px;
	width: 532px;
	margin-left: 333px;
	
}

#subMenu {
	background: #fff;
	/*text-align: center;*/
	font-size: 90%;
	position: relative;
	z-index:100;
}

#subMenu ul {
	margin: 0.5em 2em;
	/*margin: 0;*/
	padding: 0;
	list-style-type:none;
	position:relative;
}

#subMenu ul ul {
	margin: 0;
}

#subMenu ul li {
	margin: 0;
	padding: 0;
	float: left;
	line-height: 200%;
	height: 2em;
	overflow: visible;
	text-transform: uppercase;
	position: relative;
}

#subMenu ul li a{
	color: #7d7d7d;
	text-decoration: none;
	display:block;
	padding: 0 0.5em;
	height: auto;
}

#subMenu a:hover{
	text-decoration: underline;
}

/*dropdowns*/
#subMenu ul li ul{
	height:0;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	visibility:hidden;
}

#subMenu ul li ul li{
	float: none;
}

#subMenu ul li ul li a{
	/*padding: 0 0.5em;
	line-height: 200%;
	height: 2em;*/
	width: auto;
}

#subMenu ul li ul li a:hover{
	/*padding: 0 0.5em;*/
	background: #fff;
	color: #000;
	text-decoration: none;
}

#subMenu ul li:hover ul,
#subMenu ul li a:hover ul {
	visibility:visible;
	height: auto;
	overflow:visible;
	display: block;
	position:absolute;
	top:1.8em;
	left:0;
	border-top: 2px solid #efefef;
	border-left: 2px solid #e5e5e5;
	border-bottom: 2px solid #ddd;
	border-right: 2px solid #dfdfdf;
	background: #eee;
	text-align: left;
	width: 18em;
}
/*---------*/

#subMenu.sel {
	background:url(images/subMenuSel.gif) repeat-x;
}

#subMenu.sel #left{
	position:relative;
	/*border-top: #0f0 1px solid;*/
	background:url(images/subMenuL.gif) no-repeat;
	height: 3px;
	overflow: hidden;
	margin: 0;
}

#subMenu.sel #right{
	background:url(images/subMenuR.gif) no-repeat right;
	height: 3px;
}

.serv #subMenu.sel #left{
	left: 399px;
	width: 103px;
}

.about #subMenu.sel #left{
	left: 323px;
	width: 85px;
}

.gal #subMenu.sel #left{
	left: 482px;
	width: 84px;
}

.client #subMenu.sel #left{
	left: 559px;
	width: 85px;
}

.renhe #subMenu.sel #left{
	left: 638px;
	width: 138px;
}

.contact  #subMenu.sel #left{
	left: 770px;
	width: 92px;
}

#sectImage{
	/*background: #f0f;
	width: 100px;
	height: 100px;*/
	position:absolute;
	bottom: -45px;
	left: -45px;
	width: 250px;
	height: 250px;
}

.serv #sectImage{
	background: url(images/servicesImg.jpg) no-repeat bottom left;
}

.about #sectImage{
	background: url(images/aboutImg.jpg) no-repeat bottom left;
}

.client #sectImage{
	background: url(images/clientImg.jpg) no-repeat bottom left;
}

.renhe #sectImage{
	background: url(images/renheImg.jpg) no-repeat bottom left;
}

.gal #sectImage{
	background: url(images/galImg.jpg) no-repeat bottom left;
}

.contact #sectImage{
	background: url(images/contactImg.jpg) no-repeat bottom left;
}

#menu a{
	height: 145px; 
	display:block;
	float:left;
	background-position: top left;
	/*background: #f0f;*/
}

#menu a span{
	display: none;
}

#menu a:hover{
	background-position: center left;
}

#menu a.sel{
	background-position: bottom left;
}

li.sel{
	background: #eee;
}

#about {
	width: 78px;
	background-image: url(images/menuAbout.gif);
}
#services {
	width: 82px;
	background-image: url(images/menuServices.gif);
}
#gallery {
	width: 77px;
	background-image: url(images/menuGallery.gif);
}
#clients {
	width: 71px;
	background-image: url(images/menuClients.gif);
}
#renhe {
	width: 133px;
	background-image: url(images/menuRenhe.gif);
}
#contact{
	width: 91px;
	background-image: url(images/menuContact.gif);
}


#sectBan {
	clear:both;
	padding: 25px 0 50px 0;
}

#sectRight {
	/*position: absolute;
	right: 0;
	top: 265px;*/
	width: 309px;
	float: right;
	padding-top: 35px;
	margin-left: 10px;
	
}

.rightMarg {
	margin-right: 342px;
	clear: none;
}

#content.withImg {
	width: 420px;
	padding-right: 0px;
}

.fieldwrap {
	clear: both;
	height: 1.5em;
	margin: 0.8em 0;
}

.field {
	float: left;
}

.field label {
	display: block;
	margin-bottom: 0.2em;
}

label.sidelying {
	display: block;
	float:left;
	width: 6em;
	line-height: 1.5em;
}

.small {
	font-size: 80%;
}

.required, .error {
	color: #c00;
	font-weight: bold;
}

.error {
	border: 1px solid #c00;
	padding: 1em;
	background: #fcc;
}

fieldset {
	border: 1px solid #eee;
	background: #fff;
	padding: 1em;
	margin: 0 0 1em 0;
}

fieldset legend {
	font-weight: bold;
	color: #666;
	padding: 0.4em 0.8em;
	background: #eee;
}

table.hrform {
	margin: 0.8em auto;
}

table.hrform td, table.hrform th {
	padding: 4px 6px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}
