/* 
Theme Name: VRC
Description: VRC Netherlands
Author: Barandi Solutions
Author URI: http://www.barandisolutions.ro
Version: 0.5
*/

/* CSS reset */
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
html, body, div, span, applet, object, iframe,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* main style */

/* general style */

body {
	background: #fff url(images/vrc-background-tile.jpg) repeat-x top left;
	font-family: "Segoe UI", Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
	color: #000;
	font-size: 0.75em;
	line-height: 1em;
	text-align: center;
}

h1 {
	border-bottom: 1px dotted #000;
	line-height: 1em;
	font-size: 4em;
	font-weight: normal;	
	letter-spacing: -2px;
	margin-bottom: 15px;
}

h2 {
	border-bottom: 1px dotted #000;
	font-size: 2em;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

a {
	color: #2bab53;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #28cc5b;
	text-decoration: none;
}

a:focus {
	background-color: #2bab53;
	color: #fff;
	text-decoration: none;
}

h1 a, h2 a {
	text-decoration: none;
}

/* header */

.header-container {
	height: 175px;
	background: url(images/vrc-header-picture.jpg) no-repeat center top;	
	text-align: center;
}

.header {
	overflow: hidden;
	width: 960px;	
	margin: 0px auto;
	
	text-align: left;	
}

.vrc-logo {
	display: block;
	float: left;	
	width: 200px;
	height: 80px;
	margin-top: 65px;
	margin-right: 10px;
	display: inline;
	background-image: url(images/vrc-logo.png);
}

.vrc-logo span {
	display: none;
}

.header object {
	float: left;
	overflow: hidden;
	position:absolute;
}


/* top bar */

.top-bar-container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	text-align: center;
	background: url(images/vrc-topbar-tile.png) repeat-x left top;
}

.top-bar {
	overflow: hidden;
	width: 960px;
	margin: 0px auto;
	padding: 13px 0px;
	
	text-align: left;
	font-size: 0.92em;
	color: #fff;
}

.top-bar ul {
	float: right;
}

.top-bar ul li {
	display: inline;
	padding: 0px 5px;
	border-right: 1px solid #fff;
}

.top-bar ul li:last-child {
	border-style: none;
}

.top-bar ul li a {
	color: #fff;
	text-decoration: none;
}

.top-bar ul li a:hover {
	text-decoration: underline;
}

.top-bar .date {
	line-height: 1.8em;
	color: #fff;
	font-weight: normal;
}

/* menubar */

@font-face {  
	font-family: "segoeUI";  
	src: url(font/segoeui.eot ); /* IE */  
	src: local("Segoe UI"), url(font/segoeui.ttf) format("truetype"); /* non-IE */
}

.menubar {
	position: relative;
	top: -3px;
	
	width: 960px;
	margin: 0px auto;	
	
	text-align: left;
}

.menubar p {
	clear: both;
}

.menubar ul {
	position: relative;
	float: left;
	clear: both;	

	zoom: 1;
}

.menubar ul li {
	float: left;
	position: relative;
	
	padding-right: 20px;
}

.menubar ul li a {
	display: block;
	position: relative;
	float: left;
	padding-left: 10px;
	
	font-size: 1.5em;
	color: #73d692;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -1px;
	white-space: nowrap;
	
	font-family:"segoeUI", Arial, helvetica, sans-serif; 
}

.menubar ul li a span {
	display: block;	
	float: left;
	cursor: pointer;
	padding-top: 30px;
	padding-bottom: 25px;
	padding-right: 10px;
}

.menubar ul li a span {	
	zoom: 1; /* IE6 pain */
}

.menubar ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: url(images/vrc-menubar-hover-left.gif) no-repeat top left;
}

.menubar ul li a:hover span {
	background: url(images/vrc-menubar-hover.gif) no-repeat top right;
}

.menubar ul li a.activeItem {
	color: #fff;
	text-decoration: none;
	background: url(images/vrc-menubar-hover-left.gif) no-repeat top left;
}

.menubar ul li a.activeItem span {
	background: url(images/vrc-menubar-hover.gif) no-repeat top right;
}


.menubar ul li.current_page_item a {
	color: #00ff4f;
}

/* submenus */

.menubar ul li ul {
	float: left;
	position: static;
	overflow: hidden;
}

.menubar ul li ul li {
	padding-right: 0px;
}

.menubar ul li ul li a {
	font-size: 0.9em;
}

.menubar ul li ul.dropdown {
	position: absolute;
	display: none;
	overflow: hidden;
	text-align: left;	
	padding: 10px 20px 10px 10px;	
	background-color: #192a17;
}

.menubar ul li ul.dropdown a {
	padding: 0px;
	font-size: 1em;
	color: #fff;
	text-decoration: none;	
}

.menubar ul li ul.dropdown a span {
	padding: 0px;
}

.menubar ul li ul.dropdown a:hover {
	color: #73D692;
	background-image: none;
}

.menubar ul li ul.dropdown a:hover span {
	background-image: none;
}

.menubar ul li ul.dropdown li {
	float: none;
	display: block;
	overflow: hidden;
	padding: 0px;	
	line-height: 1.5em;
}

/* footer */

.footer-container {
	overflow: hidden;
	margin-top: 15px;
	height: 150px;
	background: #122314 url(images/vrc-footer-tile.jpg) repeat-x left top;
	text-align: center;
}

.footer {
	overflow: hidden;
	width: 960px;	
	height: 150px;	
	height: 150px;	
	margin: 0px auto;
	padding-top: 40px;
	background: url(images/vrc-footer-picture.jpg) no-repeat center 2px;	
	text-align: left;
}

.footer ul {
	padding-top: 35px;
}

.footer ul li {
	display: inline;
	padding: 0px 5px;
}

.footer ul li:last-child {
	border-style: none;
}

.footer li a {	
	font-size: 0.92em;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;

}

.footer li a:hover {
	text-decoration: underline;
}

.footer .legal {
	margin-top:3px;
	padding: 50px 0px;
	
	font-size: 0.92em;
	color: #7a947d;
}

/* footer submenus */

.footer ul li ul {
	display: inline;
	padding-top: 0px;
}

/* content */

.main-container {
	overflow: hidden;
	width: 950px;
	margin: 30px auto;
	text-align: left;
	line-height: 1.3em;
	font-size: 1.2em;
}

.right-column {
	float: right;
	width: 250px;
}

.main-column {	
	float: left;
	width: 650px;
}

.front-page {
	width: 450px;
}

a.read-more {
	display: block;
	font-weight: bold;
	text-decoration: underline;	
}

.small-block {
	float: left;
	width: 300px;
	padding: 20px 25px 20px 0px;
}

.content-list {
	padding-bottom: 10px;
}

.date {
	color: #388244;
	font-weight: bold;
}

/* wordpress specific */

.rss-entries {
	text-align: right;
}

#post, .post {
	padding: 10px 0px;
}

#postmeta {
	padding-top: 5px;
	padding-bottom: 15px;
}

/* forms */

.basic-form {
	margin: 5px 0;
	clear: both;
}

.basic-form ol {
	background-color: #d5ebd7;
}

.basic-form li {
	padding: 8px;
	border-bottom: 1px solid #2BAB53;
	border-top: 1px solid #fff;
}

.basic-form em {
	color: #ED1F24;
	font-weight: bold;
}

.basic-form legend {
	display: block;
	color: #2BAB53;
	width: 100%;
	font-weight: bold;	
}

.basic-form label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	width: 180px;
}

.basic-form fieldset fieldset {
	border: none;
}

.basic-form fieldset fieldset legend {
	font-weight: normal;
	color: #000;
}

.basic-form fieldset fieldset label{
	display: block;
	width: auto;
	margin-left: 80px;
}

.basic-form .large-label {
	width: 250px;
}

.basic-form input.text-field, .basic-form select {
	width: 150px;
	
}

.basic-form .submit-button {
	margin-top: 10px;
}

/* notice messages */

.error-messages {
	padding: 5px;
	border: 1px solid #D63301;
	color: #D63301;
	background-color: #FFCCBA;
	
	font-weight: bold;
}

.success-messages {
	padding: 5px;
	border: 1px solid #4F8A10;
	color: #4F8A10;
	background-color: #DFF2BF;
	
	font-weight: bold;
}

/* customers page */

.customers {
	clear: both;
	overflow: hidden;
	height: 30px;
	border-bottom: 1px solid #2bab53;
}

.customers ul {
	overflow: hidden;
}

.customers li {
	float: left;
	clear: both;
	width: 100%;
	display: inline;
	overflow: hidden;
	cursor: pointer;
	padding-top: 5px;	
}

.customers li.hoverCustomer {
	background-color: #e7f7ec;
	border-color: #539367;
}

.activeCustomer {	
	border-color: #0e3963;
	background: #4381bd url(images/vrc-blue-tile.jpg) repeat-x left bottom;
}

.activeCustomer a {
	color: #fff;
}

.customers li a {
	padding-bottom: 5px;
	
	font-weight: bold;
	text-decoration: none;	
}

.customers li a.customer-name {
	float: left;
	display: inline;
	padding-left: 5px;
}

.customers li a.customer-domain {
	float: right;
	color: #1a461d;
	display: inline;
	padding-right: 5px;
}

.activeCustomer a.customer-domain {
	color: #fff;
}

.customers .customer-data {
	float: left;
	clear: both;
	display: block;
	overflow: hidden;	
	color: #fff;
	padding: 5px;
	margin-bottom: 5px;
}

.customers .customer-data strong {
	font-size: 1.2em;
}

.customers .customer-data img {
	float: left;
	display: inline;
	margin-right: 10px;
}

.activeCustomer .customer-data a {
	overflow: hidden;
	color: #dfe8f0;
	text-decoration: underline;
}

.activeCustomer .customer-data a:hover {
	color: #fff;
	text-decoration: none;
}

.customers .customer-data p.customer-data-details {
	float: left;
	display: block;
	width: 350px;
	padding-top: 5px;
}

.customers .customer-data .customer-domain-title {
	color: #dfe8f0;
}

/* header messages */

.message1, .message2, .message3 {
	display: none;
}

.message-container {
	position: absolute;
	top: 175px;
	z-index: 1001;
	display: none;
	overflow: auto;
	width: 660px;	
	height: 400px;
	background-color: #f9fffa;
	padding: 15px 10px;	
	border-width: 2px 1px 8px 1px;
	border-style: solid;
	border-color: #b5d9b1;
	
	opacity: 0.9;
	color: #000;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.3em;
}

.message-container p {
	margin-bottom: 5px;
}

.message-container a {
	font-size: 1em;
}

.message-container {
	-moz-box-shadow: 0 0 10px #0e3214;	
	-webkit-box-shadow: 0 0 10px #0e3214;
	-khtml-box-shadow: 0 0 10px #0e3214;
}

/* footer eur-it logo */

.footer .eur-it {
	display: block;
	float: right;
	clear: both;	
	display: inline;	
	padding: 6px 65px 10px 0px;
	background: url(images/eurit-logo.gif) no-repeat right top;	
	color: #47505b;
	font-size: 0.92em;
	white-space:nowrap;
	text-decoration: none;
	
	margin-top:50px; /* lame browser7 only */
	
	opacity: 0.8;
}

.footer .tagline{	
	margin-top:0px;
	margin-left:250px;
	padding:10px 50px 0px 100px;
	background: url(images/vrc-logo-footer.gif) no-repeat left;	
	color:#7A947D;
}

.footer a.eur-it:hover {
	text-decoration: none;
	color: #5b636d;
	
	opacity: 1;
}

.footer .eur-it strong {
	display: none;
}

/* green box */

.green-box {
	width: 230px;
	/*background: #33713d url(images/green-box-tile.jpg) repeat-x left top;
	border: 1px solid #1c5f27;*/
	margin-bottom: 10px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.green-box-content {
	padding: 15px;
}

.green-box h2 {
	/*border-bottom: 0px;*/
	color: #1c5f27;
	text-align: left;
	line-height: 1.3em;	
}

/* green column */

.green-column {
	float: right;
	padding-right: 10px;
	overflow: hidden;
	margin-top:-15px;
}

.contact-left {
	float: left;
	width: 450px;
}
.contact-right {
	float: right;
	width: 350px;
	margin-right:100px;
}

.main-column h2 {
	/*border-bottom: 0px;*/
	color: #1c5f27;
	text-align: left;
	line-height: 1.3em;	
}

.suppliers-movie {
	position:relative;
	z-index:-1;
}

.pagenav li
{
	font-weight:bolder;
	color:#008B00;
}

.pagenav ul
{
    padding-top:10px;
    list-style-type:disc;
    padding-left:15px;
    margin-left:10px;
}

.pagenav ul li
{
    line-height:16px;
}

.pagenav ul li a span
{
    text-decoration:none;
}

.pagenav ul li a:hover
{
    text-decoration:underline;
}

/* video-player */

#video-player {	
	width: 872px;
	height: 486px;
	display: none;
}

/* columns for content */

.content-column-left {
	float: left;
	width: 400px;
	padding-right: 10px;
}

.content-column-right {
	float: right;
	width: 240px;
}

/* news */

.news-item {
	overflow: hidden;
	color: #2BAB53;
	padding: 5px;
	line-height: 1.2em;
	background-color: #f0f9f3;
	border-bottom: 1px dotted #ccd8d0;
}

.news-item .news-date {
	display: none;
	float: right;
	color: #999999;
	font-size: 0.86em;
}

.margin {
	margin-bottom: 40px;
}

.hidden-text{
	display:none;
}

/* search box */

.search-box {
	float: right;
	margin-top: -5px;
}

#searchform p {
	position: relative;
}

#searchform label  {
	position:absolute; 
	top:0; 
	left:0;
	padding: 5px;
	
	color: #000;
	font-weight: bold;
}

#searchform input[type=text] {
	background-color: #DFDFDF;
	border: 1px solid #5F5F5F;
	padding: 3px;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#searchform input[type=text]:focus {
	background-color: #fff;
}

.search-result {
	padding-bottom: 20px;
}

/* business connect popup */

#business-connect-wrap {
	display: none;
}


#lead-form textarea
{
	width:380px;
}

#lead-form li
{
	padding:12px;
	border-bottom: 1px dashed #74AB85;
	border-top: 1px solid #fff;
}
#lead-form input[type="text"]
{
	width:200px;		
}
.contact-left-lead
{
	margin:0px auto;
	width: 450px;
}
