/****************************************************************************************************
- Styles in this sheet allow browsers (IE 6, IE 7, Firefox, Safari) to be cross browser compliant.
  Styles are standard. No customisation should be done here.
****************************************************************************************************/

body {
	background: #000000 url(../im/bg.jpg) no-repeat;
	text-align: center;
}

html, body {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0 0 8px 0;
}

img {
	border: none;
}


/********** tables **********/
table.table_home .whats_up {
	padding: 85px 0 0 0;
}

table.table_thumbnails {
	margin: 20px 0 0 0;
}

table.table_thumbnails tr td {
	padding: 0 12px 12px 0;
}

table.table_contact .cell_padding {
	padding: 0 10px 10px 0;
}


/********** sliding content **********/
#wrapper {
	height: 850px;
	left: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	position: absolute;
	top: 0; 
	width: 100%;
}

#mask {
	height: 100%;
	width: 500%;
}

.item {
	float: left;
	height: 100%;
	width: 20%;
}

.content {
	height: 610px;
	margin: 0 auto;
	position: relative;
	width: 905px;
}

.selected {
	color: #ffffff !important;
}

.clear {
	clear: both;
}

.pagination_btn {
	float: left;
	height: 9px;
	width: 9px;
}

.page_selected {
	background: url(../im/btn_selected.png) no-repeat;
}

.page_unselected {
	background: url(../im/btn_unselected.png) no-repeat;
}


/********** lists **********/
ul.listing {
	margin: 0 0 0 1.5em;
	padding: 0;
}

ul.listing li {
	list-style-type: square;
}

ul.listing li li {
	list-style-type: none;
}


/********** error messages **********/
.error {
	color: #ffffff;
	display: none; 
}

.error_left {
	background: url(../im/ico_error_l.png) no-repeat;
	float: left;
	height: 21px;
	width: 16px;
}

.error_right {
	background: url(../im/ico_error_r.png) no-repeat;
	float: left;
	height: 21px;
	width: 10px;
}

.error_center {
	background: url(../im/ico_error_c.png) repeat-x;
	float: left;	
	height: 21px; 
}
