/* 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
 *
 */

html, body {
	height: auto;
	padding: 20px 20px 0 20px !important;
	padding: 40px 40px 0 40px;
	margin: 0;
}
 
body {
	background: #fff url(../images/paulmitchell_logo_weiss.png) no-repeat 40px 40px;
}

#logo {
	display: block;
}

#printicon {
	display: block;
	margin-bottom: 20px;
	text-align:right;
}

#title {
	display: none;
}

#subtitle {
	display: none;
}

#box {
	padding-left: 0px;
	position: static;
	width: auto !important;
	/*width: 1px;*/
	margin: 0;
	background: none;
}

#header {
	display: none;
}

#col1 {
	display: none;
}

#col2 {
	float: none;
	padding: 0;
	margin: 0;
	width: auto;
	min-height: 1px !important;
	height: auto !important;
	height: 1px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	/*background: none;*/
}

#rootline {
	display: none;
}

#mainContent {
	padding: 15px;
	margin: 0;
}

.content ul {
	list-style: disc;
	margin: 5px 0 5px 14px;
}

.content ul li {
	padding-left: 0;
	background: none;
}

#currenturl {
	display: block;
	padding-top: 5px;
	float: left;
}

#address {
	position: absolute;
	display: block;
	padding-top: 5px;
	right: 40px;
}

#gotoTop {
	display: none;
}

#col3 {
	display: none;
}

#footer {
	display: none;
}