@charset "utf-8";
/* CSS Document */

html, body * {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px auto;
	padding: 0px;  
    font-family: 'Times New Roman', arial, helvetica, sans-serif;
	text-align: center;
}

img {
	border: none;
}

#container {
	width: 980px;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
}

#content {
	position: relative;
	background: url('../../images/products/background.jpg') no-repeat top left;
	width: 980px;
	height: 590px;
	font-size: 12px;  
    font-family: 'Times New Roman', arial, helvetica, sans-serif;
	color: #5f5954;
	overflow: hidden;
	zoom: 1; 
}

#vca {
	position: absolute;
	width: 290px;
	height: 90px;
	top: 0;
	right: 0;	
}

#logo-vca {
	position: absolute;
	width: 120px;
	height: 45px;
	top: 90px;
	right: 0;	
}

#text-block {
	width: 500px;
	padding-top: 112px;
	margin-left: 240px;
}

#text-block .scroll {
	width: 500px;
	height: 325px;
	overflow: auto;
}

#text-block p {  
    padding-right: 15px;  
    padding-bottom: 12px;
}

#text-block h1 {  
    font-family: 'Times New Roman', arial, helvetica, sans-serif;
	font-size: 20px;
	color: #5f5954;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 13px;
}

#text-block .title {
	clear: both;
    font-family: 'Times New Roman', arial, helvetica, sans-serif;
	font-size: 18px;
	color: #5f5954;
}

#text-block p img {  
    float: left;
	width: 140px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#text-block p img.old {  
    float: left;
	width: 110px;
	margin-right: 10px;
	margin-bottom: 2px;
}

#text-block a {  
    font-family: 'Times New Roman', arial, helvetica, sans-serif;
	color: #5f5954;
	text-decoration: underline;
	line-height: 15px;
}

.text-spacer {
	clear: both;
	height: 10px;
}
