/*********************************
Backgroung
*********************************/
body { 
	background-image: url("images/background.jpg"); 
	margin: 0 auto;
	padding: 0;
	width: 850px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*********************************
Header includes Logo and main menu
*********************************/	
div#headerContainer {	
	
}
/*Main logo*/
.logoContainer {
	background: url(images/vilogo.jpg) no-repeat;				
	float:left;
	width:173px;
	height: 52px;
	border: none;				
}
/*Main menu*/
.mainMenuContainer {
	float:right;
	margin-top:20px;
	margin-right:30px;
}
.pipe {
	color:green;
}
/*Correct float behaivour*/
div.clear {
	clear: both;
}
/*********************************
Header image
*********************************/
.headerImage {
	position: relative;
	top: 0px;
	margin: 0;
	padding: 0;
}
/*********************************
Header content a request pdf form
*********************************/	
div#headerSecondContainer {	
	background: url(images/form-area.jpg) no-repeat;
	height: 174px;
	margin: 0;
	border: none;
}
/*Content header*/
.contentContainer {
	float:left;
	margin-top:-20px;
}
/*Main menu*/
.formContainer {
	float:right;
	margin-right:30px;
}
/*********************************
Main content
*********************************/	
div#mainContentContainer {	
	margin: 0;
	background: url(images/content.jpg) top center repeat-y;
	padding: 0;
}
/*Left container*/
.leftContainer {
	float:left;
	width:500px;				
	margin-left:30px;
	padding-left:10px;
}
.leftContainer .left {
	float:left;
	margin-top:20px;
}
.leftContainer .right {
	float:right;
	margin-top:8px;
	width:300px;
}
/*Offert*/
.rightContainer {
	float:right;
	margin-right:35px;
}
/*Promo*/
.rightContainer .limitPromo {
    float:left;
    margin-top:0;
    width:150px;
}
.rightContainer .promo {
    float:right;
    margin-right:0;
    padding-right:0;
    margin-top:0;
}
/*Content promo limit text*/
.limitText {
	width:160px;
}
/*******
Footer
*******/
.footer {
	background: url(images/footer.jpg) no-repeat;
	height: 48px;
	border: none;				
}		
/********
General
*********/
img {
	border: none;
}
a {
	text-decoration: none;
}
h1 {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
}
h2 {
	font-size: 21px;
	color:white;
	margin-left:18px;
}
h3 {
	font-size: 13px;
	color: #E97B0C;
	font-weight: bold;
}
h4 {
	font-size: 13px;
	color: #A4C427;
	font-weight: bold;
}
h4 a {
	text-decoration:none;
	font-size: 13px;
	color: #A4C427;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	color: #066227;
	font-weight: bold;
}
h5 a {
	text-decoration:none;
	font-size: 12px;
	color: #066227;
	font-weight: bold;
}
p {
	font-size: 12px;
}
ul {
	margin-left:30px;
	margin-top:0px;
}
li {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	width: 430px;
}
input {
	color:#92BB1D;
}

input.send {
    color:#000000;
}
.special {
	font-style:italic;
}
/*************
Round Boxes
*************/
/*Left box*/
.roundedcornr_box_left {
	background: url(images/roundedcornr_tl.png) no-repeat top left;
	width: 500px;
}
.roundedcornr_top_left {
	background: url(images/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom_left {
	background: url(images/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_left div {
	background: url(images/roundedcornr_br.png) no-repeat bottom right;
}
.roundedcornr_content_left {
	background: url(images/roundedcornr_r.png) top right repeat-y;
}

.roundedcornr_top_left div,.roundedcornr_top_left,
.roundedcornr_bottom_left div, .roundedcornr_bottom_left {
	width: 500px;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_left, .roundedcornr_bottom_left {
	margin-top: 0px;
}
.roundedcornr_content_left { padding: 0 15px; }
/*Right Boxes*/
.roundedcornr_box_right_down {
	background: url(images/roundedcornr_tl.png) no-repeat top left;
	width: 250px;
}
.roundedcornr_top_right_down {
	background: url(images/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom_right_down {
	background: url(images/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_right_down div {
	background: url(images/roundedcornr_br.png) no-repeat bottom right;
}
.roundedcornr_content_right_down {
	background: url(images/roundedcornr_r.png) top right repeat-y;
}

.roundedcornr_top_right_down div,.roundedcornr_top_right_down,
.roundedcornr_bottom_right_down div, .roundedcornr_bottom_right_down {
	width: 250px;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_right_down, .roundedcornr_bottom_right_down {
	margin-top: -19px;
}
.roundedcornr_content_right_down { padding: 0 15px; }
