body {
	background-color: #1E1F1F;
	background-image: url(../images/bg2.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

img, div { 
	behavior: url(/scripts/iepngfix.htc);
}

#outer-container {
	background-color: #000000;
	width: 912px;
	margin: 0 auto;
	font-size: 0.75em;
}

#inner-container {
	margin: 0 auto;
	padding-bottom: 8px;
}

#header {
	width: 944px;
	background-color: #000000;
	position: relative;
	height: 80px;
	margin-top: 0;
	margin-right: -16px;
	margin-bottom: 0;
	margin-left: -16px;
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
}

#header-contact {
	float: right;
	font-size: 1.2em;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	text-align: right;
	line-height: 1.2;
	color: #5d5d5d;
	margin-top: 20px;
	margin-right: 32px;
	margin-bottom: 0;
	margin-left: 0;
}

#col-wrapper {
	background-image:url(../images/full-col-bg.gif); 
	background-repeat: repeat-x; 
	background-position:top; 
	margin: 8px;
}

/*#inner-container ul#nav {
	float: right;
	margin: 9px 0 8px 0;
	font-weight: bold;
}

#inner-container ul#nav li {
	float: left;
	padding: 1.65em 0;
	background-image: url(../images/nav-divider.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#inner-container ul#nav li#last {
	background-image: none;
}

#inner-container ul#nav li a {
	color: #ffffff;
	text-decoration: none;
	padding: 1.65em 14px;
}

#inner-container ul#nav li a:hover, #inner-container ul#nav li #active {
	background-image:url(../images/nav-bg-hover.gif);
	background-repeat: repeat-x;
	background-position: left center;
	margin-right: 1px;
	padding-right: 13px;
}

#inner-container ul#nav li #active {
	padding-right: 13px !important;
}*/

#inner-container ul#nav {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	margin: 0 -8px 8px -8px;
	padding-left: 12px;
	padding-right: 8px;
	background-image: url(../images/nav-bg-marbled.gif);
	background-repeat: repeat-x;
	height: 57px;
	width: 908px;
	position: relative; /* Fix IE6 negative margin clipping bug */
}

#inner-container ul#nav li {
	float: left;
	background-image: url(../images/new-nav-divider.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#inner-container ul#nav li#last {
	background-image: none;
}

#inner-container ul#nav li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 14px 22px;
	font-size: 1.5em;
}

#inner-container ul#nav li a:hover {
	color: #c81f7d;
}

#inner-container ul#nav li a#active {
	color: #c81f7d;
}

#inner-container ul#nav li a span {
	color: #b8b8b8;
	font-size: 0.6em;
}

#flash-container {
	margin: 0 8px;
}

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

h1 {
	text-indent: -9999px;
}

h1 a {
	background-image: url(../images/sarah-ireland-logo.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 390px;
	float: left;
	position: relative; /* Fix IE6 negative margin cliping bug */
	margin: 0px;
}

h2 {
	font-size: 1.8em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 16px;
	margin-top: 8px;
	text-align: left;
}

#toolbar {
	background-image: url(../images/bg-marbled.gif);
	background-repeat: repeat-x;
	margin: 8px 8px 0 8px;
	padding: 5px;
}

#toolbar #signup, #toolbar #redecorate {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 406px;
	height: 176px;
	padding: 30px;
	margin-top: -120px;
	margin-left: -235px;
	border: 2px solid #c81f7d;
	background-image: url(../images/popup-bg.gif);
	background-repeat: repeat-x;
}

#toolbar #redecorate {
	height: 136px;
	margin-top: -100px;
}

.redecorate-image-container {
	text-align: center; 
	font-weight: bold; 
	width: 85px;
	float: left;
	margin: 15px 22px 0 0; 
}

.redecorate-image {
	width: 75px; 
	height: 75px; 
	border: 5px solid #4b4b4b;
	margin-bottom: 10px; 
}

#toolbar #signup_bg, #toolbar #redecorate_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter: alpha(opacity=90); /* All versions of IE */
	-moz-opacity: 0.9; /* Old versions of Mozilla */
	-khtml-opacity: 0.9; /* Old versions of Safari */
	opacity: 0.9; /* CSS Standard */
}

#toolbar img#right {
	margin-right: 5px;
}

#toolbar a {
	color: #c81f7d;
	text-decoration: underline;
	cursor: pointer;
}

#toolbar a:hover {
	text-decoration: none;
}

#signup .input-title {
	width: 100px;
	padding-top: 0.75em;
	display: block;
	float: left;
	font-weight: bold;
}

input.textbox {
	border: 1px solid #131313;
	background-image: url(../images/input-bg.gif);
	padding: 8px 5px 0 5px;
	margin-bottom: 8px;
	width: 260px;
	height: 1.6em;
}

textarea {
	border: 1px solid #131313;
	background-image: url(../images/input-bg.gif);
	padding: 8px 5px 0 5px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

input.checkbox {
	margin: 0px;
	float: left;
}

input.contact, textarea.contact {
	margin: 2px 0 16px 0;
}

#signup p#disclaimer {
	color: #333333;
	font-size: 0.75em;
	margin-top: 25px;
}

#signup p#disclaimer a {
	color: #333333;
}

#box-container {
	margin-left: 4px;
}

.box {
	background-image:url(../images/bg-marbled.gif);
	background-repeat:repeat;
	float: left; 
	margin: 8px 4px 0px 4px; 
	width: 208px;
	padding: 5px 5px 16px 5px;
}

.image-container {
	padding-bottom: 8px;
}

.box-divider {
	background-image: url(../images/box-divider.gif);
	background-repeat: no-repeat;
	height: 2px;
}

.text-container {
	padding-top: 8px;
}

.text-container .tc-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: left;
	display: block;
	color: #cccccc;
	line-height: 1.4em;
	margin-left: 8px;
}

.text-container .tc-text {
	font-size: 0.9em;
	/*text-align: justify;*/
	display: block;
	color: #999999;
	margin-right: 16px;
	margin-left: 8px;
	line-height: 1.4em;
}

.text-container .tc-link {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-left: 8px;
}

.text-container .tc-link a {
	color: #c81f7d;
}

.text-container .tc-link a:hover {
	text-decoration: none;
}

#footer {
	width: 912px;
	margin: 16px auto;
	font-size: 0.7em;
	color: #5e5e5e;
}

#footer a {
	color: #5e5e5e;
}

#footer a:hover {
	text-decoration: none;
}

p.contact {
	margin: 2px 0 20px 0;
	font-size: 1.2em;
	line-height: 1.2;
}

p a {
	color: #ffffff;
	text-decoration: underline;
}

p a:hover {
	color: #ffffff;
	text-decoration: none;
}

#map {
	width: 363px; 
	height: 211px; 
	border: 2px solid #3f3f3f; 
	overflow: hidden;
}

#left-col {
	width: 368px; 
	float: left; 
	padding: 0 48px 0 32px;
	margin-bottom: 24px;
	margin-top: 32px;
}

#right-col {
	width: 367px;
	border-left: 1px dotted #ffffff; 
	float: left;
	margin-bottom: 24px;
	padding-top: 0;
	padding-right: 32px;
	padding-bottom: 0;
	padding-left: 48px;
	margin-top: 32px;
}

#full-col {
	/*text-align: justify;*/
	background-image:url(../images/full-col-bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 8px;
	padding-top: 16px;
	padding-right: 32px;
	padding-bottom: 32px;
	padding-left: 32px;
}

#full-col p {
	line-height: 1.5;
	font-size: 1.2em;
	margin-bottom: 16px;
}

#full-col-text, .full-col-text {
	border-top: 1px dotted #ffffff; 
	padding-top: 24px; 
	margin-bottom: 24px;
}

h3 {
	font-size: 1.2em;
	line-height: 1.5;
	color: #c81f7d;
	margin: 10px 0;
}

#page-banner {
	margin: 0 8px 0 8px;
}

.required-field {
	margin: 0 5px;
	vertical-align:top;
}

#redecorate-container {
	float: right; 
	margin: 0px; 
	padding: 0px; 
	width: 133px;
}

#redecorate-container a {
	float: right;
	text-decoration: none;
	color: #ffffff;
}

#redecorate-container a:hover {
	text-decoration: underline;
}

#redecorate a {
	font-weight: bold;
	float: none;
	text-decoration: underline;
}

#redecorate a:hover {
	text-decoration: none;
}

#brands {
	/*width: 783px;
	margin-right: auto;
	margin-left: auto;*/
	width: 480px;
	margin-top: 25px;
}

#brands img {
	float: left;
}

#left-text {
	width: 580px; 
	float: left;
}

#right-image {
	margin-left: 40px; 
	width: 196px; 
	height: 525px; 
	float: left; 
	background-image: url(../images/privacy-policy-tap.gif); 
	background-repeat: no-repeat; 
	background-position: top; 
	padding: 0 8px;
}

.showroom-left {
	width: 120px; 
	display: block; 
	float: left; 
	font-size: 1.2em; 
	line-height: 1.2; 
	margin-top: 16px;
}

.showroom-right {
	width: 247px; 
	display: block; 
	float: left; 
	font-size: 1.2em; 
	line-height: 1.2; 
	margin-top: 16px;
}

span.showroom-right a {
	color: #ffffff;
	text-decoration: underline;
}

span.showroom-right a:hover {
	text-decoration: none;
}

#contact-required {
	font-size: 1.2em; 
	line-height: 1.2; 
	display: block; 
	float: left; 
	margin: 16px 0 0 0;
}

#full-col-left-nav {
	width: 256px;
	float: left;
	font-size: 1.1em;
}

#full-col-left-nav ul {
	margin-bottom: 32px;
}

#full-col-left-nav ul li {
	display: block;
	background-color: #303030;
	margin: 0 0 4px 0;
	padding: 4px 8px;
}

#full-col-left-nav ul li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}

#full-col-left-nav ul li a:hover {
	color: #c81f7d;
}

#full-col-right-text {
	width: 480px; 
	margin-left: 64px; 
	margin-right: 32px;
	float: left;
}

#full-col-right-text ul {
	list-style: disc;
	font-size: 1.2em;
	margin-left: 16px;
	margin-top: 16px;
}

#full-col-right-text ul li {
	margin-bottom: 16px;
}

#full-col-right-text ul li ul {
	list-style: disc;
	font-size: 1em;
	margin-left: 16px;
	margin-top: 16px;
}

#full-col-right-text ul li ul li {
	margin-bottom: 16px;
}

#sidebar {
	width: 247px; 
	padding-right: 20px; 
	float: left;
	line-height: 1.2em;
}

.sidebar-event-bar {
	width: 4px; 
	margin-right: 15px;
	background-color: #c81f7d;
}

.sidebar-event {
	border-top: 1px dotted #B8B8B8;
	padding: 10px 0;
	color: #ffffff;
}

.sidebar-event a {
	color: #c81f7d;
}

.sidebar-event a:hover {
	text-decoration: none;
}

p#sidebar-subtitle {
	padding: 0;
	font-size: 1em;
	margin-bottom: 12px;	
}

p#sidebar-register {
	display: block; 
	background-color: #303030; 
	color: #ffffff; 
	padding: 5px;
	margin-bottom: 12px;
	font-size: 1em;
}

p#sidebar-register a {
	cursor: pointer;
}

.gallery-title {
	background-color: #303030; 
	color: #ffffff; 
	font-weight: bold; 
	margin: 21px 0 8px 0;
	padding: 5px; 
	font-size: 1.1em;
}

.gallery-image {
	background-color: #ffffff; 
	width: 164px; 
	text-align: center; 
	padding: 7px 0 0 0; 
	float: left;
}

.gallery-magnify {
	clear: both; 
	float: right; 
	margin: 7px 7px 7px 0;
}