/* CSS Document */
body		{
	background-color: #000000;
	color: #000000;
	font-size: 16px;
}

a img		{
	border: none;
	text-decoration: none;
}

a:hover	{
	color: #FF0000;
}

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

.big-corner-div	{
	display: none;
}

.front_title	{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.error	{
	width: 300px;
	padding: 6px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #CC0000;
	color: #FFFFFF;
	border: 1px solid #990000;
}

.note	{
	width: 300px;
	padding: 6px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #CCFF33;
	color: #000000;
	border: 1px solid  #999900;
}

.section-title	{
	background-color: #FFFFFF;
	color: #000000;
	width: 400px;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.sub-section	{
	background-color: #FFFFFF;
	color: #000000;
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 15px;
}

#email-form	{
	text-align: right;
}

#email-form .text-input	{
	width: 380px;
}

.email-form-label	{
	font-family: sans-serif;
	font-size: 0.7em;
}

.product-box	{
	background-image: url(../imgs/sw_app_bg2.gif);
	background-repeat: no-repeat;
	width: 160px;
	height: 160px;
	margin: 10px 12px;
	text-align: center;
	position: relative;
}

.product-box div	{
/*	width: 160px; */
	padding: 0px 4px;
}

.product-box img {
	margin-top: 10px;
}

.product-navigation	{
	height: 30px;
	width: 80px;
	text-align: center;
	position: absolute;
	margin-top: 110px;
	margin-left: 35px;
}

#recaptcha_area	{
	margin-left: auto;
	margin-right: auto;
}

.short-desc-floater	{
	position: absolute;
	width: 160px;
	margin-top: 100px;
	margin-left: -4px;
	background-color: #CCCCFF;
	border: 1px solid #9999CC;
	padding: 4px;
	z-index: 5;
	display: none;
}

#footer		{
	background-color: #FFFFFF;
	color: #000000;
	margin: 10px 35px;
	padding: 4px;
	text-align: center;
	font-size: 12px;
	position: relative;
}

#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.gif);
	top: 0px;
	left: 0px;
}
.small-corner-top-right		{
	background-image:url(../imgs/corner_top_right.gif);
	top: 0px;
	right: 0px;
}
.small-corner-bottom-left	{
	background-image:url(../imgs/corner_bottom_left.gif);
	bottom: 0px;
	left: 0px;
}
.small-corner-bottom-right	{
	background-image:url(../imgs/corner_bottom_right.gif);
	bottom: 0px;
	right: 0px;
}

