/*start products*/

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", arial, verdana, 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") top no-repeat;
	width: 430px;
	height: 150px;
	display: block;
}

#content
{
	width:           100%;
	margin:          0;
	padding: 0;
	background: url("../images/bg_content2.png") top no-repeat;
}

*html #content{  /*CSS Hack. only for ie6 and ie5 */
	background: url("../images/bg_content2_ie.gif") top no-repeat;
}

#insidecontent
{
	margin:		0;
	float:           right;
	padding:    30px 20px 10px 20px;
	width:           680px;
}

#insidecontent h2 img{
	margin:0;
	position:relative;
	top:4px;
}

#insidecontent p
{
	margin:          0;
	color:           #333;
	font-family:     "trebuchet ms", arial, verdana, sans-serif;
	font-size:       1.3em;
	line-height:     1.5;
	padding-bottom: 1em;
}

.download_pdf{
	background:url("../images/icon_download.gif") no-repeat;
	padding:0 0 0 25px;
}

.download_pdf a{
	color: #996633;
	font-weight: bold;
	text-decoration:underline;
	font-family:     "trebuchet ms", arial, verdana, sans-serif;
}

.download_pdf a:hover{
	text-decoration:none;
}

#insidecontent ul{
	list-style:none;
	margin:0;
	padding:0 0 0 10px;
	font-size:1.3em;
	color: #AC0000;
}

#insidecontent ul li{
	background: url("../images/item_arrow_b.gif") no-repeat 0 3px;
	padding-left:20px;
	padding-bottom: 10px;
}

#navigation {
	float: left;
	width: 250px;
	font-family: verdana, arial ,sans-serif;
}

#navi_title {
	color: #10325b;
	padding: 2em 0 1em 30px;
}

#navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation li{
	margin-left: 20px;
	border-bottom: 1px dotted #999999;
	font-size: 1.2em;
}

#navigation li a{	
	display: block;
	padding: 5px 0 5px 10px;
	color: #10325b;
	text-decoration: none;
}
	
#navigation a:hover{
	color: #1e9ebe;
}	

#buy a{
	margin: 0 0 0 25px;
	width: 84px;
	height: 85px;
	display: block;
	background:url("../images/btn_buy.gif") no-repeat top;
}

#buy a:hover{
	background: url("../images/btn_buy.gif") no-repeat bottom;
}

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;
	padding-bottom:  1em;
	font-size:       2.5em;
	font-weight:     normal;
	color:           #AC0000;
	font-family: verdana, "trebuchet ms", arial, sans-serif;
}

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

/*end products*/

