/* 
    AUTHOR: Maciej Hajnrich
    		www.valpnow.com
            valp@valpnow.com
*/

body
{
	color: #999;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: black;
	background-image: url(images/valpnow_head.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin: 0;
	line-height: 1.5em;
	position: relative;
	background-position: center top;
}
a:link, a:active   , a:visited{
	color: #FE1C36;
	font-weight: normal;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

a img       {
	border: none;
	padding: 0px;
	background-color: transparent;
}


h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 0 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #FC0;
	color: #DFD75B;
}

p { margin: 0; }

.logo {
	left: 0px;
	top: 30px;
	position: fixed;
}




/*Main*/
#main {
	position: relative;
	top: 785px;
	margin-left: auto;
	width: 931px;
	margin-right: auto;
}

.column {
	width: 624px;
	margin-right: 10px;
	padding-top: 0px;
	padding-bottom: 6px;
	padding-left: 8px;
	position: relative;
	float: left;
}
.column2 {
	line-height: 1.2;
	width: 260px;
	font-style: normal;
	font-weight: bold;
	color: #e4e4e4;
	height: 141px;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	position: relative;
	padding-top: 55px;
	padding-left: 17px;
	float: right;
}
.column3 {
	font-style: normal;
	font-weight: bold;
	position: relative;
	padding-top: 25px;
	padding-left: 8px;
	float: left;
	clear: both;
}
.footer {
	font-style: normal;
	font-weight: normal;
	position: relative;
	padding-top: 25px;
	padding-left: 8px;
	float: left;
	clear: both;
	font-size: 9pt;
	padding-bottom: 25px;
}
hr {
	height: 1px;
	color: #999;
}
.column2 a:link, .column2 a:active, .column2 a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #e4e4e4;
}
.strong {
	font-weight: bold;
	color: #FFF;
}
.new {
	font-size: 8pt;
	text-transform: uppercase;
	color: #000;
	text-decoration: blink;
	background-color: #FC0;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
	margin-right: 4px;
}

