/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
/* remember to define focus styles! */
:focus {
	outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end of css reset */
body {
	line-height: 1.1;
	margin: 0;
	padding: 0;
	font-size: small;
	background-color: #006699;
  	background-image: url(img/VR_Line_Grey.png);
 	background-repeat: repeat-y;
  	background-position: center top;
}
h1 {
	font-size: 150%;
	font-weight: bold;
}
h2 {
	font-size: 110%;
	font-weight: bold;
}
h3 {
	font-size: 100%;
	font-weight: bold;
}
.image {
text-align: center;
}
#container{ 
position:relative; 
width:950px; 
text-align:left; 
margin:0 auto 0; 
background-color:#FFFFFF; 
}
/*#header{
background: #006699;
font-size: 200%;
text-align: center;
}*/
#logo {
	/*background-color: #FFFFFF;*/
	padding: 5px 0 5px 0;
	background: #FFFFFF url(img/nav_bg.gif) repeat-x bottom left;
}
#columns {
	/*background-color: #FFFFFF;*/
	padding: 5px 0 5px 0;
	}
#content {
	background-color: #FFFFFF;
	float: left;
	width: 30%;
	font-family: "Lucida Grande", sans-serif;
	font-size: 100%;
	}
#content div {
	padding: 10px 0px 0 20px;
	}
#sidebar {
	float: right;
	width: 70%;
	/*background: #006699;*/
	background-color: #FFFFFF;
}
#sidebar img{
	float: right;
	padding: 0 10px 5px 0;
	/*background-color: #FFFFFF;*/
}
#nav {
	float: left;
	width: 950px;
	margin: 0;
	padding: 10px 0 0 /*46px*/;
	list-style: none;
	background: #006699 url(img/nav_bg.gif) repeat-x bottom left;
	}
#nav li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	font-family: "Lucida Grande", sans-serif;
/*	font-size: 90%;*/
	font-size: 12px;
	}
#nav a {
	float: left;
	display: block;
	margin: 0;
	padding: 4px 8px;
	color: #333;
	text-decoration: none;
	border: 1px solid #9B8748;
	border-bottom: none;
	background: #F9E9A9 url(img/off_bg.gif) repeat-x top left;
}
#nav a:hover, body#intro #t-intro a, body#prod1 #t-prod1 a, body#prod2 #t-prod2 a, body#prod3 #t-prod3 a, body#prod4 #t-prod4 a,
body#prod5 #t-prod5 a, body#prod6 #t-prod6 a, body#prod7 #t-prod7 a, body#prod8 #t-prod8 a, body#prod9 #t-prod9 a, body#contacts #t-contacts a {
	color: #333;
	padding-bottom: 5px;
	border-color: #727377;
	background: #fff url(img/on_bg.gif) repeat-x top left;
	}
/*#nav a:hover, body#prod1 #t-prod1 a {
	color: #333;
	padding-bottom: 5px;
	border-color: #727377;
	background: #fff url(img/on_bg.gif) repeat-x top left;
	}*/
#intro-p {
	clear: both;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	}
#introduction {
	/*clear: both*/
	/*padding: 40px 40px 20px 20px;*/
	padding: 20px 20px 20px 20px;
	font-family: "Lucida Grande", sans-serif;
	font-size: 100%;
}
caption {
	font-size: 120%;
	font-weight: bold;
}
table.e-nav {
	width: 90%;
	/*border: 1px solid #666666;*/
	background: #fff;
	text-align: center;
}
table.tcenter th, table.tcenter td {
	Margin: 0;
	padding: 8px 20px;
	text-align: left;
	vertical-align: top;
	
	/*border-bottom: 2px solid #666666;*/
}
table.tcenter {
	width: 95%;
	border: 1px solid #666666;
	background: #fff;
	margin-left:auto; margin-right:auto;
	font-family: "Lucida Grande", sans-serif;
	font-size: 100%;
}
table.bdata th, table.bdata td {
	Margin: 0;
	border: 1px solid #666666;
	padding: 4px 20px;
	text-align: left;
	vertical-align: top;
}
table.bdata {
	width: 90%;
	border: 1px solid #666666;
	background: #fff;
	margin-left:auto; margin-right:auto;
	font-family: "Lucida Grande", sans-serif;
	font-size: 100%;
}
ul.links {
	line-height: 1.5;
	display: block;
	margin: 0;
	padding: 4px 8px;
	text-decoration: none;
	color: #333;
}
#contact {
font-family: "Lucida Grande", sans-serif;
	font-size: 100%;
	text-align: center;
	padding: 5px 0 5px 0;
	}
