body {
	margin: 0px;
	padding: 0px;
}
#header {
	position: relative;
	padding: 0px;
	height: 59px;
	width: 752px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header #search {
	margin-top: 10px;
	float: right;
	text-align:right;
	position: relative;
	width:407px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 18px;
}

#header #search #moving {
	float: left;
	margin-top: 0px;
	text-align: center;
	font-size: 13px;
	color: #0082D6;
	width: 192px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#header #search #moving a {
	text-decoration: none;
	color: #0082D6;
}


#header #search input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	background-color: #EBEBEB;
	border: 1px solid #666666;
}

#nav {
	width: 750px;
	border-left: 1px solid #CCC;
	position: relative;

	z-index:200;
}


#content #left {
	position: relative;
	width: 180px;
	float: left;
	padding-left: 20px;
	padding-bottom: 40px;
}
#content #main em {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color:#DB0066;
	margin-bottom: 5px;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
}
#footer {
	position: relative;
	height: 75px;
	width: 752px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	float: left;
	padding-left: 20px;
	padding-top: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#content {
	position: relative;
	background-image: url(../images/product_level_background.gif);
	background-repeat: repeat-y;
	width: 752px;
	margin-right: auto;
	margin-left: auto;
	overflow:auto;
	border-top: 1px solid #CCC;
}
#content #main {
	float: right;
	width: 510px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom:50px;
}
#content #main p,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#content #main .white {
	color: #FFFFFF;
	font-weight: bold;
}
#top {
	width: 752px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

/* Product pages */
.product_right {
	padding: 3px;
	margin: 3px 3px 3px 15px;
	float: right;
	text-align:center;	
	clear:both;
}
.product_right img {
	border: 1px solid #cccccc;
	padding: 3px;
	margin-bottom:3px;
}
.product_right div img {
	padding: 3px;
	margin-bottom:3px;
	border:none;
}
.product_right div {
	text-align:center;
}

#linebreak {
	background-image:url(../images/products/linebreak.gif);
	background-repeat:repeat-x;
	width: 510px;
	height:3px;
	margin: 20px 0px 20px 0px;
	clear:both;
}
#linebreak_small {
	background-image:url(../images/products/linebreak.gif);
	background-repeat:repeat-x;
	width: 200px;
	height:3px;
	margin: 20px 0px 20px 0px;
}	
#content #main li {
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 0 0 4px 0;
}
#content #main ul {
	margin: 5px 0 0 10px;
}
#content #main table.border {
	border-left:1px solid #000000;
	border-top:1px solid #000000;
}
#content #main table.border td {
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
}

#pgf-list ul li ul li {
	text-indent: -20px;
}

#pgf-list ul li ul li ul li {
	text-indent: -50px;
}

#pgf-list ul li ul li ul li ul li {
	text-indent: -70px;
}

/* Text Links */
#content #main a:link {
	color:#0082D6
}
#content #main a:visited {
	color:#0082D6
}
#content #main a:hover{
	color:#DB0066;
	text-decoration: none;
}
#content #main a:active{
	color:#DB0066;
	text-decoration: none;
}
.clear {clear:both}

