body {
	margin: 0;
	padding: 0;
	background: #fff url(../i/bg.png) top left repeat-x;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #464646;
}

.wrapper {
	margin: 0 auto;
	width: 1000px;
}

.clear {
	clear: both;
}


.currentPage {

	color: red;

}


a {
	text-decoration: none;
	color: #217d8b;
}

a:hover {
	text-decoration: underline;
	color: #289bac;
}

/* begin login */

.login {
	width: 1000px;
	height: 50px;
}

.login div {
	float: right;
	margin: 20px 10px 0 0;
	padding: 0;
	font-size: 12px;
}

.login .textfield {
	float: right;
	margin: 20px 10px 0 0;
	padding: 0 5px 0 5px;
	width: 150px;
	height: 18px;
	line-height: 18px;
	background-color: #fff;
	border: 1px solid #bbb;
	font-size: 11px;
	color: #c3c3c3;
}

.login .btn {
	float: right;
	margin: 20px 5px 0 0;
	padding: 0 7px 3px 7px;
	height: 20px;
	background: #28aac5 url(../i/btn_bg.png) bottom left repeat-x;
	border: 1px solid #ddd;
	font-size: 11px;
	color: #fff;
}

/* end login */

/* begin header */

.header {
	width: 1000px;
	height: 214px;
	background: url(../i/header.png) top left no-repeat;
}

.header img {
	float: left;
	border: none;
}

#slideshow {
	float: right;
   position: relative;
}

#slideshow img {
   position: absolute;
   top: 0;
   left: -420px;
   z-index: 8;
   opacity: 0.0;
}

#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}

#slideshow img.last-active {
   z-index: 9;
}

/* end header */

/* begin main markup */

.main {
	width: 1000px;
	background: url(../i/main_bg.png) top left repeat-y;
}

.main_grad {
	width: 1000px;
	background: url(../i/main_grad.png) top left no-repeat;
}

.main_cnt {
	width: 1000px;
	background: url(../i/main_cnt.png) 5px 0 repeat-y;
}

.main_bottom_logo {
	width: 1000px;
	background: url(../i/stone_logo.png) 37px bottom no-repeat;
}

.left_col {
	float: left;
	margin: 0 0 0 5px;
	width: 243px;
}

*html .left_col {
	margin: 0 0 0 3px;
	overflow: hidden;
}

.right_col {
	float: right;
	margin: 0 5px 0 0;
	padding: 15px 20px 0 25px;
	width: 700px;
}

.right_col img {
	margin: 0;
	padding: 1px;
	border: 1px solid #aaa;
}

.heading {
	padding: 0 0 12px 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #464646;
}

/* end main markup */

/* begin left column markup */

.news {
	clear: both;
	float: left;
	width: 100%;
}

.index_news {
	padding: 15px 30px 170px 30px;
	width: 181px;
}

.index_news div {
	margin: 5px 0 12px 0;
	background: url(../i/dotted.gif) bottom left repeat-x;
}

.news ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.news ul li {
	clear: both;
	float: left;
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	width: 100%;
	background: url(../i/dotted.gif) bottom left repeat-x;
}

.index_news ul li {
	width: 181px;
}

.news ul li a.news_title {
	display: block;
	clear: both;
	float: left;
	width: 100%;
}

.index_news ul li a {
	padding: 0 0 0 13px;
	background: url(../i/bullet.gif) 0 4px no-repeat;
}

.news ul li span {
	display: block;
	clear: both;
	float: left;
	margin: 0 0 10px 0;
	width: 100%;
	color: #999;
}

.index_news ul li span {	
	margin: 0;
	padding: 0 0 0 13px;
}

.news ul li div {
	float: left;
}

.title {
	float: left;
	width: 100%;
	color: #217d8b;
}

/* end left column markup */

/* begin members markup */

table.members {
	width: 700px;
	border-collapse: collapse;
}

table.members th,
table.members td {
	border: 1px solid #fff;
	text-align: left;
}

table.members td {
	padding: 10px 0;
	vertical-align: top;
}

table.members th {
	padding: 10px;
	background-color: #d4d4d4;
	font-weight: normal;
}

table.members td img {
	width: 60px;
	border: none;
}

td.info {
	padding: 10px 5px !important;
}

table.members th.logo {
	width: 45px;
}

table.members th.number {
	width: 40px;
}

table.members th.name {
	width: 105px;
}

table.members th.company {
	width: 110px;
}

table.members th.address {
	width: 150px;
}

table.members th.tel {
	width: 150px;
}

table.members th.doc {
	width: 70px;
}

table.members tr.even td {
	background-color: #f2f2f2;
}

/* end members markup */

/* begin contact markup */

.contact_left {
	width: 290px;
	float: left;
}

.contact_right {
	width: 410px;
	float: left;
}

/* end contact markup */

/* begin menu */

.menu {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 243px;
}

.menu li {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}

.menu li a,
.menu li a:visited {
	display: block;
	clear: both;
	float: left;
	position: relative;
	padding: 15px 30px;
	width: 183px;
	text-decoration: none;
	background: #2aacc7 url(../i/menu.png) bottom left repeat-x;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}

.menu li a:hover {
	background: #47c1d8 url(../i/menu_hover.png) bottom left repeat-x;	
}

.menu ul {
	list-style-type: none;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 243px;
}

.menu ul li {
	clear: both;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}

.menu ul li a {
	margin: -1px 0 0;
	padding: 15px 30px 15px 30px;
	width: 183px;
	background-image: none !important;
	background-color: #9be0ef !important;
	border: 1px solid #fff;
	font-size: 11px !important;
	font-weight: normal !important;
	color: #08667b !important;
}

.menu ul li a:hover {
	color: #fff !important;
	background-image: none !important;
	background-color: #47c1d8 !important;
}

.menu li:hover ul,
.menu li.sfHover ul {
	left:	243px;
	top: 0px;
}

/* end menu */

/* begin footer */

.footer {
	clear: both;
	width: 1000px;
	height: 64px;
	line-height: 64px;
	background: url(../i/footer.png) top left no-repeat;
	text-align: center;
	color: #fff;
}

.footer a {
	margin: 0 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	color: #9be0ef;
}

/* end footer */

/* begin lightbox */

#gallery {
	float: left;
	padding: 0px;
	margin: 20px 0px 0px;
}

#gallery ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#gallery ul li { 
	float: left;
	padding: 0px;
	margin: 0px 20px 20px 0px;
	width: 203px;
	height: 227px;
	background-color: #fff;
	border: 1px solid #fff;
}

#gallery ul li div {
	padding: 0px;
	margin: 10px;
	overflow: hidden;
}

#gallery ul li img {
	border: none;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img {
	border: none;
}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image {
	padding: 10px;
}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}

#lightbox-nav a {
	outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	

#lightbox-image-details-caption {
	font-weight: bold;
}

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}	
		
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
	overflow: hidden;
}

/* end lightbox */