body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: Tahoma, Arial;
	color: #535658;
}
A, A:visited {
        color: #535658;
}
A:hover {
	color: #2b343c;
}
.clr {
	clear: both;
	font-size: 1px;
}





#page {
	width: 748px;
	margin: 0 auto;
}

/* flags */
#flags {
	height: 30px;
	line-height: 28px;
	text-align: right;
	color: #999;
	font-size: 90%;
}
#flags A, #flags A:visited {
	color: #999;
}
#flags A:hover {
	color: #2b343c;
}
#flags A.active {
	color: #2b343c;
	text-decoration: none;
}
#flags .line {
	margin: 0 2px;
}


/* main image */
#main_img {
	background: url(../images/design/title_img.jpg) no-repeat;
	width: 748px;
	height: 405px;
	margin-bottom: 5px;
	position: relative;
}
#main_img A {
	display: block;
	height: 405px;
	width: 335px;
	position: absolute;
}
#main_img .women {
	left: 0;
}
#main_img .men {
	right: 0;
}
#main_img SPAN {
	display: none;
}

/* category */
#category {
	background: url(../images/design/title_category.png) repeat-x #f1f3f4;
	padding: 20px;
}
#category .women {
	width: 160px;
	float: left;
	text-align: right;
}
#category .women.vol {
	text-align: left;
	margin-right: 10px;
}
#category .men {
	width: 155px;
	float: right;
	text-align: right;
}
#category .men.vol {
	text-align: left;
	margin-right: 10px;
}

#category A, #category A:visited {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 1px 0;
	font-size: 85%;
}
#category A:hover {
        text-decoration: underline;
}

/* links */
#links {
	width: 748px;
	height: 29px;
	line-height: 28px;
	background: url(../images/design/title_links.png) no-repeat #454c52;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
}
#links A, #links A:visited {
	color: #fff;
	text-decoration: none;
}
#links A:hover {
	color: #fff;
	text-decoration: underline;
}
#links .line {
	margin: 0 10px;
}

/* text box 1 & 2*/
.box1 {
	padding: 20px;
	background: url(../images/design/title_box1.png) repeat-x #f3f4f5;
	min-height: 100px;
}
.box1-bottom {
	height: 5px;
	margin-bottom: 5px;
	background: url(../images/design/title_box1_bottom.gif) repeat-x;
}

.box2 {

}
.box2 IMG {
	border: 0;
}


/* statistika */
.statistics {
	text-align: center;
}
.statistics A, .statistics A:visited, .statistics IMG {
	border: 0;
}

/* copyright */
#copyright {
	text-align: center;
	padding: 20px 0;
	font-size: 90%;
	color: #999;
	line-height: 15px;
	
}
#copyright A, #copyright A:visited {
	color: #999;
}
#copyright A:hover {
	color: #2b343c;
}


