@charset "UTF-8";
/* CSS Document */

.error {
	width:auto;
	border:1px solid #7e0000;
	color:#7e0000;
	background-color:#f4c9c9;
	padding:5px 0px 5px 0px;
	text-align:center;
	font-weight:bold;
	margin-bottom:15px;
}

.success {
	width:auto;
	border:1px solid #097900;
	color:#043500;
	background-color:#caf9c6;
	padding:5px 0px 5px 0px;
	text-align:center;
	font-weight:bold;
	margin-bottom:15px;
}

body {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	background-color:#000;
	background-image:url(/images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	font-family:"Times New Roman", Times, serif;
	color:#ccc;
	font-size:13px;
}

a {
	color:#ff2891;
	text-decoration:none;
}

a:visited {
	color:#ff2891;
	text-decoration:none;
}

a:hover {
	color:#ff2891;
	text-decoration:underline;
}

a:active {
	color:#ff2891;
	text-decoration:underline;
}

h1 {
	font-size:24px;
	font-weight:bold;
	color:#fff;
	padding:0px 0px 10px 0px;
	margin:0px;
	color:#c43274;
}

h2 {
	font-size:20px;
	font-weight:bold;
	color:#fff;
	padding:0px 0px 10px 0px;
	margin:0px;
	color:#fff;
}

.clear {
	clear:both;
	width:100%;
	height:0px;
	font-size:0px;
}

.wrapper {
	position:relative;
	width:942px;
	margin:0px auto;
}

.logo {
	padding:10px 0px 10px 0px;
}

.content {
	width:940px;
	border:1px solid #8e8e8e;
	background-color:#000;
}

.nav {
	border-bottom:1px solid #8e8e8e;
}

#mainnav {
	position:relative;
	list-style: none;
	margin:0px;
	padding:0px 0px 0px 0px;
	width:940px;
	height:66px;
	font-size:16px;
	text-align:center;
}

#mainnav li {
	display: block inline;
	float:left;
	width:132px;
	height:66px;
	line-height:14px;
	font-size:14px;
	padding:0px;
	margin:0px;
	background-repeat:repeat-x;
	border-right:1px solid #8e8e8e;
}

#mainnav li a {
	display: block inline;
	float:left;
	width:132px;
	height:40px;
	padding:26px 0px 0px 0px;
	margin:0px;
	line-height:14px;
	font-size:14px;
	text-decoration:none;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	background-repeat:repeat-x;
}

#mainnav li a.last {
	border: 0;
}

#mainnav li a:hover, #mainnav li.current {
	text-decoration:none;
	color:#c6377b;
	background-image:url(/images/bg-nav-hover.png);
	background-repeat:repeat-x;
}

.main {
	padding:20px;
	min-height:400px;
}

.footer {
	width:922px;
	color:#999;
	background-color:#000;
	padding:10px 10px 20px 10px;
}

.footer-left {
	float:left;
	width:652px;
}

.footer-right {
	float:left;
	width:270px;
	text-align:right;
}

.front-left {
	float:left;
	margin:20px;
	width:310px;
	height:395px;
	padding:10px;
	background-color:#c93e86;
	background-image:url(/images/bg-subnav.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.front-right {
	float:left;
	width:570px;
	height:455px;
}

.left {
	float:left;
	margin-right:20px;
	width:185px;
	height:auto;
	padding:0px 0px 0px 0px;
	background-color:#c33172;
	background-image:url(/images/bg-subnav-2.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.right {
	float:left;
	width:695px;
	height:auto;
}

.subnav-title {
	padding:0px 10px 10px 10px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	border-bottom:1px solid #ce287b;
}

.subnav {
	width:185px;
}

.subnav a, .subnav a:visited {
	display:block;
	width:165px;
	padding:5px 10px;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}

.subnav a:hover, .subnav a:active {
	display:block;
	width:165px;
	padding:5px 10px;
	color:#fff;
	background-color:#ce287b;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}

.image {
	float:right;
	width:315px;
	margin:0px 0px 20px 20px;
	border:1px solid #666;
}

.form-left {
	float:left;
	width:110px;
	font-size:14px;
	font-weight:bold;
	padding-top:3px;
	margin-right:10px;
}

.form-right {
	float:left;
	width:400px;
}

.textbox {
	width:390px;
	color:#000;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px;
}

.textbox:focus {
	border:1px solid #c43274;
}

.product {
	float:left;
	width:215px;
	margin:5px;
}