/*
	Root Style Sheet for nimai.com		
	© Copyright 2004, All rights reserved.
    Dasya Limited. www.dasya.co.nz
*/

/*	
	HTML Tags
*/

body{
/*	Style for all bodies and to control the margin on top. 
*/
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F6F4E2;
	color: #445058;
}

p{
	margin-top: 0px;
	padding-top: 0px;
	
}


a{
	text-decoration: none;
}

a:link{
	color: #fD6675;
	text-decoration : none;
}

a:visited{
	color: #fD6675;
	text-decoration : none;
}

a:active{
	color: #fD6675;
	text-decoration : none;
}

a:hover{
	background-color: transparent;
	text-decoration: underline;
}

h1{
	font-size: 18px;
	font-weight: normal;
	text-align:left;
}

h2{
	font-size: 16px;
	font-weight: normal;
	text-align:left;
}

h3{
	font-size: 14px;
	font-weight: normal;
	text-align:left;
}

h4{
	font-size: 12px;
	font-weight: normal;
	text-align:left;
}

ul{
	list-style-type: disc;	
	line-height: 19px;
}



/*
	Site wide classes
*/
.header{
	background-image: url(images/headerBg.gif);
	background-repeat: repeat-x;
	text-align:center;
}

.aux{
	background-image: url(images/auxBg.gif);
	background-repeat: repeat-y;
	font-size: 9px;
	text-align: center;
	padding-left: 7px;
	padding-top: 7px;
	vertical-align: top;
	line-height: 18px;
}

.auxTitle{
	font-size: 10px;
	line-height: 20px;
	text-decoration: underline;
}

.auxCountryTitle{
	text-decoration: none;
}

.main_content{
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 11px;
	text-align: justify;
}

.breadcrumbs{
	font-size: 9px;
	padding-right: 5px;
}

.footer{
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-image: url(images/footerBg.gif);
	background-repeat: repeat-x;
	text-align: right;
	font-size: 10px;
	color: #F6F4E2;
}

.boxTitle{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #D78CD7;
	font-size: 12px;
	font-weight: bold;
	border: none;
	color: #FFF200;
}

.boxContent{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
	background-color: #FBFADC;
	border: none;
	font-size: 11px;
}
/*	Page,section specific classes: shift to new css if many.
*/

.quoter{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	font-weight: bold;
}