html {font-size:100.01%;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	line-height: 1em;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}
ol, ul {
	list-style: disc;
}
th, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
caption, th, td {
	text-align: left;
}
textarea, input,select {
	font-family: inherit;
	font-size: 1em;
}
small {
	font-size: .85em;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Layout */

body {
	text-align: center;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 700px;
}

#head {
	border-bottom: 1px solid #ccc;
	padding: 30px 0 37px;
}

#body {
	border-bottom: 1px solid #ccc;
	font: 13px Arial, Helvetica, sans-serif;
	padding: 30px 30px 30px 0;
}

	h2 {
		color: #333;
		font: 22px Arial, Helvetica, sans-serif;
		margin-bottom: 30px;
	}

	h3 {
		margin-bottom: 20px;
	}

	p, ul, ol, li {
		line-height: 1.3;
		margin-bottom: 1.5em;
	}

ul, ol {
	margin-left:1.5em;
	}

#foot {
	color: #727272;
	font: 11px Tahoma;
	padding: 25px 0 0 0;
}

	#adani {
		border-right: 1px solid #ccc;
		float: left;
		margin: 4px 17px 17px 0;
		width: 141px; height: 24px;
	}

caption {
	font-weight:bold;
	padding:0 0 10px;
}

table {
	margin-bottom:1.5em;
	}
	th, td {
		border:1px solid #ccc;
		padding:5px 12px;
		}
		
	#catalog table {
		width: 80%;
		min-width: 400px;
		max-width: 800px;
	}
	#catalog th {
		width: 40%;
	}
	#catalog td {
		width: 60%;
		vertical-align:top;
	}

