/**
 * main.css
 * base application stylesheet
 */
a:link,a:visited,a:hover {color:#79d403; text-decoration:none;}
a:hover {color:#ed1c24; text-decoration:none;}

body{
	background: url("images/bg_gradient.jpg") repeat-x bottom;
	color: #fff;
	padding: 0px;
	margin: 0px;
	font-family: arial, helvetica, sans-serif; 
	color: #000000;
	font-size: 15px;	
}
h1{
	font-family: arial, helvetica, sans-serif; 
	color: #000000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
}

h2{
	font-family: arial, helvetica, sans-serif; 
	color: #7cd903;
	font-size: 18px;
	font-weight: bold;
	line-height: 0.3em;
}
	
#bodycontainer{
	background: url("images/main_bg.jpg") no-repeat top;
	width:992px;
	_height:900px;
	min-height:900px;
	margin:0 auto;
	padding:0px;
/*	border: #b3ff3c 2px solid;*/
	outline: solid 1px #add384;
	background-color: #fff;
}
#header{
	width:100%;
	height:120px;
	margin: 0;
	/*border: purple 1px solid;*/
}

#header form {
	float:right;
	padding: 3px 42px 0 0;
	font-family: arial, helvetica, sans-serif; 
	color: #000000;
	font-size: 14px;
	/*border: red 1px solid;*/
}

#header form a {
	color:#000000;
}
#header table a:hover {
	color:#7cd903;
}

#sitemap a {
	color:#000000;
}
#sitemap a:hover {
	color:#7cd903;
}

form#contactform input {border:1px solid #685F5F; padding:3px 0 0 7px;}
form#contactform textarea{width:280px; height:72px;}
form#contactform td, tr {vertical-align:top; text-align:left}
form#contactform input, textarea, select{font:14px arial, helvetica, sans-serif; color:#797979; height:22px; border:1px solid #685F5F; padding:0px 0 0 7px;}

#footer{
	background: url("images/footer_bg.gif") no-repeat bottom;
	width: 992px;
	height:145px;
/*	border: red 1px solid;*/
	text-align: center;
}
#footer a {
	color:#24990e;
}
#footer a:hover {
	color:#ed1c24;
}
#footer ul {
	list-style:none;
	margin:0px 0px 10px 0px;
	padding:0px;
	/*border: black 1px solid;*/
}
#footer li {
	/*font-weight:bold;*/
	font: 12px arial, helvetica, sans-serif;
	display:inline;
	padding:0px 10px 20px 0px;
	margin:0px 0px 0px 0px;
}
.menu {
	width:910px;
	height:33px;
	margin: auto;
	margin-bottom: 15px;
	background: url("images/nav_bg.png") no-repeat top;
}

.lavaLampWithImage {
	position: relative;
	height: 100%;
	width: 100%;
	padding:0px;
	margin:0px;
	overflow: hidden;
}

.lavaLampWithImage li {
	float: left;
	list-style: none;
	/*border: 1px orange solid;*/
	padding: 0px;
}

.lavaLampWithImage li.back {
	background: url("images/lava.png") no-repeat right 0px;
	width: 9px; height: 57px;
	z-index: 8;
	position: absolute;
	top: -11px;
}

.lavaLampWithImage li.back .left {
	background: url("images/lava.png") no-repeat top left;
	height: 57px;
	margin-right: 2px; 
	/*2px is the right borderline*/
	top: 0px;
}

.lavaLampWithImage li a {
	font: bold 14px arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: none;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: center;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 20px;
	/*border: 1px yellow solid;*/
	padding-left: 0px;
	padding-right: 0px;
}

.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	/*border: none;*/
	/*border: 1px grey solid;*/
}

#content{
	width:910px;
	min-height: 930px;
	_height: 930px;
	/*border: blue 1px solid;*/
	margin: auto;
	vertical-align:top;
	padding-bottom:10px;
	padding-left:10px;
}
	
#promotion{
	background: url("images/promotion_bg.png") no-repeat bottom;
	width:100%;
	height: 230px;
	/*border: 1px solid red;*/
	margin-bottom: 34px;
/*	vertical-align: top;*/
}
#promotion2{
	background: url("images/promotion_homepage.png") no-repeat bottom;
	width:100%;
	height: 342px;
	/*border: 1px solid red;*/
	margin-bottom: 34px;
/*	vertical-align: top;*/
}

#newsstand{
	background: url("images/bg_newsstand.png") no-repeat bottom;
	width:100%;
	height: 294px;
	/*border: 1px solid red;*/
	margin-bottom: 18px;
/*	vertical-align: top;*/
}

.newsstanttext{
	color: #000;
	padding: 0px;
	margin: 0px;
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px;
	line-height: 0px;
}

.middlebar{
	float: left;;
	padding: 0px 12px 0px 12px;
}
#rightcontent {
	float: right;
margin-left:10px;
	background: url("images/hbar.png") no-repeat top left;
	width:237px;
	padding-left:10px;
}

#whyvfolio{
	font: bold 13px arial, helvetica, sans-serif; 
	margin-bottom:30px;
}
#vnews{
	font: 12px arial, helvetica, sans-serif; 
}

#whyvfolio ul {
	list-style:none;
	margin:0px 0px 0px 0px;
	padding-left: 5px;
	line-height: normal;
}

#whyvfolio li{
	text-align: left;
	height:50px;
	display: table;
}

#whyvfolio li a{
	display: table-cell;
	vertical-align: middle;
}

.middle {
	float:left;
	padding-right: 15px;
} 

#whyvfolio a {
	color:#000000;
}

#whyvfolio a:hover {
	color:#5da201;
}

/*Userbenefits,features styling*/
.vf-style1-top {
	width: 652px;
	height: 19px;
	background: url("images/whitebox.backgrd.top.png") no-repeat;
}
.vf-style1 {
	width: 652px;
	min-height:300px;
	font: 15px arial, helvetica, sans-serif;
	/*	background: url("images/whitebox.backgrd.strip.png") repeat; */
	background: url("images/whitebox.backgrd.bot.png") no-repeat bottom left;	
}
.table{display:table}
.vf-style1 ul {
	width: 590px;
	list-style: disc;
	margin: 0px 0px 0px 20px;
	padding-left: 0px;
	padding-bottom: 12px;
	line-height: normal;
	/*border: 1px solid purple;*/
}
.vf-style1 li{
	width: 100%;
	text-align: left;
	/*border: 1px solid green;*/
	padding:0 0 5px 0;
	margin-left:15px
}
.textright{
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	padding-left: 15px;
	font: 15px arial, helvetica, sans-serif;  
}
.vf-style1 a {
	color:#000000;
}
.vf-style1 a:hover {
	color:#;
	
}
.vf-style2-top {
	width: 652px;
	height: 19px;
	background: url("images/whitebox.backgrd.top.png") no-repeat;
}

.vf-style2 {
	width: 100%;
	font: 15px arial, helvetica, sans-serif;
	/*	background: url("images/whitebox.backgrd.strip.png") repeat; */
	background: url("images/whitebox.backgrd.bot2.png") no-repeat bottom left;
}
.vf-style2 ul {
	width: 625px;
	list-style:none;
	margin:0px 0px 0px 20px;
	padding-left: 0px;
	padding-bottom:12px;
	line-height: normal;
	/*border: 1px solid purple;*/	
}
.vf-style2 li{
	width: 100%;
	text-align: left;
	display: table;
	/*border: 1px solid green;*/
	padding-right: 15px;
}
.vf-style2 li a{
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	padding-left: 15px;
	font: 15px arial, helvetica, sans-serif;  
}
.vf-style2 a {
	color:#000000;
}
.vf-style2 a:hover {
	color:#;
	
}
.vf-style3{
	width: 625px;
	list-style:none;
	margin: 0px 0px 0px 20px;
	padding-left: 0px;
	padding-bottom: 12px;
	line-height: normal;
	/*border: 1px solid purple;*/

}

/*Media content Styling*/
.vf-media{
	height:905px;
}
.ams{
	width: 280px;
	height:600px;
	float:left;
	/*margin:10px;*/
	margin-left:30px;
	/*border: 1px solid purple;*/
}
.mediapack{
	width: 297px;
	height:250px;
	float:left;
	margin-left:10px;
	/*border: 1px solid purple;*/
	
}
.whattomorrowbrings {
	width: 300px;
	height:225px;
	float:left;
	margin:10px;
	
}
.magazinesolutions, .newspapersolution {
	width: 300px;
	height:225px;
	float:left;
	margin:10px;
	
}
.emptysolutions{
	width: 300px;
	height:225px;
	float:left;
	margin:10px;
	background:url("images/carbon.footprint.png") no-repeat;
	
}
.solutionsk {
	border: 1px red solid;
	width: 652px;
}

b.maintitle{
	font-size:18px;
}
.hide {display:none}
.calltoaction{
	margin: 8px 0px 0px 15px;
	width: 630px;
	height: 200px;
	/*border: 1px solid cyan;*/
}
.playbutton{
	/*border:1px solid red;*/
	width: 50px;
	height: 50px;
	float: left;
	position:absolute;
	margin-top: 100px;
}

/*Home Dropdown menu styling*/
/*http://www.cssplay.co.uk/menus/final_drop.html*/
ul.dropdown {
	padding:0;
	margin:0;
	list-style-type:none;
	visibility:hidden;
	position:absolute;
	width:160px;

	border:1px solid #c4c4c4;
	/*filter:alpha(opacity=97);opacity: .97;-moz-opacity: .97;*/
}
ul.dropdown li	{width:160px;border-left:1px solid #eee; border-right:1px solid #eee; background: url("images/dropdown_bg.png") repeat;}
ul.dropdown li:last-child {border-bottom:1px solid #eee;}
ul.dropdown li a	{width:160px;height: 20px;font-size:11px;color:#444853; padding-top: 10px;text-align: center;margin:0px;top:0px;}
ul.dropdown li a:hover {background: #affe06; color: #232323; filter:alpha(opacity=75);opacity: .75;-moz-opacity: .75;}

li:hover ul.dropdown	{visibility:visible;}
.lavaLampWithImage {overflow: visible;/*border: solid 1px #0033FF;*/}
