/**
	brown 		#525149
	light blue	#4fc6cb
	font blue	#53aeb5
*/


/* =General
-------------------------------------------------------------- */
html {
	min-height: 100%;
	background: transparent url(../images/pattern.jpg) repeat 0 0;
}

body {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 0.875em;	
	color: #525149;
}

#wrapper {
	min-width: 960px;
	width: 100%;
}

#intro,
#footer,
#contact,
#copyright,
#main {
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
	overflow: hidden;
}
#header {
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
}

/* =Typographic Elements
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 32px;
	font-weight: normal;
	color: #535049;
	line-height: 36px;
	margin-bottom: 12px;
}
h2 { font-size: 24px; margin-bottom: 10px; line-height: 24px; }
h3 { font-size: 22px; margin-bottom: 8px; line-height: 22px; } 
h4 { font-size: 20px; margin-bottom: 7px; line-height: 20px; }
h5 { font-size: 18px; margin-bottom: 7px; line-height: 18px; }
h6 { font-size: 16px; margin-bottom: 6px; line-height: 16px; }

a {
	color: #535049;
	text-decoration: none;
}
a.blocklink {
    position: absolute;
	display: none;
}
a.more {
	color: #4fc6cb;
	padding-right: 10px;
	background: url('../images/more.png') no-repeat scroll right 5px transparent;
}
.dotted {
	background: transparent url(../images/dotted_line.png) repeat-x left bottom;
}
.post-edit-link {
    background: url('../images/page_white_edit.png') no-repeat scroll right top transparent;
    float: right;
    height: 20px;
    text-indent: -99999em;
    width: 20px;
}
h2.dotted {
	padding: 0 0 5px;
	background: transparent url(../images/dotted_line.png) repeat-x left bottom;	
	line-height: 20px;
    overflow: hidden;
	margin: 0 0 5px;
	font-size: 20px;
	font-family: 'Palatino Linotype', Tahoma, Arial;
}

/* =Buttons
-------------------------------------------------------------- */
a.button,
a.button span {
	color: #fff;
	font-size: 13px; font-weight: bold;
	padding: 0 0 0 25px;
	display: inline-block;
	height: 52px;
	line-height: 52px;
	background-position: left -52px;
	background-repeat: no-repeat;
}
a.button span {
	padding: 0 27px 0 0;
	background-position: right 0;
}
a.button:hover { background-position: left -156px;}
a.button:hover span { background-position: right -104px; }
a.button.red span,
a.button.red { background-image: url('../images/button_red.png'); }
a.button.green span,
a.button.green { background-image: url('../images/button_green.png'); }
a.button.medium span,
a.button.medium { background-image: url('../images/button_medium.png'); }

a.buttonsmall,
a.buttonsmall span {
	color: #fff;
	font-size: 13px; font-weight: bold;
	padding: 0 0 0 15px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background-position: left -30px;
}
a.buttonsmall span {
	padding: 0 15px 0 0;
	background-position: right 0;
}
a.buttonsmall:hover { background-position: left -90px; text-decoration: none; }
a.buttonsmall:hover span { background-position: right -60px; text-decoration: none; }
a.buttonsmall.red span,
a.buttonsmall.red { background-image: url('../images/button_small_red.png'); }
a.buttonsmall.green span,
a.buttonsmall.green { background-image: url('../images/button_small_green.png'); }
a.buttonsmall.dark span,
a.buttonsmall.dark { background-image: url('../images/button_small_dark.png'); }
a.buttonsmall.white span,
a.buttonsmall.white { background-image: url('../images/button_small_white.png'); }

/* =Shortcodes
-------------------------------------------------------------- */
.one_half { 
	width: 48%; 
	float: left;
	margin-right: 2%;
}
.one_half_last { 
	width: 49%; 
	float: left;
	margin-right: 0;
}

/* =Header
-------------------------------------------------------------- */
#header_container {
	background: #525149;
	border-bottom: 1px solid #919c9a;
}
#header {
	height: 99px;
	position: relative;
	color: #fff;
}
#logo {
	display: inline-block;	
	position: absolute;
	top: 8px; left: 10px;
}

#topnav {	
	position: absolute; z-index: 9999;
	right: -10px;
	top: 0;
	
}
#topnav > ul {
	float: left;
}
#topnav ul.top > li {
	float: left;
	margin: 0 6px;
	position: relative;
	padding: 0 10px;
	height: 34px;
}
#topnav ul.top > li > a {
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	height: 34px;
	line-height: 34px;
	color: #b1b0a7;
}
#topnav ul.top > li.item-has-children > a {
	padding-right: 20px;
	background: transparent url(../images/has_children.png) no-repeat right 15px;
}
#topnav ul.top > li.active-ancestor,
#topnav ul.top > li.active-parent,
#topnav ul.top > li.active {
	background: #4fc6cb;
}
#topnav ul.top > li.active-ancestor > a,
#topnav ul.top > li.active-parent > a,
#topnav ul.top > li.active > a{
	color: #fff;
}
#topnav ul.top > li.item-has-children.active-ancestor > a,
#topnav ul.top > li.item-has-children.active-parent > a,
#topnav ul.top > li.item-has-children.active > a {
	background-image: url(../images/has_children_hover.png);
}
#topnav ul.top > li:hover > a {
	color: #ffffff;
}
#topnav ul.top > li.item-has-children:hover > a {
	background-image: url(../images/has_children_hover.png);
}
#topnav ul.top ul {
	display: none;
	margin: 0;
	position: absolute;
	top: 34px;
	right: 0;
	width: 190px;	
	z-index: 99999;
	background: #ffffff;
	border: 1px solid #ffffff;
}
#topnav ul.top ul li {
	float: none;
	clear: both;
	padding: 0;
	margin: 0;
	width: 100%;
}
#topnav ul.top li:hover > ul {
	display: block;
}
#topnav ul.top ul li a {
	display: inline-block;
	padding: 0 6px;
	margin: 0;
	width: 178px;
	font-size: 13px;
	min-height: 26px;
	line-height: 26px;
	position: relative;
	text-align: left;
	background: #ffffff;
	color: #525149;
	font-weight: normal;
}
#topnav ul.top ul li.active a,
#topnav ul.top ul li.active-parent a,
#topnav ul.top ul li.active-ancestor a,
#topnav ul.top ul li:hover a {
	color: #ffffff;
	background: #4fc6cb;
}
#header_lang_sel {
	float: left;
}
#nav {
	position: absolute;
	right: -26px;
	top: 63px;
}
#nav ul li {
	float: left;	
	margin: 0 25px 0 0;
}
#nav ul li a {
	font-family: Tahoma, Arial, Georgia;
	color: #fff;
	font-size: 13px;
	font-weight: bold;	
	padding: 0 5px 3px;
}
#nav ul li.active a,	
#nav ul li.active-parent a,	
#nav ul li.active-ancestor a,	
#nav ul li a:hover {	
	border-bottom: 2px solid #4fc6cb;
}

/* =Intro
-------------------------------------------------------------- */
#intro_container {
	background: transparent url(../images/wrapper_product.png) repeat-x 0 0;	
}
#intro {
	height: 94px;
	padding-top: 20px;
}
#intro h1,
#intro h2 {
	text-align: center;
}

/* =Slider
-------------------------------------------------------------- */
#slider {
	/* background-color: #DBDBD5; */
	background: #DBDBD5 url(../images/pattern.jpg) repeat-x 0 0;
    height: 370px;
    overflow: hidden;
    position: relative;
	margin: 0 0 22px 0;
}

#slider ul.slides {
	margin: 0 auto;
    position: relative;
    width: 960px;
    z-index: 2;	
}
#slider ul.slides > li:first-child {
	display: block;
	left: 0;
}
#slider ul.slides > li {
	display: none;
    position: absolute;
    width: 100%;
	height: 370px;
}
#slider .video {
	position: absolute;
	top: 30px;
	right: 30px;
}
#slider .inner {
	margin: 40px 0 0 25px;
	width: 620px;
}
#slider .smaller .inner {
	margin: 40px 0 0 25px;
	width: 380px;
}
#slider .inner ol,
#slider .inner ul{
	margin-bottom: 15px;
	padding-left: 14px;
}
#slider .inner ol {
	padding-left: 16px;
}
#slider .inner ul li {
	list-style-type: disc;
}
#slider .inner ol li {
	list-style-type: decimal;
}
#slider .inner .button,
#slider .inner .button2 {
	display: inline-block;
	margin-right: 20px;
}
#slider .inner .button2 a:hover {
	text-decoration: underline;
}
#slider ul.slides h1,
#slider ul.slides h2,
#slider ul.slides h3 {
	font-family: 'Myriad Pro', Tahoma, Arial;
	font-size: 44px;
	line-height: 50px;
}
#slider ul.slides p {
	font-size: 22px;
}
#slider .bgs {
	background-position: 50% 0;
    height: 370px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;	
}
#slider .control_container {
	height: 25px;
    position: absolute; z-index: 3;	
	top: 344px;
    width: 100%;
}
#slider ul#controls {
	display: block;
	bottom: 0;
    position: absolute;	
	left: 50%;
	min-height:  20px;	
}
#slider ul#controls li {
	float: left;
    margin-right: 4px;
    position: relative;
}
#slider ul#controls li a {
	text-indent: -9999em;
	display: block;
	width: 14px;
	height: 14px;
	min-height: 14px;
	background: transparent url(../images/slider_pager.png) no-repeat 0 0;
}
#slider ul#controls li.activeSlide a,
#slider ul#controls li a:hover {
	background-position: 0 -14px;
}
#slider .control {
	display: none;	
    cursor: pointer;
    height: 46px;
    line-height: 46px;
    left: 50%;
    position: absolute;
    top: 160px;
    width: 46px;
    z-index: 3;
	text-indent: -9999em;
	background: transparent url(../images/slider_prevnext.png) no-repeat 0 0;
}
#slider #control_prev {
	margin-left: -510px;
}
#slider #control_next {
	margin-left: 464px;
	background-position: -46px 0;
}
#slider #control_prev:hover {
	background-position: 0 -45px;
}
#slider #control_next:hover {
	background-position: -46px -45px;
}

/* =Content
-------------------------------------------------------------- */
#main {
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}
#main .entry a:hover {
	text-decoration: underline;
}
#main .entry {
	font-size: 14px;
	line-height: 22px;
	font-family: Tahoma, Arial;
}
#main .entry h1,
#main .entry h2,
#main .entry h3,
#main .entry h4,
#main .entry h5,
#main .entry h6 {
	font-family: 'Palatino Linotype', Tahoma, Arial;	
}
#main .entry a {
	color: #4fc6cb;
}
#main .entry ol,
#main .entry ul{
	margin-bottom: 15px;
}
#main .entry ol {
	padding-left: 16px;
}
#main .entry ul li {
	background: url(../images/bullet_dark.png) left 5px no-repeat;
	padding-left: 14px;	
}
#main .entry ol li {
	list-style-type: decimal;
}
#main .entry p {
	margin-bottom: 18px;
}
#main html.embed {
	background-color: transparent !important;
}

/* =Frontpage
-------------------------------------------------------------- */
#main .customers {
	padding: 12px 0 0;
	background: transparent url(../images/dotted_line.png) repeat-x 0 0;	
	height: 80px;
    overflow: hidden;
	margin: 0 0 24px;
}
#main .customers {
	position: relative;
}
#main .customers h4 {
	position: absolute;
	bottom: 0; right: 0;
	width: 100%;
	clear: both;
	height: 12px;
	background: transparent url(../images/dotted_line.png) repeat-x left bottom;
}
#main .customers h4 span {	
	display: inline-block;
	overflow: hidden;
	font-size: 14px;
	height: 20px;
	line-height: 14px;
	display: inline-block;
	float: right;
	background: transparent url(../images/pattern.jpg) repeat 0 0;
	padding: 0 0 0 4px;
}

#main .products {
	overflow: hidden;
	margin-bottom: 22px;	
}
#main .products .item:first-child {
	margin-left: 0px;
}
#main .products .item {
	float: left;
	width: 272px;
	min-height: 300px;
	padding: 14px;
	margin-left: 20px;	
	background: transparent url(../images/grey_20.png) repeat 0 0;
}
#main .products h3 a {
	font-size: 32px;
	display: block;
	min-height: 60px;
	padding-left: 60px;
	background: transparent url(../images/product_logo.png) no-repeat 0 0;
}
#main .products h3 a:hover {
	color: #4fc6cb;
	text-decoration: none;
}
#main .products h3 span {
	font-size: 20px;
	display: block;
}
#main .solutions {
	clear: left;
	float: left;
	width: 220px;
	margin: 0 0 22px 0; 
}
#main .solutions h3 {
	height: 30px;
	font-size: 18px;
}
#main .solutions li a {
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 26px;
	height: 26px;
	border-top: 1px solid #dededd;
	font-style: italic;	
}
#main .solutions li:first-child a {
	border: none;
}
#main .solutions li a:hover {
	color: #4fc6cb;	
	text-decoration: none;
}
#main .testimonials {
	float: left;
	width: 700px;
	margin: 0 0 20px 20px;
}
#main .testimonials h3 {
	height: 30px;
	font-size: 18px;
}
#main .testimonials .item {
	float: left;
	width: 220px;
	margin-left: 20px;
}
#main .testimonials .item.first {
	margin-left: 0px;
}
#main .testimonials .author {
	padding: 8px 0 0;
	height: 80px;
}
#main .testimonials .author a {
	display: inline-block;
	vertical-align: middle;
}
#main .testimonials img.profile {
	padding: 0 0 0 33px;
	vertical-align: middle;
	
}
#main .testimonials img.company {
	padding: 0 0 0 15px;
	vertical-align: middle;
}
#main .testimonials .quote {
	padding: 10px 0;
	border-top: 1px solid #dededd;
	font-style: italic;
	font-size: 12px;
	text-align: center;
}
#main .testimonials .fn {
	padding: 10px 0;
	border-top: 1px solid #dededd;
	color: #1b7780;
	font-size: 13px;
	text-align: center;
}
#frontpage_placeholder .summary {
	font-size: 20px; 
	line-height: 28px;
}
#frontpage_placeholder .summary a {
	color: #000;
	font-weight: bold;
}
#frontpage_placeholder .summary a:hover {
	color: #4fc6cb;
}

/* =Product
-------------------------------------------------------------- */
#main.product h1 {
	padding: 0;
	background: transparent url(../images/dotted_line.png) repeat-x left bottom;	
	height: 40px;
	line-height: 30px;
    overflow: hidden;
	margin: 0 0 10px;
	font-size: 24px;
	font-family: 'Palatino Linotype', Tahoma, Arial;
}
#main .features {
	margin: 10px 0 20px;
	height: 300px;
	overflow: hidden;
}
#main .features .item {
	float: left;
	width: 300px;
	margin-left: 20px;
}
#main .features .item.first {
	margin-left: 0;
}
#main .features .item .thumb {
	height: 140px;
}
#main .features .item h2 {
	font-size: 20px;
	line-height: 24px;
	font-family: 'Palatino Linotype', Tahoma, Arial;
}
#main .features .item .summary {
	font-size: 14px;
	line-height: 20px;
	font-family: Tahoma, Arial;
}

/* =Tour
-------------------------------------------------------------- */
.tour {
	background: transparent url(../images/wrapper_tour.png) repeat-x left 100px;
}
.tour #header_container {
	margin-bottom: 34px;
}
/* slides */
.tour #main .tours {
    overflow: hidden;
    padding: 0;
    width: 950px;	
	min-height: 400px;
	position: relative;
}
.tour #main .tours_content {
	position: relative;
	left: 0;
	width: 3000px;
}
.tour #main .tours .item  {
	float: left;
    overflow: hidden;
    padding: 0;
    width: 950px;
}
.tour #main .tours .item .content {
	clear: both;
    float: right;
    min-height: 225px;
    overflow: hidden;
    text-align: left;
    width: 620px;
}
.tour #main .tours .breadcrumb {
	font-size: 12px;
	padding: 19px 0 6px;
	margin-bottom: 5px;
	font-family: Tahoma, Arial;
	margin-bottom: 14px;
}
.tour #main .tours .breadcrumb span span {
	color: #4fc6cb
}
.tour #main .tours .intro {
	height: 275px;
}
.tour #main .tours .intro h2{
	font-size: 44px;
}
.tour #main .tours .intro p {
	font-size: 20px;
	line-height: 27px;
	font-family: 'Myriad Pro', Tahoma, Arial;
}
.tour #main .tours .entry h2 {
	font-size: 18px;
	background: transparent url(../images/dotted_line.png) repeat-x left bottom;
	padding: 0 0 2px;
	margin-bottom: 5px;
	font-family: 'Palatino Linotype', Tahoma, Arial;
    line-height: 30px;
}

/* =Submenu
-------------------------------------------------------------- */
#main .submenu {
	position: absolute; z-index: 9999;
	top: 0; left: 0;
	width: 253px;
	margin-bottom: 20px;	
}
#main .submenu .inner {
	padding: 12px 6px 0;
	background: transparent url(../images/submenu.png) repeat-y 0 0;
}
#main .submenu  h3 {
	font-size: 16px;
	padding: 0 0 2px;
	margin-bottom: 5px;
	font-family: Tahoma, Arial;
	height: 26px;
    line-height: 20px;
	margin: 0 12px;
}
#main .submenu li {
	padding: 0 0 5px;
	overflow: hidden;
	cursor: pointer;
}
#main .submenu  .thumb {
	width: 52px;
	float: left;	
	margin-left: 12px;
}
#main .submenu  .descr {
	float: right;
	margin-right: 12px;
	width: 155px;
}
#main .submenu  .descr p {
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 17px;
}
#main .submenu .line {	
	clear: both;
	margin: 0 12px;
	height: 1px;
	line-height: 1px;
	border-top: 1px solid #e3e3e2;
	margin-bottom: 7px;
}
#main .submenu li:first-child .line {
	border: none;
}
#main .submenu li.active,
#main .submenu li:hover {
	background: #54c4c9;
}
#main .submenu a.link {
    position: absolute;
	display: none;
}
#main .submenu .bottom {
	height: 5px;
	background: transparent url(../images/submenu_bottom.png) no-repeat 0 0;
}

/** page submenu */
#main.page .submenu {
	position: static;
	float: left;
	margin-left: -5px;
}
#main.page .submenu .inner {
	padding-top: 0;
}
#main.page .submenu li {
	cursor: auto;
}
#main.page .submenu li a {
	display: inline-block;
	width: 210px;
	padding: 4px 15px;
}
#main.page .submenu li.active a,
#main.page .submenu li:hover a {
	color: #fff;
}


/* =Customer Page
-------------------------------------------------------------- */

/* menu */
#main.customer  {
	min-height: 400px;
}
#main.customer .testimonials {
	width: 100%;
	margin: 0 0 20px 0;
	float: none;
	clear: both;
	overflow: hidden;
}
.customer_overview {
	overflow: hidden;	
}
.customer_overview h3 {
	font-size: 18px;
	height: 30px;
	padding: 0;
	text-align: center;
	font-family: 'Palatino Linotype', Tahoma, Arial;
}
.customer_overview li {
	float: left;
	width: 100px;
	height: 70px;
	line-height: 70px;
	margin: 0 20px 20px 0;
}
.customer_overview li.last {
	margin-right: 0px;
}
.customer_overview li a {}
#main.customer .testimonials h3 {
	background-position: left top;
	text-align: center;
	padding: 15px 0 0;
}
#main.customer .section {
	overflow: hidden;
	padding: 22px 0 0;
	background: transparent url(../images/dotted_line.png) repeat-x left top;
}
#main.customer .program {
	width: 420px;
	padding: 0 40px 0 0;
	float: left;
	font-size: 14px;
	line-height: 22px;
}
#main.customer .section h1,
#main.customer .section h2,
#main.customer .section h3,
#main.customer .section h4 {
	font-size: 18px;
	margin-bottom: 14px;
	font-family: 'Palatino Linotype', Tahoma, Arial;
}
#main.customer .program {}
#main.customer .program a {
	color: #4fc6cb;
}
#main.customer .twitter {
	width: 460px;
	float: left;
	margin-left: 20px;
}
#tweets li {
	margin-bottom: 22px;
}
#tweets li a {
	color: #4fc6cb;
}
#tweets li .tweet_text {
	font-style: italic;
}
#tweets li .tweet_time {
	padding-left: 6px;
}

/* =Callout
-------------------------------------------------------------- */
#callout {		
	background: transparent url(../images/dotted_line.png) repeat-x left top;
	margin: 10px 0 25px;
	clear: both;
}
#callout .inner {
	text-align: center;
	font-size: 24px;
	font-family: 'Palatino Linotype', Tahoma, Arial;
	display: block;
	height: 88px;
	line-height: 88px;
	background: transparent url(../images/dotted_line.png) repeat-x left bottom;
}
#callout a {	
	color: #4fc6cb;
	text-decoration: underline;
}
#callout a:hover {	
	color: #525149;	
}
#callout .center {
	display: inline-block;
	text-align: center;
}
#callout .center a.button span {
	font-size: 20px;
}

/* =Pricing
-------------------------------------------------------------- */
#pricing {
	float: right;
    left: -50%;
    position: relative;
    text-align: left;
	margin-bottom: 30px;
}
#pricing .item {	
	float: left;
	position: relative;
	width: 140px;	
	min-height: 300px;
	margin: 15px 0 0;
	padding: 20px 10px 10px;
	background: transparent url(../images/pricing.png) no-repeat 0 20px;
}
#pricing .inner {
	position: relative;
	left: 50%;
	overflow: hidden;
    margin: 12px 0;    
	padding: 5px 5px 0 0;
	height: 100%;
}
#pricing .item.price2 { background-position: -160px 20px;}
#pricing .item.price3 { background-position: -320px 20px;}
#pricing .item.price4 { background-position: -480px 20px;}
#pricing .item h2 {
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	height: 32px;
	margin-bottom: 3px;
	font-family: 'Palatino Linotype', Tahoma, Arial;
}
#pricing .item h3 {
	padding: 5px 0;
	height: 58px;
	text-align: center;
	color: #fff;
	font-size: 26px;
	font-family: Tahoma, Arial;
}
#pricing .item h3 span {
	font-size: 16px;
	display: block;
}
#pricing .item ul li {
	border-top: 1px solid #dededd;
    display: block;
    font-size: 12px;
    min-height: 26px;
    line-height: 26px;
    text-align: center;
}
#pricing .item ul li.descr {
	padding: 0 0 12px;
	font-weight: bold;
	line-height: 22px;
	border: none;
	background: transparent url(../images/dotted_line.png) repeat-x left bottom;
}
#pricing .item ul li.first {
	border: none;
}
#pricing .item.highlight {
	-webkit-box-shadow : 1px 1px 5px #c9c9c9;
	-moz-box-shadow : 1px 1px 5px #c9c9c9;
	box-shadow : 1px 1px 5px #c9c9c9;
	background-color: #f7f4f4;
	margin-top: 0px;
}
#pricing .item.highlight h3 {
	height: 73px;	
}
#callout .col1 {
	float: left;
	width: 586px;	
	padding: 20px 0 0 20px;
	font-size: 14px;
    line-height: 15px;
    text-align: left;
}
#callout .col1 h1,
#callout .col1 h2,
#callout .col1 h3 {
	font-size: 21px;
	line-height: 22px;
}
#callout .col2 {	
	display: inline-block;
	float: right;
}
#callout .col2 a.button {
	text-decoration: none;
}
#callout .col2 a.button span {
	font-size: 20px;
	font-family: Tahoma, Arial;
	font-weight: normal;
}

/* =Archive
-------------------------------------------------------------- */
#content {
	width: 620px;
	float: left;
	margin: 22px 0 20px;	
}
#content.fullwidth {
	width: 940px;
}
#content.archive {
	padding-bottom: 30px;
}
#content.archive .entry {
	padding: 23px 0 27px;
	background: transparent url(../images/dotted_line.png) repeat-x left bottom;
}
#content.archive .entry h2 a {
	color: #525149;	
}
#content.archive .entry h2 a:hover {	
	color: #4fc6cb;
	text-decoration: none;
}
#content.archive .entry p {
	margin-bottom: 4px;
}
#content.archive .entry:first-child {
	padding-top: 0;
}

/* =Sidebar
-------------------------------------------------------------- */
#aside {
	width: 300px;
	float: right;
	margin-top: 22px;
}
#aside .item {
	margin-bottom: 26px;
	overflow: hidden;
}
#aside h4 {
	padding: 0;
	background: transparent url(../images/dotted_line.png) repeat-x left bottom;	
	height: 40px;
	line-height: 30px;
    overflow: hidden;
	margin: 0 0 10px;
	font-size: 18px;
	font-family: 'Palatino Linotype', Tahoma, Arial;
}
#aside p {
	line-height: 21px;
}
#aside .search form {
	padding-top: 6px;	
}
#aside .search .buttonsmall {
	cursor: pointer;
}
.social a {
	display: block;
	float: left;
	margin-left: 0px;
	height: 50px;
	line-height: 50px;
	text-indent: -9999em;
	overflow: hidden;
	width: 50px;
	background: transparent url(../images/social.png) no-repeat 0 0;		
}
.small a {
	background: transparent url(../images/social_small.png) no-repeat 0 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin: 6px 0 0 4px;
}
.social a.tw { background-position: 0 0;}
.social a.tw:hover { background-position: 0 -50px;}
.social a.li { background-position: -61px 0;}
.social a.li:hover { background-position: -61px -50px;}
.social a.fb { background-position: -122px 0;}
.social a.fb:hover { background-position: -122px -50px;}
.social a.rs { background-position: -183px 0;}
.social a.rs:hover { background-position: -183px -50px;}
.social a.fl { background-position: -244px 0;}
.social a.fl:hover { background-position: -244px -50px;}
.social a.go { background-position: -303px 0;}
.social a.go:hover { background-position: -303px -50px;}
.social a:first-child {
	margin-left: 0;
}

#aside .about a.learnmore {
	color: #2ba9ae;
	font-weight: bold;
}
#aside .about a.learnmore:hover{
	text-decoration: underline;
}
#aside .popular {}
#aside .popular li {
	overflow: hidden;
	border-top: 1px solid #e4e1d9;
	padding: 9px 0 8px;
}
#aside .popular li:first-child {
	border: none;
}
#aside .popular h5 a {
	color: #333;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 8px;
}
#aside .popular li a:hover {
	text-decoration: underline;
}
#aside .popular .meta {
	font-size: 11px;
}
#aside .popular .date {
	font-style: italic;
	color: #9d9c9a;
}
#aside .popular .comments {}
#aside .categories li a {
	color: #2ba9ae;
	display: block;
	padding: 3px 0;
}
#aside .categories li a:hover {
	color: #525149;
}

/* =Single
-------------------------------------------------------------- */
#content.entry {}
#content.entry .meta {
	font-size: 12px;
	padding: 0 0 10px;
}
#content .addthis_toolbox  a.addthis_button_facebook_like {
	display: inline-block;
	overflow: hidden;
	width: 350px;
}

/* =Page
-------------------------------------------------------------- */
#main.page .page_content {
    float: right;
    min-height: 225px;
    overflow: hidden;
    text-align: left;
    width: 620px;
}
#main.page .fullwidth {
    min-height: 225px;
    overflow: hidden;
    text-align: left;
    width: 100%;
}
#main .medium-inner {
	width: 600px;
	margin: 0 auto;
}

/* =Review
-------------------------------------------------------------- */
#main .review_aside {
	width: 300px;
	float: left;
}
#main .review_aside .logo {
	margin-bottom: 20px;
}
#main .review_aside .item {
	margin: 9px 0 21px;
	overflow: hidden;
}
#main .review_aside h3 {
	font-size: 18px;
	background: transparent url(../images/dotted_line.png) repeat-x left bottom;
	padding: 0 0 2px;
	margin-bottom: 5px;
	font-family: 'Palatino Linotype', Tahoma, Arial;
	height: 30px;
    line-height: 30px;
}
#main ul.cplist li {
	font-size: 13px;
	overflow: hidden;
}
#main ul.cplist li strong {
	display: block;
	float: left;
	width: 130px;
	padding-right: 5px;
	font-weight: normal;
}
#main ul.cplist li div.col {
	display: block;
	float: left;
	width: 155px;
}
#main ul.cplist li a {
	color: #4fc6cb;
}
#main ul.cplist li a:hover {
	text-decoration: underline;
}
#main ul.cplist li a.external_icon  {
	display: inline-block;
	margin-left: 6px;
	height: 10px;
	line-height: 10px;
	width: 10px;	
	background: transparent url(../images/external.png) no-repeat 0 0;
	overflow: hidden;
	text-indent: -9999em;
	
}
#main .review_content {
	float: right;
    min-height: 225px;
    overflow: hidden;
    text-align: left;
    width: 620px;
}
#main .review_content h1 {
	font-size: 40px;
}
#main .review_content .breadcrumb {
	font-size: 12px;
	padding: 19px 0 0;
	margin-bottom: 5px;
	font-family: Tahoma, Arial;
	margin-bottom: 4px;
	color: #525149;	
}
#main .review_content .breadcrumb a {
	color: #525149;
}
#main .review_content .breadcrumb span {	
	color:	#53aeb5
}
#main .review_content .meta_update {
	text-align: right;
	font-style: italic;
	font-size: 11px;
	margin-bottom: 2px;
}
#main .review_content .item {
	margin-bottom: 20px;
}
#main .review_content .source {
	text-align: right;
	padding: 2px 4px 4px;
	font-size: 12px;
	color: #333;
}
#main .review_content .widget_code {
	width: 600px;
}
#main .review_content .widget_code label {
	display: block;
	font-weight: bold;
	font-size: 18px;
	padding: 0 0 20px;
}
#main .review_content .widget_code textarea {
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 13px;
}
#main .disclaimer {
	clear: both;
	width : 700px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	color: #909090;
	padding: 20px 0;
}

/** overview*/
#main .review_intro,
#main .review_stats,
#main .review_sites {
	width: 300px;
	float: left;
	margin-left: 20px;
}
#main .review_intro {
	margin-left: 0;
}
#main .review_intro h2.dotted,
#main .review_stats h2.dotted,
#main .review_sites h2.dotted {
	font-size: 19px;
	letter-spacing: -1px;
}
#main .review_stats ul.cplist li,
#main .review_sites ul.cplist li {
	font-size: 14px;
}
#main .review_stats ul.cplist li strong,
#main .review_sites ul.cplist li strong {
	width: 220px;
	padding-right: 0;
}
#main .review_stats ul.cplist li div.col,
#main .review_sites ul.cplist li div.col {
	text-align: right;
	width: 80px;
}
#main .review_overview {
	margin-bottom: 35px;
	clear: left;
	float: left;
	overflow: hidden;
	width: 100%;
}
#main .review_overview h2 {
	font-size: 18px;
	background: transparent url(../images/dotted_line.png) repeat-x left bottom;
	padding: 0 0 2px;
	margin-bottom: 5px;
	font-family: 'Palatino Linotype', Tahoma, Arial;
	height: 30px;
    line-height: 30px;
}
#main .review_overview .filter {
	margin: 10px 0;
	font-size: 12px;
}
#main .review_overview .filter label {
	margin-left: 20px;
}
#main .review_overview ul.col {
	float: left;
	width: 150px;
	margin-left: 8px;
}
#main .review_overview ul.col.first {
	margin-left: 0;
}
#main .review_overview li a {
	color: #4fc6cb;
}
#main .review_overview li a:hover {
	text-decoration: underline;
}
.tooltip_icon {
	display: inline-block;
	margin: 0 0 0 5px;
	cursor: pointer;
	background: transparent url(../images/tooltip.png) no-repeat 0 0;
	width: 9px;
	height: 13px;
}
.tooltip {
	display: none;
}
.qtip {
	opacity: 0.8;
	font-size: 13px;
}

/* =Language Selector
-------------------------------------------------------------- */

#header_lang_sel > ul {
	float: left;
}
#header_lang_sel > ul > li {
	float: left;
	margin: 0 6px;
	position: relative;
	padding: 0 10px;
	height: 34px;
}
#header_lang_sel > ul > li > a {
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	height: 34px;
	line-height: 34px;
	color: #b1b0a7;
	padding-right: 20px;
	background: transparent url(../images/has_children.png) no-repeat right 15px;
}
#header_lang_sel > ul > li:hover > a {
	color: #ffffff;
	background-image: url(../images/has_children_hover.png);
}
#header_lang_sel > ul ul {
	display: none;
	margin: 0;
	position: absolute;
	top: 34px;
	right: 0;
	width: 140px;	
	z-index: 99999;
	background: #ffffff;
	border: 1px solid #ffffff;
}
#header_lang_sel > ul ul li {
	float: none;
	clear: both;
	padding: 0;
	margin: 0;
	width: 100%;
}
#header_lang_sel > ul li:hover > ul {
	display: block;
}
#header_lang_sel > ul ul li a {
	display: inline-block;
	padding: 0 6px;
	margin: 0;
	width: 128px;
	font-size: 13px;
	min-height: 26px;
	line-height: 26px;
	position: relative;
	text-align: left;
	background: #ffffff;
	color: #525149;
	font-weight: normal;
}
#header_lang_sel > ul ul li:hover a {
	color: #ffffff;
	background: #4fc6cb;
}
/* 
#header_lang_sel {
	height: 14px; 
	margin-left: 5px;
	font-family: verdana, arial, sans-serif;
}
#header_lang_sel ul, 
#header_lang_sel li {
	padding:0; 
	margin:0; 
	list-style-type:none !important;
}
#header_lang_sel > ul {
	margin-top: -4px;
	height: 29px;
}
#header_lang_sel li:before{
	content:'' !important;
}
#header_lang_sel li {	
	float:left;	
	position:relative;
}
#header_lang_sel a {
	display: block;
	font-size: 11px;
	text-decoration: none !important; 
	color: #4b4b4b; 
	padding-left: 11px; 
	line-height: 26px;
}
#header_lang_sel > ul > li > a {
	padding: 0 20px 0 6px;
	background: transparent url(../images/has_children.png) no-repeat right 11px;
}
#header_lang_sel > ul > li:hover > a {
	color: #ffffff;
	background-image: url(../images/has_children_hover.png);
}
#header_lang_sel ul ul {
	visibility:hidden;
	position:absolute;	
	top: 29px;
	right:0; 
	overflow: hidden;	
	background: #ffffff;
	border: 1px solid #fff;
}
#header_lang_sel ul ul li {
	text-align: right;
	background: transparent;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	width: 140px;
}
#header_lang_sel ul ul a {
	display: block;
	background: transparent;	
	height: auto; 
	line-height: 26px; 
	padding: 0 6px;
	text-align: left;
	text-decoration: underline;
	width: 128px;
	
	background: #ffffff;
	color: #525149;
	font-weight: normal;
}
#header_lang_sel ul ul :hover > a {
	color: #ffffff;
	background: #4fc6cb;
}
#header_lang_sel ul:hover ul {
	visibility:visible; 
}
#header_lang_sel img.iclflag{
	width:18px;
	height:12px;
	position: relative; 
	top: 1px;
} 
*/
#header_lang_sel .icl-lang-zh-hans,
#header_lang_sel .icl-lang-fr,
#header_lang_sel .icl-lang-it,
#header_lang_sel .icl-lang-es
{
	display: none;
}

/* =Footer
-------------------------------------------------------------- */
#footer_wrapper {

	background: transparent url(../images/footer_bg.png) repeat-x left bottom;
}
#footer {
	padding: 25px 0 0;
}
#footernav {
	float: left;
	overflow: hidden;
}
#footernav > ul {
	float: left;
	width: 140px;
	margin-left: 20px;
}
#footernav > ul:first-child {
	margin-left: 0px;
}
#footernav ul li {
	padding: 4px 0 0;
}
#footernav ul li a {
	font-size: 12px;
	height: 26px;
	line-height: 30px;
	/* display:block; */
	font-family: Verdana, Tahoma, Arial;
}
#footernav ul li a:hover {
	text-decoration: underline;
}
#footernav ul li.navheading {
	font-size: 18px;
	background: transparent url(../images/dotted_line.png) repeat-x left 25px;
	padding: 0 0 2px;
	margin-bottom: 5px;
	font-family: 'Palatino Linotype', Tahoma, Arial;
}
#footer .newsletter {
	float: left;
	width: 160px;
	margin: 0 0 10px 20px;
	position: relative;
}
#footer .newsletter label {
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0 0;
	font-family: Verdana,Tahoma,Arial;
}
#footer .newsletter input {
	border: 1px solid #525149;
	background: #fff;
	padding: 2px 5px;
	width: 150px;
	height: 24px;
	margin: 5px 0;
	font-size: 13px;
	font-family: Tahoma, Arial;
	color: #525149;
}
#footer .newsletter input.submit {
	color: #fff;
	font-size: 12px; font-weight: bold;	
	display: inline-block;
	border: 1px solid #4c4c4c;
	height: 28px;		
	padding: 2px 5px 4px;
	background: transparent url('../images/button_submit.png') repeat-x 0 0;
	cursor: pointer;
	font-family: Tahoma,Arial;
	font-weight: bold;
	letter-spacing: 1px;
	width: auto;
	-webkit-text-shadow: 1px 1px 1px #333;
	-moz-text-shadow: 1px 1px 1px #333;
	text-shadow: 1px 1px 1px #333;
}
#footer .newsletter input.submit:hover {
	background-position: 0 -28px;
}
#footer .recent_news {
	float: left;
	margin-left: 20px;
	position: relative;
	width: 280px;	
}
#footer .newsletter h4,
#footer .recent_news h4 {
	font-size: 18px;
	background: transparent url(../images/dotted_line.png) repeat-x left bottom;
	padding: 0 0 2px;
	margin-bottom: 5px;
	font-family: 'Palatino Linotype', Tahoma, Arial;
	height: 25px;
    line-height: 25px;
}
#footer .recent_news .item {
	position: relative;
	min-height: 55px;
	margin: 15px 0;
	font-size: 12px;
}
#footer .recent_news a.thumb {
	display: inline-block;
	position: absolute;
	top: 0; left: 0;
}
#footer .recent_news a:hover {
	text-decoration: underline;
}
#footer .recent_news .inner {
	position: relative;
	left: 70px; width: 216px;
	line-height: 18px;
}
#footer .recent_news .date {
	color: #83847b;
	font-style: italic;	
}
#contact {
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 20px;
	font-family: 'Palatino Linotype', Tahoma, Arial;
}
#contact .tel {
	float: left;
	float: left;
	display: inline-block;
}
#contact .social {
	float: right;
}
#contact .social h5 {
	display: inline-block;
	float: left;
	color: #fff;
    font-family: 'Palatino Linotype',Tahoma,Arial;
    font-size: 20px;
    line-height: 44px;
}
#copyright {
	font-size: 12px;
	padding: 8px 0 0;
	height: 62px;
}


/* =iFrame Wufoo
-------------------------------------------------------------- */
iframe html.embed {
	background: transparent !important;
}