/* CSS Document */

body		{
	background-color: #000000;
	color: #000000;
	font-size: 16px;
}

a img		{
	border: none;
}

a:hover	{
	color: #FF0000;
}

#content-div	{
	background-color: #FFFFFF;
	color: #000000;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	min-height: 160px;
	padding: 5px 10px;
}

.big-corner-div	{
	width: 79px;
	height: 79px;
	position: absolute;
}
.big-corner-top-left		{
	background-image:url(../imgs/page_corner_top_left.gif);
	top: -1px;
	left: -1px;
}
.big-corner-top-right		{
	background-image:url(../imgs/page_corner_top_right.gif);
	top: -1px;
	right: -1px;
}
.big-corner-bottom-left	{
	background-image:url(../imgs/page_corner_bottom_left.gif);
	bottom: -1px;
	left: -1px;
}
.big-corner-bottom-right	{
	background-image:url(../imgs/page_corner_bottom_right.gif);
	bottom: -1px;
	right: -1px;
}

.product-navigation	{
	z-index: 5;
	position: absolute;
	right: 55px;
}

#product-title-box {
	margin-top: 20px;
	margin-left: 30px;
}
#product-title-box img	{
	float: left;
	margin-right: 10px;
}
#product-title		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70px;
	font-weight: bold;
	margin-bottom: 12px;
}
#product-subtitle	{
	font-size: 35px;
	margin-bottom: 11px;
}
.error	{
	width: 300px;
	padding: 6px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #CC0000;
	color: #FFFFFF;
	border: 1px solid #990000;
}
#product-big-dl-button {
	background-color: #000000;
	color: #FFFFFF;
	margin: 10px 55px;
	padding: 4px;
	text-align: center;
	font-size: 20px;
	position: relative;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}

#product-big-dl-button:hover	{
	color: #FF6666;
	cursor: pointer;
}

#footer		{
	background-color: #000000;
	color: #FFFFFF;
	margin: 10px 35px;
	padding: 4px;
	text-align: center;
	font-size: 12px;
	position: relative;
	clear: both;
}
#footer a	{
	color: #99CCFF;
}
#footer a:visited	{
	color: #9999FF;
}
#footer a:hover	{
	color: #FF0000;
}

.small-corner-div	{
	width: 10px;
	height: 10px;
	position: absolute;
}
.small-corner-top-left		{
	background-image:url(../imgs/corner_top_left_inv.gif);
	top: 0px;
	left: 0px;
}
.small-corner-top-right		{
	background-image:url(../imgs/corner_top_right_inv.gif);
	top: 0px;
	right: 0px;
}
.small-corner-bottom-left	{
	background-image:url(../imgs/corner_bottom_left_inv.gif);
	bottom: 0px;
	left: 0px;
}
.small-corner-bottom-right	{
	background-image:url(../imgs/corner_bottom_right_inv.gif);
	bottom: 0px;
	right: 0px;
}

