/*start index*/

body{
	font-size:       62.5%; /* reset 1EM to 10px */
	margin:          0;
	padding:         0;
	background:      transparent url("../images/bg_main.gif") top left repeat-x;
	font-family:     "trebuchet ms", verdana, arial, sans-serif;
}

#container
{
	margin:          0 auto;
	width:           980px;
}

#header
{
	width:           980px;
	height:          150px;
	background: url("../images/10th.jpg") no-repeat 750px;
}

#header a{
	background: url("../images/hmlogo.jpg") no-repeat;
	width: 430px;
	height: 150px;
	display: block;
}

#content
{
	width:           100%;
	margin:          0;
	padding:		 20px 0 0 0;
}

#insidecontent
{
	padding:    10px 40px 10px 40px;
	width:           900px;
}

#primary {
	margin: 0;
	padding: 0;
	position: relative;
}

#primary img{
	margin-left: 85px;
}

#trial a{
	position: absolute;
	width: 194px;
	height: 82px;
	top: 23px;
	right: 115px;
	background:url("../images/btn_free.gif") no-repeat top;
}

#trial a:hover{
	width: 208px;
	height: 88px;
	background:url("../images/btn_free.gif") no-repeat bottom;
}

#secondary{
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	float:left;
	padding-bottom: 20px;
}

#secondary a{
	color: #996633;
	text-decoration:underline;
	font-weight: bold;
}

#secondary a:hover{
	text-decoration:none;
}

#secondary_left{
	float:left;
	width: 66%
}

#center_section {
	width: 49%;
	float: right;
	height: 400px;
	border-right: #ac0000 1px dotted;
}

#left_section {
	width: 49%;
	height: 400px;
	float: left;
	border-right: #ac0000 1px dotted;
}

#right_section {
	width: 33%;
	height: 400px;
	float: right;
}

table p{
	font-size: 1.3em;
}

*html table p{  /*CSS Hack. only for ie6 and ie5 */
	>font-size /*IE5.5*/: 0.9em;  /*and only for ie5.x*/
}

table li{
	font-size:1.2em;
}

*html table li{ /*CSS Hack. only for ie6 and ie5 */
	>font-size /*IE5.5*/: 0.8em; /*and only for ie5.x*/
}

td{
	padding: 0 10px 0 10px;
}

h1
{
	margin:          0;
	padding-bottom:10px;
	font-weight:     normal;
	color:           #AC0000;
	font-size:       3.2em;
	font-family: verdana, "trebuchet ms", arial, sans-serif;
}

h2
{
	margin:          0;
	font-size:       2.5em;
	font-weight:     normal;
	color:           #AC0000;
	font-family: verdana, "trebuchet ms", arial, sans-serif;
}

*+html h2{	/*CSS Hack. only for ie7 */
	padding-bottom: 10px!important;
}

*html h2{   /*CSS Hack. only for ie6 and ie5 */
	padding-bottom:10px;
	>font-size /*IE5.5*/: 1.5em; /*and only for ie5.x*/
}

h3
{
	margin:          0;
	font-size:       1.8em;
	padding-bottom:5px;
	font-weight:     normal;
	color:           #ac0000;
	font-family: verdana, "trebuchet ms", arial, sans-serif;
}

#secondary, x:-moz-any-link { /*css Hack for firefox2*/
	width:900px;
}
/*end index*/
