html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #000;
	text-align: center;
	height: 100%;
	font-size: 11px;
	color: #303030;
	font-weight: normal;
	font-family: arial, sans-serif;
}
a img {
	border: 0;
}
div.clearfix {
	clear: both;
}
#outer_container {
	margin: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	text-align: left;
	position: relative;
	background-color:#000;	
}

#left_container {
	width: 30%;
	height: 100%;
	padding: 0;
	background-color:#000;	
	float: left;
}
#left_column {
	margin: 0;
	width: 300px;
	height: 700px;
	float: right;
	text-align: left;
	position: relative;
}
#home_bg {
	width: 1000px;
	height: 700px;
	position: absolute;
	display: none;
	z-index: 0;
}
#left_transparent {
	width: 300px;
	min-width: 300px;
	height: 700px;
	position: absolute;
	background-color:#000;
	filter:alpha(opacity=70);
	-moz-opacity:.7;
	opacity:.7;
	z-index: 0;
}
#right_container {
	width: 70%;
	min-width: 70%;
	min-height: 100%;
	padding: 0;
	background-color:#fff;	
	float: left;
}
#right_column {
	margin: 0;
	width: 700px;
	min-width: 700px;
	min-height: 700px;
	padding: 0;
	text-align: left;
	position: relative;
	float: left;
	overflow: hidden;
}
#logo {
	z-index: 99;
	position: absolute;
	top: 83px;
	left: 0px;
}
#footer {
	z-index: 99;
	position: absolute;
	bottom: 5px;
	left: 20px;
}
#footer, #footer a {
	color: #808080;
	font-size: 9px;
}
#footer a:hover {
	color: #fff;
}
#credit {
	position: absolute;
	display: none;
	width: 260px;
	height: 80px;
	background-color: #000;
	color: #808080;
	top: 30px;
	left: 0px;
}
#credit, #credit a, #credit a:hover {
	color: #808080;
	text-decoration: none;
	font-size: 10px;
}
#credit a:hover {
	text-decoration: underline;
}

ul.nav {
	margin: 0;
	margin-left: 20px;
	padding: 0;
	list-style: none;
}
li.nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
li a.nav_small {
	display: block;
	width: 64px;
	height: 19px;
	background-position: top left;
	background-repeat: no-repeat;
}
li a.nav_small img {
	width: 64px;
	height: 19px;
	border: 0;
}
li a.nav_large {
	display: block;
	width: 162px;
	height: 21px;
	background-position: top left;
	background-repeat: no-repeat;
}
li a.nav_large img {
	width: 162px;
	height: 21px;
	border: 0;
}
ul.nav li a.nav_small:hover, ul.nav li a.nav_large:hover {
	background-position: bottom left;
}
#nav_container_one {
	z-index: 99;
	position: absolute;
	top: 370px;
}
li a#nav_profile { background-image: url('/_img/nav_profile.png');}
li a#nav_press { background-image: url('/_img/nav_press.png');}
li a#nav_contact { background-image: url('/_img/nav_contact.png');}

#nav_container_two {
	z-index: 99;
	position: absolute;
	top: 440px;
}
li a#nav_day { background-image: url('/_img/nav_day.png');}
li a#nav_evening { background-image: url('/_img/nav_evening.png');}
li a#nav_wedding { background-image: url('/_img/nav_wedding.png');}

#nav_container_three {
	z-index: 99;
	position: absolute;
	top: 440px;
}
li a#nav_showroom_bespoke { background-image: url('/_img/nav_showroom_bespoke.png');}
li a#nav_online_bespoke { background-image: url('/_img/nav_online_bespoke.png');}

div#main_content {
	margin: 90px 0 0 40px;
	margin: 30px 0 0 40px;
}
div#main_content div#page_title {
	margin-bottom: 30px;
}

/* Main Column font styles */
h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, table, form {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #303030;
	font-weight: normal;
	font-family: arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0 0 12px 0;	
}
div#main_content h1 {
	font-size: 14px;
	color: #303030;
	/*text-transform: uppercase;*/
}
div#main_content h1.upper {
	text-transform: uppercase;
}
div#main_content h2 {
	font-size: 12px;
	color: #303030;
	/*text-transform: uppercase;*/
}
div#main_content h2.upper {
	text-transform: uppercase;
}
div#main_content h3 {
	font-size: 11px;
	color: #303030;
	font-weight: bold;
	/*text-transform: uppercase;*/
}
div#main_content h4 {
	font-size: 11px;
	color: #303030;
	/*text-transform: uppercase;*/
}
div#main_content h5 {
	font-size: 11px;
	color: #303030;
	/*text-transform: uppercase;*/
}
div#main_content h6 {
	font-size: 11px;
	color: #303030;
	/*text-transform: uppercase;*/
}
div#main_content p {
	color: #303030;
	line-height: 1.35em;
}
ul, ol {
	list-style-position: inside;
	line-height: 1.65em;
}
div#main_content ul, ol {
	list-style-position: outside;
	margin-left: 13px;
}
div#main_content a {
	color: #333;
	text-decoration: none;
}
div#main_content a:hover {
	color: #7371B3;
	text-decoration: none;
}
a {
	color: #ccc;
	text-decoration: none;
}
a:hover {
	color: #e50075;
	text-decoration: none;
}
div#main_content a img {
	border: none;
}
div#main_content img {
	border-color: #CCCCCC;
}
div#main_content img[align="right"] {
	margin: 0 0 30px 30px;	
}
div#main_content img[align="left"] {
	margin: 0 30px 30px 0;	
}
div#main_content label {
	float: left;
	width: 200px;
}
div#main_content input {
	width: 220px;
	border: 1px solid #ccc;
	background-color: #eee;
	color: #666;
	font-size: 11px;
}
div#main_content textarea {
	width: 220px;
	border: 1px solid #ccc;
	background-color: #eee;
	color: #666;
	font-size: 11px;
	font-family: arial, sans-serif;
}
div#main_content div#cms_content_right {
	width: 270px;
	float: right;
}
div#main_content div#cms_content_right_wrap {
	
}
div#main_content div#cms_news_right {
	width: 234px;
	float: right;
}
div#main_content div#cms_image_left {
	width: 360px;
	float: left;
}
div#main_content div#cms_image_right {
	width: 360px;
	float: right;
	margin: 0 0 20px 30px;
}
/* --------- Home Page  ----------- */
div#home_showroom_bespoke {
	z-index: 0;
	position: absolute;
	top: 590px;
	left: 40px;
	width: 325px;
	color: #fff;
}
div#home_online_bespoke {
	z-index: 0;
	position: absolute;
	top: 590px;
	left: 410px;
	width: 250px;
	color: #fff;
}
div#main_content div.home a p {
	margin-top: 5px;
	color: #ccc;
	text-decoration: none;
}
div#main_content div.home a:hover p {
	color: #7371B3;
	text-decoration: none;
}
/* ------------- Corner Links ----------- */
div#corner_links {
	padding-top: 7px;
	width: 50%;
	float: right;
	text-align: right;
}

/* ----------- Press Page -------- */
div#tiles {
	width: 426px;
	float: left;
}
a.press_img_link {
	float: left;
	margin: 0 4px 4px 0;
	background: #5b5c5e;
}
a.press_img_link img {
	filter:alpha(opacity=60);
	-moz-opacity:.6;
	opacity:.6;	
}
a.press_img_link:hover img, a.selected img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;	
}
div.head_below_tiles {
	width: 392px;
	margin-top: 20px;
	padding: 5px;
	font-size: 13px;
	background-color: #afafaf;
	color: #202020;
	text-transform: uppercase;
	clear: both;
}
div#main_content div.head_below_tiles div.zoom a {
	color: #fff;
}

/* ------------ Tesimonials ---------- */
div.head_testimonials {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 13px;
	background-color: #afafaf;
	color: #202020;
	text-transform: uppercase;
	clear: both;	
}
div.testimonials {
	width: 100%;
}
.strong {
	font-weight: bold;
}
.upper {
	text-transform: uppercase;
}

/* ------------- Slide Show ------------ */

.slideshowContainer {
	width: 660px;
	height: 440px;
	margin: 0px 0;
}

.loading {
	background: url('/_img/loading.gif') center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 4px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 4px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px solid white;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}

/*************************************************************/