p.error {
    color: #FFF;
    background: red;
    border: 1px solid red;
    padding: 4px 8px;
    border-radius: 3px;
}

.has-error {
    width: 760px;
    margin: 20px auto;
    text-align: center;
    background: red;
    color: #FFF;
    border-radius: 3px;
}
.has-error p {
    padding: 12px;
    font-size: 15px;
}

#footer_wrap {
    text-align: center;
}

.brand-breadcum p {
	padding: 0 8px;
	font-size: 12px;
	line-height: 36px;
}
.brand-breadcum a {
	color: #797979;
	font-weight: bold;
	text-decoration: underline;
}
.brand-breadcum a:last-child {
	font-weight: normal;
	text-decoration: none;
}

.brand-nav {
	height: 97px;
	background: url(../img/deadsea-nav-bg.png) repeat-x;
	position: relative;
	z-index: 1000;
}
.brand-nav ul {
	margin-top: 2px;
}
.brand-nav li {
    float: left;
    background: url(../img/deadsea-nav-splitter.png) 100% 32px no-repeat;
    padding-right: 1px;
}
.brand-nav a {
    display: block;
    background: url(../img/deadsea-nav.png) 100% 0 no-repeat;
    width: 146px;
    height: 93px;
    text-indent: -9999px;
    direction: ltr;
}
.brand-nav .home a {
    background-position: 0 0;
    width: 245px;
}
.brand-nav .about-deadsea a {
    background-position: -245px 0;
}
.brand-nav .about-salon a {
    background-position: -391px 0;
}
.brand-nav .open-collage a {
    background-position: -537px 0;
}
.brand-nav .online-shopping a {
    background-position: -683px 0;
}

.brand-container {
	background: url(../img/deadsea-bg.png);
}
.brand-header {
	background: #FFF;
}
.brand-content .page-content-wrapper {
	background: #FFF;
}
.page-header {
	text-align: center;
}
.page-header p {
	margin: 0.8em 0;
	display: inline-block;
	text-align: left;
	padding: 0 125px;
	line-height: 160%;
}
.lt-ie8 .page-header p {
	display: inline;
}
.page-title {
	margin: 28px auto 18px;
}

.deadsea-shop {
	width: 950px;
	margin: 0 auto;
	background: #FFF;
	padding-top: 50px;
}

.tel-banner {
	width: 950px;
	margin: 0 auto;
	background: #FFF;
	padding-top: 28px;
	text-align: center;
}

.pagetop {
	width: 950px;
	margin: 0 auto;
	background: #FFF;
	padding: 20px 0;
}

/* Dropdown Menu
------------------------------------------------------------------------------*/
.dropdown .submenu {
	display: none;
	position: absolute;
	top: 74px;
	background: url(../img/deadsea-submenu-header.png) repeat-x;
}
.dropdown .submenu .balloon {
	display: inline-block;
	overflow: hidden;
	zoom: 1;
	margin-top: 13px;
	border: 1px solid #B9B9B9;
	border-top: none;
	background: #FFF;
}
.ie6 .dropdown .submenu .balloon {
	display: inline;
}
.dropdown .submenu ul {
	list-style: none;
	float: left;
	width: 234px;
	margin: 0;
}
.dropdown .submenu li {
	list-style: none;
	width: 100%;
}
.dropdown .submenu li a {
	display: block;
    width: auto;
    height: auto;
	text-indent: 0;
	padding-left: 32px;
	border-bottom: 1px dotted #AFAFAF;
	background: #FFF url(../img/deadsea-submenu-arrow.png) 16px 13px no-repeat;
	font-size: 14px;
	line-height: 29px;
	color: #0B1F62;
}
.dropdown .submenu li a:hover {
	background: #EEE url(../img/deadsea-submenu-arrow-hover.png) 16px 13px no-repeat;
}
.dropdown .submenu .active a {
	font-weight: bold;
}
.dropdown .submenu .important a {
	color: #CD1414;
	font-weight: bold;
	text-decoration: underline;
}
.dropdown .submenu li:last-child a {
	border-bottom: none;
}

/* Category nav
------------------------------------------------------------------------------*/
.category-nav {
	width: 950px;
	margin: 0 auto;
	background: #FFF;
	padding-top: 40px;
	text-align: center;
}
.category-nav .wrapper {
	display: inline-block;
}
.lt-ie8 .category-nav .wrapper {
	display: inline;
}
.category-nav ul {
	float: left;
	width: 230px;
}
.category-nav li {
	text-align: left;
}
.category-nav a {
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #0B1F61;
	padding-left: 27px;
	background: url(../img/arrow.png) 7px 7px no-repeat;
}
.category-nav .active a {
	font-weight: bold;
}

/* Form
------------------------------------------------------------------------------*/
.form table {
	width: 760px;
	margin: 18px auto 10px;
}
.form table th,
.form table td {
	padding: 3px 6px;
	vertical-align: top;
	line-height: 1.7em;
}
.form table th {
	width: 250px;
	text-align: right;
	font-weight: bold;
}
.form table td,
.form table td div {
	width: 486px;
	word-wrap: break-word;
}
.form input[type="text"],
.form textarea {
	width: 204px;
}
.form .large {
	width: 255px !important;
}
.form .xlarge {
	width: 450px !important;
}
.form .small {
	width: 54px !important;
}
.form .submit {
	text-align: center;
}
.form-confirm td {
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
.form .complete {
	width: 600px;
	margin: 0 auto;
	border: 1px solid #DDD;
	background: #FFFFD7;
	color: #333;
	padding: 20px;
	line-height: 1.6em;
}
.required {
	color: #FF0000;
	padding: 0 3px;
	font-weight: bold;
}
.red {
	color: #FC0000;
}