/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

* {
	color: #000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html, body {
	height: 100%;
}

body {
	background-color: #d9dad5;
}

form .text {
	border-color: #000;
}

form .button {
	padding: 0 5px 0 5px;
	border-color: #000;
	background-color: #fff;
	color: #000;
}

#title {
	position: absolute;
	top: 30px;
	left: 108px;
	z-index: 10;
	width: 260px;
	/*height: 235px;*/
	height:120px;
	background: #000 url(../images/paulmitchell_logo.png) no-repeat 35px 57px;
}

	#title a {
		display: block;
		width: 260px;
		height: 50px;
		margin-top: 44px;
		text-indent: -9999px;
	}
	
#subtitle {
	position: absolute;
	top: 7px;
	right: 3px;
	width: 182px;
	height: 5px;
	background-image: url(../images/subtitle_bg.png);
	text-indent: -9999px;
}

#box {
	position: relative;
	width: 903px !important;
	width: 1012px;
	padding-left: 108px;
	background: url(../images/box_bg.gif) repeat-y;
}

.twocols #box {
	background: url(../images/box_bg_twocols.gif) repeat-y;
}

.homepage #box {
	height: 571px;
}

#header {
	position: relative;
	height: 150px;
	width: 779px !important;
	width: 886px;
	left: -108px !important;
	left: -108px;
	background-color: #333;
	border-left: 108px solid #d9dad5;
}

#search {
	position: absolute;
	top: 0;
	right: 0 !important;
	right: -1px;
	width: 259px;
	height: 150px;
	background: #d9dad5 url(../images/search_bg.gif) no-repeat 20px 114px;
}

	#search label {	
		display: none;
	}

	#search .text {
		position: absolute;
		top: 114px;
		left: 35px;
		width: 133px !important;
		width: 140px;
		padding: 1px 3px;
		border: 0px solid #343434;
		background-color: transparent;
		color: #87868B;
		font-size: 10px;
		text-transform: uppercase;
	}
	
	#search .button {
		position: absolute;
		top: 113px;
		left: 177px;
		z-index: 10;
		width: 70px;
		height: 14px;
		padding: 0;
		margin: 0;
		border: 0px solid #343434;
		background: #D9DAD5;
	}
	
	#search .button span {
		padding-left: 9px;
		color: #666;
		font-size: 10px;
		line-height: 14px;
		text-transform: uppercase;
		background: url(../images/small_arrow.gif) no-repeat 2px 4px;
	}
	
	#search .button:hover span {
		color: #000;
		background: url(../images/small_arrow_act.gif) no-repeat 2px 4px;
	}
	
ul#languageNavigation {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	width: 258px;
	border-bottom: 1px solid #999;
}

	#languageNavigation li {
		float: left;
	}
	
	#languageNavigation li a {
		display: block;
		float: left;
		width: auto !important;
		width: 1px;
		padding: 5px 0 2px 20px; 
		color: #666;
		font-size: 10px;
		white-space: nowrap;
		text-transform: uppercase;
		background: url(../images/small_arrow.gif) no-repeat 15px 9px;
	}

	#languageNavigation li a.act,
	#languageNavigation li a.cur,
	#languageNavigation li a:hover {
		color: #000;
		background: url(../images/small_arrow_act.gif) no-repeat 15px 9px;
	}
	
	#login a {
		position: absolute;
		display: block;
		top: 0px;
		right: 22px;
		color: #666;
		font-size: 10px;
		white-space: nowrap;
		text-transform: uppercase;
		background-image: url(../none.gif);
	}
	
	#login a:hover,
	#login a.act,
	#login a.cur {
		color: #000;
	}

ul#metaNavigation {
	position: absolute;
	top: 34px;
	right: 0;
	width: 258px;
	border: 1px solid #999;
	border-width: 1px 0;
}

	#metaNavigation li {
		float: left;
	}
	
	#metaNavigation li a {
		display: block;
		width: auto !important;
		width: 1px;
		padding: 0 0 2px 34px;
		color: #666;
		font-size: 10px;
		text-transform: uppercase;
		white-space: nowrap;
	}
	
	#metaNavigation li a:hover,
	#metaNavigation li a.act,
	#metaNavigation li a.cur {
		color: #000;
		
	}
	
	#metaNavigation li a.sitemap {
		background: url(../images/sitemap.gif) no-repeat 15px 2px;
	}
	
	#metaNavigation li a.media {
		background: url(../images/media.gif) no-repeat 15px 1px;
	}
	
	#metaNavigation li a.kontakt {
		background: url(../images/kontakt.gif) no-repeat 15px 2px;
	}
	
	#metaNavigation li a.sitemap:hover,
	#metaNavigation li a.sitemap.act,
	#metaNavigation li a.sitemap.cur {
		background: url(../images/sitemap_hover.gif) no-repeat 15px 2px;
	}
	
	#metaNavigation li a.media:hover,
	#metaNavigation li a.media.act,
	#metaNavigation li a.media.cur {
		background: url(../images/media_hover.gif) no-repeat 15px 1px;
	}
	
	#metaNavigation li a.kontakt:hover,
	#metaNavigation li a.kontakt.act,
	#metaNavigation li a.kontakt.cur {
		background: url(../images/kontakt_hover.gif) no-repeat 15px 2px;
	}

#col1 {
	position: relative;
	float: left;
	clear: both;
	width: 260px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	z-index: 10;
}

	.homepage #col1 {
        min-height: 10px;
        height: auto !important;
        height: 10px;
    }

ul#mainNavigation {
	width: 260px;
	padding-bottom: 20px;
	background-color: #000;
	white-space: nowrap;
}

	#mainNavigation li {
		position: relative;
		padding-bottom: 1px;
		margin-bottom: -1px;
		text-align: right;
	}

	#mainNavigation li a {
		display: block;
		height: 20px !important;
		height: 1px ;
		padding-right: 25px;
		color: #565656;
		/*font-weight: bold;
		font-size: 14px;
		text-transform: uppercase;*/
	}

	#mainNavigation li a.act,
	#mainNavigation li a.cur,
	#mainNavigation li a:hover {
		/*color: #C8C8C8;*/
	}

	#mainNavigation li a.act,
	#mainNavigation li a.cur {
		background: #000 url(../images/arrow_open.png) no-repeat 233px 5px;
	}

	#mainNavigation li ul {
		position: absolute;
		top: -15px;
		left: -9999px;
		width: 235px !important;
		width: 260px;
		margin-left: 260px !important;
		margin-left: 0;
		padding: 15px 0 15px 25px;
		/*border: 1px solid transparent;*/
		background: #000;
		white-space: normal;
		opacity: 0.9;
		-moz-opacity: 0.9;
		-khtml-opacity: 0.9;
		filter: alpha(opacity=90);
	}
	
	#mainNavigation li ul a{
		text-align: left;
		background-image: url(../none.gif);	
	}

	#mainNavigation li:hover ul,
	#mainNavigation li.sfhover ul {
		left: auto;
	}

	#mainNavigation li:hover ul ul,
	#mainNavigation li.sfhover ul ul {
		left: -9999px;
	}
	
	#mainNavigation li li ul {
		display: none;
	}

ul#subNavigation {
	padding-top: 29px;
	/*white-space: nowrap;*/
}

.homepage ul#subNavigation {
	display: none;
}

	#subNavigation li {
		height: auto !important;
		height: 1px;
		text-align:right;
	}

	#subNavigation li a  {
		display: block;	
		height: auto !important;
		height: 1px;
	}
	
	#subNavigation li a span {
		display: block;	
		height: auto !important;
		height: 1px;
		/*height: 15px;*/
		padding: 2px 36px 2px 10px;
		color: #434343;
		font-size: 10px;
		text-transform: uppercase;
		cursor: pointer;
	}
	
	#subNavigation li a.cur  span,
	#subNavigation li a.act span {
		font-weight: bold;
	}

	#subNavigation li a:hover {
		background: #E5E5E5 url(../images/sub_menu_bg.png) repeat 0px 0px;
	}
	
	#subNavigation li li a span {
		padding-right: 50px;
		background: url(../images/sub_menu_level3.png) no-repeat 219px 6px;
	}
	
	#subNavigation li li li a span {
		padding-right: 60px;
		background: url(../images/sub_menu_level4.png) no-repeat 206px 7px;
	}	
	
	#subNavigation li li li li a span {
		padding-right: 70px;
		background: url(../images/sub_menu_level5.png) no-repeat 193px 6px;
	}	

#col2 {
	position: relative;
	top:  -15px;
	float: left;
	width: 518px;
	z-index: 1;
	min-height: 435px !important;
	height: auto !important;
	height: 435px;
	margin-bottom: -15px;
}

.singleContent #col2 {
	width: 518px;
}

.homepage #col2 {
	left: -260px;
	width: 780px;
	margin-right: -260px;
}

	#rootline {
		position: absolute;
		top: -130px;
		left: -245px;
		width: 485px;
		white-space: nowrap;
	}
	
	.homepage #rootline {
		top: -130px;
		left: 15px;
	}
	
	#rootline,
	#rootline * {
		margin: 0 7px 0 2px;
		color: #8a8a8a;
		font-size: 10px;
		text-transform: uppercase;
		float: left;
	}
	
	#rootline a.cur,
	#rootline a.act,
	#rootline a:hover {
		color: #ccc;
	}

	#mainContent {
		padding: 45px 10px 30px 20px;
	}

	.twocols #mainContent {
		padding: 30px 10px 30px 280px;
	}
	
	.homepage #mainContent {
		position: absolute;
		display: block;
		top: 135px;
		left: -1px;
		padding: 1px 10px 10px 10px;
		width: 238px !important;
		width: 260px;
		height: 287px !important;
		height: 293px;
		background: #fff;
	}
	
		*+html .homepage #mainContent { padding: 1px 10px 10px 10px; height: 287px !important; }
		*:first-child+html .homepage #mainContent { padding: 10px 10px 10px 10px; height: 278px !important; }
	
	#gotoTop {
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
	
	.homepage #gotoTop {
		display: none;
	}

#footer {
	position: relative;
	/*padding: 3px 0 5px 300px;*/
	padding: 3px 0 5px 280px;
	height: 20px;
	left: -108px;
	width: 499px !important;
	width: 887px;
	background: #d9dad5 url(../images/box_footer_bg.gif) no-repeat 0px 0px;
	border-left: 108px solid #d9dad5;
}

.twocols #footer {
	padding: 3px 0 5px 540px;
	width: 239px !important;
	width: 887px;
	background: #d9dad5 url(../images/box_footer_bg_twocols.gif) no-repeat 0px 0px;
}

.homepage #footer {
	padding: 3px 0 5px 540px;
	width: 239px !important;
	width: 887px;
	background: none;
	background-color: #d9dad5;
}

	#copyright {
		float: left;
		width: auto !important;
		width: 1px;
		margin-right:15px;
		font-size: 10px;
		color: #555;
		white-space: nowrap;
	}

	#footerNavigation {
		float: left;
		text-transform: uppercase;
		white-space: nowrap;
	}
	
	.homepage #footerNavigation {
		display: none;
	}
	
	.onecol #footerNavigation {
		width: auto !important;
		width: 300px;
	}
	
	#footerNavigation li {
		float: left;
		white-space: nowrap;
	}
	
	#footerNavigation li a {
		float: left;
		z-index: 10;
		padding: 0 8px 0 5px;
		color: #555555;
		font-size: 10px;
		background: url(../images/small_arrow.gif) no-repeat 0px 4px;	
	}
	
	#footerNavigation li a:hover,
	#footerNavigation li a.act,
	#footerNavigation li a.cur {
		color: #000;
	}
