@charset "utf-8";
/* VINTUR CSS Document */

* {
margin: 0px;
padding: 0px;
}

html {
width: 100%;
background: url('../images/bg_html.gif') left top repeat-x;
}
body {
width: 100%;
text-align: center;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
}
h3 {
font-family: Arial, Helvetica, sans-serif;
}

p {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #666666;
margin-bottom: 15px;
line-height: 130%;
}

a {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #006784;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}

ul {

}
ol {

}
li {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #666666;
}

div.clear {
clear: both;
}

/* layout */

#wrapper {
width: 984px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#headerwrapper {
width: 900px;
margin-left: 42px;
margin-bottom: 4px;
}

#nav {
width: 900px;
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
padding: 5px 0px 5px 0px;
text-align: right;
}
#nav p {
font-family: Arial, Helvetica, sans-serif;
margin-bottom: 0px;
}
#nav a.contact {
display: block;
float: right;
margin-left: 6px;
font-family: Arial, Helvetica, sans-serif;
width: 110px;
height: 18px;
padding-top: 4px;
background: #006784;
color: #FFFFFF;
text-align: center;
}
#nav a.contact:hover, #nav a.on {
background: #1A3C63;
text-decoration: none;
}

#bannerwrapper {
width: 900px;
height: 221px;
margin-left: 42px;
background: url('../images/bg_bannerwrapper.gif') left top no-repeat;
}
	#bannerwrapper #welcome {
	float: left;
	width: 450px;
	padding-top: 102px;
	margin-right: 245px;
	}
	#bannerwrapper #welcome p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 105%;
	margin-bottom: 0px;
	}
	#bannerwrapper #intro {
	float: left;
	width: 200px;
	padding-top: 20px;
	}
	#bannerwrapper #intro p.intro_brown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B2AF9A;
	}
	#bannerwrapper #intro p.intro_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	}
	#bannerwrapper #intro ul {
	margin-left: 15px;
	}
	#bannerwrapper #intro li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	}
	
	
#countryselection {
width: 900px;
margin-left: 42px;
border-bottom: 1px solid #666666;
padding: 8px 0px 8px 0px;
}
	#countryselection p {
	padding-top: 6px;
	margin-bottom: 0px;	
	}
	#countryselection form select {
	width: 148px;
	}	
	#countryselection form .button_go {
	margin: 0px;
	padding: 0px;
	width: 47px;
	height: 26px;
	background: url('../images/button_go.gif') left top no-repeat;
	border: none;
	}

#contentwrapper {
width: 900px;
margin-left: 42px;
padding: 15px 0px 15px 0px;
}

#contentwrapper div.firstcolumn {
float: left;
width: 230px;
padding: 25px 35px 0px 0px;
}
	#contentwrapper div.firstcolumn p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 170%;
	color: #006784;
	}

#contentwrapper div.fourcolumn {
float: left;
width: 193px;
padding: 25px 25px 0px 0px;
background: url('../images/bg_fourcolumn.gif') left top no-repeat;
}

#contentwrapper div.sociallinks {
float: left;
width:635px;
padding:10px 0px 0px 0px;
border-top: 1px solid #666666;
}
	#contentwrapper div.sociallinks div.sml {
	float:left;
	margin-right:30px;
	}
	#contentwrapper div.sociallinks div.sml table.smlt {
	border-collapse:collapse;
	}
	#contentwrapper div.sociallinks div.sml table.smlt td {
	height:25px;
	vertical-align:middle;
	}

#newswrapper {
width: 900px;
padding: 8px 42px 6px 42px;
background: #85825F;
}
	#newswrapper p {
	font-size: 11px;
	color: #FFFFFF;
	margin-bottom: 0px;
	}

#newsheader {
float: left;
width: 110px;
background: #85825F;
}
#scrollwrapper {
float: left;
width: 790px;
height: 18px;
overflow: hidden;
}
#scroller {
white-space: nowrap;
}
#scroller p {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
}
#scroller span {

}
#scroller a  {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
margin-right: 150px;
}

#footerwrapper {
padding: 10px 0px 10px 0px;
margin: 10px 42px 4px 42px;
border-top: 1px solid #666666;
}
	#footerwrapper p {
	font-style: italic;
	color: #999999;
	}

/* general classes */

span.displayBlock {
display: block;
}
span.arialfont {
font-family: Arial, Helvetica, sans-serif;
}
span.thirteen {
font-size: 13px;
}
span.eighteen {
font-size: 18px;
}
span.paddingTop5 {
padding-top: 5px;
}


