@charset "utf-8";
/* CSS Document */

body{
	background: repeat-x;
	background-image:url(images/background.jpg);
	background-position:top;
	height:730px;
}
#container{
	width:1024px;
	text-align:center;
	margin: 0px auto;
}
#leftlogo{
	background-image:url(images/jane-davies-logo-left.png);
	margin-left: 20px;
	width: 101px;
	height: 101px;
	float:left;
	clear:right;
}
#centrelogo{
	background-image:url(images/jane-davies-logo-large.png);
	width: 238px;
	height: 260px;
	text-align: center;
	margin: 0px auto;
	margin-top: 50px;
}
h1{
	font-family: "Century Gothic";
	font-size:18px;
	font-weight:100;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#OOOOOO;
}
#text{
	text-align: center;
	margin: 0px auto;
	margin-top: 50px;
}
a{
	color:#000;
	text-decoration:none;
}

/* override the root element to enable scrolling */
#flowtabs{
	font-family:"Century Gothic";
	font-size:18px;
	font-weight:100;
	padding-top: 30px;
}

element.style {
left:auto;
}

#t1{
	margin-right: 105px;
}
#t2{
	margin-right: 105px;
}
#t3{
	margin-right: 105px;
}
#t4{
	margin-right: 105px;
}

#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
	text-align:right;
}

/* override single pane */
#flowpanes div {
	float:left;
	display:block;
	width:670px;
	cursor:pointer;
	font-size:14px;
}

/* our additional wrapper element for the items */
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}
