@import url("reset.css");
@import url("../bergamo/stylesheet.css");
@import url("typography.css");
/* Page Definitions
-------------------------------------------------------------- */

html {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
body {
	background: #eee url(../media/texture.png) repeat top left;
}
.home {
	background: #edf2f8 url(../media/texture.png) repeat top left;
}
.about {
	background: #ece4e1 url(../media/texture.png) repeat top left;
}
.design {
	background: #e5e0e4 url(../media/texture.png) repeat top left;
}
.showroom {
	background: #f7f3ed url(../media/texture.png) repeat top left;
}
#i_make_this_work {
	height: 1px;
	width: 100%;
	overflow: visible;
	position: absolute;
	top: 50%;
}
#shadows {
	width: 956px;
	height: 575px;
	position: relative;
	top: -288px;
	left: 50%;
	margin-left: -478px;
	background: url(../media/shadows.png) no-repeat center center;
}
#container {
	width: 921px;
	height: 572px;
	margin: 0 auto;
	background-color: white;
	border: 1px solid #333;
}
#footer {
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 5px;
	float: right;
}


/* Page Content
-------------------------------------------------------------- */

#leftPanel {
	width: 432px;
	height: 570px;
	float: left;
	border: 1px solid white;
	background: white url(../media/left2.jpg) no-repeat top left;
}
#leftPanelMain {
	width: 212px;
	height: 570px;
	float: left;
	border: 1px solid white;
}
#centrePanel {
	width: 192px;
	margin: 0 39px 0 40px;
	height: 570px;
	border: 1px solid white;
	float:left;
	background-color: black;
}
#centrePanelMain {
	width: 320px;
	position: relative;
	top: 115px;
	margin: 0 0 0 110px;
	bottom: 0px;
	border: 1px solid white;
	float:left;
	background-color: white;
}
#scroller {
	height: 300px;
}
#centrePanelShowroom {
	width: 430px;
	position: relative;
	top: 0px;
	margin: 0 0 0 0;
	height: 370px;
	bottom: 0px;
	border: 1px solid white;
	float:left;
	background-color: white;
}
#ShowroomHolder {
	width: 607px;
	margin-left: 40px;
	float:left;
}
#bottomPanelShowroom {
	width: 609px;
	margin-left: 40px;
}
#navigationPanel {
	width: 192px;
	margin: 0 40px 0 40px;
	height: 570px;
	border: 1px solid white;
	float:left;
	background-color: black;
}
#navigationShowroom {
	width: 192px;
	margin: 0 40px 0 40px;
	height: 570px;
	border: 1px solid white;
	float:left;
	background-color: black;
}
#rightPanel {
	width: 212px;
	height: 570px;
	float: left;
	border: 1px solid white;
	background: white url(../media/right.jpg) no-repeat top left;
}
#logo {
	background: transparent url(../media/logo.png) no-repeat center center;
	width: 192px;
	height: 140px;
	position: relative;
	top: 70px;
	left: 0px;
}
#nav {
	width: 112px;
	height: 520px;
	position: relative;
	text-align: center;
	top: 100px;
	left: 0px;
	color: #bbbbbb;
	margin: 0 auto;
}
/* Design Classes
-------------------------------------------------------------- */


.swash {
	width: 121px;
	height: 11px;
	margin: 0 auto;
	position: relative;
	bottom: 0px;
	background: url(../media/swash.png) no-repeat center center;
}
ul#menuItems li a.current {
	color: white;
}
.head {
	width: 100%;
	height: auto;
	text-align: right;
}
.head a {
	width: 100%;
	display: block;
	color: #000;
	margin-bottom: 0.5em;
}
.showroomSelect {
	width: 100%;
	height: auto;
	display: none;
	text-align: right;
	border-bottom: 1px solid #999;
}
.showroomSelect a {
	display: block;
	width: 100%;
}
/* Showroom Classes
-------------------------------------------------------------- */


.thumbImage {
	position: relative;
	bottom: 0px;
	margin: 0 auto;
	padding-left: 0px;
	list-style:none;
	width:615px
}
.thumbImage_unstyled {
	position: relative;
	bottom: 0px;
	margin: 0 auto;
	padding-left: 0px;
	list-style:none;
	width:615px
}
.thumbImage > li {
	border-top: 0px solid transparent;
	display:block;
	width:50px;
	height:50px;
	overflow:hidden;
	float:left;
	margin:3px 11px 0 0;
}
.thumbImage_unstyled > li {
	border-top: 0px solid transparent;
	display:block;
	width:50px;
	height:50px;
	overflow:hidden;
	float:left;
	margin:3px 11px 0 0;
}
.thumbImage > li a {
	display:none
}
.thumbImage > li div {
	position:absolute;
	display:none;
	top:0;
	left:180px
}
.thumbImage > li div img {
	cursor:pointer
}
.thumbImage > li.active div img, .showroom li.active div {
	display:block
}
.thumbImage > li img.thumb {
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto
}
.thumbImage > li .caption {
	display:block;
}
* html .thumbImage > li div span {
	width:400px
} /* MSIE bug */
#mainImage img {
	padding-top: 0px;
	width: 600px;
	height:472px;
}
span.caption {
	font-family: "BergamoStdItalic";
	font-size: 1.1em;
}
#slideshow-controller {
	position: absolute;
	bottom: 8px;
	right: 300px;
}
#scroller > img {
	margin-right: 30px;
}

/* Tabs below */

.widget {
width: 300px;
margin: 0 auto;
padding: 10px;
background: #f3f1eb;
border: 1px solid #dedbd1;
margin-bottom: 10px;
}
 
	.widget a {
	color: #f00;
	text-decoration: none;
	}
	
	.widget a:hover {
	color: #900;
	}
 
 #tabvanilla {
	 height: 340px;
 }
 .tabnav {
	 margin-bottom: 0;
 }
 
	.tabnav li {
	display: inline;
	list-style: none;
	border: 0 solid transparent;
	padding-right: 10px;
	}
	
		.tabnav li a {
		text-decoration: none;
		color: #222;
		padding: 4px 4px;
		outline: none;
		}
		
		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
		background: #dedbd1;
		color: #222;
		text-decoration: none;
		}
		
	.tabdiv {
	margin-top: 2px;
	padding: 5px;
	}
	
 
.ui-tabs-hide {
position: absolute;
left: -10000px;
}
		
#map {
width: 290px;
height: 300px;
}
#mapmini {
width: 290px;
height: 300px;
}
#details {
	padding-top:20px;
	text-align:center;
}
.center {
	text-align: center;
}
/* Showroom Menu */

#minimenu {
	position:absolute;
	bottom: 5px;
	right: 300px;
	font-size: 0.85em;
	font-family: "BergamoStdRegular";
}
#minimenu > a {
	color: #000;
}
#minimenu > a:hover {
	color: #f00;
}


/* Sliding Panel */
#slideMenu {
	position:relative;
	bottom: 0px;
	width: 200px;
}
#slideHeader {
	height: 30px;
	background-color:#777;
}
#slideContent {
	background-color:#f00;
}

#footer a {
	color:#333333;
}
#footer a:hover {
	color:#CC3333;
}