/*  
	-------------------------------------------------------------
	Cascade Style Sheet - Project: Agora Template
	Description: Html / Css / jQuery template
	Author: pezflash - http: //www.themeforest.net/user/pezflash
	Version: 1.2
	-------------------------------------------------------------
*/ 




/*---------------------------------------------------------------
	GLOBAL
---------------------------------------------------------------*/
body {
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	background: #111;
}

a {
	text-decoration: none;
	outline: 0;
}

strong {
	font-weight: 700;
}

img {
	border: 0;
}

.hidden {
	display:none;
}

#backg {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1;
}

.title, .subtitle, h3 {
	
}


/*-- STAGE BORDER --*/	
#top, #bottom, #left, #right {
	background: #fff;
	position: fixed;
	z-index: 1000;
}

#left, #right {
	top: 0; bottom: 0;
	width: 10px;
}
		
#left { left: 0; }
#right { right: 0; }
		
#top, #bottom {
	left: 0; right: 0;
	height: 10px;
}

#top { top: 0; }
#bottom { bottom: 0; }

/*-- MOBILE PERFORMANCE CSS3 MEDIA QUERIES
NOTE: DISBLED HERE > OPTIMIZED USING JAVASCRIPT DETECT.
FEEL FREE TO ACTIVATE INSTEAD FOR A RESPONSIVE WORKAROUND
@media only screen and (max-device-width: 900px) {

	body {
	}

	#top, #bottom, #left, #right {
		display: none;
	}

	.vegas-overlay {
		display: none;
	}
}
*/	

/*-- HEADER --*/	
#header {
	position: absolute;
	top: 50px;
	z-index: 999;
	height:auto;
}

/*-- BACKGROUND IMG (EXCEPT HOME & FULLSCREEN GALLERY PAGE) --*/
img.bg {
	/*min-height: 100%;*/
	min-width: 1024px;	
	width: 100%;
	height: auto;	
	position: fixed;
	top: 0;
	left: 0;
}

	/*-- CSS3 MEDIA QUERY --*/		
	@media screen and (max-width: 1024px) {
		img.bg {
			left: 50%;
			margin-left: -512px; }
	}
	










/*---------------------------------------------------------------
	MENU
---------------------------------------------------------------*/
#menu {
	position: relative;
	z-index: 998;
}

#menu ul {
	list-style: none;
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	text-shadow: 0px 2px 3px #000;
}

/* TRICK FOR MENU SHADOW ON IE
   ACTIVATE UNDER YOUR OWN RISK! (CRAPPY IE!)
.ie #menu ul li a {
	filter: shadow(Color=#333333, Direction=135, Strength=4);
}
*/

#menu ul .second_level {
	font-size: 15px;
	line-height: 22px;
	margin-top: 5px;
	border-left: 1px solid #595a59;
	padding-left: 10px;
}

#menu ul .third_level {
	font-size: 15px;
	line-height: 22px;
	border-left: 1px solid #595a59;
	padding-left: 10px;
}

#menu ul li a {
	color: #fff;
	line-height:30px;
}
	
#menu ul li a:hover {
	color: #17ddd5;
	text-decoration:none;
}

#menu li.disabled > a{
	color: #17ddd5;
}

#menu ul li ul li a{
	font-size:14px;
	line-height:22px;
}











/*---------------------------------------------------------------
	HOME
---------------------------------------------------------------*/
#home {
	position: relative;
}

.paragraph {
	font-size: 13px;
	font-weight: 400;
	line-height: 19px;
	color: #fff;
	float: left;
	margin: 42px 0px 0px 2px;
	width: auto;
	opacity: 0;
	filter: alpha(opacity=0);
}

	.paragraph a {
		color: #17ddd5;
	}

	.paragraph a:hover {
		text-decoration: underline;
	}

/*-- FULLSCREEN BACKGROUND --*/
.thumbs {
	width: auto;
	opacity: 0;
	filter: alpha(opacity=0);
}

.thumbs ul {
	margin: 0;
	overflow: hidden;
	padding: 0;
	float: left;
}

.thumbs ul li {
	list-style: none;
	margin: 0px 4px 0px 0px;
	float: left;
	position: relative;
	background-color: #17ddd5;
	margin-bottom:3px;
}

.thumbs ul li img {
	display: block;
}

.thumbs .playpause {
	margin: -3px 2px 0px 2px;
	position: absolute;
	cursor: pointer;
}

.ie .thumbs .playpause {
	border: 0px solid #000;
}

/*---------------------------------------------------------------
	ABOUT / COMPANY
---------------------------------------------------------------*/
.base {
	height: autox;
	background-color: #000;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.title, h3 {
	font-weight: 400;
	font-size: 47px;
	color: #fff;
}

.subtitle, h2 {
	font-weight: 400;
	font-size: 23px;
	color: #929292;
	line-height:20px;
}
h1 {
	font-weight: 400;
	font-size: 50px;
	color: #fff;
}

.quoted {
	font-size: 21px;
	line-height: 23px;
	color: #17ddd5;
	font-weight:400;
}

.scroll-paragraph {
	line-height: 17px;
	width:100% !important;
	color: #fff;
	height: 260px;
	overflow: auto;
	padding: 5px 16px 0px 0px;
}
	/*-- SCROLLPANE COLORS --*/
	.scroll-paragraph .jspContainer{
		width:100% !important;
	}
	.scroll-paragraph .jspTrack {
		background: #202020;
	}

	.scroll-paragraph .jspDrag {
		background: #767676;
	}
	.scroll-paragraph .jspPane > span{
		padding-right:10px;
	}

	.scroll-paragraph .text-image {
		padding: 0px 15px 0px 0px;
		float: left;
	}

	.scroll-paragraph a {
		color: #17ddd5;
	}

	.scroll-paragraph a:hover {
	text-decoration: underline;
}

.img {
	position: relative;
	width:259px;
	height:160px;
}

	.rollover span.roll {
		background-image: url(../images/zoom_icon.png);
		background-repeat: no-repeat;
		position: absolute;
		height: 100%;
		width: 100%;
		z-index: 10;	
		-webkit-box-shadow: 0px 0px 4px #000;
		-moz-box-shadow: 0px 0px 4px  #000;
		box-shadow: 0px 0px 4px  #000; 
	}
	span.roll {
		-o-transition-duration: 1s;
		-moz-transition-duration: 1s;
		-webkit-transition: -webkit-transform 1s;
		background:url(images/mag.png) center center no-repeat #000;
		cursor: pointer;
		position: absolute;
		z-index: 10;
		opacity: 0;
		filter: alpha(opacity=0);
	}

	span.roll:hover {
		opacity: .7;
		filter: alpha(opacity=70);
		-o-transition-duration: 1s;
		-moz-transition-duration: 1s;
		-webkit-transition: -webkit-transform 1s;
		-webkit-box-shadow: 0px 0px 4px #000;
		-moz-box-shadow: 0px 0px 4px #000;
		box-shadow: 0px 0px 4px #000;
	}
	.rollover img{ 
		box-shadow:0 0 4px #000;
		-moz-box-shadow:0 0 4px #000;
		-webkit-box-shadow:0 0 4px #000;
		-o-box-shadow:0 0 4px #000;
		border:3px solid #FFFFFF;
	}

.twitter-widget {
	position: relative;
	width: 250px;
}

.twitter-widget .widget-title {
	color: #17ddd5;
	font-size: 17px;
}

.twitter-widget #ticker ul.tweet_list {
	height: 70px;
	margin: 8px 0px 0px 0px;
	font-size: 11px;
	overflow: hidden;
}

.twitter-widget #ticker .tweet_list li {
	height: 70px;
	overflow: hidden;
}

/*---------------------------------------------------------------
	ABOUT / TEAM
---------------------------------------------------------------*/
#team {
	
}

#team .submenu {
	
}
	#team .submenu ul {
		list-style: none;	
	}

	#team .submenu ul li {
		text-align: right;
		display: block;
		line-height:10px;
	}

	#team .submenu ul li a {
		font-size: 13px;
		padding: 4px 5px 4px 5px;
		margin: 0px 0px 5px 0px;
		color: #fff;
		background-color: #000;
		text-decoration:none;
		text-transform:uppercase;
	}
		
	#team .submenu ul li a:hover {
		color: #17ddd5;
	}

	#team .submenu .disabled {
		color: #17ddd5;
		cursor: default;
	}

	#team .marker {
		position:absolute;
	}

#team .member {
	opacity: 0;
	filter: alpha(opacity=0);
}

.ie #team .member {

}

#team .profile-base {
	background-color: #fff;
}

#team .profile-img {

}

#team .scroll-paragraph {
	color: #000;
}
	
	#team .scroll-paragraph .jspTrack {
		background: #cbcbcb;
	}

	#team .scroll-paragraph .jspDrag {
		background: #767676;
	}

	#team .scroll-paragraph .text-image {
		
	}

	#team .scroll-paragraph a {
		color: #17ddd5;
	}

	#team .scroll-paragraph a:hover {
		text-decoration: underline;
	}

#team .email {
	background:transparent url(../images/email_icon.png) center left no-repeat;
}
	#team .email a {
		font-size: 11px;
		font-weight: 700;
		color: #333;
		margin-left:20px;
	}

	#team .email a:hover {
		text-decoration: underline;
	}

.text {
	font-size: 11px;
	color: #4f4f4f;
}

/*---------------------------------------------------------------
	GRID GALLERY
---------------------------------------------------------------*/
#grid-gallery {
	
}

#grid-gallery .title {
	font-weight: 400;
	font-size: 17px;
	color: #fff;
}

#grid-gallery .subtitle {
	color: #929292;
}

#grid-gallery .base {
	height: 238px;
	background-color: #111;
}

#grid-gallery .preload {
	
}

#grid-gallery .navi {
	
}

#grid-gallery .navi .up {
	cursor: pointer;
}

#grid-gallery .navi .down {
	cursor: pointer;
}

#grid-gallery .navi .up:active,
#grid-gallery .navi .down:active {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#grid-gallery .gallery {
	width: 80%;
	height: 303px;
	overflow-y: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
}

#grid-gallery .gallery .wrapper {
	float:left;
	position:relative;
	overflow:hidden;
}

#grid-gallery .gallery .wrapper img{
	outline: none;
}

#grid-gallery .gallery .container .rollover span {
	background-image: url('../images/grid_gallery/zoom_icon.png');
	background-repeat: no-repeat;
	width: 29px;
	height: 29px;
	display: none;
}

/*---------------------------------------------------------------
	HORIZONTAL GALLERY
---------------------------------------------------------------*/
#horiz-gallery {
	
}

#horiz-gallery .base {
	width: 100%;
	height: 350px;
	background-color: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#horiz-gallery .title {
	font-weight: 400;
	font-size: 38px;
	color: #fff;
}

#horiz-gallery .subtitle {
	font-weight: 400;
	font-size: 19px;
	color: #929292;
}

#horiz-gallery .preload {
	
}

#horiz-gallery .text {
	font-size: 13px;
	line-height: 17px;
	color: #555;
}

#horiz-gallery .gallery {
	height: 350px;
	opacity: 0;
	filter: alpha(opacity=0);
}

			#horiz-gallery .gallery .navi {
				opacity: 0;
				filter: alpha(opacity=0);
				margin-top:-193px;
				position:absolute;
				left:387px;
				z-index:9;
			}

			#horiz-gallery .gallery .navi img {
				cursor: pointer;
				margin-left:-6px;
			}

			#horiz-gallery .gallery .navi .next {
				
			}

			#horiz-gallery .gallery .images {
				height: 350px;
				overflow: hidden;
				padding: 0 0 0 0;
			}

			#horiz-gallery .gallery .images img, #horiz-gallery .gallery .images iframe {
				display: block;
				float:left;
				z-index:1;
			}

			#horiz-gallery .gallery .images iframe {
				border: solid 0px #000;
			}

/*---------------------------------------------------------------
	ROTATED GALLERY
---------------------------------------------------------------*/
#fullscreen-gallery {

}

#fullscreen-gallery .gallery {
	
}

#fullscreen-gallery .navi {
	margin-top:55px;
}

#fullscreen-gallery .navi img {
	
}

#fullscreen-gallery .navi .prev {
	
}

#fullscreen-gallery .navi .next {
	
}

#fullscreen-gallery .navi .th {
	
}

#fullscreen-gallery .navi .playpause {
	
}

.ie #fullscreen-gallery .navi .playpause {
	border: 0px solid #000;
}

#fullscreen-gallery .thumbs {
	width: 800px;
	opacity: 0;
	filter: alpha(opacity=0);
}

#fullscreen-gallery .thumbs ul {
	margin-left:-266px;
	overflow: hidden;
	padding-top:53px;
}

#fullscreen-gallery .thumbs ul li {
	list-style: none;
	margin: 0px 4px 0px 0px;
	position: relative;
	background-color: #17ddd5;
}

#fullscreen-gallery .thumbs ul li img {
	display: block;
}

/*---------------------------------------------------------------
	VIDEO GALLERY
---------------------------------------------------------------*/
#video-gallery {
	
}

#video-gallery .base {
	width: 100%;
	height: 500px;
	background-color: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#video-gallery .player {
	
}

#video-gallery .player .vjs-playlist {
	background-color: #000;
	overflow:hidden;
	display: none;
	width: 600px;
	height: 76px;
	background-image: url('../images/video_gallery/playlist_pattern.png');
}

#video-gallery .player .vjs-playlist img { 
	margin: 7px 0px 7px 7px;
	border: 1px solid #333;
	width: 100px;
	height: 60px;
	display: block;
	cursor: pointer;
	float:left;
}
	#video-gallery .playlist-wrapper{
		width:600px;
	}
	#video-gallery .player .vjs-playlist img:hover {
		border: 1px solid #999;
	}

	#video-gallery .player .vjs-playlist img span {
		background-image: url('../images/company/zoom_icon.png');
		background-repeat: no-repeat;
		width: 266px;
		height: 141px;
		display: none;
	}

/*---------------------------------------------------------------
	NEWS TICKER
---------------------------------------------------------------*/
#news {
	width: 100%;
}

#news .title {
	font-weight: 400;
	font-size: 41px;
	color: #fff;
}

#news .subtitle {
	font-weight: 400;
	font-size: 20px;
	color: #929292;
}

#news .ticker {
	
}

	#news .ticker .navi {
		display: inline-block;
		left: 170px;
		position: absolute;
		top: -41px;
	}
			
		#news .ticker .navi img {
			cursor: pointer;
		}

		#news .ticker .navi .prev {
			
		}

		#news .ticker .navi .next {
			
		}

		#news .ticker .navi .prev:active,
		#news .ticker .navi .next:active {
			opacity: 0.6;
			filter: alpha(opacity=60);
		}

	#news .ticker .carousel .item {
		width: auto;
		height: 250px;
		float: left;
		overflow: hidden;
	}

	#news .ticker .carousel .item img {
		float: left;
		shadow:0px 0px 7px black; 
		box-shadow:0px 0px 7px black; 
		-moz-box-shadow:0px 0px 7px black; 
		-webkit-box-shadow:0px 0px 7px black; 
		-o-box-shadow:0px 0px 7px black; 
		margin-right:15px;
		margin-bottom: 40px;
	}

	#news .ticker .carousel .item .date {
		font-size: 11px;
		color: #666;
		margin-bottom:20px;
	}

	#news .ticker .carousel .item .links {
		
	}

	#news .ticker .carousel .item h3 {
		font-size: 20px;
		font-style: italic;
		font-weight: 400;
		color: #17ddd5;
		margin: 0 0 20px;
		line-height:23px;
	}

	#news .ticker .carousel .item p {
		color: #fff;
	}

	#news .ticker .carousel .item a {
		color: #17ddd5;
	}

	#news .ticker .carousel .item a:hover {
		text-decoration: underline;
	}

	#news .ticker .carousel .item .text {
		width:  auto;
		height: 200px;
		line-height:20px;
		font-size:12px;
	}
	

/*---------------------------------------------------------------
	SHOPS / TABS
---------------------------------------------------------------*/
#shops {
	width: 100%;
}

#shops .mytabs {
	height: 350px;
}

	#shops .mytabs .tabs > div {
		width: 800px;
		float: left;
		overflow: hidden;
	}

	#shops .mytabs .tabs img {
		display: block;
		margin: 20px 25px 0px 0px;
		float: left;
	}

	#shops .mytabs .tabs h3 {
		font-size: 25px;
		font-weight: 400;
		line-height: 10px;
		color: #17ddd5;
		margin: 40px 0px 20px 0px;
	}

	#shops .mytabs .tabs .image {
		margin-top: 30px;
	}

	#shops .mytabs .tabs .rollover span {
		margin-top: 30px;
	}

	#shops .mytabs .tabs p {
		line-height: 17px;
	}

	#shops .mytabs .tabs .location-link {
		font-family: 'Arial', sans-serif;
		font-size: 11px;
		margin: 0;
		padding-left: 15px;
		color: #cfcfcf;
		background:transparent url(../images/shops/map_icon.png) center left no-repeat;
	}

	#shops .mytabs .tabs .location-link:hover {
		text-decoration: underline;
	}

	#shops .mytabs .pager {
		width: auto;
		text-align:left;
	}
	
	#shops .mytabs .tabs p {
		color: #fff;
	}

	#shops .mytabs .pager a {
		border: 1px solid transparent;
		border-left: none;
		border-color: #222;
		color: #222;
		font-size: 10px;
		font-weight: 700;
		display: inline-block;
		height: 17px;
		padding: 6px 15px 7px 15px;
		background:none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
		opacity: 0.9;
		filter: alpha(opacity=90);
		float:left;
	}

	#shops .mytabs .pager a:hover {
		color: #fff;
	}

	#shops .mytabs .pager a:first-child {
		border-left: 1px solid #222;
	}

	#shops .mytabs .pager a.selected {
		background-color: #17ddd5;
		color: #222;
	}

/*---------------------------------------------------------------
	LOCATION / FORM
---------------------------------------------------------------*/
#location {
	
}

#location .map {
	width: 300px;
	height: 237px;
	border-radius: 4px;
}

#map_obj {
	display: block;
	height: 100%;
	width: 100%;
	border-radius: 4px;
}

#location .contact {
	
}

#location .contact hr {
    border-color: #4E4E4E -moz-use-text-color -moz-use-text-color;
    border-style: solid none none;
    border-width: 2px 0 0;
    clear: both;
    height: 1px;
    min-height: 0;
	margin-top: 0;
	margin-bottom:0;
}

#location .contact .address {
	
}

#location .contact .paragraph_title {
	color: #17ddd5;	
}

#location .contact a {
	display: block;
	padding-left: 25px;
	background:transparent url(../images/email_icon.png) center left no-repeat;
}
	#location .contact a {
		color: #17ddd5;
	}

	#location .contact a:hover {
		text-decoration: underline;
	}

#location .contact .form {
	width:88%;
}

#location .contact{
	margin-top:0;
}

#location .contact .form  .fields {
	font-size: 12px;
	color: #555;
	background-color: transparent;
	border-width: 0px;
	border-bottom: 1px solid #666666;
	padding: 13px 0px 3px 0px;
	margin: 0px 0px 3px 0px;
	width: 100%;
	resize: none;
	overflow: auto;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
}

#location .contact .form  textarea.fields{
	height:90px;
}

#location .divider {
    border-right: 1px dashed #222;
}

#location .contact .form .button {
	font-size: 13px;
	color: #fff;
    margin: 2px 0px 0px 0px;
	padding: 1px 5px 1px 5px;
    background: url(../images/alpha.png);
	background: rgba(37, 37, 37, 0.8) url();
    border: none;
    cursor: pointer;
}

#location .contact .form .button a {
	text-decoration: none;
	color: #fff;
}

#location .contact .form .button a:hover {
	color: #17ddd5;
}

#location .contact .form .loader_message {
	font-weight: 300;
	color: #17ddd5;
    margin-top: 4px;
	position: relative;
	float: right;
}

#location .contact .form .loader_icon {
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
	background: #000 url(../images/preload.gif) no-repeat center center;
	background: rgba(0, 0, 0, 0.7) url(../images/preload.gif) no-repeat center center;
	height: 23px;
	width: 23px;
	position: relative;
	margin: -21px 0px 0px -30px;
	display: none;
}


/*---------------------------------------------------------------
	BLOG
---------------------------------------------------------------*/
#blog {
	width: 100%;
}

#blog .base {
	width: 100%;
	height: 300px;
	background-color: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#blog .title {
	font-weight: 400;
	font-size: 41px;
	color: #fff;
}

#blog .subtitle {
	font-weight: 400;
	font-size: 20px;
	color: #929292;
}

#blog .divider {
	width: 820px;
	border-top: 1px solid #6d6d6d;
}

#blog .ticker {
	
}

	#blog .ticker .navi {
		width:100px;
		height:100px;
		margin-left:-40px;
		position:absolute;
	}
			
		#blog .ticker .navi img {
			cursor: pointer;
		}

		#blog .ticker .navi .prev {
			margin-top:94px;
			position:absolute;
		}

		#blog .ticker .navi .next {
			margin-top:127px;
			position:absolute;
		}

		#blog .ticker .navi .back {
			display: none;
			position:absolute;
			margin-top:7px;
		}

		#blog .ticker .navi .prev:active,
		#blog .ticker .navi .next:active,
		#blog .ticker .navi .back:active {
			opacity: 0.6;
			filter: alpha(opacity=60);
		}

	#blog .ticker .carousel .item {
		width: 820px;
		height: 50px;
		float: left;
		overflow: hidden;
	}

	#blog .ticker .carousel .item .box {
		background: rgba(0, 0, 0, 0.8);
		padding: 5px;
		height: 39px;
		width: 820px;
		cursor: pointer;
	}

	.ie8 #blog .ticker .carousel .item .box { 
       background:transparent;
       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80111111); 
       zoom: 1;
    } 

	#blog .ticker .carousel .item .box:hover {
		background: rgba(0, 0, 0, 1);
	}

	#blog .ticker .carousel .item .entry-title {
		font-size: 14px;
		color: #fff;
		position: relative;
		padding: 4px 0px 3px 5px;
		top: 0px;
	}

	#blog .ticker .carousel .item .date {
		font-size: 11px;
		color: #666;
		padding: 0px 0px 0px 5px;
		position: relative;
		display: inline;
	}

	#blog .ticker .carousel .item .author {
		font-size: 11px;
		color: #666;
		margin: 0px 20px 0px 0px;
		float: right;
	}

	#blog .ticker .carousel .item .content {
		left: 840px;
		display: block;
		position: relative;
		top:-30px;
	}

	#blog .ticker .carousel .item .content img {
		display: block;
		float: left;
		box-shadow: 0px 0px 7px black; 
		margin-right:15px;
		margin-bottom:15px;
	}

	#blog .ticker .carousel .item .content h3 {
		font-size: 20px;
		font-style: italic;
		font-weight: 400;
		color: #17ddd5;
		margin: 0 6px 0 0;
		line-height:30px;
	}

	#blog .ticker .carousel .item .content p {
		color: #fff;
		width: 100%;
		height: auto;
		padding: 0px 25px 0px 0px;	
		line-height:16px;
	}

	#blog .ticker .carousel .item .content a {
		color: #17ddd5;
	}

	#blog .ticker .carousel .item .content a:hover {
		text-decoration: underline;
	}


/*---------------------------------------------------------------
	FOOTER
---------------------------------------------------------------*/
#footer {
	position: relative;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	margin-bottom:25px;
}

#footer .copyright {
	font-size: 10px;
	color: #a5a5a5;
	padding: 2px 20px 0px 0px;
}

#footer .copyright a {
	color: #a5a5a5;
	text-decoration: underline;
}

#footer .copyright a:hover {
	color: #fff;
}

#footer ul {
	margin: 0;
	overflow: hidden;
	padding: 0;
	float: left;
	padding: 10px;
}

#footer ul li {
	list-style: none;
	margin: 0px 6px 0px 0px;
	float: left;
	position: relative;
}



/*  
	-------------------------------------------------------------
	END CSS
*/ 