/*
Theme Name: Vision Critical French
Theme URI: http://www.visioncritical.com/
Description: Custom theme built for the Vision Critical French website.
Version: 1.0
Author: BraveNewCode
Author URI: http://bravenewcode.com/
Tags: vision critical, bravenewcode
*/

/* @group CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, 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 {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	border-width: 0;
	border-style: none;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group WireFrame Global */

body {
	font: 11px Arial, Helvetica, sans-serif;
	background: #393739 repeat-y center top;
	color: #666;background: #393739; margin:0; padding:0; width:100%
}

#body-wrapper {width:1078px; background:url(images/body-rep.jpg) repeat-y center top; margin:0 auto;
	
}

#inner-wrapper {
	padding: 0 20px 20px 20px;
	margin: 0 auto;
	background: url(images/page-anchor.jpg) no-repeat left 105px;
	width: 950px;
	overflow: hidden;
	z-index: 0;
}

/* @end */

/* @group WordPress Global */

a {
	color: #537200;
	text-decoration: none;
}

.entry a:hover {
	text-decoration: underline;
}

#page-left-content h2 {
	text-transform: uppercase;
	font: bold 32px "Helvetica Neue LT Std", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #222;
	text-shadow: #fff 0 -1px 1px;
	letter-spacing: -2px;
	margin-bottom: 19px;
}

.entry h3 {
	text-transform: uppercase;
	color: #537200;
	font: bold 23px "Helvetica Neue LT Std", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 15px;
	letter-spacing: -1px;
	margin-bottom: -10px;
}

.entry h4 {
	color: #222;
	font: 17px/33px "Helvetica Neue LT Std", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 15px;
	display: block;
	margin-bottom: -10px;
}

.entry h5 {
	text-transform: uppercase;
	color: #666666;
	font: 14px "Helvetica Neue LT Std", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 20px 0 -15px;
}

.entry h6 {
	color: #666666;
	font: bold 13px "Helvetica Neue LT Std", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 20px;
	margin-bottom: -15px;
}

.entry h2 a:hover, .entry h3 a:hover, .entry h4 a:hover, .entry h5 a:hover, .entry h6 a:hover {
	color: #537200;
	text-decoration: none;
}

.entry ol {
	list-style-type: decimal;
	list-style-position: inside;
	font-size: 12px;
	margin: 10px 15px;
}

.entry ul {
	list-style-type: circle;
	list-style-position: inside;
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.entry ol li {
	padding: 2px 15px;
	text-indent: -10px;
	margin-left: 10px;
}

.entry ul li {
	padding: 3px 15px;
	text-indent: -12px;
	margin-left: 10px;
	line-height: 16px;
}

cite {
	font-weight: normal;
	font-style: normal;
}

.entry blockquote {
	background: url(images/quotes.jpg) no-repeat 0 0;
	padding-left: 45px;
	padding-right: 45px;
	font: 15px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #999;
}

.spacer {
	height: 10px;
}

.clearer {
	clear: both;
}

img.alignleft {
	float: left;
	margin-right: 15px;
}

.caption .alignleft {
	float: left;
	margin-right: 15px;
}

img.alignright {
	float: right;
	margin-left: 15px;
}

.caption .alignright {
	float: right;
	margin-left: 15px;
}



/* @end */

/* @group Site Global */

h2.section-title {
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
	font-family: 'Helvetica Neue LT Std', Helvetica Neue, Helvetica, Arial, sans-serif;
	float: left;
	text-shadow: #fff 0 -1px 1px;
}

a.see-all {
	float: right;
	color: #555;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
}

a.see-all:hover {
	color: #537200;
}

a.read-more {
	font-style: italic;
}

/* @end */

/* @group Header */

#header {
	height: 92px;
	background: url(images/head-top.jpg) no-repeat;
	width: 990px;
	margin: 0 0 0 -20px;
	position: relative;
	z-index: 1;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

#header a#logo {
	width: 235px;
	height: 46px;
	display: block;
	position: relative;
	left: 17px;
	top: 20px;
	background-repeat: no-repeat;
}

#header a#logo h1 {
	display: none;
}

#head-right-image {
	position: absolute;
	background: url(images/head-right.jpg) no-repeat;
	width: 28px;
	height: 104px;
	top: 92px;
	right: 0;
}

/* @group Search Area */

/*#header #search-area {
	position: absolute;
	top: 19px;
	width: 322px;
	float: right;
	height: 27px;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 10px;
}

#header #search-area label {
	display: none;
}

#header #search-area ul {
	position: absolute;
	top: -12px;
	right: 21px;
}

#header #search-area ul li {
	display: inline;
	font-family: Arial, sans-serif;
	color: #ccc;
}

#header #search-area ul li a {
	color: #999;
}	

#header #search-area ul li a:hover {
	color: #555;
}

#header #search-area #s {
	border: 1px solid #ccc;
	padding: 3px 4px 4px 20px;
	color: #999;
	width: 70px;
	background: #fff url(images/mag-glass.png) no-repeat 2px 2px;
	position: absolute;
	height: 12px;
	margin: 5px 1px 0 0;
	top: 0;
	line-height: 11px;
	right: 43px;
	float: left;
	-webkit-border-bottom-left-radius: 2px;
	border-right-style: none;
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
}

#header #search-area #searchsubmit {
	background: url(images/ok-button.png) -1px 0;
	width: 24px;
	height: 21px;
	position: absolute;
	margin: 0;
	top: 5px;
	right: 20px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border: 1px solid #1b5610;
	border-top-style: none;
	border-left-style: none;
}

#header #search-area #searchsubmit:hover {
	cursor: pointer;
}*/

#header #strat {
	text-shadow: rgb(238, 238, 238) 0px 1px 0px;
	color: #666;
	font-weight: bold;
	position: absolute;
	top: 30px;
	left: 280px;
	font-size: 11px;
	font-family: 'Helvetica Neue', Helvetica, Geneva, Arial, sans-serif;

}

/* @end */



/* @end */

/* @group Drop-Down Menus */

/* @group Header */

#header ul.sf-menu {
	position: relative;
	left: 392px;
	font-family: Helvetica, Arial, sans-serif;
	z-index: 101;
	top: -26px;
}

/*** ESSENTIAL STYLES ***/
#header .sf-menu, #header .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#header .sf-menu {
	line-height:	1.0;
}
#header .sf-menu ul {
	position:		absolute;
	top: -999em;
	width: 165px;
}
#header .sf-menu li:hover {
	visibility:		inherit;
}
#header .sf-menu li {
	position:		relative;
	float: left;
}

#header .sf-menu ul li {
	width: 100%;
}

#header .sf-menu a {
	display:		block;
	position:		relative;
	color: #666;
	text-shadow: #fff 0 1px 0;
	font: 11px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
}

#header .sf-menu ul a {
	color: #537200;
	text-transform: capitalize;
	font-size: 11px;
}

#header .sf-menu li:hover ul,
#header .sf-menu li.sfHover ul {
	left:			0; /* match top ul list item height */
	z-index: 99;
	top: 29px;
}
#header ul.sf-menu li:hover li ul,
#header ul.sf-menu li.sfHover li ul {
	top: -999px;
}
#header ul.sf-menu li li:hover ul,
#header ul.sf-menu li li.sfHover ul {
	left: 165px; /* match ul width */
	top:			0;
}
#header ul.sf-menu li li:hover li ul,
#header ul.sf-menu li li.sfHover li ul {
	top: -999px;
}
#header ul.sf-menu li li li:hover ul,
#header ul.sf-menu li li li.sfHover ul {
	left:			10em;
}

/*** DEMO SKIN ***/
#header .sf-menu {
	float:			left;
	margin-bottom:	1em;
}
#header .sf-menu a {
	text-decoration:none;
	padding: .75em 20px .75em 5px;
}

#header .sf-menu a.parent, #header .sf-menu a.current_parent {
	font-weight: bold;
}
#header .sf-menu li {
}
#header .sf-menu li li {
	background: #fffeff;
	padding-right: 0;
}
#header .sf-menu li li li {
	background: #fff;
}
#header .sf-menu li.parent.sfHover, #header .sf-menu .parent a:hover {
	outline:		0;
	color: #222;
	text-shadow: #eee 0 1px 0;
	background-color: #f3f3f3;
}

#header .sf-menu li.current_parent.sfHover, #header .sf-menu .current_parent a:hover {
	outline:		0;
	color: #222;
	text-shadow: #eee 0 1px 0;
	background-color: #f3f3f3;
}

#header a.last {
	font-weight: bold;
}

#header a.last:hover {
		color: #222;
}

#header a.last {
	padding-left: 0;
}

/*** arrows **/
#header .sf-sub-indicator {
	position:		absolute;
	display:		block; /* IE6 only */
	width: 10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background: url(images/arrows-ffffff.png) no-repeat 0 -100px;
	top: 10px;
	right: 7px;
}
/* apply hovers to modern browsers */
#header a:focus > .sf-sub-indicator,
#header a:hover > .sf-sub-indicator,
#header a:active > .sf-sub-indicator,
#header li:hover > a > .sf-sub-indicator,
#header li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#header .sf-menu ul .sf-sub-indicator { background-position: -10px 0; }
#header .sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#header .sf-menu ul a:focus > .sf-sub-indicator,
#header .sf-menu ul a:hover > .sf-sub-indicator,
#header .sf-menu ul a:active > .sf-sub-indicator,
#header .sf-menu ul li:hover > a > .sf-sub-indicator,
#header .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
#header .sf-shadow ul {
	background: url(images/shadow.png) no-repeat right bottom;
	padding: 0 10px 10px 0;
	-moz-border-radius-bottomleft: 14px;
	-moz-border-radius-topright: 14px;
	-webkit-border-top-right-radius: 14px;
	-webkit-border-bottom-left-radius: 14px;
}
#header .sf-shadow ul.sf-shadow-off {
	background: transparent;
}



/* @end */

/* @group Industry Insights / Newsroom / Global Opinions */

.insights-menu {
	position: absolute;
	left: 190px;
	white-space: nowrap;
	z-index: 0;
	width: 150px;
	top: 0;
}

.insights-menu ul.viewing {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	padding: 0;
}

.insights-menu ul.viewing li span {
	color: #333;
	padding: 5px 15px 10px 4px;
	margin: 0;
	position: relative;
	z-index: 2;
	display: block;
	bottom: 5px;
	background: #fff url(images/drop-arrow.png) no-repeat 97% 10px;
	float: left;
	left: 0;
}

.insights-menu ul.viewing li.parent_title ul {
	position: relative;
	background-color: #fff;
	border: 1px solid #ccc;
	z-index: 1;
	clear: left;
	top: -7px;
	width: 222px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	left: -1px;
	display: none;
}

.bottomline {
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.insights-menu ul.viewing li:hover ul {
	position: relative;
	float: left;
	display: block;
	-webkit-box-shadow: #999 0px 5px 5px;
}

.insights-menu ul.viewing span:hover, 
.insights-menu ul.viewing:hover li span {
	border: 1px solid #ccc;
	border-bottom-style: none;
	padding: 5px 15px 10px 4px;
	position: relative;
	top: -6px;
	background: #fff url(images/drop-arrow.png) no-repeat 97% -26px;
	cursor: pointer;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-toplt: 3px;
	-moz-border-radius-topright: 3px;
	left: -1px;
}

.insights-menu ul.viewing li ul li a {
	display: block;
	width: 217px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.insights-menu ul.viewing li ul li a:hover {
	background-color: #f3f3f3;
}

.insights-menu ul.viewing li.parent_title ul li.popular {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

#home-left #global-trends .insights-menu {
	position: absolute;
	top: 61px;
	left: 129px;
	z-index: 100;
}

#home-left #global-trends .insights-menu ul, #home-left #global-trends .insights-menu ul li a {
	width: 145px;
}

#home-left #global-trends .insights-menu ul li a {
	width: 140px;
}

#home-left #global-trends .insights-menu li.parent_title span {
	padding: 3px 14px 5px 3px;
	background: transparent url(images/drop-arrow.png) no-repeat 98% 7px;
}

#home-left #global-trends .insights-menu ul.viewing span:hover, 
#home-left #global-trends .insights-menu ul.viewing:hover li span {
	border: 1px solid #ccc;
	border-bottom-style: none;
	position: relative;
	top: -6px;
	background: #fff url(images/drop-arrow.png) no-repeat 98% -29px;
	cursor: pointer;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-toplt: 3px;
	-moz-border-radius-topright: 3px;
	left: -1px;
}



/* @end */



/* @end */

/* @group Homepage */

#home-left {
	width: 340px;
	float: left;
	position: relative;
}

#home-right {
	padding: 0;
	margin: 0;
	width: 570px;
	float: right;
	position: relative;
	z-index: 0;
}

#home-top-blocks {
	margin: 0 0 25px;
	padding: 0;
	z-index: 0;
	background-color: #fff;
	height: 345px;
}

/* @group Video */

#left-video-area h2 {
	background: url(images/research-company-logo.png) no-repeat;
	width: 310px;
	height: 20px;
	text-indent: -10000px;
	position: relative;
	z-index: 1;
}

#home-top-blocks #left-video-area {
	height: 337px;
	background: url(images/head-left.jpg) no-repeat;
	float: left;
	position: relative;
	left: -20px;
	margin: 0 -28px 0 0;
	width: 350px;
	padding: 0 30px 0 18px;
}

#home-top-blocks #left-video-area img {
	width: 338px;
	height: 188px;
	margin-top: 5px;
}

#home-top-blocks #left-video-area object {
	height: 188px;
	width: 338px;
	margin-top: 5px;
}

#home-top-blocks #left-video-area p {
	color: #fff;
	text-shadow: #555 0 -1px 1px;
	line-height: 15px;
	padding: 0;
	margin: 10px 0 0;
	font-size: 11px;
}

#home-top-blocks #left-video-area p strong {
	display: block;
	padding: 0;
	margin: 0 0 -10px;
}

#home-top-blocks #left-video-area h2 {
	text-transform: uppercase;
	font: bold 11px "Helvetica Neue LT Std", Helvetica, Geneva, Arial, sans-serif;
}

#home-top-blocks #left-video-area a.post-edit-link {
	position: absolute;
	left: 0;
	background-color: #828282;
	color: #fff;
	text-shadow: #222 0 -1px 1px;
	padding: 5px;
	border: 1px solid #eee;
	font-weight: bold;
	text-transform: uppercase;
	border-left: 1px solid #828282;
	bottom: -12px;
	border-top: 1px solid #828282;
}

#home-top-blocks #left-video-area a.post-edit-link:hover {
	color: #000;
	text-shadow: #999 0 -1px 1px;
}

/* @end */

/* @group Industry Indights */

#home-top-blocks #industry-insights {
	width: 570px;
	float: right;
	position: relative;
	margin-top: 15px;
	background-color: #fff;
}

#industry-insights h2.section-title {
	margin-right: 10px;
	width: 107px;
	height: 13px;
	background: url(images/industy_insights_h2.jpg) no-repeat;
	text-indent: -1000px;
}

#industry-insights .panel {
	width: 190px;
	margin-top: 10px;
	color: #858585;
	line-height: 14px;
	background-color: #fff;
	float: left;
}

#industry-insights .panel .meta {
	padding-top: 7px;
	padding-bottom: 7px;
	width: 96%;
}

#industry-insights .panel .meta a {
	color: #666666;
}

#industry-insights .panel .meta a:hover {
	color: #537200;
	text-decoration: underline;
}

#industry-insights .panel h2 a {
	color: #333;
	margin-top: 10px;
	display: block;
	font: bold 12px/14px Arial, sans-serif;
	text-align: left;
	width: 96%;
}

#industry-insights .panel h2 a:hover {
	color: #537200;
}

#industry-insights .content a {
	color: #537200;
}

#industry-insights .content {
	width: 93%;
}

#industry-insights .page-2, .page-3, .page-4, .page-5 {
	display: none;
}

#industry-insights .dots {
	height: 5px;
	width: 185px;
	margin: 0;
	padding: 0;
}

#industry-insights .dots li {
	display: block;
	float: left;
	margin-right: 1px;
	margin-top: 1px;
}

#industry-insights .dots li a {
	width: 11px;
	display: block;
	background: url(images/greydot.png) no-repeat 0 0;
	text-indent: -10000px;
	height: 10px;
	margin-right: 1px;
}

#industry-insights .dots li.current a {
	background: url(images/greendot.png) no-repeat 0 0;

}

#home-top-blocks #industry-insights a.see-all {
	position: relative;
	right: 5px;
}



/* @end */

/* @group NewsRoom */

#news-room h2 {
	background: url(images/news_room_h2.jpg) no-repeat;
	width: 99px;
	height: 13px;
	text-indent: -1000px;
}

#news-room .insights-menu {
	margin-left: -60px;
}

ul#home-news-items {
	border-top: 1px solid #ddd;
	margin-top: 10px;
}

ul#home-news-items li {
	padding-top: 10px;
	padding-bottom: 5px;
}

ul#home-news-items li a {
	color: #333;
	font: bold 12px/14px Arial, san-serif;
	vertical-align: middle;
}

ul#home-news-items li a:hover {
	color: #537200;
}

div.home-date {
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 8px;
	text-align: center;
	border: 1px solid #ddd;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

div.home-date strong {
	display: block;
	background: #537200;
	color: #fff;
	font-size: 11px;
	margin-bottom: 2px;
	text-shadow: #222 0 -1px 1px;
	text-transform:capitalize;
}

/* @end */

/* @group Global Opinion & Trends */

#global-trends {
	position: relative;
	margin-top: 30px;
}

#global-trends h2.section-title {
	position: absolute;
	top: 57px;
	background: url(images/polls_h2_title.jpg) no-repeat left 5px;
	height: 16px;
	display: block;
	text-indent: 1000em;
	left: -2px;
	width: 340px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	padding-top: 5px;
}

#global-trends a#link {
	text-indent: -1000em;
	display: block;
	background: url(images/public-opinion.jpg) no-repeat 0 0;
	height: 50px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 10px;
}

#home-left #global-trends a.see-all {
	font-size: 11px;
	position: absolute;
	top: 58px;
	right: 2px;
	margin-top: 5px;
}

#home-left #global-trends .insights-menu {
	margin-top: 5px;
}

#home-left #global-trends .insights-menu li.parent_title ul  {
	width: 160px;
}

#home-left #global-trends .insights-menu li.parent_title ul a  {
	width: 155px;
}

div.global-date {
	color: #537200;
	padding-bottom: 3px;
	padding-top: 10px;
}

#global-trends ul#home-global-items {
	padding-top: 7px;
}

#global-trends ul#home-global-items a {
	color: #333;
	font-weight: bold;
	font-size: 12px;
}

#global-trends ul#home-global-items a:hover {
	color: #537200;
}

#global-trends li .global-item-content {
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#global-trends ul#home-global-items a.read-more {
	color: #537200;
	font-style: italic;
	font-size: 11px;
	font-weight: normal;
}

#global-trends ul#home-global-items a.read-more:hover {
	color: #333;
}

/* @end */

/* @group Product Demos */

#product-demos {
	position: relative;
	width: 570px;
	height: 310px;
	margin-bottom: 30px;
}

#product-demos h2 {
	width: 99px;
	height: 13px;
	background: url(images/product_demos_h2.jpg) no-repeat;
	text-indent: -1000px;
}

#product-demos .featured-content {
	background: url(images/demo-bg.jpg) no-repeat;
	border: 1px solid #ccc;
	padding: 0;
	margin: 10px 0 0;
	height: 285px;
}

#product-demos .featured-main-wrapper {
	text-align: center;
	background: url(images/demo-bg.jpg) no-repeat 0 0;
	padding: 0;
	margin: 0;
	z-index: =;
	border-bottom: 1px solid #ccc;
}

.featured-main-wrapper a.featured-left {
	display: block;
	float: left;
	width: 17px;
	height: 17px;
	background: url(images/left-carousel-arrow.png) no-repeat center center;
	text-indent: -10000px;
	position: relative;
	top: 110px;
	left: 10px;
	padding: 5px;
	z-index: 1;
}

.featured-main-wrapper a.featured-right {
	display: block;
	float: right;
	width: 17px;
	height: 17px;
	background: url(images/right-carousel-arrow.png) no-repeat center center;
	text-indent: -10000px;
	position: relative;
	top: 110px;
	right: 10px;
	padding: 5px;
	z-index: 1;
}

#product-demos ul.featured-main {
	margin: 0;
	padding: 0;
}

#product-demos .featured-content li.featured-item {
	margin: 0;
	padding: 0;
	height: 225px;
}

#product-demos ul.featured-main img {
	width: 409px !important;
	position: absolute;
	height: 236px !important;
	left: 84px;
	bottom: 50px;
}

#product-demos ul.featured-main .semi {
	display: none;
	position: absolute;
}

#product-demos .gallery-thumbs ul {
	width: 566px;
	background-color: #f8fafa;
	position: relative;
	z-index: 3;
	margin: 0;
	padding: 1px 0 0 2px;
	height: 47px;
}

#product-demos .gallery-thumbs li {
	float: left;
	padding: 2px;
	margin: 0;
}

#product-demos .gallery-thumbs img {
	max-width: 40px;
	margin: 0;
	border: 1px solid #ccc;
}

#product-demos .gallery-thumbs img:hover {
	border: 1px solid #333;
}



/* @end */

/* @group Home, Right Section */

/* @group Twitter */

#home-right #left-block {
	width: 190px;
	float: left;
	font-family: 'Helvetica Neue LT Std', Helvetica Neue, Helvetica, Arial, sans-serif;
	margin-top: 10px;
}

#home-right #left-block a,
#home-right #left-block .twit-select li.selected a {
	color: #618300;
}

#home-right #left-block a:hover,
#home-right #left-block .twit-select li.selected a:hover {
	color: #333;
}

#home-right #left-block .twit-select li {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}

#home-right #left-block .twit-select li a {
	color: #888;
}

#home-right #left-block .twit-select li.selected {
	border-bottom: 1px solid #fff;
	position: relative;
	top: 0px;
	z-index: 10;
}

#home-right #social-area #left-block h2 {
	float: left;
	margin-top: 3px;
	text-indent: -1000px;
	background: url(images/twitter_h2.jpg) no-repeat;
	width: 55px;
	height: 13px;
}

#home-right #left-block ul {
	float: right;
}

#home-right #left-block ul li.twit-li {
	display: block;
	text-align: center;
	font-size: 11px;
	padding: 5px;
	float: left;
	margin-right: 1px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#home-right #left-block ul li.twit-li a {
	padding: 2px 10px;
}

a.twit-time {
	display: block;
	margin-top: 10px;
}

#home-right .twitter-feed {
	border-top: 1px solid #ddd;
	padding-top: 5px;
	position: relative;
	top: -1px;
}

#home-right div.twitter-lines {
	width: 76px;
	height: 20px;
	background: url(images/twitter-lines.png);
	float: left;
}

#home-right a.follow {
	width: 106px;
	float: right;
	height: 20px;
	display: block;
	background: url(images/twitter-follow.png);
	text-indent: -10000px;
}

#home-right .twitter-feed li {
	padding-bottom: 5px;
	border-bottom: 1px dotted #888;
	color: #666;
	line-height: 15px;
	margin-bottom: 10px;
	padding-top: 5px;
}

/* @end */

/* @group Featured */

#home-right #right-block {
	float: right;
	width: 350px;
	display: block;
}

#right-block #featured-content {
	line-height: 16px;
}

#right-block #featured-content h2 {
	float: left;
	padding-right: 5px;
}

#right-block #featured-content h2 a {
	color: #333;
}

#right-block #featured-content h2 a:hover {
	color: #537200;	
}

/* @end */

/* @group Connect With Us */

#home-right #connect {
	margin-top: 20px;
}

#home-right #connect h4 {
	margin-bottom: 5px;
	text-indent: -1000px;
	background: url(images/connect-with-us-title.png) no-repeat;
}


#home-right #connect li {
	margin-bottom: 3px;
	float: left;
	background: #eeeeee;
	margin-right: 3px;
	text-shadow: #fff 0 -1px 1px;
}

#home-right #connect li:hover {
	background: #ddd;	
}

#home-right #connect li a {
	display: block;
	color: #333;
	font-size: 10px;
	font-weight: bold;
	margin-left: 3px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
	width: 129px;
}

#home-right #connect li.rss a {
	background: url(images/social-media/rss-icon.png) no-repeat 0 center;
}

#home-right #connect li.twitter a {
	background: url(images/social-media/twitter-icon.png) no-repeat 0 center;
}

#home-right #connect li.flickr a {
	background: url(images/social-media/flickr-icon.png) no-repeat 0 center;
}

#home-right #connect li.youtube a {
	background: url(images/social-media/youtube-icon.png) no-repeat 0 center;
}

#home-right #connect li.linkedin a {
	background: url(images/social-media/linkedin-icon.png) no-repeat 0 center;
}

#home-right #connect li.contact a {
	background: url(images/social-media/contact-icon.png) no-repeat 0 center;
}


/* @end */


/* @end */



/* @end */

/* @group Sidebar */

/* @group Public Opinion Widget */

#sidebar #global-trends {
	display: relative;
	margin: 0;
	padding: 0;
}

#sidebar #global-trends #public-bottom-links {
	background: url(images/stripes.jpg) no-repeat center top;
}

#sidebar #global-trends h2 {
	width: 350px;
	padding-bottom: 8px;
}

#sidebar .widget_powidget {
	margin-bottom: 40px;
}

#sidebar #global-trends a.see-all {
	position: absolute;
	top: 60px;
	right: 2px;
}

#sidebar #global-trends a#link {
	margin: 0 0 20px;
	padding: 0 0 5px;
}

#sidebar #global-trends div a.left {
	text-indent: -1000em;
	height: 20px;
	width: 125px;
	background: url(images/argm.jpg) no-repeat 0 0;
	display: block;
	float: left;
}

#sidebar #global-trends div a.right {
	float: right;
	background: url(images/argt.jpg) no-repeat 0 0;
	text-indent: -1000em;
	height: 20px;
	width: 125px;
}

#sidebar #global-trends .insights-menu {
	position: absolute;
	top: 62px;
	left: 130px;
	z-index: 100;
}

#sidebar #global-trends .insights-menu ul ul {
	position: relative;
	top: -7px;
}

/* @end */

/* @group Newsroom Widget */

#sidebar #news-room a {
	border: 0px;
}

#sidebar #news-room .insights-menu li a {
	color: rgb(83, 114, 0);
	text-decoration: none;	
	font-weight: normal;
}

#sidebar #news-room #home-news-items a:hover {
	background-color: #fff;
}

#sidebar #news-room {
	position: relative;
	width: 270px;
}

#sidebar #news-room a.see-all {
	float: right;
	text-align: right;
	display: block;
	position: relative;
	top: -2px;
	right: 0;
	width: 40px;
/* display:none; */
	visibility:hidden;
}

#sidebar #news-room h2 {
	position: absolute;
	left: 0px;
}

#sidebar #news-room ul#home-news-items {
	margin-top: 10px;
}

#sidebar #news-room ul li {
	margin-bottom: 8px;
	margin-top: 8px;
}

#sidebar #news-room .insights-menu {
	position: relative;
	top: 7px;
}

#sidebar #news-room .insights-menu ul li {
	padding: 0px;
	margin: 0px;
}

#sidebar .insights-menu ul ul li {
	margin: 0px;
	padding: 0px;
}

#sidebar .insights-menu ul ul {
	position: relative;
	top: 1px;
}

/* @end */

/* @group Archives */

.widget_archive h2 {
	height: 16px;
	text-indent: -1500px;
	background: url(images/archives-h2-title.png) no-repeat 0 0;
}

.widget_archive ul {
	margin-top: -8px;
}

.widget_archive li a {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #eee;
	display: block;
	padding-left: 3px;
	height: 14px;
}

.widget_archive li a:hover {
	color: #333;
	background-color: #f3f3f3;
}



/* @end */

/* @group Top Bottom Stuff */

#sidebar .top-bottom-area {
	margin-bottom: 25px;
	background: #7f7f7f url(images/top_bottom_bk.jpg) no-repeat 0 0;
	height: auto;
	padding: 0;
}

#sidebar .top-bottom-area h2 {
	font: bold 14px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	text-shadow: #fff 0 1px 1px;
	padding-left: 15px;
	margin: 0;
	letter-spacing: -1px;
}

#sidebar .top-bottom-area p {
	margin-bottom: 10px;
	color: #fff;
	text-shadow: #555 0 1px 1px;
	background: url(images/sidebar_products_bk-bottom.jpg) no-repeat left bottom;
	padding-left: 15px;
	padding-bottom: 30px;
	padding-top: 5px;
}

#sidebar .top-bottom-area strong {
	display: block;
}



/* @end */

#sidebar {
	/* background: url(images/page-head-right.jpg) no-repeat; */
	width: 371px;
	padding: 0;
	position: relative;
	z-index: 0;
	float: right;
	margin: 0;
	left: 14px;
}

#sidebar .widget {
	margin-left: 5px;
	padding-bottom: 10px;
	margin-right: 10px;
}

#sidebar .widget h2 {
	margin-bottom: 8px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
}

/* @group Products Sidebar */

#product-video-area {
	background: #7f7f7f url(images/sidebar_products_bk.jpg) no-repeat left top;
	position: relative;
	left: 0;
	width: 371px;
	color: #fff;
	z-index: 0;
	top: 0;
	line-height: 14px;
	text-shadow: #555 0 1px 0;
	padding: 0;
	margin-bottom: 30px;
}

#product-video-area-inside {
	background: url(images/sidebar_products_bk-bottom.jpg) no-repeat left bottom;
	padding: 23px 15px 10px;
	position: relative;
	z-index: 0;
	margin: 0;
	height: auto;
}

#product-video-area a {
	color: #333;
}

#product-video-area a:hover {
	text-decoration: underline;
}

#product-video-area-inside img {
	border: 1px solid #999;
	margin: 0;
	padding: 0;
	height: 188px;
	width: 338px;
}

#product-video-area object, #product-video-area embed {
	position: relative;
	z-index: 0;
	border: 1px solid #999;
	padding: 0;
	margin: 0;
}

#product-video-area a.watch-overview {
	display: block;
	background: url(images/watch-overview-arrow.png) no-repeat;
	text-indent: 24px;
	color: #fff;
	position: relative;
	font-weight: bold;
	margin: 15px 0 0;
	padding: 2px 0 1px;
	height: 15px;
}

#product-video-area a.watch-overview:hover {
	color: #111;
}

#product-video-area h4 {
	margin-top: 17px;
	margin-bottom: 10px;
	width: 105px;
	height: 24px;
	background: url(images/sidebar-see-what-all.png);
	text-indent: -10000px;
}

a.sign-up {
	background: url(images/sign-up-image.png);
	display: block;
	width: 150px;
	height: 20px;
	text-indent: -10000px;
	margin-top: 15px;
}

.sidebar-dots {
	width: 338px;
	position: relative;
	border-bottom: 1px dotted #aaa;
	display: block;
	margin: 0 0 5px;
	padding: 0;
	height: 0;
}

/* @end */

/* @group Generic Tabs */

ul#tag-widget-list {
	float: left;
	margin-top: 9px;
}

li.tab {
	border: 1px solid #ccc;
	background-color: #eee;
	text-shadow: #fff 0 1px 1px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	display: block;
	border-bottom-style: none;
	text-align: center;
	position: relative;
	float: left;
	margin-right: 1px;
}

li.tab a {
	color: #737374;
	display: block;
	height: 20px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
}

li.li-selected {
	background-color: #fff;
	font-weight: bold;
	border: 1px solid #afbc8e;
	border-bottom: 1px solid #fff;
	position: relative;
	z-index: 1;
}

li a.selected {
	color: #333;
	height: 20px;
	position: relative;
}

/* @end */

/* @group Widgets */

/* @group Media Kit */

#sidebar .widget_mediakitwidget,
#sidebar .widget_arpokitwidget {
	line-height: 15px;
	background-color: #fff;
	width: 88%;
	margin-left: 10px;
	padding: 10px;
	border: 3px solid #d8d8d8;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	word-spacing: 0;
	margin-bottom: 35px;
}

.widget_mediakitwidget h2,
.widget_arpokitwidget h2 {
	height: 22px;
	background: #999 url(images/newsroom-media-kit.jpg) no-repeat 10px 10px;
	text-indent: -1200px;
	margin: -10px -10px 0;
}

.widget_arpokitwidget h2 {	
	background: #999 url(images/po_widget_h2.png) no-repeat 10px 10px;		
}



/* @end */

/* @group News Room Entries */

#sidebar .widget_newsroomwidget h2 {
	background: url(images/news_room_h2.gif) no-repeat 0 0;
	text-indent: -9000px;
	border-bottom: 0px;
	display: block;
	height: 16px;
}

#sidebar .widget_newsroomwidget ul {
	margin-top: -8px;
	padding: 0;
}

#sidebar .widget_newsroomwidget ul li {
	margin: 0;
	padding: 0;
}

#sidebar .widget_newsroomwidget ul li a {
	display: block;
	color: #333;
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	margin: 0;
}

#sidebar .widget_newsroomwidget ul li a:hover {
	color: #537200;
	background-color: #f3f3f3;
}



/* @end */

li.widget {
	padding: 5px;
	margin-bottom: 20px;
	width: 350px;
}

li.widget_productswidget h2 {
	background: url(images/products-title.png) no-repeat;
	text-indent: -10000px;
	height: 16px;
	width: 349px;
}

/* @group Recent Posts */

#sidebar .widget_recent_entries h2.widgettitle {
	background: url(images/recent-posts-widget-title.png) no-repeat;
	text-indent: -9000px;
	border-bottom: 1px solid #ccc;
	display: block;
	height: 16px;
	width: 350px;
}

.widget_recent_entries ul {
	margin-top: -8px;
}

.widget_recent_entries ul li a {
	display: block;
	color: #333;
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
}

.widget_recent_entries ul li a:hover {
	color: #537200;
	background-color: #f3f3f3;
}



/* @end */

/* @group Top, Tags/Category Widget */

li.widget_categorytagwidget h2 {
	background: url(images/top-title.png) no-repeat 0 17px;
	text-indent: -10000px;
	width: 30px;
	border-bottom-style: none !important;
	height: 20px;
	display: block;
	float: left;
}

li.widget_categorytagwidget #tag-widget-content a {
	color: #000;	
	text-transform: capitalize;
}

li.widget_categorytagwidget #tag-widget-content {
	border-top: 1px solid #ccc;
	position: relative;
	top: -1px;
	line-height: 18px;
	padding-top: 10px;
	text-align: left;
}

#sidebar ul#tag-widget-content li {
}

#sidebar ul#tag-widget-content li a {
	color: #537200;
	margin-right: 10px; 
}

#sidebar ul#tag-widget-content li a:hover {
	color: #333;
	text-decoration: underline;
}

/* @end */

/* @group Relevant Blog Widget */

li.widget_relatedblogwidget h2 {
	background: url(images/relevant-blog-title.png) no-repeat;
	text-indent: -10000px;
	height: 16px;
	width: 350px;
	margin-top: 10px;
}

li.widget_relatedblogwidget li img {
	float: left;
	margin-right: 10px;
}

li.widget_relatedblogwidget li h4 a {
	color: #333333;
	font-weight: bold;
	display: block;
	line-height: 14px;
}

li.widget_relatedblogwidget li h4 a:hover {
	color: #618300;
}

li.widget_relatedblogwidget li .meta {
	margin-bottom: 1px;
	color: #666;
}

li.widget_relatedblogwidget li .meta a {
	color: #666;
	font-weight: bold;
}

li.widget_relatedblogwidget li a.read-more {
	font-size: 10px;
	color: #618300;
}

li.widget_relatedblogwidget li a.read-more:hover {
	color: #222;
}

li.widget_relatedblogwidget li {
	padding-bottom: 20px;
}

/* @end */

/* @group Product Demos Widget */

li.widget_productsdemowidget h2 {
	background: url(images/product-demos-title.png) no-repeat;
	text-indent: -10000px;
	height: 16px;
	width: 350px;
}

li.widget_productsdemowidget li {
	font-size: 11px;
	color: #666666;
	background: #f3f3f3;
	margin-bottom: 2px;
	line-height: 14px;
	padding: 5px 10px 5px 5px;
}

li.widget_productsdemowidget li img {
	float: left;
	width: 64px;
	margin: 0 10px 5px 5px;
	border: 1px solid #bbb;
}

li.widget_productsdemowidget li img:hover {
	border-color: #537200;
}



li.widget_productsdemowidget li a {
	color: #333;
	display: block;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 2px;
	margin-top: 5px;
	text-transform: uppercase;
}

li.widget_productsdemowidget li a:hover {
	color: #537200;
}

/* @end */

/* @group Connect Widget */

li.widget_connectwithuswidget h2 {
	background: url(images/contactez-nous-title.gif) no-repeat;
	text-indent: -10000px;
	height: 16px;
}

#sidebar .connect-with-us ul {
	padding-top: 5px;
	margin: 0;
}

#sidebar .connect-with-us li {
	background: #eeeeee;
	margin-right: 3px;
	margin-bottom: 3px;
	display: block;
	float: left;
	text-shadow: #fff 0 -1px 1px;
}

#sidebar .connect-with-us li a {
	display: block;
	color: #333;
	font-size: 10px;
	font-weight: bold;
	padding: 15px 38px 15px 40px;
	width: 89px;
	margin: 0 0 0 3px;
}

.connect-with-us li.rss a {
	background: url(images/social-media/rss-icon.png) no-repeat 0 center;
}

.connect-with-us li.twitter a {
	background: url(images/social-media/twitter-icon.png) no-repeat 0 center;
}

.connect-with-us li.flickr a {
	background: url(images/social-media/flickr-icon.png) no-repeat 0 center;
}

.connect-with-us li.youtube a {
	background: url(images/social-media/youtube-icon.png) no-repeat 0 center;
}

.connect-with-us li.linkedin a {
	background: url(images/social-media/linkedin-icon.png) no-repeat 0 center;
}

.connect-with-us li.contact a {
	background: url(images/social-media/contact-icon.png) no-repeat 0 center;
}

#sidebar .connect-with-us li:hover {
	background: #ddd;	
}

/* @end */

/* @end */



/* @end */

/* @group Posts/Pages */

/* @group Header */

#header.singlepage {
	background: url(images/head-top-page_new.jpg) no-repeat 0 0;
	position: relative;
	height: 105px;
	width: 990px;
	z-index: 1;
}

/*#head-right-image-single {
	position: absolute;
	background: url(images/page-anchor.jpg) no-repeat;
	z-index: 1;
	width: 13px;
	height: 113px;
	top: 105px;
	left: 0;
}*/

/* @end */

/* @group Category */

span.category {
	display: block;
	color: #ccc;
	font: bold 22px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	margin-bottom: 0;
}



/* @end */

/* @group Newsroom */

.newsroom .more-news {
	margin-top: 50px;
}

.newsroom .more-news .news-date {
	color: #555;
	padding-bottom: 10px;
}

.newsroom .more-news h3 {
	margin: 50px 0 15px;
	height: 20px;
	display: block;
	text-indent: -1000px;
	background: url(images/newsroom-h3.jpg) no-repeat;
	border-bottom: 1px solid #ccc;
}

.newsroom .more-news ul li {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
}

.newsroom .more-news a:hover {
	color: #333;
}

.newsroom .entry .title, .newsroom .more-news a.title {
	color: #333;
	margin-top: 15px;
	text-transform: uppercase;
	font: bold 15px/16px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	margin-bottom: 5px;
}

.newsroom .entry .title, .newsroom .more-news a.title:hover {
	color: #537200;
}

.newsroom .more-news a#read-more-news {
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin-top: 15px;
	padding-top: 10px;
	text-align: right;
}

.newsroom .more-news a#read-more-news:hover {
	color: #537200;
}



/* @end */

/* @group Post Area */


.entry table {
	clear: both;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}


#page-left-content, #left-content {
	width: 625px;
	line-height: 18px;
	position: relative;
	min-height: 920px;
	float: left;
	z-index: 0;
}


#page-left-content.no-sidebar {
	width: 940px;
}

#page-left-content .post-head h2, #page-left-content .post-head h2 a {
	text-transform: uppercase;
	font: bold 32px/32px "Helvetica Neue LT Std", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #222;
	text-shadow: #fff 0 -1px 1px;
	letter-spacing: -2px;
	margin: 0;
}

#page-left-content .post-date {
	color: #999;
	text-transform: uppercase;
	position: relative;
	font: 13px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}

#page-left-content .entry {
	font: 13px/20px Helvetica, Arial, sans-serif;
	color: #555;
}

#page-left-content .entry a:hover {
	color: #333;
}

#page-left-content .entry img {
	max-width: 550px !important;
	height: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* @group Post Details */

#page-left-content .details-right span#sharethis_0 a
 {
	background-image: none !important;
}

.post-details {
	margin-top: 50px;
	margin-bottom: 15px;
}

.post-details p {
	padding: 0;
	margin: 0;
	line-height: 20px;
}

.post-details p a {
	font-weight: bold;
}

.post-details p a:hover {
	color: #333;
}

.post-details .details-right {
	width: 220px;
	float: right;
	text-align: right;
	margin-top: 5px;
}

.post-details .details-left {
	width: 275px;
	margin-top: 5px;
}

.post-details h3 {
	height: 20px;
	background: url(images/post_details_h3.jpg) no-repeat;
	text-indent: -1000px;
	border-bottom: 1px solid #ccc;
	display: block;
}



/* @end */

/* @end */

/* @group Page Navigation */

#page-left-content .navigation {
	text-transform: uppercase;
	font: bold 11px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	color: #333;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-top: 16px;
	height: 75px;
}

#page-left-content .catnav {
	border-style: none;
	padding: 0;
}

#page-left-content .navigation a {
	color: #333;
}

#page-left-content .navigation a:hover {
	color: #537200;
}

#page-left-content .navigation .alignleft {
	float: left;
}

#page-left-content .navigation .alignright {
	float: right;
}

/* @end */

/* @group Search Results */

.search {
	margin-top: 25px;
}

h3.search-results {
	font: 28px "Helvetica Neue LT Std", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #618300;
	text-transform: capitalize;
}

#page-left-content .search h1, #page-left-content .search h1 a {
	font-size: 16px;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 5px;
}

#page-left-content .search h1, #page-left-content .search h1 a:hover {
	color: #537200;
}

.search-post-date {
	font-size: 13px;
	margin-bottom: 15px;
}

.search-post-date a {
	font-weight: bold;
}

.search-post-date a:hover {
	color: #333;
}

#page-left-content .search .entry {
	font-size: 11px;
	line-height: 16px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
	padding-bottom: 25px;
}



/* @end */



/* @end */

/* @group Comments */

/* @group Comments */

#page-left-content ol.commentlist {
	border-top: 1px solid #ccc;
	margin-top: 15px;
}

#page-left-content ol.commentlist li {
	position: relative;
	border-bottom: 1px solid #ccc;
	padding-top: 15px;
	padding-bottom: 15px;
}

#page-left-content ol.commentlist li p {
	clear: both;
}

#page-left-content ol.commentlist li .moderation {
	font-style: italic;
	text-align: left;
	margin-bottom: 5px;
	background-color: #e7f3e3;
	padding: 2px;
}

#page-left-content .com-rating {
	width: 325px;
	float: right;
	text-align: right;
	margin-top: 3px;
}

#page-left-content .com-rating a {
	font-weight: bold;
}

#page-left-content .com-rating a:hover {
	color: #333;
}

#page-left-content .com-rating p {
	padding: 0;
	display: inline;
	margin: 0 0 0 10px;
	position: relative;
	top: 3px;
}

#page-left-content ol.commentlist .avatar {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	width: 32px;
	height: 32px;
}

#page-left-content ol.commentlist .comment-author cite{
	font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	position: relative;
	top: 7px;
}

#page-left-content ol.commentlist li.depth-2 {
	border-style: none;
	background-color: #f3feec;
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px;
}

#page-left-content ol.commentlist li.depth-3 {
	border-style: none;
	background-color: #fff;
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px;
}



/* @end */

/* @group Leaving A Comment */

#respond {
	padding-top: 25px;
}

#respond h3 {
	color: #222;
	font: 14px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	letter-spacing: -1px;
}

#respond form#commentform p label strong {
	font: bold 11px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	color: #444;
}

#respond form#commentform input {
	padding: 5px;
	border: 1px solid #ccc;
	margin-right: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#respond form#commentform input#submit {
	background-color: #537200;
	font-weight: bold;
	color: white;
	text-shadow: #333 0 -1px 1px;
	border: 1px solid #666;
	padding: 4px;
	margin: 0;
}

#respond form#commentform input#submit:hover {
	background-color: #466100;
	cursor: pointer;
}

#respond form#commentform textarea {
	width: 515px;
	border: 1px solid #ccc;
	margin-top: 5px;
	padding: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}



/* @end */



/* @end */

/* @group Footer */

#footer {
	background: #393739 url(images/body-bottom.jpg) no-repeat center top;
	height: 250px;
	clear: both; width:1078px; margin:0 auto;
}

#footer-inner {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	clear: both;
}

#footer-menu {
	position: absolute;
	font-size: 11px;
	top: 95px;
	left: -15px;
}

#footer-menu h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #ccc;
	text-shadow: #333 0 -1px 1px;
}

#footer-menu a {
	color: #888;
}

#footer-menu a:hover {
	color: #7eaa00;
	background: url(images/footer-arrow.png) no-repeat 2px;
	padding-left: 12px;
	position: relative;
	right: 12px;
}

.footer-menu {
	float: left;
	margin-left: 50px;
}

#footer-menu ul {
	width: 105px;
	margin-bottom: 20px;
	margin-top: 3px;
	text-shadow: #222 0 -1px 1px;
}

#footer-menu ul li {
	padding-top: 4px;
}

#footer-logo {
	position: absolute;
	top: 55px;
	right: 12px;
}

/* @end */

/* @group sIFR */

.sIFR-flash {
    margin: 0;
    padding: 0;
}
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
	z-index: 0;
}
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: hidden; 
    letter-spacing: 0px; 
    float: none;
  }

.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px !important;
  z-index: 0;
}

/* @group Titles */


.sIFR-active #page-left-content h2, 
.sIFR-active #page-left-content h3,
.sIFR-active #page-left-content h4, 
.sIFR-active #page-left-content h5 {
  visibility: hidden;
  font-family: Helvetica;
	line-height: 1.1em;
}


/* @end */



/* @end */

/* @group jCarousel */

.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/* @group Skin */

.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
	background: #eeeeee;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 315px;
    padding: 10px 15px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  315px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 100px;
    height: 60px;
    padding-top: 5px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 39px;
    right: -8px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: transparent url(images/carousel/right-carousel-arrow.png) no-repeat 0 0 !important;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 39px;
    left: -8px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: transparent url(images/carousel/left-carousel-arrow.png) no-repeat 0 0 !important;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
}

.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/carousel/right-carousel-arrow.png) no-repeat 0 0 !important;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/carousel/prev-vertical.png) no-repeat 0 0 !important;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}




/* @end */



/* @end */

/* @group Breadcrumb */

#page-left-content .breadcrumb {
	margin-bottom: 10px;
	color: #999;
	width: 95%;
	position: relative;
	margin-top: -15px;
	top: 10px;
}

#page-left-content .breadcrumb a {
	font-weight: bold;
}

#page-left-content .breadcrumb a:hover {
	color: #333;
}



/* @end */

/* @group Object / Embed */

#page-left-content .entry span object {
	width: 525px;
	height: 100%;
	position: relative;
	z-index: 0;
}

/* @group CFORMS */
/*  main 'top-level' form elements */

#page-left-content ol.cf-ol {
	border-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

.linklove {
	display: none;
}

.cform { 
	margin:10px auto 0 auto;
	padding: 0;
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0; 
	border:1px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:#f7f7f7; 
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:10px;
	padding: 0 2px;
	color:#666666;
	font-style: normal;
	font-size: 20px;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
}

ol.cf-ol li	{
	background:none!important; 
	margin: 5px 0 10px;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}
/* just for text-only fields (no input) */

ol.cf-ol li.textonly {
	background:#F0F0F0 !important;
	letter-spacing:1px;
	margin:10px 0pt !important;
	padding:5px 0pt;
	text-align:center;
}
/* global definitions for field labels */

.cform label {
	width: 125px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
}

.cform label span {
	width: 120px; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 15px 0pt 6px;
	text-align:left;
	width:115px;
}

label.cf-after span {
	width:115px;
	display:block;
}

label.cf-group-after {
	margin:3px 4px 0 2px;
	width: 72px;
	text-align:left;
}
label.cf-group-after span {
	width:72px;
	display:block;
}
/*   FORM FIELDS general formatting */

.cform input,
.cform textarea,
.cform select { 
	padding: 5px;
	background: #fafafa; 
	border: 1px solid #ccc; 
	vertical-align:top;
	color: #666;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover {
	background: #c8e0a7; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus { 
	background: #e7e7e7; 
}

.cform textarea,
.cform input { 
}
.cform select {
	width:158px; /* attempt to have equal length */
	padding:2px 0;
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform input {
	width: 219px;
}

.cform textarea {
	font-size: 0.9em;
	width: 388px;
	margin-left: 125px;
	overflow: auto;
	margin-top: -15px;
}
/*   radio button title                               */

ol.cf-ol li.cf-box-title {
	font-weight:bold;
	letter-spacing:1px;
	padding:8px 0 0 100px; /* check with label 'width' incl. */
}

ol.cf-ol li#li-2-7 span.reqtxt {
	display: none;
}

ol.cf-ol li#li-2-7 label {
	margin-top: 10px;
}
/*   check boxes                                      */

.cform input.cf-box-a,
.cform input.cf-box-b { 
	margin:2px 0 0 0; 
	width:14px;
	height:22px;
	border:none!important;
	background:none!important; 
}

.cform input.cf-box-a { 
	margin-left:100px; /* check with label 'width' incl. */
}
/* check box groups                                   */

ol.cf-ol li.cf-box-group {
	margin:10px 0pt 0px !important;
	padding-left: 100px; 
}
/* formatting for text:  "(required)"  & other        */

span.reqtxt,
span.emailreqtxt { 
	margin: 3px 0 0 3px;
	font-size:0.9em;
	display: -moz-inline-box; 
	vertical-align:top;
	position: relative;
	top: 7px;
	left: 5px;
	color: #999;
}
/*   FORM submit button                               */

p.cf-sb {
	text-align: right;
	padding: 0!important;
	margin: 0;
	display: block;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton { 
	width:100px;  
	padding:5px; 
	margin: 10px 0 0 5px;
	cursor: pointer;
	background-color: #425b00;
	color: #fff;
	text-transform: uppercase;
	font: bold 1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: #333 0 -1px 1px;
	border: 1px solid #547042;
}
.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
}
/*   FORM FIELDS enhanced error display */
ol.cf-ol li.cf_li_err {
	background: #FFDFDF url(../../plugins/cforms-2/styling/li-err-bg.png) repeat;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background: url(../../plugins/cforms-2/styling/icon-alert.png) no-repeat left 1px;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}
/* 'visitor verification' related styles */

label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha {
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background: url(../../plugins/cforms-2/styling/captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}
/* change formatting of response msgs here */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	background:#F7F7F7 none repeat scroll 0% 50%;
	color:#444444;
	display:block;
}
div.failure {
	display:block;
	background: #FFDFDF url(../../plugins/cforms-2/styling/li-err-bg.png) repeat;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*   formatting for invalid user inputs */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}
/* disabled fields [disabled] does not work on IE!  */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}
/* upload box styling */
.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
}
/*  Other: link love */
.linklove {
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;	
	text-align:center!important;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	color:#aaaaaa!important;
}
/*  Other: browser hacks */

/* @end */




/* @end */

/* @group Flash Videos */

#sidebar-video a.flash_install {
	height: 188px;
}



/* @end */

/* @group Live Chat */

#vc-live-chat a {
	text-indent: -10000px;
}

/* @end */

/* @group French */

li#english-link {
	background: url(images/flag.jpg) no-repeat 0 -2px;	
	padding-left: 22px;
}

li#english-link a {
	color: #222!important;
	font-weight: bold;
	font-size: 9pt;
}

.connect-box {
	background: #ddd;
	padding: 10px;
	margin-bottom: 5px;
}

#sidebar .connect-box h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 11pt;
	padding-bottom: 0px;
	margin-bottom: 2px;
}

#sidebar .connect-box p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

.entry h3 {
	margin-top: -8px;
}

.widget_vcmenuwidget ul {
	border-top: 1px solid #ddd;
}

.widget_vcmenuwidget li {
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #ddd;

}

.widget_vcmenuwidget li.current_page_item {
	background: #eeeeee url(images/list-arrow.gif) no-repeat 2px 10px;	
}

.widget_vcmenuwidget li.current_page_item a {
	color: #504f51;
}



.widget_vcmenuwidget li a {
	font-weight: bold;
}

.widget_vcmenuwidget li a:hover {
	color: #000;
}

#sidebar {
	width: 270px;
	position: relative;
	left: -20px;
}

#sidebar .widget {
	width: 270px;
}

/* @end */

#headerright{float:right;  width:380px; margin-top:-22px;}

#language_nav { float:left;  }

#language_nav ul#lang_new { float:left; background:url(images/language-globe.png) no-repeat left 3px; padding-left:22px; padding-bottom:3px; margin-right:20px; }
#language_nav ul#lang_new li { list-style:none; float:left; padding:0; margin:0; }
#language_nav ul#lang_new li a { float:left; display:inline-block; border-right:1px solid #CCC; padding-right:5px; margin-right:5px; margin-top:3px; color:#537200; }
#language_nav ul#lang_new li a:hover { color:#537200; }
#language_nav ul#lang_new li.que a { margin-right:0; border-right:0; padding-right:0;}
#language_nav ul#lang_new li.fra a{font-weight:bold; color:#646464; }

#header #search-area #sDiv{ 
/*
-moz-border-radius:12px;
border: 2px solid #ccc; 
*/
background:url(images/search-bg.jpg) no-repeat top left;
display:block;
width:123px; 
height:22px; float:left;

}
#header #search-area #searchsubmit {
	border:none;
	margin-top:1px;
	padding:0px;
	background: #fff url(images/mag-glass-green.jpg) no-repeat 2px 2px;	
	height:18px;	
	width:14px; float:left
}
#header #search-area #s {
	width:90px;
	border:none;
	height:20px;
	background:none;
	padding: 2px 0px 0px 5px;
	margin:0px; float:left; font-family:Arial, Helvetica, sans-serif; font-size:11px
}
#header #search-area #searchsubmit:hover {cursor: pointer;}

