/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }


/* Global properties
---------------------------------------- */
body { 
	background:url(../images/body-bg1.gif) top center no-repeat #b3b3b3; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em; 
	line-height:1.3333em;
	color:#2f2f2f;
}
#page1 {
	background:url(../images/body-bg.gif) top center no-repeat #b3b3b3; 
}
html { min-width:1000px;}
html, body { height:100%;}

/* Global Structure
---------------------------------------- */

	/* Header */
	header{
		height:180px;
		background:url(../images/header-bg.gif) left top repeat-x;
		position:relative;
		z-index:5
	}		
	/* Content */
	section#content {
		position:relative;
		width:100%;
		z-index:1
	}
			
/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { 
	width:100%;
	overflow:hidden;
}

/* Paragraph styling */
p {
	padding-top:5px
}


/*----- txt, links, lines, titles -----*/
a {color:#949494; outline:none; text-decoration:underline;}
a:hover, a:focus { text-decoration:none;}
a:active, a:visited { }

blockquote {
	margin:0 5px 0px 5px;
	padding:0px 4px 0px 10px;
	font-size:1.666em; 
	line-height:1.55em;
	color:#fff; 
	quotes:none;
}
blockquote.left {background:url(../images/hr.gif) right top repeat-y; width:45%; float:left; margin-right:20px; padding-right:30px; padding-left:0;}
blockquote.right {background:url(../images/hr.gif) left top repeat-y; width:45%; float:right; margin-left:0px; padding-left:40px; background-position:15px 0;}
blockquote.quote {padding:0px 0 26px 36px; margin-top:26px; line-height:1.2307em; font-size:1em; background:url(../images/quote-bg.png) left 0px no-repeat; color:#2f2f2f; font-style:italic; width:80%; }




ins {
    background-color:#212026;
    color:#fff;
    text-decoration:none;
	}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
	}

del {
    text-decoration: line-through;
	color:#949494;
	}

abbr[title], dfn[title] {
    border-bottom:1px dotted #fff;
    cursor:help;
	color:#478ec2;
	text-transform:uppercase;
	}

strong   		   {color:#2f2f2f;}
em, dfn  		   { color:#fefefe;}
dfn 	 		     { color:#fefefe; font-size:1.1666em; letter-spacing:2px; }
sup, sub 		   { }
abbr, acronym  { color:#fff; text-transform:uppercase; border-bottom:1px dotted #fff;}
address 		   { margin:0 0 1.5em;font-style:italic;}
del 			     { color:#949494;}
pre, code, tt  { font:1em 'andale mono', 'lucida console', monospace; line-height:1.5; display:block;}
code 			     { background-color:#f6f6f6; display:block; color:#000; padding:3px 2px 3px 5px; line-height:1.67em;  border:1px dotted #333;}
pre 			     { white-space:pre;}
q {color:#fefefe; letter-spacing:0px; font-family:"Courier New", Courier, monospace; font-size:1.25em;}
b {color:#2f2f2f;}
i {color:#2f2f2f;}
cite {color:#2f2f2f;}
small {font-size:0.785em; color:#2f2f2f}
big {font-size:1.75em;  color:#2f2f2f;}
sup {vertical-align:top; font-size:0.76em; color:#2f2f2f}
sub {vertical-align:bottom; font-size:0.76em; color:#2f2f2f}
kbd {color:#2f2f2f; font-size:0.857em; font-family:"Courier New", Courier, monospace;}
samp {color:#2f2f2f; font-size:0.857em; font-family:"Courier New", Courier, monospace;}
var {color:#2f2f2f;}

.inner {
	color:#000;
}
/* Custom select color */
::selection {
	background: #333;	 /* Safari */
	color:#fff;
	}
::-moz-selection {
	background: #333;
	color:#fff;/* Firefox */
	}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#131313;
}

h1 {
	font-size:2.1666em;
	line-height:1.2307em;
	color:#000000;
	padding:3px 0 7px 0;
	margin-bottom:27px;
	border-bottom:2px solid #313131;
}
	.h1-pad {
		margin-bottom:22px;
	}
	.bg-none {
		background:none;
		letter-spacing:0;
		border:none;
	}

h2 {
	font-size:1.75em;
	line-height:1.2307em;
	padding:30px 0 25px 0;
}	

h3 {
	font-size:1.5em;
	line-height:1.2307em;
	padding:36px 0 22px 0;	
}


h4 {
	font-size:1.333em;
	line-height:1.2307em;
	padding:30px 0 30px 0;
}
	
h5 {
	font-size:1.1666em;
	line-height:1.2307em;
	color:#ffffff;
	padding:14px 0 22px 0;
	text-transform:uppercase;
}

h6 {
	font-size:1.0833em;
	line-height:1.2307em;
	padding:36px 0 20px 0;
	text-transform:uppercase;
}

/*  Header styles */
.sub-menu {
	padding-top:16px
}
	.sub-menu li {
		float:left;
		padding-right:8px;
	}
		.sub-menu li a {
			text-decoration:none;
			color:#757575;
			padding:0;
			font-style:italic;
			margin:0
		}
			.sub-menu li a:hover {
				text-decoration:underline;
				color:#fff;
			}
		.sub-menu .last {
			padding:0
		}
		* + html .sub-menu li {
			padding-right:4px;
		}
	
.logo {
	padding:25px 0 0 10px;
	float:left;
}
	.logo a {
	display:block;
	text-indent:-5000px;
	width:480px;
	height:123px;
	background:url(../images/logo.png) left top no-repeat;
	}

/* Unordered list style
---------------------------------------- */
/* Layouts navigation */
.layouts-nav {width:100%; overflow:hidden; padding-bottom:30px !important; padding-top:30px;}
	.layouts-nav li { float:left; margin-right:20px; background:none !important; padding:0 !important;}
		.layouts-nav li a {
			float:left;
			background:#000;
			padding:5px 15px;
			color:#fff;
			text-decoration:none;
			border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			margin-right:10px;
			cursor:pointer;
			behavior: url(js/PIE.htc);
			position:relative;
			}
		.layouts-nav li a:hover {
			background:#666;
			color:#fff;
			}

/* Ordered list style */
ol { padding-bottom:15px;}
	ol li { 
		list-style-position:outside;
		list-style-type:decimal;
		margin-left:24px;
		line-height:1.9em;
		font-size:1em;
		color:#000;
		font-weight:bold;		
		}
			ol li a {
				color:#000;
				text-decoration:none;
				font-weight:normal;
			}
				ol li a:hover {
					text-decoration:underline;
				}

.margin {
	margin-top:30px;
}
.list_1 li {
	font-size:0.8333em;
	line-height:2.4em;
	text-transform:uppercase;
}
	.list_1 li a {
		color:#2f2f2f;
		background:url(../images/list_1-marker.gif) 0 4px no-repeat;
		padding-left:24px;
		display:inline-block;
	}
		.list_1 li ul {
			padding-left:34px;
			padding-top:0px;
		}
		.list_1 li a:hover {
			color:#7f7f7f;
			text-decoration:underline;
			background:url(../images/list_1-marker.gif) 0 -17px no-repeat;
		}
			.list_1 li ul li {
				background:url(../images/list_1-marker1.gif) 0 8px no-repeat;
				padding:0 0 0 8px;
				font-size:1em;
				font-size:1.2em;
				line-height:1.2em;
				text-transform:none;
				margin:0;
			}
			.list_1 li ul li a {
				background:none;
				padding:0;
				text-decoration:none;
			}
				.list_1 li ul li a:hover {
					text-decoration:underline;
					background:none;
				}

.list_2 {
}
	.list_2 li {
		background:url(../images/list_2-marker.gif) left 12px no-repeat;
		font-size:1em;
		line-height:2.142em;
		text-transform:uppercase;
		padding:0 0 0px 10px;
	}
		.list_2 li a {
			color:#000;
		}
			.list_2 li a:hover {
				text-decoration:none;
			}
			
.list_3 {
}
	.list_3 li {
		background:url(../images/list_3-marker.gif) left 8px no-repeat;
		padding:0 0 0px 14px;
		line-height:1.666em;
	}
		.list_3 li a {
			color:#2a2a2a;
			text-decoration:none
		}
			.list_3 li a:hover {
				text-decoration:underline;
			}

dl dt {
	color:#2f2f2f !important;
	font-weight:bold;
	line-height:1.5em;
	font-size:1em;
}
	dl dd {
		padding:0 0 16px 45px;		
		font-size:1em;
		line-height:1.2857em;
		color:#2f2f2f;
	}


/* Table styling */
table { width:100%; border:2px solid #e6e6e6; margin-top:20px;}
table thead th {
	text-align:center;
	background:url(../images/table-bg.gif) repeat;
	padding:16px 0px 16px 0px;
	font-size:1.666em;
	font-weight:normal;
	color:#fff;
	border-right:1px solid #808080;
	border-bottom:none;
	}
table .tb-none {
	border-top:none;
}
table .right {
	border-right:1px solid #333237;
}
table tbody td {
	padding:9px 30px;
	background:#f4f5f6;
	text-align:center;
	border:1px solid #c6c7c7;
	color:#7d7d7d;
	}
table tr:hover td {
	background-color:#FFF;
	}



/*  Dropcaps style */
.dropcap_1 {
	font-size:37px;
	line-height:1.2307em;
	width:35px;
	color:#1f1f1f;
	font-weight:bold;
	display:block;
	float:left;
	height:35px;
}
.dropcap_2 {
	font-size:37px;
	background:url(../images/dropcap.png) no-repeat 50% 0;
	text-align:center;
	width:52px;
	line-height:52px;
	color:#fff;	
	display:block;
	font-weight:bold;
	float:left;
	margin-right:14px;
	}

.divider {
	background:url(../images/hr.gif) 335px 0px repeat-y
}
/*  Horizontal divider */
.hr {
	display:block;
	position:relative;
	padding:20px 0 30px 0;
	border:none;
	background:url(../images/hr.gif) 0 50% repeat-x;
	height:2px;
	overflow:hidden;
	font-size:12px;
	margin:0 0px 0 0;
	}
	.hr a {
		position:absolute;
		right:0;
		top:10px;
		text-transform:uppercase;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
		background:url(../images/arrow-top.gif) no-repeat 0 8px;
		padding-left:13px;
		color:#2b2b2b;
	}
	.hr a:hover { color:#666;}
	
/*  Buttons */
.button1 {
	display:inline-block;
	background:#fff;
	padding:9px 16px 9px 16px;
	font-size:0.8333em;
	text-transform:uppercase;
	line-height:1.2307em;
	text-decoration:none;
	color:#000;
	margin-top:18px;
	
}
	.button1:hover {
		background:#1c1c1c;
		color:#fff
	}

.button2 {
	display:inline-block;
	background:#000000;
	padding:8px 16px 8px 16px;
	font-size:0.8333em;
	line-height:1.2307em;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	margin-top:26px;
}
	.button2:hover {
		background:#fff;
		color:#000
	}

.button3 {
	display:inline-block;
	background:url(../images/button3-bg.gif) left top repeat-x #070707;
	padding:6px 20px 6px 20px;
	font-size:0.916em;
	line-height:1.2307em;
	text-decoration:none;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:26px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	behavior: url(js/PIE.htc);
	position: relative;
}
	.button3:hover {
		background:url(../images/button3-hover.gif) left top repeat-x #5a5a5a;
	}
	
.link {
	font-size:1.16666em;
	line-height:1.2307em;
	color:#6c6b6b;
	display:inline-block;
	margin-top:26px;
	font-style:italic;
}
/* Blocks and Boxes style
---------------------------------------- */
/* Supported list */	
.supported-list {
	width:100%;
	overflow:hidden;
	}
	.supported-list li {
		float:left;
		background:url(../images/line-ver.gif) 100% repeat-y !important;
		padding:0 0 0 0 !important;
		width:195px;
		margin:0 0 0 12px;
	}
	.supported-list li.first {
		margin-left:0;
	}
	.supported-list li.last {
		padding-right:0;
		background:none !important;
		}
		.supported-list li .inside {
			padding:0 12px 0 0 !important;
		}
		.supported-list li p.img-wrapper {
			width:180px;
			height:114px;
			border:1px solid #c9c9c9;
			overflow:hidden;
			position:relative;
			}
			.supported-list li p.img-wrapper img {
				padding:0;
			}

/* Information box */
.info-box {
	padding:20px 30px 25px 110px;
	margin-bottom:20px;
	color:#3d3e3e;
	border:1px solid #f0f0f0;
	position:relative;
	height:1%;
	font-size:1em;
	line-height:1.333em;
	background:#cccccc;
}
	.info-box p.icon {
		position:absolute;
		left:34px;
		top:-2px;
		margin:0;
	}

/* Download box */
.download-box {
	padding:20px 30px 25px 110px;	
	margin-bottom:20px;
	position:relative;
	height:1%;
	font-size:1em;
	line-height:1.333em;
	border:1px solid #f0f0f0;
	color:#3d3e3e;
	background:#cccccc;
}
	.download-box p.icon {
		position:absolute;
		left:34px;
		top:-2px;
		margin:0;
	}

/* Notification box */
.notification-box {
	padding:20px 30px 25px 110px;
	margin-bottom:20px;
	border:1px solid #f0f0f0;
	color:#3d3e3e;
	position:relative;
	height:1%;
	font-size:1em;
	line-height:1.333em;
	background:#cccccc;
	}
	.notification-box p.icon {
		position:absolute;
		left:34px;
		top:-2px;
		margin:0;
		}

/* Error message box */
.error-box {
	padding:20px 30px 25px 110px;
	margin-bottom:20px;
	border:1px solid #f0f0f0;
	color:#3d3e3e;
	position:relative;
	height:1%;
	font-size:1em;
	line-height:1.333em;
	background:#cccccc;
	}
	.error-box p.icon {
		position:absolute;
		left:34px;
		top:-2px;
		margin:0;
		}






/* Header
---------------------------------------- */

/* Pages
---------------------------------------- */

/* 404 page */
.box-404 {
	background:url(../images/box-404-bg.png) left top no-repeat;
	height:348px;
	padding-left:540px;
}
	.box-404 h1 {
		padding-top:46px;
		letter-spacing:-1px;
		margin-bottom:36px;
	}
		.box-404 h1 span {
			font-size:0.538em;
			line-height:1.2307em;
			text-transform:uppercase;
			vertical-align:baseline;
		}

/* Under Construction page =====*/
#constuction-box {
	width:800px;
	height:500px;
	position:relative;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-250px;
	background:#f0eded;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-color:#ccc;
	box-shadow:0 0 10px #999;
	-moz-box-shadow:0 0 10px #999;
	-webkit-box-shadow:0 0 10px #999;
	text-align:center;
	behavior:url(js/PIE.htc);
	}
	#constuction-box .inside {
		padding:10px 40px 40px 40px;
		}
		#constuction-box .button {
			position:relative;
			}
		#constuction-box h1 {
			text-align:center;
			margin-bottom:.2em;
			line-height:1.2em;
			letter-spacing: 2px;
			border-bottom: 1px solid #ddd;
			padding-bottom:10px;
			font-size:4em;
			padding:20px 0 0 0
			}
			#constuction-box h1 em { 
				text-transform:uppercase;
				color:#000;
				font-size:1em;
				font-style:normal;
				display:block;
				margin-bottom:-15px;
			}
			#constuction-box h1 strong {
				padding:0;
				font-size:1em;
			}
			
	/* Countdown */
	#countdown_dashboard {
		height: 110px;
		padding:30px 0 40px 0;
		width:650px;
		margin:0 auto;
		position:relative;
		}
	.dash {
		width: 110px;
		height: 114px;
		background: transparent url('../images/dash.png') 0 0 no-repeat;
		float: left;
		margin-left: 20px;
		position: relative;
		}
	
	.dash .digit {
		font-size:75px;
		line-height:85px;
		font-weight: bold;
		float: left;
		width: 55px;
		text-align: center;
		font-family:"Times New Roman", Times, serif;
		color: #555;
		position: relative;
	}
		.dash .digit .bottom {
			font-size:75px;
			line-height:85px;
		}
	
	.dash_title {
		position: absolute;
		display: block;
		bottom: 0px;
		left:0;
		font-size: 12px;
		color: #555;
		text-transform: uppercase;
		letter-spacing: 2px;
		width:110px;
	}
	
	.dev_comment {
		font-size: 14pt;
		color: #777;
		text-align: center;
		font-style: italic;
		margin: 40px 10px;
	}
	
	#subscribe_form {
		position: relative;
	} 
	
	#email_field {
		font-size: 16pt;
		padding: 6px 10px;
		width: 300px;
	}
	
	#subscribe_button {
		font-size: 14pt;
		color: #333;
		padding: 4px 8px;
	}
	
	.copyright {
		font-size: 9pt;
		color: #333;
		margin: 40px 0px;
	}
	
	.faded {
		color: #999;
	}
	
	.form_message {
		width: 400px;
		padding: 10px;
		margin: 15px auto;
		display: none;
	}
	
	#error_message {
		background-color: #ffe;
		border-left: 5px solid #bb3;
		border-right: 5px solid #bb3;
		color: #770;
	}
	
	#info_message {
		background-color: #f0f9ff;
		border: 1px solid #eef;
	}
	
	#loading {
		text-align: center;
		margin: 10px;
		display: none;
		position: absolute;
		width: 100%;
		top: 60px;
	}

/* Intro page */
#intro-box {
	width:600px;
	height:400px;
	position:relative;
	left:50%;
	top:50%;
	margin-left:-300px;
	margin-top:-200px;
	background:#CCC;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-color:#ccc;
	box-shadow:0 0 10px #999;
	-moz-box-shadow:0 0 10px #999;
	-webkit-box-shadow:0 0 10px #999;
	text-align:center;
	behavior:url(js/PIE.htc);
	float:left;
	}
	#intro-box .inside {
		padding:40px 40px 40px 40px;
		}
		#intro-box h2 {
			font-weight:700;
			text-align:center;
			font-size:4em;
			margin-bottom:.2em;
			line-height:1.2em;
			position:absolute;
			left:0;
			top:-110px;
			text-align:center;
			width:600px;
			overflow:hidden;
			height:100px;
			color:#000;
			font-weight:normal;
			}
			#intro-box h1 span { 
				text-transform:uppercase;
				color:#1fb7c4;
				display:block;
				margin-bottom:-15px;
			}
		#intro-box .button2 {
			position:absolute;
			right:40px;
			bottom:20px;
			float:right;
			white-space:nowrap;
			}
		.intro-buttons {
			width:500px;
			padding:0 50px;
			position:absolute;
			left:0;
			bottom:50px;
			}
		#flash-intro {
			margin-bottom:20px;
			position:absolute;
			left:23px;
			top:20px;
			}

/* Content
---------------------------------------- */	
.indent {
	padding-bottom:55px;
}
.indent1 {
	padding-bottom:25px;
}
.func .button2 {
	margin-top:0
}
#slider {
	margin:8px 10px 0 10px;
	border-top:16px solid #1d1d1d;
	width:940px;
	height:469px;
	overflow:hidden;	
}
	.coin-slider {
		padding-bottom:0px !important
	}
	.carousel {
		position:relative;		
			padding-top:16px  !important
	}
		.carousel ul {
			width:960px;
			overflow:hidden;
			padding-top:14px !important;
		}
			.carousel li {
	width:220px;
	margin-right:20px;
	float:left;
	color:#6e6e6e;
	position:relative;
	min-height:280px;
			}
.prevBtn {
	display:block;
	width:29px;
	height:29px;
	background:url(../images/prev-btn.gif) 0 0 no-repeat;
	float:left;
}
	.prevBtn:hover {
		background:url(../images/prev-btn.gif) 0 -29px no-repeat;
	}
.nextBtn {
	display:block;
	width:29px;
	height:29px;
	background:url(../images/next-btn.gif) 0 -29px no-repeat;	
	float:left;
}
	.nextBtn:hover {
		background:url(../images/next-btn.gif) 0 0 no-repeat;
	}
	
.title {
	font-size:1.416em;
	line-height:1.2307em;
	color:#383838;
	display:inline-block;
	margin:22px 0 9px 0;
}

.wrap-pad {
	padding-top:40px;
}
.wrap-pad1 {
	padding-top:28px;
}

.pad {
	padding-top:12px;
}
.pad1 {
	padding-top:32px;
}
.pad2 {
	padding-top:16px;
}
.pad3 {
	padding-top:24px;
}

.alignright.pad {
	padding-right:10px;
}

.color {
	color:#fff;
}

.grid_indent {
	padding-left:12px;
}
.grid_indent1 {
	padding-left:27px;
}


.banner {
	height:285px;
	background:url(../images/banner-bg.jpg) left top no-repeat;
	
	color:#383838;
	margin-top:9px;
	padding:28px 20px 0 0;
}
	.banner div {
		font-size:2.5em;
		line-height:0.8em;
	}
	.banner span {
		font-size:0.7333em;
		line-height:1em;
		vertical-align:baseline;
	}
	.banner strong {
		color:#383838;
	}
	.banner .button2 {
		margin:194px 0 0 17px;
		padding:8px 10px;
	}
/*---- news list ---*/

.news li {
	padding-bottom:24px;
}
	.news li span{
		display:inline-block;
		background:#272727;
		padding:6px 8px;
		font-size:0.8333em;
		line-height:1.2307em;
		color:#fff;
		text-transform:uppercase;
		margin-bottom:4px;
	}
		.news li a {
			color:#2f2f2f;
		}
		.news .last {
			padding-bottom:0;
		}

/*---*/

.link-margin {
	margin-top:38px;
}
.link-margin1 {
	margin-top:0px;
}

.wraper-box {
	background:url(../images/icon.png) left -12px no-repeat;
	padding:0 0 15px 88px;
	margin-bottom:-15px;
}

.adress {
	font-size:1.25em;
	line-height:1.4em;
	padding-top:30px;
}
	.adress strong {
		color:#fff;
	}
	.adress p {
		padding-top:20px;
	}
	.adress a {
		color:#fff;
		text-decoration:none;
		font-weight:bold;
	}
		.adress a:hover {
			text-decoration:underline;
		}
		.adress span {
			display:inline-block;
			width:80px;
		}

/*---- projects-----*/
.projects {
	width:100%;
	overflow:hidden;
	padding:4px 0 25px 0;
}
	.projects li {
		float:left;
		width:278px;
		background:#e6e6e6;
		padding:10px 10px 15px 10px ;
		margin:0 23px 30px 0;
	}
		.projects li a {
			text-decoration:none;
		}
		.projects li strong {
			display:block;
			text-transform:uppercase;
			padding:14px 0 4px 0
		}
		.projects li figure {
			float:none !important;
			margin:0;
		}
		.projects .last {
			margin-right:0
		}
		.projects .last1 {
			margin-bottom:0
		}
		.projects li:hover {
			cursor:pointer;
			background:#191919;
			color:#78787b;
		}
			.projects li:hover strong {
				color:#fff;
				font-size:1.0833em;
				font-weight:normal;
			}


/*------*/

/* Lightbox image */
.lightbox-image {
	position:relative;
	overflow:hidden;
	display:block;
	}
	.lightbox-image img {
		position:relative;
		z-index:2;
		}
	.lightbox-image span {
		display:block;
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		background:url(../images/magnify.png) no-repeat 50% 50%;
		z-index:1;
		}
/* Pagination */
.pagination {
	display:block;
	width:100%;
	overflow:hidden;
	}
	.pagination a {
		float:left;
		font-size:11px;
		color:#000;
		text-decoration:none;
		text-transform:uppercase;
		line-height:31px;
		padding-left:14px;
		}
	.pagination a:hover {
		text-decoration:underline;
		}
		.pagination ul {
			float:left;
			padding:0 3px 0 18px;
			}
			.pagination ul li {
				float:left;
				padding-left:1px;
				margin-right:1px;
				padding:0 0 0 0 !important;
				background:none !important;
				}
			.pagination ul li span {
				width:31px;
				float:left;
				text-align:center;
				color:#000;
				}
				.pagination ul li a {
					font-size:15px;
					color:#000;
					text-decoration:none;
					width:31px;
					line-height:31px;
					height:31px;
					text-align:center;
					background:#e9e9e9;
					padding:0;
					}
				.pagination ul li a:hover {
					background:#19b6c5;
					text-decoration:none;
					color:#fff;
					}


/* Other */
figure { 
	margin:4px 20px 0 0;
	background:none;
	float:left;

	}
	figure.none {
		margin:4px 0 0 0;
		float:none;
	}
	figure.none1 {
		margin:4px 0 0 0;
	}
	figure figcaption {
		color:#fff;
		font-size:1.6666em;
		text-align:center;
		line-height:1.2307em;
		padding:4px 0 6px 0;
		background:#1e1e1e;
		border-top:none;
		margin-top:-34px;
		position:relative;
		font-style:italic;
		display:block;
		z-index:10;
	}

figure.fright {
	float:right;
	margin:4px 0 0 16px;
	}

.extra-wrap { 
	width:100%;
	}
	
/* Footer
---------------------------------------- */
footer {
	height:80px;
	background:url(../images/footer-bg.gif) left top repeat-x;
	color:#434343;
}	
	.policy {
		font-size:0.916em;
		line-height:1.2307em;
		text-transform:uppercase;
		padding-top:20px;
		float:left;
	}
		.policy a {
			color:#434343;
			text-decoration:none;
		}
			.policy a:hover {
				text-decoration:underline;
			}
	
	.socials {
		float:right;
		padding-top:13px;
	}
	.socials a {
		display:inline-block;
		width:32px;
		margin-left:3px;
		height:32px;
	}
		.twitter {
			background:url(../images/twitter.png) 0 0 no-repeat;
		}
			.twitter:hover {
				background:url(../images/twitter.png) 0 -32px no-repeat;
			}
		.facebook {
			background:url(../images/face.png) 0 0 no-repeat;
		}
			.facebook:hover {
				background:url(../images/face.png) 0 -32px no-repeat;
			}	
		.youtube {
			background:url(../images/youtube.png) 0 0 no-repeat;
		}
			.youtube:hover {
				background:url(../images/youtube.png) 0 -32px no-repeat;
			}
		.rss {
			background:url(../images/rss.png) 0 0 no-repeat;
		}
			.rss:hover {
				background:url(../images/rss.png) 0 -32px no-repeat;
			}
		.orkut {
			background:url(../images/orkut.png) 0 0 no-repeat;
		}
			.orkut:hover {
				background:url(../images/orkut.png) 0 -32px no-repeat;
			}
		.flickr {
			background:url(../images/flickr.png) 0 0 no-repeat;
		}
			.flickr:hover {
				background:url(../images/flickr.png) 0 -32px no-repeat;
			}
	.link1 {
		font-weight:bold;
		color:#fff;
		text-decoration:none;
	}
		.link1:hover {
			text-decoration:underline;
		}
/* Forms
---------------------------------------- */
#search-form {
	padding:99px 10px 0 0px;
	float:right;
}
	#search-form fieldset {
		border:none;
	}
			#search-form input[type=text] {
				border-top:1px solid #6e6e6e;
				border-left:1px solid #6e6e6e;
				border-right:1px solid #bdbdbd;
				border-bottom:1px solid #bdbdbd;
				padding:3px 0 3px 5px;
				font-size:1.0833em;
				line-height:1.2307em;
				background:#fff;
				color:#999;
				margin:0 6px 0 0;
				width:159px;
				vertical-align:top;
			}
			* + html #search-form input[type=text] {
				margin-top:-1px;
			}
			#search-form .rowElem {
				vertical-align:top;
			}
			#search-form .button3 {
				margin:0 0 0 0;
				padding:5px 14px 5px 18px;
				vertical-align:top;
				line-height:1.2307em;
			}

#search-form1 {
	padding:50px 10px 0 0px;
}
	#search-form1 fieldset {
		border:none;
	}
			#search-form1 input[type=text] {
				border-top:1px solid #6e6e6e;
				border-left:1px solid #6e6e6e;
				border-right:1px solid #bdbdbd;
				border-bottom:1px solid #bdbdbd;
				padding:3px 0 3px 5px;
				font-size:1.0833em;
				line-height:1.2307em;
				background:#fff;
				color:#999;
				margin:0 6px 0 0;
				width:159px;
				vertical-align:top;
			}
			* + html #search-form1 input[type=text] {
				margin-top:-1px;
			}
			#search-form1 .rowElem {
				vertical-align:top;
			}
			#search-form1 .button3 {
				margin:0 0 0 0;
				padding:5px 14px 5px 18px;
				vertical-align:top;
				line-height:1.2307em;
			}
				

/* Forms default */
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	}

/* Newsletter form */
#newsletter-form fieldset {
	border:none;
	}
	#newsletter-form .field {
		overflow:hidden;
		margin-bottom:8px;
		}
	#newsletter-form input[type=text] {
		width:175px;
		padding:3px 0 3px 5px;
		background:#4d4d4d;
		border:none;
		color:#a7a7a7;
		border-right:1px solid #000;
		border-left:1px solid #000;
		margin-right:3px;
	}
	#newsletter-form input[type=submit] {
		width:30px;
		height:22px;
		background:#fff;
		border:1px solid #000;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		cursor:pointer;
		color:#2f2f2f;
		font-weight:bold;
		text-transform:uppercase;
		text-shadow:0 1px 0 #f1f1f1;
		}


/* Contact form */
 #contact-form {
	vertical-align:top;	
	overflow:hidden;
	padding-top:25px;
}
	#contact-form fieldset {
		border:none;
		}
		#contact-form .rowElem {
			display:block;			
			position:relative;
			min-height:46px;
			}
			#contact-form .textarea-box {
				position:relative;
			}
			#contact-form input {
				width:327px;
				padding:10px 0px 11px 10px;
				background:#fff;
				border:none;
				font-size:1em;
				line-height:1.2307em;
				display:block;
				color:#2f2f2f;
				}
				#contact-form .button1 {
					margin:25px 0 0 20px;
				}
					#contact-form .color {
						color:#fff;
					}
			#contact-form textarea {
				width:327px;
				height:196px;
				padding:10px 0px 0px 10px;
				background:#fff;
				border:none;
				overflow:auto;
				display:block;
				color:#2f2f2f;
				}
				#contact-form label {
					padding:0px 0 2px 5px;
					display:inline-block;
					font-size:11px;
					display:none;
				}
				#contact-form .rowElem label {
					font-size:11px;
				}
				#contact-form .textarea-box label {
					padding:0px 0 2px 5px;
					font-size:11px;
				}
#contact-form .error {
				color:red;
			}

div#contact_form .download-box {
	margin:20px 30px 0 0;
	padding-top:24px;
	background:url(../images/icon-download.png) 30px 9px no-repeat #cccccc;
}
#back {
	display:inline-block;
	background:#000;
	padding:10px 16px 10px 16px;
	font-size:1em;
	line-height:1.2307em;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	margin-top:24px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
}

/* Newsletter-form */
#newsletter-alt-form fieldset {
	border:none;
	padding-top:15px;
	}
	#newsletter-alt-form input[type=text] {
		width:215px;
		padding:7px 0 7px 10px;
		background:#f9f9f9;
		border:none;
		color:#686666;
		border:1px solid #e2e2e2;
		border-right:1px solid #bababa;
		border-left:1px solid #bababa;
		border-top:1px solid #bababa;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		behavior:url(js/PIE.htc);
		margin-right:12px;
		font-size:12px;
		position:relative;
		}
	#newsletter-alt-form input[type=submit] {
		width:75px;
		height:32px;
		border:none;
		border-radius:20px;
		-moz-border-radius:20px;
		-webkit-border-radius:20px;
		behavior:url(js/PIE.htc);
		position:relative;
		cursor:pointer;
		color:#fff;
		font-weight:bold;
		font-size:12px;		
		background:#1d150d;
		line-height:1.2307em;
		font-family:Arial, Helvetica, sans-serif;
			}

/**/


/* SlideDown element */
.slideDown {
	padding:0 1px 0 0;
	width:100%;
	position:relative;
	}
	.slideDown dt {		
		background-image:url(../images/arrow1.gif);
		background-repeat:no-repeat;
		background-position:100% 16px;
		background-color:#151515;
		color: #fff !important;	
		padding:9px 0 9px 21px;
		margin-bottom:4px;
		font-weight:bold;
		text-decoration:none;
		display:block;
		font-size:12px;
		cursor:pointer;
		margin-bottom:10px;
	}
	.slideDown dt:hover, .slideDown dt.active {
		background-color:#535353;
		color:#fff;
		text-shadow:0 0 5px #fff;
	}
	.slideDown dt.active {
		background-image:url(../images/arrow2.gif);
	}

	.slideDown dd {
		display:none;
		padding:10px 20px 20px 20px;
	}
	.slideDown.absolute dd {
		position:absolute;
		background:#999;
		width:100%;
		padding:0;
		z-index:20
	}
	.slideDown dd .absolute-indent {
		padding:10px 20px 20px 20px;
	}




/* Accordion */
dl#accordion {
	list-style-type:none;
	margin: 0;
	padding: 0 2px 0 0;
	height:auto !important;
}
	dl#accordion .indent {
		padding-top:7px !important;
		padding-bottom:5px !important
		}

	dl#accordion a {
		display: block;
		text-decoration: none;	
		}

	dl#accordion dt {
		margin-top:1px;
		background:none;
		padding:0;
		}
		dl#accordion dt a {
			background-image:url(../images/arrow1.gif);
			background-repeat:no-repeat;
			background-position:100% 16px;
			background-color:#151515;
			color: #fff;	
			padding:9px 0 9px 21px;
			margin-bottom:4px;
			font-weight:bold;
			text-decoration:none;
			display:block;
			font-size:12px;
			}

		dl#accordion dt a:hover {
			background-color:#333;
			color:#fff;
			}

		dl#accordion dt.active a{
			background-color:#999;
			background-image:url(../images/arrow2.gif);
			color:#333;
			}

	dl#accordion dd {
		display:none;
		margin-bottom:0;
	}
		dl#accordion dd .indent {
			padding:10px 30px 14px 20px !important;
		}
		dl#accordion dd a {
			display:inline;
			background:none;
			padding:0;
			width:auto;
			text-decoration:underline;
		}
		dl#accordion dd a:hover {
			text-decoration:none;
			background:none;
		}


/* Tooltips */
.aToolTip {
	border:1px solid #FFF;
	background:#CCC;
	color:#000;
	margin:0;
	padding:2px 8px;
	font-size:11px;
	}

.aToolTip .aToolTipContent {
	position:relative;
	margin:0;
	padding:0;
	}

a.aToolTipCloseBtn {
	display:block;
	height:20px;
	width:20px;
	overflow:hidden;
	background:url(../images/close.gif) no-repeat;
	text-indent:-9999px;
	outline:none;
	position:absolute;
	top:-15px;
	right:-20px;
	}


/* Coin Slider */
#coind-slider { overflow:hidden;}
.coin-slider { 
	overflow: hidden;
	zoom: 1;
	position: relative;
	padding-bottom:30px;
	}
.coin-slider a { text-decoration: none; outline: none; border: none; }

.cs-buttons { 
	font-size: 0px;
	padding: 10px;
	float: left;
	}
	.cs-buttons a { 
		margin-left: 5px;
		height: 10px;
		width: 10px;
		float: left;
		border: 1px solid #000;
		background:#fff;
		color: #fea900;
		text-indent: -9999em; 
		border-radius:6px;
		position:relative;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		behavior: url(js/PIE.htc);
		
	}
	.cs-buttons a:hover,
	.cs-buttons a.cs-active { 
		background-color: #666;
		border: 1px solid #000;
		color: #fff;
		}

	.cs-title { 
		width:100%; 
		padding: 10px 0; 
		background-color: #000;
		color: #fff;
		text-indent:10px;
		}

	.cs-prev, 
	.cs-next { 
		background-color: #000;
		color: #fff;
		padding: 0px 10px;
	}
	.cs-prev:hover,
	.cs-next:hover { background:#666;}

#text_slider div {
	background:none !important;
}
/* Gallery */
#galleryfic_gallery {
	padding-bottom:50px;
	width:100%;
	overflow:hidden;
	}
	div.content {
		/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
		display: none;
		width: 940px; 
		position:relative;
		z-index:10;
		margin-bottom:20px;
	}
		div.content a, div.navigation a {
			text-decoration: none;
			color: #777;
		}
		div.content a:focus, div.content a:hover, div.content a:active {
			text-decoration: underline;
		}
	div.slideshow-container {
		position: relative;
		clear: both;
		height: 610px; /* This should be set to be at least the height of the largest image in the slideshow */
		z-index:10
	}
		.advanced_gallery div.slideshow-container {
			width:610px;
			overflow:hidden;
		}
	div.loader {
		position: absolute;
		top: 0;
		left: 0;
		background-repeat: no-repeat;
		background-position: center;
	}
	div.slideshow {
		height: 610px;
		width:940px;
		overflow:hidden;
	}
	div.slideshow span.image-wrapper {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		height: 610px;
		width:940px;
	}
	div.slideshow a.advance-link {
		display: block;
		width: 940px;
		height: 610px; /* This should be set to be at least the height of the largest image in the slideshow */
		text-align: center;
		overflow:hidden;
	}
	div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
		text-decoration: none;
	}
	div.slideshow img {
		position:absolute;
		left:0;
		top:0;
		padding:4px;
		border:1px solid #fff;
	}
	.advanced_gallery div.slideshow img {
			border:none;
			margin-left:-100px;
		}
	div.slideshow.noborder img {
		padding:0;
		border:none;
	}
	div.slideshow.simple span.image-wrapper {
		left:0;
	}
	div.caption-container {
		position: relative;
		clear: left;
		height:40px;
	}
		.advanced_gallery div.caption-container {
			position:absolute;
			right:0;
			top:0;
			width:330px;
		}
	span.image-caption {
		display: block;
		position: absolute;
		width: 400px;
		top: 0;
		left: 0;
	}
	div.caption {
		padding:10px 70px 0 30px;
		overflow:hidden;
	}
	div.caption h2 {
		background:url(../images/content-bg.gif) repeat;
	}
	div.image-desc {
		font-size:10px;
		text-transform:uppercase;
		float:right;
		padding:8px 0 0 0;
	}
	div.navigation {
		/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	}
	ul.thumbs {
		clear: both;
		margin: 0;
		padding: 0;
	}
	ul.thumbs li {
		float: left;
		padding:1px !important;
		background:none !important;
		list-style: none;
		margin:0 10px 0 0;
		margin-bottom:4px;
	}
	ul.thumbs li.last {
		padding-right:0;
	}
	a.thumb {
		display: block;
	}
	ul.thumbs li.selected a.thumb {
	}
	a.thumb:focus {
		outline: none;
	}
	ul.thumbs img {
		border: none;
		display: block;
		border:1px solid #fff;
		padding:2px;
	}


/* Kwicks */
.kwicks-wrapper {
	width:940px;
	overflow:hidden;
}
	.kwicks-box {
		border:1px solid #323232;
		padding:12px;
		}
	
	.kwicks {
		/* recommended styles for kwicks ul container */
		list-style: none;
		position: relative;
		margin: 0;
		padding: 0 !important;
		overflow:hidden;
		height:600px;
		background:#000;
		}
	.kwicks li{
		/* these are required, but the values are up to you (must be pixel) */
		width: 188px;
		height: 600px;
		/*do not change these */
		display: block;
		overflow: hidden;
		padding: 0 !important;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
		cursor:pointer;
		opacity:.5;
		filter: alpha(opacity=50);
		background:none !important;
		}
	.kwicks li.active {
		opacity:1;
		filter: alpha(opacity=100);
		}
	.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: 0; /*Set to same as spacing option. */	
		float: left;
		}	
	
	.kwicks_vertical {
		/* recommended styles for kwicks ul container */
		list-style: none;
		position: relative;
		margin: 0;
		padding: 0 !important;
		overflow:hidden;
		width:950px;
		height:396px;
		background:#000;
		}
	.kwicks_vertical li{
		/* these are required, but the values are up to you (must be pixel) */
		height: 196px;
		/*do not change these */
		display: block;
		overflow: hidden;
		padding: 0 !important;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
		cursor:pointer;
		float:none;
		opacity:.5;
		filter: alpha(opacity=50);
		}
	.kwicks_vertical li.active {
		opacity:1;
		filter: alpha(opacity=100);
		}


/* Superfish Dropdown Menu */
nav {
	padding-top:16px;
}
.sf-menu {
	margin:			0;
	padding:		0;
	list-style:		none;
	background:none;
	position:relative;
	z-index:50;
}
.sf-menu li {
	float:left;
	font-size:1.16em;
	line-height:1.2307em;
	text-transform:uppercase;
	position:relative;
	padding:0 36px 0 0;
	
}
.sf-menu .last {
	padding-right:0
}

	.sf-menu li a {
		text-decoration:none;
		display:inline-block;
		zoom:1;
		position:relative;
		z-index:20;
		color:#5d5d5d;
	}
	
		
.sf-menu ul {
	position:absolute;
	width: 133px;
	border:none;
	padding:10px 0 10px 0px;
	background:#1c1c1c;
	display:none;
	
}
.sf-menu ul ul {
	position:absolute;
	width: 133px;
	border:none;
	display:none;
	background:#1c1c1c;
}
	.sf-menu li a:hover, .sf-menu li.sfHover > a, .sf-menu li .current  {
		text-decoration:underline;
		color:#fff;
	}
	

.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li li {
	font-size:0.857em;
	line-height:1.23em;
	padding:0px 0px 0px 0;
	cursor:pointer;
	text-transform:none;
}
.sf-menu li li li {
	font-size:1em;
}
.sf-menu li li a {
	color:#5d5d5d;
	overflow:hidden;
	display:block;
	text-decoration:none;
	padding:5px 0px 5px 17px;
	text-transform:uppercase;
}	
	.sf-menu li li a:hover, .sf-menu li li.sfHover > a, .sf-menu li li .current  {
		text-decoration:none;
		background:#333333;
		color:#fff;
	}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			-17px;
	top:			35px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			133px; /* match ul width */
	top:			-10px;
}
	
ul.typography li li:hover ul,
ul.typography li li.sfHover ul {
	left:			133px; /* match ul width */
	top:			-10px;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			-10px;
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:url(../images/sf-ul-li-a-bg.gif) no-repeat 0 0;
}
.sf-menu .sf-sub-indicator {
	display:none;
}
	.sf-menu ul .sf-sub-indicator {
		display:block;
	}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:50%;
	margin-top:-2px;
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { right:5px !important;}
.sf-menu ul a > .sf-sub-indicator { background:url(../images/sf-ul-li-a-bg.gif) no-repeat 0 0;}


/* Tabs */
.tabs {
	clear: left;
	float: left;
	margin: 15px 0 0px 0;
	padding-bottom:30px;
	}
	.tabs ol {
		list-style-type: decimal;
		margin: 0 0 0 20px;
		}
		.tabs ol li {
			display: list-item;
			float: none;
			padding-bottom:5px !important;
			color:#000;
			font-weight:normal;
			}
	
	.tabs ul.nav { width:100%;}
		
	.tabs ul {
		float: left;
		list-style: none;
		margin: 0 0 5px 0 !important;
		padding:0 0 0 0 !important;
		}
		.tabs li {
			display: block;
			float: left;
			margin: 0 5px 0 0;
			background:none !important;
			padding:0 0 0 0 !important;
			}
		.tabs .selected {
			margin-bottom: -5px;
			position: relative;
			}
		.tabs .selected a {
			background: #f0f0f0;
			color: #000;
			padding-bottom: 10px;
			}
		.tabs a:hover {
			background: #f0f0f0;
			color: #000;
			}

		.tabs a {
			background:#000;
			color: #fff;
			display: block;
			padding:5px 10px;
			text-decoration: none;
			}

	.tabs .tab-content {
		background: #f0f0f0;
		clear: both;
		max-width:700px;
		width:auto;
		overflow:auto;
		}
		.tabs .tab-content .inner {
			padding:10px;
			}
	
	.tabs p { margin-bottom: 5px; }
	.tabs .tab-content strong { color:#000;}
	
	.tabs pre {
		margin:4px 0;
	}
	.tabs code {
		overflow:auto;
	}
	*+html .tabs code { overflow:visible;}


/* Twitter */
#twitter {
	margin-bottom: 2em;
	color:#000
	}

	#twitter h2 {
		margin: 0 0 5px 0;
		padding:.5em 1em;
		font-size: 1.5em;
		color: #fff;
		background-color: #888;
		letter-spacing:0;
		}

	#preloader {
		margin: 0;
		padding: 1em 1em 1em 3em;
		text-indent:10px;
		background: transparent url(../images/loader.gif) 1em center no-repeat;
		/* generate your own loader gif: http://www.ajaxload.info */
		}

	ul#twitter_update_list {
		margin: 0;
		padding: 0 0 0.5em 0;
		list-style-type: none;
		}
		ul#twitter_update_list li {
			margin: 0;
			padding: 0.8em 0 1em 1em !important;
			background:#CCC;
			margin-bottom:7px;
			}
		ul#twitter_update_list li:hover {
			background-color:#666;
			color:#fff;
			}
			ul#twitter_update_list li:hover a {
				color:#000;
				}

			ul#twitter_update_list li a {
				/* timestamp link */
				color: #000;
				}
			
				ul#twitter_update_list li span {
					display: block;
					}
				
				ul#twitter_update_list li span a {
					/* links in tweet */
					color: #666;
					}
				
			ul#twitter_update_list li.firstTweet {
				
				}
			ul#twitter_update_list li.lastTweet {
				border-bottom: none;
				}
			
			a#profileLink {
				display: block;
				padding: 0.3em 1em;
				color: #fff;
				background-color: #000;
				}


/* Elements list */
.elements-list li {
	background:none !important;
	padding:0 0 12px 0 !important;
	position:relative;
	font-size:1em;
	}
	.elements-list li code {
		position:absolute;
		right:0;
		top:-3px;
		padding:2px 3px 1px 3px;
		border:1px dotted #333;
		}



/*======================================================*/

/* Code grabber */
.code {
	padding:30px 0 10px 0;
}
	.code a.code-icon {
		margin-bottom:10px;
	}
	.code a.code-icon i {
		padding-right:6px;
		font-style:normal;
		color:#999
	}
	.code div.grabber {
		display:none;
	}
	.code code {
		padding:0 10px 0 10px;
		background:#f6f6f6;
		color:#333;
		border:1px solid #dfdfdf;
		white-space:pre;
		overflow:auto;
	}

/* Advanced Menu */
#advanced {
	position:fixed;
	z-index:999;
	right:-172px;
	top:50px;
	background:#181818;
	padding:20px 16px 20px 18px;
	width:135px;
	font-size:11px;
	line-height:1.6em;
	font-family:Tahoma, Geneva, sans-serif;
	color:#dfdfdf;
	-webkit-border-radius: 0px 0 0 6px;
	-moz-border-radius: 0px 0 0 6px;
	border-radius: 0px 0 0 6px;
}
	#advanced span.trigger {
		display:block;
		position:absolute;
		left:-81px;
		top:20px;
		margin-top:-25px;
		width:81px;
		height:52px;
		background:#fff;
		cursor:pointer;
		text-align:center;
		background:url(../images/panel/adv-trigger.png) no-repeat 0 0;
	}
		#advanced span.trigger strong {display:block; padding:4px 0 0 0;}
		#advanced ul li {
			background:url(../images/panel-arrow.gif) no-repeat 0 6px;
			padding:0 0 0 13px;
			font-size:12px;
		}
		#advanced ul li.trigger_adv {
			padding:0 0 0 0;
		}
			#advanced ul li.trigger_adv > span {
				background:url(../images/panel-arrow2.gif) no-repeat 100% 8px #636363;
				border-radius:3px;
				-moz-border-radius:3px;
				-webkit-border-radius:3px;
				padding:0 20px 0 12px;
				color:#dfdfdf;
				font-weight:bold;
				display:inline-block;
			}
			
		#advanced ul li a {
			color:#4393d0;
			text-decoration:none;
		}
		#advanced ul li a:hover {
			text-decoration:underline;
		}
		#advanced ul ul {
			margin-left:13px;
		}
			#advanced ul ul li {
				font-size:11px;
				background:url(../images/panel-arrow1.gif) no-repeat 0 7px;
			}
			#advanced ul ul a {
				text-transform:capitalize;
				color:#dfdfdf;
			}
			#advanced ul ul ul {
				margin-left:8px;
			}
			#advanced ul ul ul li {
				background:none;
				}
			#advanced ul ul ul li a {
				color:#939393;
			}
