@import url(reset.css);

body {
	font: 62.5% Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #000;
}

.clear {
	clear: both;
}


#container {
	width: 100%;
	min-width: 1000px;
	height: 1200px;
	min-height: 100%;
	overflow: hidden;
	position: absolute;
	background: url('../images/background.jpg') left top;
	display: none;
	}

#content {
	width: 100%;
	max-width: 1416px;
	height: 30000px;
}


/* COMMON */
a {	color: #98cbde; text-decoration: underline; }
	a:hover { text-decoration: none; }

h1 {
	background: url('../images/h_light.png') left top no-repeat;
	position: absolute;
	left: 0px;
	width: 250px;
	height: 190px;
	display: block;
}
	h1 img { margin-top: 53px; }

.image_layout {
	margin-top: 400px;
	padding-left: 50%;
	margin-left: -495px;
}
	.image_layout.bigmargin {
		margin-top: 1000px;
	}
	.image_layout img { padding-bottom: 50px; }

	
/* MENU */

#menu {
	position: fixed;
	width: 740px;
	height: 115px;
	left: 50%;
	margin-left: -370px;
	margin-top: 20px;
	background: url('../images/menu_bg.png') no-repeat;
	z-index: 10;
}	
	#menu ul {
		margin-top: 50px;
		margin-left: 55px;
		height: 23px;
		width: 630px;
		border-bottom: 2px solid #9accdf;
	}
		#menu li { float: left; margin-right: 12px; height: 23px; text-indent: -10000px; border-bottom: 0px solid #f24f96; }
			#menu li a { height: 23px; display: block; }
		@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) { #menu li { margin-top: 2px; } } /* opera hack */
		#menu_news, #menu_news li a { width: 63px; }
		#menu_news { background: url('../images/menu_news.png') 0px 0px no-repeat; }
		#menu_about, #menu_about li a { width: 71px; }
		#menu_about { background: url('../images/menu_about.png') 0px 0px no-repeat; }
		#menu_collections, #menu_collections li a { width: 84px; }
		#menu_collections { background: url('../images/menu_collections.png') 0px 0px no-repeat; }	
		#menu_friends, #menu_friends li a { width: 55px; }
		#menu_friends { background: url('../images/menu_friends.png') 0px 0px no-repeat; }			
		#menu_partners, #menu_partners li a { width: 76px; }
		#menu_partners { background: url('../images/menu_partners.png') 0px 0px no-repeat; }	
		#menu_downloads, #menu_downloads li a { width: 63px; }
		#menu_downloads { background: url('../images/menu_downloads.png') 0px 0px no-repeat; }	
		#menu_links, #menu_links li a { width: 58px; }
		#menu_links { background: url('../images/menu_links.png') 0px 0px no-repeat; }	
		#menu_contacts, #menu_contacts li a { width: 76px; }
		#menu_contacts { background: url('../images/menu_contacts.png') 0px 0px no-repeat; margin-right: 0px !important; }		


/* LOGO */		
		
#logo_layout {
	width: 100%;
	height: 600px;
	background: url('../images/light_left.png') left top no-repeat;
}
	#light_right { background: url('../images/light_right.png') right top no-repeat; width: 100%; height: 600px; position: absolute; }
	#logo {
		width: 702px;
		height: 498px;
		left: 50%;
		top: 50%;
		margin-top: -249px;
		margin-left: -351px;
		position: absolute;
		filter:alpha(opacity=80);  
		-moz-opacity:0.8;  
		-khtml-opacity: 0.8;  
		opacity: 0.8;
	}

	
/* NEWS */

#news {
	margin-top: 900px;
	position: absolute;
}

	#news_big {
		padding-top: 186px;
		padding-left: 20px;
	}
		#news_big div {
			float: left;
			width: 17%;
			margin-right: 6%;
		}
			#news_big div.last { margin-right: 0px; }
		#news_big h4 {
			font-size: 30px;
			line-height: 36px;
			font-weight: normal;
			letter-spacing: 1px;
			padding: 15px 0px;
		}
		#news_big img { border: 1px solid #444; }
		#news_big p { font-size: 16px; line-height: 22px; }
		#news_big p.link { font-size: 14px; padding-top: 15px; }

	#news_small {
		padding-top: 70px;
		padding-left: 20px;
	}
		#news_small div {
			float: left;
			width: 40%;
			margin-right: 6%;
			padding-bottom: 40px;
		}
		#news_small p.date { font-size: 30px; line-height: 22px; letter-spacing: 1px; }
			#news_small p.date strong { font-size: 18px; font-weight: normal; letter-spacing: 0px; }
			#news_small p.date span { font-size: 14px; letter-spacing: 0px; }
		#news_small h5 {
			font-size: 16px;
			line-height: 23px;
			font-weight: normal;
			padding-bottom: 15px;
		}
		#news_small p { font-size: 14px; line-height: 20px; }
		#news_small p.link { font-size: 12px; padding-top: 10px; }	

		#archivelink {
			height: 58px;
			width: 160px;
			position: absolute;
			left: 230px;
			top: 73px;
			margin-left: 20px;
			background: url('../images/full_catalogue_bg.png') 50% 50% no-repeat;
			text-align: center;
			font-size: 16px;
			letter-spacing: 1px;
		}
			#backlink a, #archivelink a { padding-top: 19px; display: block; }
		

/* ABOUT */

#about {
	margin-top: 600px;
	position: absolute;
}
	#about_text { 
		width: 55%;
		float: left;
		padding-top: 186px;
		padding-left: 20px;		
	}
		#about_text p {
			font-size: 18px;
			line-height: 26px;
			margin-bottom: 20px;
		}
			#about_text strong { font-weight: normal; font-size: 23px; }
			#about_text p.small { font-size: 16px; }
			
		#about_logos { padding-top: 20px; padding-left: 20px; }
			.logo_holder {
				height: 55px;
				float: left;
				padding-right: 40px;
				margin-right: 60px;
				background: url('../images/ext_link.png') right bottom no-repeat;
			}
			
	#about_pics { 
		padding-top: 186px;
		padding-left: 50px;
		float: left;
		width: 339px;
	}
		#about_pics_scr {
			margin-bottom: 10px;
			overflow: hidden;
			height: 226px;
		}
			#about_pics_scr ul { width: 7000px; }
			#about_pics_scr li { float: left; margin-right: 20px; }
		#about_pics .prev, #about_pics .next { cursor: pointer; width: 58px; }
		#about_pics .prev { float: left; }
		#about_pics .next { float: right; }
		

/* COLLECTIONS */

#collections {
	margin-top: 400px;
}
	#collections_links {
		padding-top: 156px;
		padding-left: 20px;		
	}
	.collections_type { 
		float: left;
		width: 218px;
		margin-right: 73px;	
	}
		.collections_type h4 {
			font: 72px Georgia, serif;
			font-weight: normal;
			letter-spacing: 2px;
		}
		.collections_type p {
			font-size: 18px;
			letter-spacing: 1px;
			padding-top: 15px;
		}
			.collections_type p.active a {
				text-decoration: none;
				color: #ec4a9a;
			}
			
	#collections_scr {
		padding-top: 60px;
		margin-left: 20px;
		position: relative;
	}
		#collections_scr ul {
			width: 790px;
			position: absolute;
			left: 0px;
		}
		#collections_scr li { float: left; margin: 0px 15px 20px 0px; border: 1px solid #444; }
			#collections_scr li.full_catalogue {
				height: 102px;
				width: 219px;
				border: none;
				background: url('../images/full_catalogue_bg.png') 50% 50% no-repeat;
				text-align: center;
				font-size: 16px;
				letter-spacing: 1px;
			}
				#collections_scr li.full_catalogue a { margin-top: 39px; display: block; }
				#collections_spring09, #collections_aw09, #collections_aw08, #collections_spring08, #collections_footwear_fall09, #collections_footwear_summer08 {
					display: none;
				}
				

/* FRIENDS */

#friends {
	margin-top: 700px;
}
	#friends_bands {
		padding-top: 172px;
		padding-left: 20px;
		width: 798px;
	}
		#friends_bands li {
			float: left;
			font-size: 14px;
			margin-right: 9px;
			height: 33px;
		}
			#friends_bands li a { margin-top: 16px; display: block; }
			#friends_bands li a.low { font-size: 16px; margin-top: 14px; }
			#friends_bands li a.mid { font-size: 18px; margin-top: 12px; }
			#friends_bands li a.big { font-size: 24px; margin-top: 6px; }
			#friends_bands li a.verybig { font-size: 30px; margin-top: 0px; }
			#friends_bands li a { color: #fff; }
			
	#friends_pics { 
		padding-top: 60px;
		margin-left: 20px;
		width: 90%;
		height: 350px;
		position: relative;
	}
		#friends_pics_scr {
			margin: 0px 135px 0px 140px;
			overflow: hidden;
			height: 350px;
		}
			#friends_pics_scr ul { width: 20000px; }
			#friends_pics_scr li { float: left; margin-right: 50px; }
			#friends_pics_scr img { border: 1px solid #444; }
		#friends_pics .prev, #friends_pics .next { cursor: pointer; position: absolute; top: 50%; margin-top: -48px; }
		#friends_pics .prev { left: 0px; }
		#friends_pics .next { right: 0px; }			
	
	#friends_banners { 
		margin-top: 80px;
		margin-left: 20px;
	}
		#friends_banners a, #friends_banners object { margin-right: 20px; margin-top: 20px;	}
			.objecttop { vertical-align: top; }
		
		
/* PARTNERS */

#partners {
	margin-top: 600px;
}
	#partners_marg {  /* specially for opera */
		height: 1px;
		margin-bottom: 182px;
	}
	
	#partners table {
		margin-left: 20px;
	}
		#partners td {
			font-size: 22px;
			padding-bottom: 20px;
			padding-right: 20px;
			width: 246px;
		}


/* DOWNLOADS */

#downloads {
	margin-top: 600px;
}

	#downloads h2 {
		font: 72px Georgia, serif;
		font-weight: normal;
		letter-spacing: 2px;
		padding-top: 170px;
		padding-left: 20px;		
	}
		#downloads h2 span {
			font-size: 38px;
		}
	
	#downloads .wallpapers {
		margin-left: 20px;
		width: 700px;
	}
		#downloads .wallpapers li {
			margin: 25px 25px 0px 0px;
			float: left;
			border: 1px solid #444;
			width: 123px;
			height: 92px;
		}
		

/* LINKS */

#links {
	margin-top: 600px;
}
	#links_imp {
		padding-top: 170px;
		margin-left: 20px;		
	}
		#links_imp a {
			padding-right: 40px;
		}
		
	#links h2 {
		font: 72px Georgia, serif;
		font-weight: normal;
		letter-spacing: 2px;
		padding-top: 50px;
		padding-left: 20px;		
	}
	
	#links_brands {
		margin-left: 20px;
		width: 800px;
	}
		#links_brands li {
			margin: 50px 50px 0px 0px;
			float: left;
			height: 140px;
			text-align: center;
			font-size: 14px;
		}
			#links_brands li img { display: block; padding-bottom: 10px; }
		

/* CONTACTS */

#contacts {
	margin-top: 600px;
}

	#contacts_form {
		padding-top: 175px;
		padding-left: 20px;
	}
		#contacts_form p {
			clear: both;
			padding-top: 10px;
		}
		
		#contacts_form label {
			font-size: 12px;
			float: left;
			display: block;
			text-align: right;
			padding-top: 8px;
			width: 70px;
		}
			#contacts_form label.error {
				width: auto;
				color: #ec4a9a;
			}
			
		#contacts_form input, #contacts_form textarea {
			float: left;
			font: 15px Tahoma, Geneva, Arial, Helvetica, sans-serif !important;
			letter-spacing: 1px;
			color: #fff;
			margin-left: 20px;
			margin-right: 10px;
			border: none;
		}
		
		#contacts_name, #contacts_email {
			background: url('../images/contacts_field.png') 0px 0px no-repeat;
			width: 179px;
			height: 25px;
			padding: 5px 10px 0px 10px;
		}

		@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) { #contacts_name, #contacts_email { padding-top: 2px; } } /* opera hack */
		
		#subj_label { height: 50px; }
		
		
		.jNiceRadio {
			display: block;
			width: 20px;
			height: 21px;
			background: url('../images/contacts_radio.png') 0px -24px no-repeat;
		}
		#contacts_form em {
			display: block;
			margin-bottom: 10px;
			padding-top: 5px;
			font-size: 15px;
			font-style: normal;
		}
		.jRadioWrapper { float: left; margin: 4px 12px 0px 22px; }
		.jNiceChecked { background-position: 0px 0px; }
		.jNiceHidden { display: none; }

		#contacts_form textarea {
			width: 461px;
			height: 219px;
			background: url('../images/contacts_textarea.png') 0px 0px no-repeat;
			padding: 7px 10px 10px 10px;
			font-size: 14px !important;
			line-height: 18px !important;
			overflow: auto;
		}
		#message_error { width: 50px; }
		#message_label, #message_error { margin-top: 3px; }
		
		#contacts_submit {
			padding-top: 20px !important;
			padding-left: 90px;
		}
			#contacts_submit img { cursor: pointer; float: left; }
			#contacts_submit span { font-size: 12px; display: none; position: absolute; }
			
			#submit_message { height: 426px; }
			#submit_message p { font-size: 20px; }
		
		
	#contacts_copyrights {
		position: absolute;
		right: 20px;
		margin-top: 00px;
	}
	
	#contacts_counters {
		position: absolute;
		left: 20px;
		margin-top: 130px;		
	}