/* CSS Document */

body {
	background: url(./../images/bgnew.jpg) top center repeat;
	background-color: #fdbc44;
}
#container {
	width: 1000px;
	margin: 0px auto;
	margin-top: 30px;
}
#logo {
	width: 255px;
	height: 54px;
	margin-bottom: 10px;
}
#leftcol {
	float: left;
	width: 255px;
}
#menu {
	width: 225px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #111111;
	line-height: 30px;
}
#menu a {
	text-decoration: none;
	color: #111111;
}
#menu a:hover {
	color: #c22000;
}
#rightcol {
	float: right;
	width: 725px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #111111;
	line-height: 20px;
}
#rightcol a {
	text-decoration: none;
	color: #c22000;
}
#footer {
	clear: both;
	width: 1000px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #222222;
	padding-top: 50px;
}
#footer a {
	text-decoration: none;
	color: #222222;
}
/* sliding panels */
.SlidingPanels {
	width: 725px;
	height: 450px;
}
.SlidingPanelsContent {
	width: 725px;
	height: 450px;
}
/*
#suiteimg .SlidingPanels {
	float: left;
}
*/
#suiteimg .SlidingPanelsContentGroup {
	float: left;
	width: 7250px;
}
#suiteimg .SlidingPanelsContent {
	float: left;
	width: 725px;
}
.p1 {
	/*background-color: none;*/
}
#suiteimgnav {
	width: 725px;
	margin: 0px auto;
	margin-top: 5px;
}
#suiteimgnav a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c22000;
}
/* ends */
#table {
	border: 1px solid #111111;
	border-collapse: collapse;
	background-color: #fdbc44;
}
#table td {
	border: 1px solid #111111;
}
.gallery {
	float: left;
	text-align: center;
	width: 240px;
	height: 240px;
}
.thumb {
	width: 200px;
	height: 200px;
	margin: 0px auto;
	border: 1px solid #000000;
}
#paging {
	text-align: center;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
}
#paging a {
	text-decoration: none;
	color: #c22000;
}

