#topLogo {
	margin-top:20px;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	border:0px solid white;
}

#topSection {
	border:0px solid lime;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	height:110px;
}
#demo {
	
	margin:0px;	
	padding: 0px;
}

#displayMe {
	position:relative;
	width:600px;
	border:0px solid lime;
	margin-left:auto;
	margin-right:auto;	
}


#dispMe {
	width:450px;
	border:0px solid lime;
	position: absolute;
	top:-20px;
}
#thumbsUp {
	position:absolute;
	top:0px;
	right: 0px;
	margin-right:14px;
	margin-left:auto;
	width:120px;
	height:550px;
	border:0px solid blue;
}

#contactDetails {
	color:#FFFFFF;
	text-align:center;
}

.whiteText {
	color:#FFFFFF;
}

#kwicks_container { 
border:0px solid white;
	height: 250px;
	float:right;
	width:298px;
}
#kwicks {
	position: relative;
	margin-left:0px;
	margin-top:-0px;
}

#kwicks .kwick {
	float: left;
	display: block;
	width: 140px;
	height: 210px;
	border-left:2px solid #314054;
	font-family: verdana;
	font-size:10px;
	cursor:pointer;
}


#tabs {
   float:left;
   width:97%;
   font-size:93%;
   line-height:normal;
   border-bottom:0px solid #c1c1c1;
   }
#tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
}
#tabs li {
   display:inline;
   margin:0;
   padding:0;
   }
 #tabs a {
   float:left;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
   }
 #tabs a span {
   float:left;
   display:block;
   background:url("/img/tabright_orange.gif") no-repeat left top;
   padding:5px 15px 4px 6px;
   color:#000;
   text-align:center;
   }
 /* Commented Backslash Hack hides rule from IE5-Mac \*/
 #tabs a span {float:none;}
 /* End IE5-Mac hack */
 #tabs a:hover span {
   color:#FF9834;
   }
 #tabs a:hover {
   
   }
 #tabs a:hover span {
	opacity:0.9;
   }

