* {
    padding: 0;	
}
body {
    color: #202020;
    font-family: arial;
    height: 100%;
    background: #2e142d url("img/bg.jpg") center top no-repeat
}

img {
	border: none;
}

a, a:visited {
    color: #E822A3;
    text-decoration: underline;
}
a:hover, a:visited:hover {
    color: #E822A3;
}


a.men	{color: #ffffff;
	text-decoration: none; 
		font-weight:bold;
font-size: 12.5px;
 text-shadow: 1px 1px 1px #d8269b,
               -1px -1px 1px #d8269b;
}
a.men:hover{color: #f0b6d6;
	text-decoration: none; 
			font-weight:bold}

.txt
	{font-size: 12px;
	line-height: 17px;
	color: #202020;}

.txtw
	{font-size: 12px;
	line-height: 21px;
	color: #FFBDF0;}

h1, h2, h3, h4, h5 {
    font-weight: normal;
}
h1 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 23px;
}
h2 {
    font-size: 20px;
    line-height: 20px;
    margin: 20px 0;
}
h3 {
    font-size: 18px;
    line-height: 18px;
    margin: 18px 0;
}
h4 {
    font-size: 16px;
    line-height: 16px;
    margin: 16px 0;
}
h5 {
    font-size: 14px;
    line-height: 14px;
    margin: 14px 0;
}

ul, ol {
    margin: 0 0 15px 15px
}

textarea, input[type=text] {
    padding: 5px;
}

input[type="button"], input[type="submit"], button {
    background: linear-gradient(to bottom, #FD6ACA 0%, #BB2FA3 53%, #BB2FA3 100%) repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: white;
    margin: 0 0 10px;
    padding: 10px 16px;
    text-decoration: none;
    text-shadow: -1px -1px 0 #D8269B;
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover {
    background: linear-gradient(to bottom, #FD7FD1 0%, #CF3FB7 53%, #CF3FB7 100%) repeat scroll 0 0 transparent;
}


.copy
	{font-size: 12px;
	line-height: 20px;
	color: #D198C8;
	text-align: left; }

ul.list-items {
    margin: 0;
    padding: 0;
    vertical-align: top;
}
ul.list-items li {
    background: none repeat scroll 0 0 transparent;
    display: inline-block;
    font-size: 11px;
    margin: 0 10px;
    padding: 0;
    text-align: center;
    vertical-align: top;
    width: 288px;
}
ul.list-items li .photo {
    display: table-cell;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    width: 288px;
}
