body {
	background: #000 url(../images/bg.jpg) repeat-x scroll 0 0;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
}
#language {
	background: #000 url(../images/bgIndex.jpg) no-repeat top center;
	text-align: center;
}
#language #wrapper {
	margin: 0 auto;
	width: 200px;
	position: relative;
}
.addictetwo #contentContainer {
	width: 937px;
	background: transparent;
	margin: 0 auto;
	text-align: left;
}
.addictetwo #header {
	background: transparent url(../images/header.jpg) no-repeat scroll 0 0;
	height: 312px;
	position: relative;
}
.addictetwo #header h1 {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
.addictetwo #header h2 {
	text-indent: -9999px;
	margin-top: 0;
	padding: 0;
}
.addictetwo #sidebarLeft {
	float: left;
	width: 212px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent;
	margin: 10px 5px 0 0;
	width:212px;
	text-align: right;
}
#sidebarLeft h3 {
	color: #A08B56;
	}
.addictetwo #mainContent {
	background: transparent url(../images/bgContent.jpg) repeat-x scroll 0 0;
	float: left;
	width: 720px;
}
.addictetwo #content {
	float: left;
	background: transparent;
	margin: 5px 0 0 5px; /* padding keeps the content of the div away from the edges */
	padding:5px 15px;
	width:450px;
	border-bottom: 1px #55b897 solid;
	text-align: justify;
}
#textLeft {margin-right: 5px;}
.addictetwo #content h1 {
	font-size: 18px;
	color: #55B897;
}
.addictetwo #content h2 {
	font-size: 16px;
	color: #55B897;
}
.addictetwo #sidebarRight {
	float: left;
	width: 212px;
	background: transparent;
	margin: 11px 0 0 5px; /* padding keeps the content of the div away from the edges */
}
#sidebarRight h3 {
	color: #BF7DC7;}
	
	#sidebarRight a span { color: #613559;}
	
.addictetwo #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent;
	text-align: center;
	font-size:11px;
}
.addictetwo #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	top: 131px;
	left: 217px;
}
.kwicks li {
	/* these are required, but the values are up to you (must be pixel) */
	width: 140px;
	height: 100px;
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks li a:active, .kwicks li a:visited, .kwicks li a:hover, .kwicks li a {
	color:transparent;
	font-size:20px;
	font-weight:bold;
	left:15px;
	position:relative;
	text-decoration:none;
	top:32px;
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */
	float: left;
}
.kwicks.vertical li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */
}
#kwick_1 {
	background-color: #53b388;
	background-image: url(../images/kwickOne.jpg)
}
#kwick_2 {
	background-color: #79D6CB;
	background-image: url(../images/kwickTwo.jpg)
}
#kwick_3 {
	background-color: #9F8A55;
	background-image: url(../images/kwickThree.jpg)
}
#kwick_4 {
	background-color: #bf7cc7;
	background-image: url(../images/kwickFour.jpg)
}
#kwick_5 {
	background-color: #613559;
	background-image: url(../images/kwickFive.jpg)
}
#kwick_1 a img, #kwick_2 a img, #kwick_3 a img, #kwick_4 a img, #kwick_5 a img {
	border: none;
}
.kwicks.horizontal #kwick_4 {
	margin-right: 0; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_4 {
	margin-bottom: 0; /* cancel margin on last kiwck (if you set a margin above) */
}
#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%;
	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: auto;
	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;
}
/* jQuery lightBox plugin - Gallery style */
	#gallery {
	background: transparent;
	padding: 0px;
	width: 212px;
}
#gallery ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#gallery ul li {
	display: inline;
}
#gallery ul img {
	border: 1px solid #151515;
	margin: 0 2px 2px 0;
}
#gallery ul a:hover img {
	border: 1px solid #55B897;
	color: #fff;
}
#gallery ul a:hover {
	color: #55B897;
}
.lavaLampWithImage {
	position: relative;
	height: 29px;
	width: 421px;
	padding: 15px;
	margin: 10px 0;
	overflow: hidden;
	top: 430px;
}
.lavaLampWithImage li {
	float: left;
	list-style: none;
}
.lavaLampWithImage li.back {
	background: url("../images/lava.gif") no-repeat right -30px;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}
.lavaLampWithImage li.back .left {
	background: url("../images/lava.gif") no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
.lavaLampWithImage li a {
	font: bold 20px arial;
	text-decoration: none;
	color: #000;
	outline: none;
	text-align: center;
	top: 4px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 20px;
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: none;
}
