body {
	padding: 0;
	margin: 0;
	background: #fff url(../images/header_bgr.png) repeat-x;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 0.9em;
	color: #323232;
}
h1 {
	font-size: 1.5em;
	margin: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.2em;
}
a {	
	outline-style: none;
	outline-width: medium;
}
p {
	padding-right: 20px;
	text-align: justify;
}
table th {
	text-align: left;
	display: table-cell;
	vertical-align: top;
}
table td {
	text-align: left;
	display: table-cell;
	padding-left: 20px;
}
#wrapper {
	background: url(../images/bgr.png) no-repeat center top;
	width: 100%;
	height: 593px;
	display: table;
}
#grey {
	width: 942px;
	margin: 0px auto 10px auto;
	background-color: #e0e0e0;
	padding-bottom: 1px;
}
#main {
	width: 930px;
	margin: auto;
	background: url("../images/main_line.jpg") repeat-y #f0f0f0;
	border: 5px solid #fff;
}
.clr {
	clear: both;
}
.bold {
	font-weight: bold;
}
.violet {
	color: #743d89;
}
.pink {
	color: #6a0240;
}
.italic {
	font-style: italic;
}
.line {
	width: 638px;
	height: 1px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #cccccc;
	float: left;
}

/**************** TOP ****************/
#menu {
	width: 940px;
	float: left;
	font-size: 1.1em;
} 
#menu a {
	text-decoration: none;
	color: #fff;
} 
#menu a:HOVER {
	text-decoration: underline;
	color: #fff;
} 
#menu ul {
	margin: 0px;
	padding-top: 8px;
	margin-left: 200px;
	color: #fff;
}
#menu li {
	display: inline;
	list-style: none;
	margin: 5px 20px;
}
#header {
	width: 940px;
	height: 164px;
	margin: auto;
}
#logo {
	width: 144px;
	height: 110px;
	background: url(../images/logo.png) no-repeat;
	margin-left: 220px;  
	margin-top: 13px;     
	display: block;
	float: left;
}
#top_menu {
	height: 40px;
	float: right;
	margin-top: 12px;
	margin-right: 20px;
	color: #6a0240; 
}
#top_menu a {
	text-decoration: none;
	color: #6a0240; 
}
#top_menu a:hover {
	text-decoration: underline;
	color: #6a0240; 
}
#top_block {
	width: 240px;
	height: 40px;
	background-color: #6a0240;
	margin-right: 130px;
	float: right;
}
#top_block img {
	border: none;
	margin-top: 14px;
	margin-left: 13px;
	float: left;
}
#search {
	float: right;
	margin-top: 10px;
	margin-right: 13px;
}
#search input {
	color: #959595;
	font-style: italic;
}

/**************** LEFT ****************/
#left {
	width: 208px;
	float: left;
	padding: 20px;
}
#left .header {
	height: 28px;
	padding-left: 10px;
	padding-top: 7px;
	color: #fff;
	font-weight: bold;
}
#left .header h2{
	margin: 0px;
}
#left ul {
	color: #959595;
	margin-top: 5px;
	display: block;
}
#left li {
	list-style: url(../images/li.png);
	width: 150px;
	padding: 4px;
	border-bottom: 1px solid #d2d2d2;
}
#left li:hover {
	list-style: url(../images/li_hover.png);
	width: 150px;
	padding: 4px;
	border-bottom: 1px solid #d2d2d2;
}
#left li a {
	display: block;
	text-decoration: none;
	color: #959595;
}
#left li a:hover {
	display: block;
	text-decoration: underline;
	color: #6a0240;
}
#left_one .header {
	background: #fff url(../images/left_01.png) no-repeat;
}
#left_two .header {
	background: #fff url(../images/left_02.png) no-repeat;
}
#left_three .header {
	background: #fff url(../images/left_03.png) no-repeat;
}
#left_four .header {
	background: #fff url(../images/left_04.png) no-repeat;
}

/**************** RIGHT ****************/
#right {
	border-left: 1px solid #cccccc;
	width: 678px;
	float:  right;
}
#marketing {
	width: 638px;
	margin-left: 20px;
	margin-right: 20px;
}
#banner {
	margin-top: 10px;
	border-bottom: 1px solid #cccccc;
}
.marketing{
	margin-left: 20px;
	margin-top: 10px;
}
#marketing img{
	margin-top: 20px;
}
#marketing p {
	margin-left: 5px;
	padding: 5px 8px;
	width: 400px;
	color: #323232;
	line-height: 1.4em;
}
#marketing ul {
	list-style: url(../images/li_02.png);
	margin-top: 10px;
	margin-bottom: 5px;
}
#marketing ul > li {
	padding: 5px;
}
#right > p, #right > h2 {
	margin-left: 20px;
	margin-right: 20px;
}
#categories	{
	width: 630px;
	height: 283px;
	margin-left: 20px;
	background-color: #ff4523;
	border: 5px solid #6a0240;
}
.cat {
	float: left;
	width: 210px;
	height: 283px;
}
.c01 {
	background: url(../images/cat_01.png) no-repeat;
}
.c02 {
	background: url(../images/cat_02.png) no-repeat;
}
.c03 {
	background: url(../images/cat_03.png) no-repeat;
}
#categories .title {
	margin-top: 238px;
	background: url(../images/transparent.png) repeat;
	width: 210px;
	height: 35px;
	padding-top: 10px;
	color: #fff;
	font-family: 'Lancelot', cursive;
	font-size: 1.8em;
	text-align: center;
}
#categories .title:hover {
	text-decoration: underline;
	cursor: pointer;
}
#newsletter p:FIRST-CHILD {
	margin: 0px;
}
#newsletter .girl {
	margin-left: 20px;
	background: url(../images/girl_bottom.png) no-repeat bottom;
	width: 333px;
	height: 335px;
	float: left;
}
#newsletter .news {
	margin-right: 20px;
	padding-left: 20px;
	width: 284px;
	height: 333px;
	float: left;
}
#newsletter #mail_me {
	margin-top: 20px;
	width: 300px;
	margin: auto;
}
#mail_me .mail {
	margin-top: 7px;
	border: 1px solid #6a0240;
	color: #6a0240;
	width: 170px;
	height: 20px;
}
#mail_me .me {
	margin-top: 7px;
	margin-left: 0px;
	background: url(../images/mail.png) no-repeat center;
	color: #fff;
	width: 92px;
	height: 26px;
}

/**************** FOOTER ****************/
#footer {
	width: 940px;
	height: 30px;
	margin: auto;
	margin-bottom: 30px;
}
#footer .foot_text {
	width: 400px;
	height: 30px;
	float: left;
	margin-top: 10px;
}
#footer img {
	float: right;
}

/**************** FOTO ****************/
#photos {
	float: left;
	margin-left: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.photo h3 {
	margin: 0px;
	margin-top: 10px;
	font-family: 'Linden Hill', serif;
	font-weight: lighter;
}
.photo {
	width: 198px;
	float: left;
	margin-left: 15px;
	margin-bottom: 20px;
}
.photo img {
	width: 198px;
	height: 259px;
	border: 5px solid #ad7998;
}
#contact {
	background: url(../images/contact_girl.png) no-repeat top right;
	width: 658px;
	margin-left: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
}
#underwear {
	width: 658px;
	margin-left: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
}
#contact_form {
	width: 270px;
	float: right;
	margin-right: 25px;
}
#contact_form input, #contact_form textarea {
	border: 1px solid #6a0240;
	color: #6a0240;
	font-style: italic;
	margin-bottom: 10px;
	width: 170px;
	height: 20px;
	width: 270px;
}
#contact_form textarea {
	height: 174px;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 1em;
}
#contact_btn {
	border: none !important;
	width: 134px !important;
	height: 30px !important;
	background: url(../images/send.png) no-repeat top right;
}
#contact_btn:hover {
	border: none !important;
	width: 134px !important;
	height: 30px !important;
	background: url(../images/send_hover.png) no-repeat top right;
	cursor: pointer;
}
#about {
	background: url(../images/panties.png) no-repeat top right;
	width: 658px;
	margin-left: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
}
#about p {
	width: 320px;
	text-align: justify;
}
#about .violet_bgr {
	width: 310px;
	background-color: #ba91aa;
	padding: 10px;
}
#about ul {
	margin-left: 0px;
	padding-left: 10px;
}
#about li {
	background: url(../images/li_03.png) no-repeat;
	display: block;
	height: 30px;
	padding-left: 30px;
}
#about .odsek {
	width: 200px;
	height: 175px;
	font-size: 0.75em;
	padding: 5px;
	float: left;
}
#hints {
	float: left;
	margin-top: 10px;
	margin-left: 80px;	
}
#calculation {
	margin-top: 25px;
}
#calculation input {
	text-align: right;
	margin-top: 10px;	
	margin-left: 15px;
}
#calculation .header {
	background: #fff url(../images/left_01.png) no-repeat;
}
#register {
	margin-left: 20px;
	margin-top: 10px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
	margin-top: 20px;
}
#register input {
	border: 1px solid #cccccc;
}
#register input:hover {
	border: 1px solid gray;
}
#register table th {
	font-size: 1em;
	font-weight: normal;
}
#register table td + td {
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
}
#register table td img {
	margin-right: 12px;
}
#register_btn {
	margin-top: 15px;
	height: 25px;
	width: 145px;
}


