#tlc, #trc, #blc, #brc, #tlcs, #brcs
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlcs
	{
	background-image:url(../images/css/top-left-s.png);
	background-position: 0% 0%;
	}
#tlc
	{
	background-image:url(../images/css/top-left.png);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(../images/css/top-right.png);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(../images/css/bottom-left.png);
	background-position: 0% 100%;
	}
	
#brcs
	{
	background-image:url(../images/css/bottom-right-s.png);
	background-position: 100% 100%;
	}

#brc
	{
	background-image:url(../images/css/bottom-right.png);
	background-position: 100% 100%;
	}

.quotebox {
	margin-left:10px;
	margin-top:15px;
	float:left;
	margin-bottom:15px;
}

.front {
	margin-left:10px;
	margin-top:15px;
	float:left;
	margin-bottom:0px;
	
	
}

.quotetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:26px;
	text-align: left;
	padding: 25px 25px 10px 25px;
}

.quotename {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	padding-right:50px;
	padding-bottom:10px;
}

table
{
	border-collapse:collapse;
}

table, td, th
{
	border-style:solid;
	border-width:1px;
	border-color:#AAA;
	margin:10px;
}

td
{
padding: 2px;
}

th
{
background-color: #09F;
color:white;
padding: 5px;
vertical-align:text-top;
text-align:left;
}


.productbox {
	border: 1px #09F solid;
	margin:25px 5px 5px 5px;
	padding:0px;
}

.producttitle{
	border-bottom:1px #09F solid;
	background: #DDD;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:5px;
}

.productdesc{
	padding:10px;
	height: inherit;
	vertical-align: text-top;
}

.productprice{
	padding:5px;
	font-weight:bold;
	width:300px;
	height:auto;
	float:left;
	border-top: 1px #000 solid;
	
}

.productcon{
	padding: 5px;
	font-size:10px;
	border-top: 1px #000 solid;
	height:18px;
}

.boxfull {
	border:#999 solid 1px;
	padding: 2px 2px 2px 2px;
	margin-bottom: 6px;
}

.boxhigh {
	border:#999 solid 1px;
	padding: 2px 2px 2px 2px;
	margin-bottom: 20px;
	margin-top:20px;
	text-align:center;
	background-color:#000;
	color:#EEE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
}

.pagemenubox {
	border:#999 solid 1px;
	background-color: #9CADF3;
	width:200px;
	padding: 2px 2px 2px 2px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	float:right;
}

.pagemenutitle {
	color:#0066FF;
	border-bottom-style: solid;
	border-bottom-color:#0066FF;
	border-bottom-width:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding: 2px 2px 2px 6px;
	background:#FFF;
}

.pagemenulink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding: 2px 2px 2px 6px;
}

.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding: 10px 10px 10px 10px;
	text-align:justify;
	float: inherit;
}

.fronttitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	padding: 15px 15px 2px 15px;
	text-align:left;
	float: inherit;
	border-bottom:#000 solid 1px;
}

.fronttext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding: 8px 15px 15px 15px;
	text-align: justify;
	float: inherit;
}

.dealer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding: 10px 10px 10px 10px;
	width:50%;
}

#dealer {
}

.vochead {
	font-size:38px;
	font-weight:bold;
	color:#666;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#999;
	padding-left:6px;
	margin:6px 0px 6px 0px;
} 

.voctext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding: 10px 10px 10px 10px;
	text-align:justify;
}

img.floatleft {
	float:left;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:10px;
}

img.floatright {
	float:right;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:10px;
}

.vocbox {
	border:#999 solid 1px;
	width:300px;
	padding: 2px 2px 2px 2px;
	margin: 6px 6px 6px 6px;
	float:inherit;
}

.box {
	border:#999 solid 1px;
	width:400px;
	padding: 5px 5px 5px 5px;
	margin-bottom: 6px;
	margin-right:4px;
}

.vocbox .article {
	width: 296px;
}

.vocbox .paper {
	position: static;
}

.vocvbox {
	border:#999 solid 1px;
	width: 400px;
	padding: 2px 2px 2px 2px;
	margin: 6px 6px 6px 6px;
	float:left;
}

.vocvbox .article {
	width: 396px;
}

.vocvbox .paper {
	position: static;
}

.boxmenu {
	background-color: #FFF;
	display: block;
	float: left;
	border: solid #09F 2px;
	width: 156px;
}

.left400boxblue {
	background-color: #CBD3E4;
	float: left;
	border: solid #999 1px;
	margin: 20px 20px 20px 20px;
	padding: 6px 6px 6px 6px;
	width: 400px;
}

.right400boxblue {
	background-color: #CBD3E4;
	float: right;
	border: solid #999 1px;
	margin: 20px 20px 20px 20px;
	padding: 6px 6px 6px 6px;
	width: 400px;
}

.leftboxblue {
	background-color: #CBD3E4;
	float: left;
	border: solid #999 1px;
	margin: 20px 20px 20px 20px;
	padding: 6px 6px 6px 6px;
}

.boxblue {
	background-color: #CBD3E4;
	float: left;
	border: solid #999 1px;
	margin: 2px 2px 2px 2px;
	padding: 6px 6px 6px 6px;
}

.head {
	font-size:160%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#999;
	padding-left:6px;
	margin-bottom:6px;
}

.titleblue{
color:#0066FF;
border-bottom-style: solid;
border-bottom-color:#0066FF;
border-bottom-width:1px;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
padding: 2px 2px 2px 6px;
margin-top:10px;
}

.subtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style:normal;
	font-weight:bold;
	padding: 2px 2px 2px 6px;
	margin-top:10px;
}

.menu_left{
	width: 160px; /*width of menu*/
	padding: 5px 5px 5px 5px;
	margin-bottom:20px;
}

.menu_left .headerbarnew{
font: bold 10px Arial, Helvetica, sans-serif;
color: white;
background: #999; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
padding: 1px 1px 1px 5px; /*31px is left indentation of header text*/
}

.menu_left .headerbarnew1{
font: bold 18px Arial, Helvetica, sans-serif;
font-weight:bold;
color: white;
background: #09F; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
padding: 1px 1px 1px 5px; /*31px is left indentation of header text*/
}

.menu_left .photo{
	background-image:url(../images/vl/voc_menu.jpg);
	height: 156px;
}

.menu_left .headerbar{
font: bold 13px Arial, Helvetica, sans-serif;
color: white;
background: #606060; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
padding: 1px 1px 1px 5px; /*31px is left indentation of header text*/
}

.menu_left ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.menu_left ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.menu_left ul li a{
font: normal 12px Arial, Helvetica, sans-serif;
color: black;
background: #E9E9E9;
display: block;
padding: 1px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.menu_left ul li a:visited{
color: black;
}

.menu_left ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}

.menu_top{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
background:#FFF;
padding-top: 5px;
}

.menu_top ul{
margin: 0;
padding: 0;
padding-left: 5px; /*offset of tabs relative to browser left edge*/
font: bold 13px Arial, Helvetica, sans-serif;
list-style-type: none;
}

.menu_top li{
display: inline;
margin: 0;
}

.menu_top li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 5px 8px; /*padding inside each tab*/
border-right: 5px solid white; /*right divider between tabs*/
color: black;
background: #9CF; /*background of tabs (default state)*/
}

.menu_top li a:visited{
color: black;
}

.menu_top li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color:#FFF;
}

body {
  text-align: center;
  text-align:left;
  background-image:url(../images/back.gif);
  background-repeat:repeat-x;
  }

#container {
  margin: 0 auto;
  width: 1024px;
  background-color: #FFF;
  }
  
#banner {
	width: 1024px;
	height: 105px;
	background-image:url(../images/var/banner.jpg);
	background-repeat:no-repeat
}

.language {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	margin-right: 10px;
	margin-left: 900px;
	margin-top: 50px;
}

#topmenu {
	width: 1024px;
	position:relative;
}

#leftmenu {
	width:160px;
	border-right-style:solid;
	border-right-color:#000;
	border-right-width:1px;
}

#edit{
}

b{font-size: 14px;}
em{color: black;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #EAEAEA;
height: 90px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
font-size:14px;


}

#contentcolumn{
margin-left: 170px; /*Set left margin to LeftColumnWidth*/
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
background-color:#FFF;
padding: 5px 5px 5px 5px;

}

#leftcolumn{
float: left;
width: 170px; /*Width of left column*/
margin-left: -1024px; /*Set left margin to -(MainContainerWidth)*/
background-color:#FFF;
height: 900px;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: right;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

a.boldbuttons{
background: white;
border-bottom-width:2px;
border-color:#000;
display: block;
float: right;
font: bold 16px Arial; /* Change 13px as desired */
text-decoration: none;
text-align:center;
margin: 4px 4px 4px 4px;
width: 150px;
padding: 4px 4px 4px 4px;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: black; /*button text color*/
}

a:hover.boldbuttons{ /* Hover state CSS */
background-color:#3C0;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

.title{
background-color:#CCC;
border-bottom-style: solid;
border-bottom-color:#000;
border-bottom-width:1px;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
padding: 2px 2px 2px 6px;
}
