body {
	font: 100% Arial, Helvetica, sans-serif;
	background: url(../template-images/greybackground.gif) repeat;
	margin: 10px 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background: #ffffff;
	min-width: 815px;
	max-width: 1000px;
	width: expression(document.body.clientWidth < 815? "815px" : document.body.clientWidth > 1000? "1000px" : "auto");
	border: 1px solid #000000;
}
#header {
	height: 130px;
	padding: 0;
	background: #093788;
}
#header h1 {
	margin: 0;
	text-align: center; 
}
#flag {
	float: left;
}
#logo {
	float: right;
	border: none;
}	
#info {
	padding: 0 5px 5px 5px;
	margin-top: -60px;
	position: relative;
	font-size: 75%;
	color: #FFFFFF;
	line-height: 125%;
}
#info a:link {
	color: #FFFFFF;
}
#info a:hover {
	color: #C0C0C0;
}
#info a:visited {
	color: #FFFFFF;
}
#callback {
	font-size: 125%;
	text-decoration: none;
}
#callback a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#callback a:hover {
	color: #C0C0C0;
	text-decoration: underline;
}
#callback a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#main {
	clear: both;
	background: #ffffff;
	padding: 0.5em 1em 1em 1em;
	margin-top: 20px;
}
#title {
	padding: 0.25em;
	padding-top: 0;
	height: 1;
	background-color: #ffffff;
}
#mainContent {
	font: 80% Arial, Helvetica, sans-serif;
	height: auto;
	min-height: 400px;
	clear: right;
	overflow: hidden;
	background: white;
	padding: 0 10px;
	margin-top: -10px;
}
#footer { 
	padding: 10px;
	clear: both;
	height: 40px;
	background: #0a397d;
} 
#atex {
	float: left;
	border: none;
}	
#ISO9001 {
	float: right;
	border: 1px solid #000000;
}	
#footer p {
	margin: 0; 
	padding: 5px 0;
	text-align: center;
	font-size: 75%;
	color: #ffffff;  
}
#footer a:link {
	color: #FFFFFF;
}
#footer a:hover {
	color: #C0C0C0;
}
#footer a:visited {
	color: #FFFFFF;
}
#videolt {
	float: left;
	border: none;
}
#videolt img{
	margin-right: 3px;
	vertical-align: middle;
	border: none;
}
#videolt a:link, videolt a:hover, videolt a:visited {
	color: #000000;
	float: left;
	border: none;
	text-decoration: underline;
	font-size: 125%;
}
#videolt a:visited {
	color: #000000;
	font-size: 125%;
}
.productimg {
	clear: both;
	float: right;
}
#options {
	clear: both;
	padding-top: 10px;
}
.clear {
	clear: both;
}
.list {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	list-style: none;
	line-height: 1.5;
}
.piclinkrt {
	border: none;
	float: right;
}	
.piclinklt {
	border: none;
	float: left;
}	
h4 {
	font-size: 18px;
}
h5 {
	font-size: 110%;
}
.italics {
	font-style:italic;
}
.noline {
	text-decoration: none;
}
