/* 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:#fff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8125em; 
	line-height:1.2307em;
	color:#707666;
}
html { min-width:1000px;}
html, body { height:100%;}

.extra {
	background:url(../images/body-png-bg.png) top center no-repeat;
}
.body-bg {
	background:url(../images/body-bg.gif) repeat; 
}
/* Global Structure
---------------------------------------- */

	/* Header */
	header{
		min-height:265px;
		background:url(../images/header-bg.gif) left top repeat-x;
		position:relative;
		z-index:20;
	}		
	/* Content */
	section#content {		
		position:relative;
		width:100%;
		z-index:10
	}
			
/* 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:16px}


/*----- txt, links, lines, titles -----*/
a {color:#707666; outline:none; text-decoration:underline;}
a:hover, a:focus { text-decoration:none;}
a:active, a:visited { }

blockquote {
	margin:0 5px 0px 5px;
	padding:15px 4px 20px 10px;
	font-size:1.076em; 
	line-height:1.285em;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#30342a; 
	quotes:none;
}
blockquote.left {background:url(../images/divider.gif) right top repeat-y; width:35%; float:left; margin-right:20px; padding-right:30px; padding-left:0;}
blockquote.right {background:url(../images/divider.gif) left top repeat-y; width:35%; float:right; margin-left:0px; padding-left:40px; background-position:15px 0;}
blockquote.quote {padding:10px 0 26px 60px; margin-top:26px; line-height:1.2307em; font-size:14px; background:url(../images/quote-bg.png) left 0px no-repeat; }



ins {
    background-color:#fff;
    color:#30342a;
    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 #30342a;
    cursor:help;
	color:#30342a;
	text-transform:uppercase;
	}

strong   		   {color:#707666;}
em, dfn  		   { color:#30342a;}
dfn 	 		     { color:#30342a; font-size:1em; letter-spacing:2px; }
sup, sub 		   { }
abbr, acronym  { color:#30342a; text-transform:uppercase;}
address 		   { margin:0 0 1.5em;font-style:italic;}
del 			     { color:#707666;}
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:#30342a; letter-spacing:0px; font-family:"Courier New", Courier, monospace; font-size:1.13em;}
b {color:#707666;}
i {color:#707666;}
cite {color:#707666;}
small {font-size:0.769em; color:#707666}
big {font-size:1.461em;  color:#707666;}
sup {vertical-align:top; font-size:0.76em; color:#707666}
sub {vertical-align:bottom; font-size:0.76em; color:#707666}
kbd {color:#707666; font-size:0.857em; font-family:"Courier New", Courier, monospace;}
samp {color:#707666; font-size:0.857em; font-family:"Courier New", Courier, monospace;}
var {color:#707666;}


/* Custom select color */
::selection {
	background: #333;	 /* Safari */
	color:#fff;
	}
::-moz-selection {
	background: #333;
	color:#fff;/* Firefox */
	}

.typograph-title {
	font-size:2.615em;
	color:#30342a;
	line-height:1.2307em;
	padding:55px 0 32px 0;
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(../images/hr.gif) left bottom repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	color:#30342a;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
}

h1 {
	font-size:3.23em;
	line-height:1.2307em;
	padding:20px 0 30px 0;
}

h2 {
	font-size:3em;
	line-height:1.2307em;
	padding:30px 0 25px 0;
}	

h3 {
	font-size:2.769em;
	line-height:1.2307em;
	padding:36px 0 22px 0;	
}


h4 {
	font-size:2.615em;
	line-height:1.2307em;
	padding:30px 0 45px 0;
}
	.h4-pad {
		padding-bottom:50px;
	}
	
h5 {
	font-size:2.384em;
	line-height:1.2307em;
	padding:14px 0 22px 0;
}
	

h6 {
	font-size:2.153em;
	line-height:1.2307em;
	padding:36px 0 20px 0;
}


/*  Header styles */

.header-link {
	float:left;
	margin:13px 0 0 3px;
	color:#9ea09a;
	display:inline-block;
	text-transform:uppercase;
	font-size:0.769em;
	line-height:1.2307em;
	text-decoration:none;
}
	.header-link:hover {
		text-decoration:underline;
	}


.sub-menu {
	width:202px;
	float:right;
	padding-top:13px;
}
	.sub-menu ul {
		width:100%;
		overflow:hidden;
	}
		.sub-menu li {
			background:url(../images/sub-menu-li-bg.gif) right 2px no-repeat;
			float:left;
			font-size:0.769em;
			line-height:1.2307em;
			text-transform:uppercase;
			padding:0 7px;
		}
		.sub-menu li a {
			text-decoration:none;
		}
		.sub-menu .last {
			background:none;
			padding-right:0;
		}
			.sub-menu li a:hover {
				text-decoration:underline;
			}

.logo {
	padding-top:53px;
	z-index:20;
	float:left;
}
	.logo a {
		background:url(../images/logo.png) left top no-repeat;
		width:247px;
		height:74px;
		text-indent:-5000px;
		display:block;
	}

.links {
	float: right;
	width: auto;
	position: relative;
	padding-top: 91px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
	.links a {
		margin:0 0 0 3px
	}
	
.flash {
	padding: 20px 0 0 0
}
/* 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:2px 10px;
			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;
			}

/* 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:#30342a;
		font-weight:bold;		
		}
			ol li a {
				color:#707666;
				text-decoration:none;
				font-weight:normal;
			}
				ol li a:hover {
					text-decoration:underline;
				}

.list_1 li {
	font-size:1em;
	line-height:1.923em;
	background:url(../images/list_1-marker.png) left 3px no-repeat;
	padding:0px 0 0px 26px;
}
	.list_1 li a {
		color:#707666;
		text-decoration:none;
		display:inline-block;
	}
		.list_1 li a:hover {
			text-decoration:underline;
		}
		.list_1 li ul {
			padding-left:16px;
			padding-top:0px;
		}
			.list_1 li ul li {
				background:url(../images/list_1-marker1.png) left 10px no-repeat;
				padding:0 0 0 24px;
				font-size:1em;
				line-height:1.923em;
				margin:0;
			}
			.list_1 li ul li a {
				background:none;
				padding:0;
			}
				.list_1 li ul li a:hover {
					background:none;
				}



dl dt {
	color:#30342a !important;
	font-weight:normal;
	line-height:1.5em;
	font-size:1.076em;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom:4px
}
	dl dd {
		padding:0 0 22px 0px;		
		font-size:1em;
		line-height:1.2307em;
		color:#797979;
	}
	dl .last {
		padding-bottom:0
	}


/* Table styling */
table { width:100%; margin-top:20px;}
table thead th {
	text-align:center;
	background:url(../images/table-bg.png) repeat;
	padding:16px 0px 16px 0px;
	font-size:1.076em;
	font-weight:normal;
	color:#707666;
	border:1px solid #ffffff;
	border-bottom:none;
	}
table .tb-none {
	border-top:none;
}
table .right {
	border-right:1px solid #ffffff;
}
table tbody td {
	padding:9px 30px;
	background:none;
	text-align:center;
	border:1px solid #ffffff;
	color:#707666;
	}
table tr:hover td {
	background-color:#FFF;
	}



/*  Dropcaps style */
.dropcap_1 {
	font-size:37px;
	line-height:1.2em;
	width:32px;
	color:#30342a;
	font-weight:bold;
	display:block;
	float:left;
	height:35px;
	margin-top:-4px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
}
.dropcap_2 {
	font-size:37px;
	background:url(../images/dropcap.png) no-repeat 50% 0;
	text-align:center;
	width:48px;
	line-height:48px;
	color:#30342a;	
	display:block;
	font-weight:bold;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right:14px;
	}
.dropcap_3 {
	font-size:48px;
	background:url(../images/dropcap1.jpg) no-repeat 50% 0;
	text-align:center;
	width:76px;
	line-height:76px;
	color:#fff;	
	display:block;
	float:left;
	margin-right:14px;
}

.divider {
	background:url(../images/divider.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:1px;
	overflow:hidden;
	font-size:11px;
	margin:0 0px 0 0;
	}
	.hr a {
		position:absolute;
		right:0;
		top:5px;
		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:#fff;
	}
	.hr a:hover { color:#000;}
	

/*  Buttons */
.button1 {
	display:inline-block;
	background:#ffffff;
	padding:11px 20px 11px 20px;
	font-size:0.923em;
	line-height:1.2307em;
	text-decoration:none;
	color:#000;
	margin-top:26px;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	behavior: url(js/PIE.htc);
	position: relative;
	background-color: #D6D6D6;
	
}
	.button1:hover {
		background:#3d4136;
		color:#fff
	}

.button2 {
	display:inline-block;
	background:#84c100;
	padding:11px 24px 11px 24px;
	font-size:0.923em;
	line-height:1.2307em;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top:46px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	behavior: url(js/PIE.htc);
	position: relative;
}
	.button2:hover {
		background:#161616;
	}

	
/* 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:15px 30px 20px 110px;
	margin-bottom:20px;
	color:#607377;
	border:1px solid #68a2cf;
	position:relative;
	background:url(../images/info-box-bg.png) repeat;
	height:1%;
	font-size:0.846em;
	line-height:1.4545em;
}
	.info-box p.icon {
		position:absolute;
		left:34px;
		top:-6px;
		margin:0;
	}

/* Download box */
.download-box {
	padding:15px 30px 20px 110px;	
	margin-bottom:20px;
	position:relative;
	height:1%;
	background:url(../images/download-box-bg.png) repeat;
	font-size:0.846em;
	line-height:1.4545em;
	border:1px solid #a3c159;
	color:#667850;
}
	.download-box p.icon {
		position:absolute;
		left:34px;
		top:-7px;
		margin:0;
	}

/* Notification box */
.notification-box {
	padding:15px 30px 20px 110px;
	margin-bottom:20px;
	border:1px solid #e6c555;
	color:#757051;
	background:url(../images/note-box-bg.png) repeat;
	position:relative;
	height:1%;
	font-size:0.846em;
	line-height:1.4545em;
	}
	.notification-box p.icon {
		position:absolute;
		left:34px;
		top:-6px;
		margin:0;
		}

/* Error message box */
.error-box {
	padding:15px 30px 20px 110px;
	margin-bottom:20px;
	border:1px solid #ff9999;
	color:#7a6a62;
	position:relative;
	height:1%;
	font-size:0.846em;
	line-height:1.4545em;
	background:url(../images/error-box-bg.png) repeat;
	}
	.error-box p.icon {
		position:absolute;
		left:34px;
		top:-7px;
		margin:0;
		}






/* Header
---------------------------------------- */

/* Pages
---------------------------------------- */

/* 404 page */
.box-404 {
	height:438px;
	padding:0 50px 70px 546px;
	margin-top:40px;
	background:url(../images/404-bg.png) left top no-repeat;
	color:#fff;
}
	.box-404 h1 {
		color:#fff;
		padding:96px 0 0 0;
		font-size:4.307em;
		line-height:1.2307em;
	}
		.box-404 h2 {
			font-size:1.5384em;
			line-height:1.2307em;
			color:#fff;
			text-transform:uppercase;
			padding:0 0 8px 0;
			letter-spacing:0;
		}
/* 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:#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);
	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
---------------------------------------- */		
.pad-bot {
	padding-bottom:30px;
}

.indent {
	padding:24px 0 66px 0
}
	.padding {
		padding-bottom:82px;
	}

.title {
	font-size:1.076em;
	line-height:1.2857em;
	display:block;
	padding-bottom:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#3b3f35;
	text-transform:uppercase;
}
	.title-pad {
		padding:14px 0 6px 0
	}
	.title-pad1 {
		padding:0 0 5px 0;
	}

.list_2 {
	padding-top:4px;
}
.list_2 li {
	background:url(../images/border.gif) left bottom repeat-x;
	padding-bottom:14px;
	margin-bottom:10px;
}
	.list_2 li a {
		color:#707666;
		text-decoration:none;
	}
		.list_2 li a:hover {
			color:#000
		}
		.list_2 .last {
			background:none;
			padding-bottom:0;
			margin-bottom:0;
		}

.list_3 {
	margin:46px 14px 0 0;
}
.list_3-pad {
	margin-top:4px
}

	.list_3 li {
		background:#84c100;
		line-height:2.4em;
		border-radius:16px;
		-moz-border-radius:16px;
		-webkit-border-radius:16px;
		behavior:url(js/pie.htc);
		text-align:center;		
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		margin-bottom:3px;
		position:relative;
	}
		.list_3 li a {
			color:#fff;
			text-decoration:none;
			display:block;
		}
			.list_3 li:hover {
				background:#fff;
				cursor:pointer;
			}
				.list_3 li:hover a {
					color:#000;
				}
.button-margin {
	margin-top:32px;
}

.button-typograph {
	margin-top:26px;
}
.button-typograph1 {
	margin-top:10px;
}

.pad {
	padding-top:35px;
}
.pad1 {
	padding-top:25px;
}

.link {
	color:#000;
	text-decoration:none;
}
	.link:hover {
		color:#FFF
	}
	
.box {
	padding-right:28px;
	text-align:center;
}
	.box img {
		margin-bottom:10px;
	}



.faqs li {
	padding-bottom:32px;
}
	.faqs .last {
		padding:0
	}
.faqs .pad4 {
	padding-top:16px;
}
.faqs strong {
	color:#3b3f35;
	text-transform:uppercase;
	display:block;
	width:26px;
	float:left;
}
.col3 {
	float:left;
	width:674px;
}

.phone {
	display:inline-block;
	width:90px;
}
/* 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;
	position:relative;

	}
	figure.none {
		margin:4px 0 0 0;
		float:none;
	}
	figure figcaption {
		color:#30342a;
		font-size:2.23em;
		text-align:center;
		line-height:1.2307em;
		padding:2px 0 4px 0;
		background:url(../images/figcaption-bg.png) repeat;
		border-top:none;
		margin-top:-42px;
		position:absolute;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		display:block;
		z-index:10;
		width:240px;
		behavior:url(js/pie.htc);
		border-radius:0 0 3px 3px;
		-moz-border-radius:0 0 3px 3px;
		-webkit-border-radius:0 0 3px 3px;
	}

figure.fright {
	float:right;
	margin:4px 0 0 16px;
	}

.extra-wrap { 
	width:100%;
	}
	
/* Footer
---------------------------------------- */
footer {
	height:154px;
	font-size:0.92em;
	line-height:1.2307em;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}
	footer .aligncenter {
		padding-top:44px;
	}
	.socials {
		padding-top:26px;
	}
		.socials a {
			display:inline-block;
			margin:0 3px;
		}
	footer a {
		text-decoration:none;
	}
		footer a:hover {
			text-decoration:underline;
		}
/* Forms
---------------------------------------- */
#search-form {
	padding:29px 0px 0 0px;
}
	#search-form fieldset {
		border:none;
	}
		#search-form label {
			display:inline-block;
			height:42px;
			background:url(../images/input-bg.png) left top no-repeat;
		}
			#search-form input[type=text] {
				border:none;
				padding:10px 0 10px 0px;
				font-size:1.0833em;
				line-height:1.2307em;
				background:none;
				color:#fff;
				width:210px;
				margin:0 32px 0 5px;
			}
			#search-form input {
				vertical-align:top;
			}
			#search-form .button1 {
				margin-top:0;
				padding:11px 25px;
			}
				

/* 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:5px;
}
	#contact-form fieldset {
		border:none;
		}
		#contact-form .rowElem {
			display:block;			
			position:relative;
			padding-bottom:0px;
			min-height:45px;
			background:url(../images/input-bg1.gif) left top no-repeat;
			}
			#contact-form .textarea-box {
				background:url(../images/textarea-bg.gif) left top no-repeat;
				width:620px;
				height:164px;
				display:inline-block;
				position:relative;
			}
			#contact-form input {
				width:310px;
				padding:9px 0px 8px 0px;
				background:none;
				margin:0 10px;
				border:none;
				font-size:1em;
				line-height:1.2307em;
				display:block;
				color:#949494;
				}
				#contact-form .button2 {
					margin:54px 0 0 40px;
				}
					#contact-form .color {
						color:#fff;
					}
			#contact-form textarea {
				width:610px;
				height:149px;
				margin:10px 0px 5px 10px;
				background:none;
				border:none;
				overflow:auto;
				display:block;
				color:#949494;
				}
				#contact-form label {
					padding:0px 0 2px 5px;
					display:none;
					font-size:11px;
					position:absolute;
				}
				#contact-form .rowElem label {
					padding:0px 0 2px 5px;
					font-size:11px;
					position:absolute;
					right:0px;
					top:4px
				}
				#contact-form .textarea-box label {
					padding:0px 0 2px 5px;
					font-size:11px;
					position:absolute;
					left:0px;
					top:170px
				}
#contact-form .error {
				color:red;
			}

div#contact_form .download-box {
	margin:20px 30px 0 0;
	padding-top:20px
}
div#contact_form {
	padding-right:20px;
}
#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;
}

.disable_masking
{
	width: 400px;
	z-index: 6001;
	position: absolute;
	display: none;
	background-color: #ffffff;
	padding: 40px;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	box-shadow:0 0 10px #000;
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	left:50% !important;
	margin-left:-200px !important;
	behavior: url(js/PIE.htc);
}
embed {
	position:relative;
	z-index:10
}
.disable_masking h2 {
	padding:10px 0 20px 0;
	background:none;
	margin-bottom:0
}
.closebutton, .myclosebutton
{
	display:block;
	position:absolute;
	right:50px;
	top:50px;
}

.data
{
	 font-size: 12px;
	 text-align: justify;
}
.viewsiurce
{
		background-color: #F0F0F0;
		border: 2px dashed #000;
		padding: 20px;
		color: #006633;
		font-size: 15px;
		font-size: 12px;
}
#login-form fieldset {
	border:none;
}
	#login-form .field {
		overflow:hidden;
		min-height:45px;
		height:auto !important;
		height:45px;
		padding:4px 0 0 4px;
	}
	#dialog6 h2 {
		color:#000;
	}
		#login-form input[type=text] {
			width:360px;
			padding:5px 12px 5px 12px;
			background:#f0f0f0;
			border:1px solid #e4e4e4;
			border-radius:14px;
			-moz-border-radius:14px;
			-webkit-border-radius:14px;
			behavior: url(js/PIE.htc);
		}
		
		#login-form input[type=password] {
			width:360px;
			padding:5px 12px 5px 12px;
			background:#f0f0f0;
			border:1px solid #e4e4e4;
			border-radius:14px;
			-moz-border-radius:14px;
			behavior: url(js/PIE.htc);
			-webkit-border-radius:14px;
		}
			
			#login-form input[type=text]:focus, #login-form input[type=password]:focus {
				border-color:#ccc;
				behavior: url(js/PIE.htc);
			}
			
			
		#login-form .button2 {
			float:right;
			position:relative;
			margin:0 10px 0 0;
			z-index:10;
		}
			#login-form input[type=submit]:hover {
				background-color:#1fb7c4;
			}
				
				#login-form small {
					color:red;
					font-weight:bold;
					padding:0 0 0 5px;
				}

		
		#login-form label {
			font-size:12px;
			color:#333;
			float:left;
			padding:10px 0 0 0;
		}
/* 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:#d1d5c9;
		width:900px;
		z-index:100
	}




/* 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:#8e8d8b;
			color:#fff;
			}

		dl#accordion dt.active a{
			background-color:#666;
			background-image:url(../images/arrow2.gif);
			color:#fff;
			}

	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:#d1d5cb;
	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;
	padding-top:10px;
	}
	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 #ddd;
	}
	.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 span {

	}
	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 #000;
		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:0px 0 0 0;
	margin-top:15px;
	height:78px;
}
	.nav-margin {
		margin-top:34px;
	}

.sf-menu {
	margin:			0;
	padding:		0;
	list-style:		none;
	background:none;
	position:relative;
	z-index:50;
}
.sf-menu li {
	float:left;
	font-size:1em;
	line-height:1.923em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	position:relative;
	padding:0 0px 0 0;
	background:#fff;
	
}
.sf-menu .last {
	padding-right:0
}


	.sf-menu li a {
	text-decoration: none;
	display: inline-block;
	zoom: 1;
	position: relative;
	z-index: 20;
	width: 134px;
	color: #262922;
	text-align: center;
	background: url(../images/sf-menu-li-bg.gif) right top no-repeat;
	padding-top: 26px;
	padding-right: 0px;
	padding-bottom: 27px;
	padding-left: 0px;
	}
		.sf-menu .first  {
			border-radius:16px 0 0 16px; 
			-moz-border-radius:16px 0 0 16px; 
			-webkit-border-radius:16px 0 0 16px; 
			behavior:url(js/pie.htc);
		}
		.sf-menu .last  {
			border-radius:0 16px 16px 0; 
			-moz-border-radius:0 16px 16px 0; 
			-webkit-border-radius:0 16px 16px 0; 
			behavior:url(js/pie.htc);
		}
		.sf-menu .last a, .sf-menu .first a {
			padding-bottom:26px\0/;
		}
		.sf-menu .last li a, .sf-menu .first li a {
			padding-bottom:0px\0/;
		}
	.sf-menu .last a {
		background:none;
	}
	
		
.sf-menu ul {
	position:absolute;
	width: 133px;
	border:none;
	padding:0px 0 0px 0px;
	background:#84c100;
	display:none;
	border-radius:0 0 16px 16px; 
	-moz-border-radius:0 0 16px 16px; 
	-webkit-border-radius:0 0 16px 16px; 
	behavior:url(js/pie.htc);
	padding:5px 0 14px 0;
	
}
.sf-menu ul ul {
	position:absolute;
	width: 133px;
	border:none;
	display:none;
	background:#84c100;
	border-radius:0 0 16px 16px; 
	-moz-border-radius:0 0 16px 16px; 
	-webkit-border-radius:0 0 16px 16px; 
	behavior:url(js/pie.htc);
}
	

.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li li {
	border:none;
	background:none;
	padding:0px 0px 0px 0;
	cursor:pointer;
	text-transform:none;
	line-height:1.923em;
}
.sf-menu li li li {
	font-size:1em;
}
.sf-menu li li a {
	background:none;
	color:#000;
	overflow:hidden;
	display:block;
	padding:0px 0px 0px 0px;
	text-align:center;
	width:100%;
}	
.sf-menu .last li a, .sf-menu .first li a {	
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
.sf-menu li li li a {
	background:none !important;
	color:#fff !important;
	overflow:hidden;
	display:block;
	padding:0px 0px 0px 0px;
	text-align:center;
	width:100%;
}		
	.sf-menu li:hover, .sf-menu li.sfHover , .sf-menu li.current {
		background:#84c100;
	}
	.sf-menu li:hover a, .sf-menu li.sfHover a, .sf-menu li.current a{
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	.sf-menu li li a:hover, .sf-menu li li.sfHover a, .sf-menu li li .current  {
		background:#fff;
		color:#000;
	}
	.sf-menu li li .current  {
		color:#000 !important;
	}
		.sf-menu li li li a:hover,  .sf-menu li li li .current {
			background:#fff !important;
			color:#000 !important
		}
	
.sf-menu li li:last-child a {
	border-bottom:none;
}

.typography li a {
	width:187px;
}
	.typography li li a {
		width:100%;
	}
.typography ul {
	width:100%;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0px;
	top:			78px; /* match top ul list item height */
	z-index:		99;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0px;
	top:			77px\0/; /* 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:			-5px;
}
	
ul.typography li li:hover ul,
ul.typography li li.sfHover ul {
	left:			187px; /* match ul width */
	top:			-5px;
}


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;
			z-index:10
			}
		.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:#fff
	}


	#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:#666;
			margin-bottom:7px;
			}
		ul#twitter_update_list li:hover {
			background-color:#fff;
			color:#000;
			}
			ul#twitter_update_list li:hover a {
				color:#000;
				}

			ul#twitter_update_list li a {
				/* timestamp link */
				color: #FFF;
				}
			
				ul#twitter_update_list li span {
					display: block;
					}
				
				ul#twitter_update_list li span a {
					/* links in tweet */
					color: #fff;
					}
				
			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;
	}
	.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;
			}
