/* CSS Document */
* {
	padding: 0;
	margin: 0;
	
}

a img {
	border: none;
}

html, body {
	height: 100%;
	background: none;
	font-size: 12px;
}

html {
	background-color: #585858;
	background-image: url(../images/bg.jpg);
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: top right;
}
body
{
	text-align: center;
	min-height: 680px;
}
#container
{
	text-align: left;
	height: 680px;
	width: 1000px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -340px;
	/*
	position:relative;
	margin: 0 auto;
	*/
}
#bigcontainer
{
	height: 100%;
	width: 100%;
	min-height: 680px;
	position:relative;
	min-width: 1000px;
}
#header
{
	background-image: url(../images/headerbg.gif);
	background-repeat:no-repeat;
	background-position: left 15px;
	height: 54px;
}
#header span
{
	font-size: 24px;
	position: absolute;
	top: 10px;
	left: 298px;
	font-weight: normal;
	background-image: url(../images/bg.jpg);
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0px 15px;
	color: #000;
}
#language {
	position: relative;
	width: 282px;
	height: 47px;
	float: right;
	margin-right: 7px;	
	color: #fff;
}
#language ul {
	list-style-type: none;
	margin-top: 15px;
	text-align: center;
}
#language li {
	display: inline;
	padding: 5px;
	margin: 5px;
}
#topmenu
{
	position:relative;
	background-color: #cacaca;
	height: 47px;
	background-image: url(../images/menubg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 711px;
	float: right;
	
}
#body
{
	width: 691px;
	float: right;
	clear: right;
	background-image: url(../images/bodybg.gif);
	height: 320px;
	padding: 10px;
	overflow: auto;
}
#body ul {
	margin-left: 7px;
	list-style-image: url('../images/listImg.gif');
	list-style-position: inside;
}
#body table {
	margin: 10px 0 10px 0;
}
#body td {
	padding: 5px;
}
#footer
{
	float: right;
	width: 711px;
	clear: right;
	background-color: #bbb;
	height: 170px; /*170px + 18px;*/
	margin-top: 4px;
	overflow: hidden;
}
#footer .floatLeft {
	float: left;
	margin: 15px 40px 0 15px;;
}
#footer table {
	border: none;
	height: 140px;
}
#footer td {
	border: none;
	vertical-align: top;
}







/*#imageGallery {
	float: right;
	background:#bbb none repeat scroll 0%;
	height:170px;
	margin: 4px 1px 0 0;
	overflow:hidden;
	position:relative;
	width:710px;
	clear: both;
}
#imageGalleryFrame {
	position:relative;
	display: block;
	width: 710px;
	height: 21px;
	float: right;
	margin: 4px 1px 0 0;
	clear: both;
}
#imageGalleryPrevious {
	float:left;
}
#imageGalleryNext {
	float:right;
}
#imageGalleryContent {
	position:absolute;
	top:0;
	background: #bbb;
}
#imageGalleryContent #imageGalleryContent li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}
#imageGalleryContent {
	width: 5680px;
}
#container #imageGallery ul li {
	background-color:#000000;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#container #imageGallery ul li img {
	display:block;
}
#imageGalleryFrame span {
	display: none;
}
#imageGalleryFrame a#imageGalleryPrevious {
	display: block;
	width: 11px;
	height: 14px;
	background: url("../images/leftArrow.gif") no-repeat top left;
}

#imageGalleryFrame a#imageGalleryPrevious:hover {
	display: block;
	width: 11px;
	height: 14px;
	background: url("../images/leftArrow.gif") no-repeat bottom left;
}
#imageGalleryFrame a#imageGalleryNext {
	display: block;
	width: 11px;
	height: 14px;
	background: url("../images/rightArrow.gif") no-repeat top left;
}

#imageGalleryFrame a#imageGalleryNext:hover {
	display: block;
	width: 11px;
	height: 14px;
	background: url("../images/rightArrow.gif") no-repeat bottom left;
}*/










#leftside
{
	height: 514px;
	width: 282px;
	margin: 47px 0 0 0;
	position:relative;
}
#leftside.homepage #footer2
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 282px;
	height: 170px;
	opacity: 0.8;
	background-color:#CCC;
}
#leftside.homepage #footer2 div
{
	margin-top: 40px;
	text-align:right;
	font-size: 16px;
	font-style:italic;
	font-weight: normal;
	padding: 10px;
}
#leftside.design #footer2
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 282px;
	height: 170px;
	background-color:#CCC;
}
#leftside.design img
{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;	
}
#leftside.design #sidemenu {
	position: absolute;
	top: 0;
	left: 0;
	width: 282px;
	padding: 0;
	margin: 0;
}
#leftside.design #sidemenu #sidenav, #leftside.design #sidemenu #sidenav ul {
	width: 282px;
	list-style-type: none;
	list-style-position: outside;
	vertical-align: bottom;	
}
#leftside.design #sidemenu #sidenav li {
	display: block;
	margin-bottom: 4px;
	text-align:right;
	font-size: 13px;
}
#leftside.design #sidemenu #sidenav li a {
	display: block;
	width: 262px;
	height: 20px;
	padding: 10px 15px 10px 5px;
	background-color: #cacaca;
	text-decoration: none;
	color: #000;
}
#leftside.design #sidemenu #sidenav li a:hover {
	background-color: #666;
	color: #fff;
}
#leftside.design #sidemenu #sidenav li.selected a {
	background-color: #666;
	color: #fff;
}
#leftside.design #footer2 div
{
	margin-top: 40px;
	text-align:right;
	font-size: 16px;
	font-style:italic;
	font-weight: normal;
	padding: 10px;
}
#footerBreaker {
	height: 25px;
	width: 1000px;
}
#footer3
{
	clear: both;
	background-image: url(../images/headerbg.gif);
	background-repeat:no-repeat;
	background-position: left top;
	height: 21px;
}

/***************************
/ - MENU
/**************************/

#nav {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
}

* html #nav { /* IE6 DOUBLE MARGIN */
	/*margin: 4px 0 0 125px;*/
}

#nav span {
	display: none;
}

#nav, #nav ul {
	list-style-type: none;
	list-style-position: outside;
	vertical-align: bottom;
	list-style-image: none;
}

/* FIRST LEVEL */

#nav li ul {
	position: absolute;
	left: -999em;
	width: 164px;
	margin: 0;
	z-index: 2;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
}

#nav li:hover ul,
#nav li.sfhover ul {
	left: auto;
	z-index: 2;
	margin: 0;
}

/* SECOND LEVEL */

#nav li:hover ul ul,
#nav li.sfhover ul ul {
	position: absolute;
	left: -999em;
	width: 164px;
	z-index: 2;
}

#nav li li:hover ul,
#nav li li.sfhover ul {
	left: auto;
	z-index: 2;
}

/* END LEVELS */

#nav li ul li:hover ul,
#nav li ul li.sfhover ul {
	margin: -23px 0 0 164px;
}

#nav li ul li {
	border-top: 1px solid #666;
	padding: 0;
	margin: 0;
	display: block;
}

/* LINK LAYOUT */

#nav li ul li a {
	display: block;
	width: 156px;
	height: auto;
	padding: 4px;
	margin: 0;
	background: #fff;
	color: #222;
	text-decoration: none;
	text-transform: capitalize;
}

#nav li ul li a:hover {
	display: block;
	width: 156px;
	height: auto;
	padding: 4px;
	margin: 0;
	background: #666;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
}

#nav a:active {
	outline: none;	
}

#nav a:focus {
	-moz-outline-style: none;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav li a {
	position: relative;
	display: block;
	font-size: 14px;
	color: #222;
	padding: 12px 12px 12px 12px;
	text-decoration: none;
	text-transform: capitalize;
}
#nav li a:hover {
	display: block;
	color: #fff;/*#072824;*/
	text-decoration: none;
	background-color: #666;
}

/***************************
/ - SLIMBOX
/**************************/


#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/***************************
/ - IMAGE SLIDER
/**************************/

#SlideItMoo_outer {  
	float: right;
	clear: both;
	width:710px;
	height: 188px;
	margin:4px 1px 7px 0;
	/*background: #333333;*/
	display:block; 
	position:relative; 
	padding:0;
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back { 
	display:block; 
	position:absolute;
	bottom:0px; 
	right:0px;
	cursor:pointer; 
	width:11px; 
	height:14px;
	background:url("../images/rightArrow.gif") no-repeat top left;  
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:0px; 
	background:url("../images/leftArrow.gif") no-repeat top left;  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	width:711px ; /* set a display width to make the slider look good in case js is disabled */
	heigth: 170px;
	margin:0px auto 0px;
	padding:0;
	background-color: #bbb;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items { 
	display:block; 
	position:relative; 
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element { 
	display:block; 
	position:relative; 
	float:left; 
	margin:0; 
	width:142px;
	height: 170px;
}
#SlideItMoo_items a { padding:0px; margin:0; clear:both; display:block; }
#SlideItMoo_items a img{ border:none; }
