/* Layout
--------------- */

body{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#wrapper{
	width: 800px;
	margin: 0 auto;
}

#header{
	height: 99px;
}

#menu{
	height: 44px;
	background-repeat: repeat-x;
	background-image: url(../images/new/topheader.gif);
	padding-top: 10px;
}

#content{width: 800px;
}

#footer{
	clear:both;
	background-image: url(../images/new/botter.gif);
	background-repeat: repeat-x;
	height: 65px;
}


/* Formatiing
--------------- */

a:link{
	color: #F60;
	text-decoration: none;
}

a:hover{
	color: #5EB5CF;
}

a:visited{
}


#menu a{
	color: #00B3CF;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover{
	color: #FFF;
	text-decoration: underline;
}

#menu a:visited{
}
ul {
	list-style-type: none;
}
li {
	float: left;
	padding-right: 10px;
}
.imageFloatRight{
	float: left;
	padding: 5px;
}

.orangestar{
	font-weight: bold;
	color: #F30;
}

.pagetitle, .maintitemtitle{
	font-weight: bold;
	color: #F30;
	font-size: 16px;
}

.boxtitle{
	font-weight: bold;
	color: #F30;
	font-size: 12px;
}

hr{
	color: #F30;
	background-color: #F30;
}

/* RESULT AND DETAILS PAGES */


.container{
	background-color: #DBEEFF;
	background-image: url(../images/images/result-box_01.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 554px;
	margin: 0 auto;
}

.image{
	float: left;
	padding-left: 5px;
}

.description{
	float: left;
	width: 290px;
	padding-left: 5px;
	padding-right: 5px;
}

.rating{
	float: left;
	padding-right: 5px;
	text-align: right;
}

.bottom{
	height: 17px;
	background-image: url(../images/images/result-box_03.gif);
}

.leftcolumn{
	float: left;
	width: 500px;
	padding-right: 10px;
}

.rightcolumn{
	float: left;
	width: 200px;
	text-align: right;
}

.itemtitle{
	color: #03198C;
	font-size: 16px;
	font-weight: bold;
	padding-left: 15px;
}

/* HOME PAGE
--------------- */


#homeLeft{
	width: 500px;
	float: left;
}

#homeRight{
	width: 239px;
	float: right;

	background-image:url(../images/new/homeborder.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

#homeRight #photolinks{text-align:center;margin-top:20px;}

.transferformtitle{
	font-weight: bold;
	color: #FFF;
	font-size: 18px;
}
.staffmember{float:left; padding-bottom:5px;}
