/* tags */
body {
	background-color: #fff;
	color: #fff;
	font-family: arial, helvetica;
}

h1 {
	display: block;
	float: right;
	width: 553px;
	height: 51px;
	background: url(../images/header.gif);
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 20px 0 0 20px;
	
	/*only ie gets this style*/
	\width:533px;/* for ie5 */
	w\idth:533px;/* for ie6 */
	
	/*only ie gets this style*/
	\height:31px;/* for ie5 */
	h\height:32px;/* for ie6 */
}

hr {
	height: 1px;
	border: none;
	border-top: 1px solid #DEDEDE;
}

/* ids */
#canvas, #canvashome {
	display: block;
	width: auto;
	margin: 70px 0 0 0;
	padding: 0;
	min-height: 500px;
}

#canvas {
	background: #CACACA url(../images/bg.jpg) top center repeat-x;
}

#canvashome {
	background: #CACACA url(../images/bg-home.jpg) top center repeat-x;
}

* html #canvas, * html #canvashome {
	height: 525px;
}

#page {
	display: block;
	width: 775px;
	margin-left: auto;
	margin-right: auto;
}



#navigation {
	padding-top: 7px;
	float: left;
}

#navigation, #navigation li ul{
	width: 206px;
	list-style-type: none;
	margin:0; padding:0;
	/*only ie gets this style*/
	\width:186px;/* for ie5 */
	w\idth:185px;/* for ie6 */
}

#navigation li a {
	font-size: 11px;
	color: #717171;
	text-decoration: none;
	display: block;
	width: auto;
	padding: 3px 0px 3px 0px;
	height: 1%;
}

#navigation li ul li a {
	margin-left: 10px;
	color: #868686;
}

#navigation li a:hover {
	color: #000;
}


#content-top {
	display: block;
	float: right;
	width: 554px;
	height: 11px;
	background: url(../images/content-top.gif);
}
#content {
	display: block;
	float: right;
	width: 554px;
	background: url(../images/content.gif);
}

#content div {
	display: block;
	width: auto;
	padding: 5px 20px 5px 20px;
	color: #000;
	font-size: 11px;
	line-height: 140%;
}


#content div table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#content div table th {
	background-color: #000;
	color: #fff;
}

#content div table th, #content div table td {
	text-align: left;
	padding: 3px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#content-bot {
	display: block;
	float: right;
	width: 554px;
	height: 11px;
	background: url(../images/content-bottom.gif);
}



/* Classes */
.access, .logo strong, #banner, a.buy span{
	position: absolute;
	left: -9999px;
	width: 100px;
}

.logo {
	display: block;
	width: 206px;
	height: 45px;
	background: url(../images/logo.gif);
	margin-bottom: 7px;
}

.clear {
	clear: both;
}

.buy {
	display: block;
	width: 79px;
	height: 30px;
	background: url(../images/button-buy.jpg);
}

.buy:hover {
	background: url(../images/button-buy-hover.jpg);
}















