/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #fff;
/* 		background: linear-gradient(#2f2f2f,#646464); */
		font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }
	.body2 {
/*		background: #fff;
 		background: linear-gradient(#2f2f2f,#646464); */
		background: url(../images/main_bgr.png) repeat;
		font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }
	.body3 {
/*		background: #fff;
 		background: linear-gradient(#2f2f2f,#646464); */
		background: url(../images/pattern10.png) repeat;
		font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #fff;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #fff;
		font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
/*		font-family: "Georgia", "Times New Roman", serif; */
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #fff; }
	small { font-size: 80%; }

	sup { font-size: 65%;
		vertical-align:top; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }



/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #ccc; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; color:#FF0000; }
	ul.circle { list-style: circle outside; color:#FF0000;}
	ul.disc { list-style: disc outside; color:#FF0000;}
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #333333;
		padding: 10px 10px;
		outline: none;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width:auto;
		max-width: 90%;
		display: block;
		margin-bottom: 20px;
		background: #ccc; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;
		padding-top:10px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

.greentxt{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000;
	background-color:#87C944;
	font-weight: normal;
	padding: 5px;
}


/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }

.message{
	font-weight:bold;
	display:block;
	padding:10px 10px 10px 10px;
	border:1px solid #ccc;
	margin-left:0;
	color:#000;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-moz-box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;
	box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;
}
	/*
	With multiple errors it’s nice to group them:
	<ul class=message>
		<li>Please provide a surname.</li>
		<li>Please enter a valid email address.</li>
	</ul>
	*/
	ul.message{
		list-style:decimal outside; /* It’s also handy to number them. However, they might not necessarily be in a particular order, so we spoof it by putting numbers on an unordered list */
		padding:10px 10px 10px 10px;
	}
.error{
	border-color:#fb5766;
	background: /*url(../images/icons/error.png)*/ 10px 12px no-repeat #fab;
}
.success{
	border-color:#83ba77;
	background: /*url(../images/icons/success.png)*/ 10px 12px no-repeat #d1feba;
}
.info{
	border-color:#85a5be;
	background:/*url(../images/icons/info.png)*/ 10px 12px no-repeat #c4dbec;
}
.warning{
	border-color:#d8d566;
 	background:/*url(../images/icons/warning.png)*/ 10px 12px no-repeat #fef8c4;
}


/* #Containers
================================================== */
#cover{
	width: 960px;
	margin: 20px auto;
	text-align: left;
/*	background: #000000; */
	background: url(../images/swoosh.png) top no-repeat;
	background-color:#000000;

/*	background:url(../images/backcover3.jpg) center top; */

	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);	
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 10px;
}

#cover2{
	width: 960px;
	margin: 20px auto;
	text-align: left;
	background:url(../images/backcoverlayered.jpg) center top repeat-y;


	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);	
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 10px;
}

#cover3{
	width: 960px;
	margin: 20px auto;
	text-align: left;
	background:#FFFFFF;

	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);	
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 10px;
}

#coverred{
	width: 960px;
	margin: 20px auto;
	text-align: left;
	background:#999999;

	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);	
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 10px;
}

.red {
	color:#FF0000;
	font-weight:bold;
	text-shadow: 3px 3px 0px #000;
}

.red2 {
	color:#FF0000;
	font-weight:bold;
	text-shadow: 1px 1px 0px #333;
}

.redmail a {
	color:#FF0000;
	font-weight:bold;
	text-shadow: 3px 3px 0px #000;
	text-decoration:none;
}

.redmail2 a {
	color:#FF0000;
	font-weight:bold;
	text-shadow: 1px 1px 0px #777;
	text-decoration:none;
}


.pic {
	position:relative;
	display: block;
}
.pic img{
	width: 100%;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.1rem;
  background:#CCCCCC; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #b6edff;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #ecfaff; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
      color: #333333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a {
      color: #008cba; }
  .panel.radius {
    -webkit-border-radius: 10px;
    border-radius: 10px; }

/* Pricing Tables */
.pricing-table {
  border: solid 1px #FF0000;
  margin-left: 0;
  margin-bottom: 1.25rem; }
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  .pricing-table .title {
    background-color: #FF0000;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #eeeeee;
    font-weight: normal;
    font-size: 1rem;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .pricing-table .price {
    background-color: #f6f6f6;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #333333;
    font-weight: normal;
    font-size: 2rem;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .pricing-table .description {
    background-color: white;
    padding: 0.9375rem;
    text-align: center;
    color: #777777;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: dotted 1px #dddddd; }
  .pricing-table .bullet-item {
    background-color: white;
    padding: 0.9375rem;
    text-align: center;
    color: #333333;
    font-size: 0.875rem;
    font-weight: normal;
    border-bottom: dotted 1px #dddddd; }
  .pricing-table .cta-button {
    background-color: white;
    text-align: center;
    padding: 1.25rem 1.25rem 0; }
  .pricing-table li {
	margin: 0; }
  .pricing-table a {
    text-decoration:none;
	font-weight:bold;}





.header {
	
}

.header_left img{
	margin: 20px 0 0 20px;
}

h2.header_title {
	margin: 10px 0 0 20px;
	padding:0 0 20px 0;
	color:#FFFFFF;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
/*	font-family: "Georgia", "Times New Roman", serif; */
	font-weight: normal;
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 10px;
	text-align:center;
}

.header_contacts {
	height:20px;
	margin: 20px 0 46px;
	font-size: 12px;
	color:#888888;
}

.header_button{
	float: right;
	padding: 10px;
	margin:5px;
	font-size:1.1em;
	border-color:#FF0000;
	
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px rgba(255, 0, 0, 1);	
	
}

.red_button{
	padding: 10px;
	margin:5px;
	font-size:1.1em;
	border-color:#FF0000;
	
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px rgba(255, 0, 0, 1);	
}
.red_submit{
	padding: 0;
	margin:0;
	font-size:1.1em;
	border-color:#FF0000;
	
	-webkit-box-shadow: 0px 0px 10px rgba(255,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px rgba(255,0,0,0.1);
	box-shadow: 0px 0px 10px rgba(255, 0, 0, 1);	
}

.header_phone{
	float: right;
	padding-left: 20px;
	background: url('../images/header_phone.png') left center no-repeat;
	margin-left: 20px;
}
.header_demo{
	float: right;
	padding-left: 20px;
	background: url('../images/header_demo.png') left center no-repeat;
	margin-left: 20px;
}
.header_mail{
	float: right;
	padding-left: 20px;
	background: url('../images/header_mail.png') left center no-repeat;
}

.header_soc_search {
	margin-top: 0px;
	margin-bottom: 10px;
}

.header_soc_blog {
	color:#FFFFFF;
	float: right;
	text-align:center;
	padding-right:150px;
/*	width: 16px; */
/*	height: 16px; */
/*	background: url('../images/header_soc_blog.png') left -16px no-repeat; */
/*	margin: 0 0 0 -180px; */
/*	text-indent: -10000px; */
}
a:hover.header_soc_blog {
	background: url('../images/header_soc_blog.png') left top no-repeat;
}

.header_soc_login {
	float: right;
	width: 50px;
	height: 16px;
	background: url('../images/header_soc_login.png') left -16px no-repeat;
	margin: 13px 0 0 5px;
	text-indent: -10000px;
}
a:hover.header_soc_login {
	background: url('../images/header_soc_login.png') left top no-repeat;
}

.header_soc_search a {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;	
}
	
.header_search {
	/*
	height: 32px;
	float: right;
	*/
}
.header_search form {
	margin-bottom: 0;
}





/* #Main Navigation
================================================== */

/* menu */
#menu-holder {
	background: #fff;
	position:relative;
}
#menu {
	background: #f8f8f8 url('../images/grad_menu.png') top left repeat-x;
	height: 40px;
	padding: 0px 0 0 5px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
/*	font-family: 'Ubuntu', arial, sans-serif; */
	font-weight: 400;
	font-size: 15px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;		
}
#menu a{
	font-size: 15px;	
	text-decoration: none;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	margin-bottom: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 1015;
	padding: 0px 2px 0px 0px;
	background: url('../images/main_nav_bgr_sep.png') right top no-repeat;	
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	color: #222;
	text-shadow: 0px 1px 0px #fff;
	line-height: 40px;
	text-decoration: none;
	display: block;
	padding: 0px 13px 0px 13px;
	z-index: 6;
	position: relative;
	background: #f8f8f8 url('../images/grad_menu.png') top left repeat-x;
	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#menu > ul > li:hover > a {
	background-color: #fff;
}
#menu > ul > li > a > span {
	padding: 0px 0px 0px 14px;
	background: url('../images/arrow_down_tiny.png') right center no-repeat;
}
#menu > ul > li > a .home_icon{
	width: 16px;
	height: 40px;
	padding:0;
	display: block;
	background: url('../images/home_icon_dark.png') center center no-repeat;
}

#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	left: -1px;
	z-index: 1020;
	padding: 0px 0 5px;
	background: url('../images/menu_pale.png');
	background-image: -moz-linear-gradient(#f8f8f8,#eeeeee);
	background-image: -o-linear-gradient(#f8f8f8,#eeeeee);
	background-image: -webkit-linear-gradient(#f8f8f8,#eeeeee);
	background-image: linear-gradient(#f8f8f8,#eeeeee);
	
	border: 1px solid #e8e8e8;
	border-top: 1px solid #d2d2d2;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -khtml-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;	
    
	webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.12); 
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.12); 
	box-shadow: 1px 1px 3px rgba(0,0,0,0.12);
}

#menu > ul > li > div > ul {
	display: table-cell;
	border-top: 3px solid #e9e9e9;
	padding-top: 7px;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}

#menu > ul > li ul > li {
	position:relative;
}

#menu > ul > li ul > li > a {
	padding: 7px 0px 9px;
	margin: 0 16px;
	color: #222;
	text-shadow: 0px 1px 0px #fff;
	display: block;
	white-space: nowrap;
	min-width: 160px;
	font-size: 14px;
	background: url('../images/main_nav_bgr_sep_vertical.png') bottom left repeat-x;	
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#menu > ul > li ul > li > a > span {
	background: url('../images/arrow_left_tiny.png') -20px center no-repeat;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;	
}
#menu > ul > li ul > li > a:hover > span {
	background: url('../images/arrow_left_tiny.png') left center no-repeat;
	padding-left: 12px;
}
#menu > ul > li ul > li > a.last_submenu_item{
	padding: 7px 0px 7px;
	background: none;		
}
#menu > ul > li ul > li > a:hover {
	text-decoration: none;
}
#menu > ul > li > div > ul > li > a {
	color: #444;
}


/* menu2 */
#menuland-holder {
	background: #fff;
	position:relative;
}
#menuland {
	background: #f8f8f8 url('../images/grad_menu.png') top left repeat-x;
	height: 40px;
	padding: 0px 0 0 5px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
/*	font-family: 'Ubuntu', arial, sans-serif; */
	font-weight: 400;
	font-size: 15px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;		
}
#menuland a{
	font-size: 15px;	
	text-decoration: none;
}
#menuland ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menuland ul li {
	margin-bottom: 0;
}
#menuland > ul > li {
	position: relative;
	float: left;
	z-index: 1015;
	padding: 0px 2px 0px 0px;
	background: url('../images/main_nav_bgr_sep.png') right top no-repeat;	
}
#menuland > ul > li:hover {
}
#menuland > ul > li > a {
	color: #222;
	text-shadow: 0px 1px 0px #fff;
	line-height: 40px;
	text-decoration: none;
	display: block;
	padding: 0px 16px 0px 16px;
	z-index: 6;
	position: relative;
	background: #f8f8f8 url('../images/grad_menu.png') top left repeat-x;
	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#menuland > ul > li:hover > a {
	background-color: #fff;
}
#menuland > ul > li > a > span {
	padding: 0px 0px 0px 14px;
	background: url('../images/arrow_down_tiny.png') right center no-repeat;
}
#menuland > ul > li > a .home_icon{
	width: 16px;
	height: 40px;
	padding:0;
	display: block;
	background: url('../images/home_icon_dark.png') center center no-repeat;
}

#menuland > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	left: -1px;
	z-index: 1020;
	padding: 0px 0 5px;
	background: url('../images/menu_pale.png');
	background-image: -moz-linear-gradient(#f8f8f8,#eeeeee);
	background-image: -o-linear-gradient(#f8f8f8,#eeeeee);
	background-image: -webkit-linear-gradient(#f8f8f8,#eeeeee);
	background-image: linear-gradient(#f8f8f8,#eeeeee);
	
	border: 1px solid #e8e8e8;
	border-top: 1px solid #d2d2d2;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -khtml-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;	
    
	webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.12); 
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.12); 
	box-shadow: 1px 1px 3px rgba(0,0,0,0.12);
}

#menuland > ul > li > div > ul {
	display: table-cell;
	border-top: 3px solid #e9e9e9;
	padding-top: 7px;
}
#menuland > ul > li ul + ul {
	padding-left: 20px;
}

#menuland > ul > li ul > li {
	position:relative;
}

#menuland > ul > li ul > li > a {
	padding: 7px 0px 9px;
	margin: 0 16px;
	color: #222;
	text-shadow: 0px 1px 0px #fff;
	display: block;
	white-space: nowrap;
	min-width: 160px;
	font-size: 14px;
	background: url('../images/main_nav_bgr_sep_vertical.png') bottom left repeat-x;	
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#menuland > ul > li ul > li > a > span {
	background: url('../images/arrow_left_tiny.png') -20px center no-repeat;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;	
}
#menuland > ul > li ul > li > a:hover > span {
	background: url('../images/arrow_left_tiny.png') left center no-repeat;
	padding-left: 12px;
}
#menuland > ul > li ul > li > a.last_submenu_item{
	padding: 7px 0px 7px;
	background: none;		
}
#menuland > ul > li ul > li > a:hover {
	text-decoration: none;
}
#menuland > ul > li > div > ul > li > a {
	color: #444;
}


/* Dark Nav */
.dark_menu #menu {
	background: #393b3c url('../images/main_nav_bgr_dark.png') top left repeat-x;
}
.dark_menu  #menu > ul > li > a .home_icon{
	background: url('../images/home_icon.png') center center no-repeat;
}
.dark_menu #menu > ul > li {
	background: url('../images/main_nav_bgr_sep_dark.png') right top no-repeat;	
}
.dark_menu #menu > ul > li > a {
	background: #393b3c url('../images/main_nav_bgr_dark.png') top left repeat-x;
	color: #fff;
	text-shadow: 0px 1px 0px #111;	
}
.dark_menu #menu > ul > li:hover > a {
	background: url('../images/main_nav_bgr_dark_hover.png') top left repeat-x;
}
.dark_menu #menu > ul > li > a:hover {
	background: url('../images/main_nav_bgr_dark_hover.png') top left repeat-x;
}
.dark_menu #menu > ul > li > a > span {
	background: url('../images/arrow_down_tiny_dark.png') right center no-repeat;
}
.dark_menu #menu > ul > li > div {
	background: #4f5152;
	background-image: -moz-linear-gradient(#58595a,#414344);
	background-image: -o-linear-gradient(#58595a,#414344);
	background-image: -webkit-linear-gradient(#58595a,#414344);
	background-image: linear-gradient(#58595a,#414344);
	border: 1px solid #3b3d3e;
	border-top: 1px solid #212223;
}
.dark_menu #menu > ul > li > div > ul {
	border-top: 3px solid #45494b;
}
.dark_menu #menu > ul > li ul > li > a {
	color: #fff;
	text-shadow: 0px -1px 0px #343a3c;
}
.dark_menu #menu > ul > li ul > li > a {
	background: url('../images/main_nav_bgr_sep_vertical_dark.png') bottom left repeat-x;	
}
.dark_menu #menu > ul > li ul > li > a > span {
	background: url('../images/arrow_left_tiny_dark.png') -20px center no-repeat;
}
.dark_menu #menu > ul > li ul > li > a:hover > span {
	background: url('../images/arrow_left_tiny_dark.png') left center no-repeat;
}
.dark_menu #menu > ul > li ul > li > a.last_submenu_item{
	background: none;		
}
/* Dark Nav : End */



/* Custom Nav */
.custom_menu #menu {
    background:#FF0000 url('../images/grad_menu.png') top left repeat-x;
}
.custom_menu  #menu > ul > li > a .home_icon{
    background: url('../images/home_icon.png') center center no-repeat;
}
.custom_menu  #menu > ul > li > a:hover .home_icon{
    background: url('../images/home_icon.png') center center no-repeat;
}
.custom_menu #menu > ul > li {
    background: none;
    padding:0;
}
.custom_menu #menu > ul > li > a {
    background:#FF0000 url('../images/grad_menu.png') top left repeat-x;
    text-shadow:#000000;
    color: #fff;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 1); 
    font-size: 16px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
/*    font-family: "Ubuntu", arial, serif; */
}
.custom_menu #menu > ul > li:hover > a {
    background: #404040;
    color: #fff;
}
.custom_menu #menu > ul > li > a:hover {
    background: #404040;
    color: #fff;
}
.custom_menu #menu > ul > li > a > span {
    background: none;
    padding: 0;
}
.custom_menu #menu > ul > li > div {
    background: #FF0000 url('../images/menu.png') top left;
    border: none;
    box-shadow: none;
    left: 0;
}
.custom_menu #menu > ul > li > div > ul {
    border-top: none;
}
.custom_menu #menu > ul > li ul > li > a {
    color: #fff;
    text-shadow: none;
}
.custom_menu #menu > ul > li ul > li > a {
    background: none;
}
.custom_menu #menu > ul > li ul > li > a > span {
    background: url('../images/menu_dots.png') -20px center no-repeat;
}
.custom_menu #menu > ul > li ul > li > a:hover > span {
    background: url('../images/menu_dots.png') left center no-repeat;
}
.custom_menu #menu > ul > li ul > li > a.last_submenu_item{
    background: none;
}
/* Custom Nav : End */


/* Custom Nav2 */
.custom_menu #menuland {
    background:#FF0000 url('../images/grad_menu.png') top left repeat-x;
}
.custom_menu  #menuland > ul > li > a .home_icon{
    background: url('../images/home_icon.png') center center no-repeat;
}
.custom_menu  #menuland > ul > li > a:hover .home_icon{
    background: url('../images/home_icon.png') center center no-repeat;
}
.custom_menu #menuland > ul > li {
    background: none;
    padding:0;
}
.custom_menu #menuland > ul > li > a {
    background:#FF0000 url('../images/grad_menu.png') top left repeat-x;
    text-shadow:#000000;
    color: #fff;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 1); 
    font-size: 16px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
/*    font-family: "Ubuntu", arial, serif; */
}
.custom_menu #menuland > ul > li:hover > a {
    background: #404040;
    color: #fff;
}
.custom_menu #menuland > ul > li > a:hover {
    background: #404040;
    color: #fff;
}
.custom_menu #menuland > ul > li > a > span {
    background: none;
    padding: 0;
}
.custom_menu #menuland > ul > li > div {
    background: #FF0000 url('../images/menu.png') top left;
    border: none;
    box-shadow: none;
    left: 0;
}
.custom_menu #menuland > ul > li > div > ul {
    border-top: none;
}
.custom_menu #menuland > ul > li ul > li > a {
    color: #fff;
    text-shadow: none;
}
.custom_menu #menuland > ul > li ul > li > a {
    background: none;
}
.custom_menu #menuland > ul > li ul > li > a > span {
    background: url('../images/menu_dots.png') -20px center no-repeat;
}
.custom_menu #menuland > ul > li ul > li > a:hover > span {
    background: url('../images/menu_dots.png') left center no-repeat;
}
.custom_menu #menuland > ul > li ul > li > a.last_submenu_item{
    background: none;
}
/* Custom Nav2 : End */



/* 3rd level */
.subsub_menu {
	display: none;
	position: absolute;
	top: -3px;
	left:97%;

	background: url('../images/menu_pale.png');
	background-image: -moz-linear-gradient(#f8f8f8,#eeeeee);
	background-image: -o-linear-gradient(#f8f8f8,#eeeeee);
	background-image: -webkit-linear-gradient(#f8f8f8,#eeeeee);
	background-image: linear-gradient(#f8f8f8,#eeeeee);

	border: 1px solid #ddd;		

	webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.12); 
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.12); 
	box-shadow: 1px 1px 3px rgba(0,0,0,0.12);	
	
	z-index: 1021;
	padding: 3px 0 3px;
	
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;	
}
.dark_menu .subsub_menu {
	background: #4f5152;
	background-image: -moz-linear-gradient(#58595a,#414344);
	background-image: -o-linear-gradient(#58595a,#414344);
	background-image: -webkit-linear-gradient(#58595a,#414344);
	background-image: linear-gradient(#58595a,#414344);
	border: 1px solid #3b3d3e;

	box-shadow: none;	
}

.custom_menu .subsub_menu {
    background: url('../images/menu.png') top left;
    border: none;
    box-shadow: none;
    left: 100%;
}
/*
#menu > ul > li ul > li.active {
	position: relative;
}*/
/* 3rd level : End */


/* 4rd level */
.subsubsub_menu {
	display: none;
	position: absolute;
	top: -3px;
	left:97%;
	
	background: url('../images/menu_pale.png');
	background-image: -moz-linear-gradient(#f8f8f8,#eeeeee);
	background-image: -o-linear-gradient(#f8f8f8,#eeeeee);
	background-image: -webkit-linear-gradient(#f8f8f8,#eeeeee);
	background-image: linear-gradient(#f8f8f8,#eeeeee);

	border: 1px solid #ddd;

	webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.12); 
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.12); 
	box-shadow: 1px 1px 3px rgba(0,0,0,0.12);
		
	z-index: 1021;
	padding: 3px 0 3px;
	
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;	
}
.dark_menu .subsubsub_menu {
	background: #4f5152;
	background-image: -moz-linear-gradient(#58595a,#414344);
	background-image: -o-linear-gradient(#58595a,#414344);
	background-image: -webkit-linear-gradient(#58595a,#414344);
	background-image: linear-gradient(#58595a,#414344);
	border: 1px solid #3b3d3e;
}	
.custom_menu .subsubsub_menu {
    background: url('../images/menu.png') top left;
    border: none;
    box-shadow: none;
    left: 100%;
}	

/* 4rd level : End */


#select_menu {
	display:	none;
	background:#FF0000;
	color:#FFFFFF;
/*	text-align:center;*/
	font-size:1.2em;
	padding:100px;
	max-width:100%;
}


/* #Main Navigation :: END
================================================== */


