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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ############################################################################ */
/* ###########################   Generalites   ################################ */
/* ############################################################################ */

body{
	background-color: #EDEDED;
	font-size: 15px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #535353;
}

#container{
	width: 800px;
	margin: auto;
	background-image: url(../images/bg-content.jpg);
	background-repeat: repeat-y;
	background-position: bottom center;
	margin-top: 15px;	
	margin-bottom: 15px;
	position: relative;
}

#header{
	width: 800px;
	height: 168px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#footer{
	width: 800px;
	height: 49px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3;
}

#content{
	width: 760px;
	padding: 20px;
	line-height: 1.3;
	height: 550px;
}

/* ############################################################################ */
/* #############################   Details   ################################## */
/* ############################################################################ */

#header h1{
	text-indent: -10000px;
}

#content .pdf{
	float: right;
}

#content p{
	font-weight: bold;
}

#footer p{
	text-align: center;
	padding-top: 5px;
}

#content ul{
	margin-top: 50px;
	margin-left: -25px;
}

#content li{
	display: block;
	float: left;
	margin-left: 80px;
	margin-bottom: 50px;
}

#content ul li{
	
}

#content ul li img{
	position: absolute;
}

#content ul li .second{
	left: 315px;
}

#content ul li .third{
	left: 550px;
}

#content ul li .fourth{
	top: 500px;
	left: 78px;
}

#content ul li .fifth{
	top: 500px;
	left: 315px;
}

#content ul li .sixth{
	top: 500px;
	left: 550px;
}

#ie6 #content li{
	margin-left: 50px;
}

.clearfix{
	clear: both;
}

.homeflash{
	position: absolute;
	top: 250px;
	left: 10px;
	width: 775px;
	height: 465px;
}
#footer a{
	text-decoration: none;
	color: #6b6b6b;
}

#header a{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	float: right;
	background-image: url(../images/bullet-home.jpg);
	background-repeat: no-repeat;
	background-position: left 60%;
	padding-left: 10px;
	margin-top: 20px;	
	margin-right: 35px;
	color: #DF0006;
}

#header .btntxtbox{
	display: block;
	width: 115px;
	height: 115px;
	float: left;
	background-image: none;
	position: relative;
	left: 130px;
	top: 12px;
}

#header .txtbox{
	display: block;
	width: 300px;
	float: left;
	background-image: none;
	position: relative;
	left: 100px;
	top: 120px;
	line-height: 1.5;
	z-index: 5;
	background-color: #333333;
	color: #FFFFFF;
	font-size: 12px;
	padding: 15px;
}

#header .txtbox a{
	position: absolute;
	top: 0; right: 5px;
	background-image: none;
	color: white;
	margin: 0;
	padding: 0;
	display: inline;
	height: auto;
	float: none;
}