@charset "utf-8";
html, body{
	height:100%;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color: #000;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0;
	padding: 0;
	
	min-height:560px;
}
a{
	color:white;
}
hr{
	border:none;
	background:none;
	background-image:url(images/hr.png);
	height:1px;
	display:block;
	margin:0;
	padding:0;
}
iframe{
	overflow:hidden;
}
#hr {
	margin-top:20px;
	margin-bottom:20px;
}
#wrapper{
/*	margin-right:auto;
	margin-left:auto;
	height:100%;
	margin-bottom:-200px;*/
	/*padding-bottom:60px;*/
	
	width:912px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
}
#container{
	/*z-index:1;*/
	background-image:url(images/mainbg.png);
	background-position:top;
	background-repeat:no-repeat;
	
}
#topnavi{
	height:25px;
	text-align:right;
}
#topnavi li{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;	
	padding-right:20px;
}
#topnavi li.last{
	padding-right:0px;
}
#topnavi ul{	
	padding:0;
	margin-top:0px;
	margin-right:10px;
}
#topnavi a{
	font-size:10px;
	color:#fff;
	text-decoration:none;
}
#topnavi a:hover{
	text-decoration:underline;
}
#push {
	display:block;
	/*border:10px solid #0F0;*/
	height:200px;
}
#footer{
	/*z-index:10;*/
	/*position:relative;*/
	height:200px;
	width:912px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	
	background-image:url(images/footer_bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
#footer a{
	color:#CA0046;
}
#footer p.center{
	font-size:10px;
	text-align:center;
	padding:0;
	margin:0;
	position:relative;
	top:25px;
	clear:both;
}
#content p, #products p{
	
	/*letter-spacing:0.1em;*/
	line-height:1.5em;
}
#content div.col1a {
	margin-top:30px;
	margin-right:15px;
	margin-left:30px;
	float:left;
}
#content div.col1 {
	width:411px;
	margin-top:30px;
	margin-right:15px;
	margin-left:30px;
	float:left;
}
#content div.col2 {
	width:410px;
	margin-top:30px;
	margin-right:30px;
	margin-left:15px;
	float:left;
	/*clear:left;*/
}
#products div.col1 {
	width:411px;
	margin-top:30px;
	margin-right:15px;
	margin-left:30px;
	margin-bottom:10px;
	float:left;
}
#products div.col2 {
	width:405px;
	margin-top:30px;
	margin-right:30px;
	margin-left:15px;
	margin-bottom:10px;
	float:left;
	/*clear:left;*/
}
#products{
	clear:both;
}
#products h2.her{
	font-size:12px;
	color:#D70033;
	padding:0;
	margin:0;
}
#products h2.him{
	padding:0;
	margin:0;
	font-size:12px;
	color:#EB7FAC;
}
#products p{
	padding:0;
	margin:0;
	padding-bottom:1em;
}
p{
	font-size:11px;
	padding-bottom:0.1em;
}
h1 {
	font-size:16px;
}
h1 .sub{
	font-size:12px;
}
h2{
	margin:0px;
	font-size:14px;
	color:#FF1164;
}
.attention {
	color: #FF1164;
}
