/* Stylesheets for BBK 2009 Version 0.1 */

/* Centre code
-------------------------------------------------- */

body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
}

div.content {
	position: relative;
	top: 20px;
}

/* Elements
-------------------------------------------------- */

div.textleft {
	width: 370px;
}

div.logo {
	height: 50px;
	background-position: 0px 28px;
	background-repeat: no-repeat;
	background-image: url("images/logo_h.gif");
}

div.line {
	padding-top: 20px;
}

div.mainpic, div.mainpicborder  {
	position:absolute; 
	top: 30px;
	right: 30px;
}

div.mainpicborder, div.showmainL, div.showmainP, div.showmainS, div.image {
	border: 1px solid #ffffff;
}

div.showmainP {
	height: 480px;
	width: 340px;
}

div.showmainL {
	height: 240px;
	width: 340px;
}

div.showmainS {
	height: 340px;
	width: 340px;
}

div.start {
	padding-top: 35%;
	text-align: center;	
}


/* Showcase Table Test
-------------------------------------------------- */

.thumb_table_wrapper { 
	position:absolute; 
	top: 100px;
	right: 20px;
	overflow: auto; 
	height:auto; 
	width:310px; 
}

.image { 
	float:left; 
	margin:10px;  
	position:relative; 
	height:80px; 
	width:80px; 
}


/* Basic link and font styles 
-------------------------------------------------- */

a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
a:hover, a:active {
	color: #b3b3b3;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
p, p.textleft, p.textright, p.textcenter, ul.bodylist, ul ul, p.active, .highlite, .textcenteractive, em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	color: #ffffff;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
p.textleft {
	text-align: left;
}
p.textright {
	text-align: right;
}
p.textcenter {
	text-align: center;
}
.textcenteractive {
	color: #b3b3b3;
}
em
{
	font-weight: bold;
}

ul ul {
	list-style-position: outside;
	list-style-type: disc;
}

/* Navigation styles 
-------------------------------------------------- */
div.Menu01, div.Menu02, div.Menu03, div.Menu04, div.Menu05  {
	position:absolute; 
	height: 20px; 
	top: 30px;
	margin: 0;
	padding: 0;
}	
div.Menu01 {
	right: 295px; 
}
div.Menu02 {
	right: 240px; 
}
div.Menu03 {
	right: 160px; 
}
div.Menu04 {
	right: 80px; 
}
div.Menu05 {
	right: 20px; 
}
