@charset "UTF-8";

a:link { text-decoration: underline; color: #6D1313;}
a:visited { text-decoration: underline; color: #6D1313;}
a:hover { text-decoration: underline; color: #E0CCBB;}
a:active { text-decoration: underline; color: #E0CCBB;}

a img {
border-color: #0F2B41;
border-width: 3px
}

table	{
	font-size:small;
	}


body {
   	font-size:small;
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	margin-left: 1px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	background:#E0CCBB;
	color: #000000;
    }

#container_ {
	position:relative;
	top:0px;
	left:0px;
	background-color:#FFFFFF;
	width:900px;
	height:770px;
	margin: 0 auto;
}

#banner_ {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:140px;
	background-image: url(images/banner.png); 
	background-repeat: repeat;

}

#menu_ {
	position:relative;
	left:0px;
	top:-15px;
	width:900px;
	height:35px;
	display:block;
}

#largeimage_ {
	position:relative;
	left:0px;
	top:0px;
	width:640px;
	height:220px;
	display:block;
}

#topstripe_ {
	position:relative;
	left:0px;
	top:3px;
	width:900px;
	height:13px;
	display:block;
}

#header_ {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:175px;
	display:block;
}

 
#footer {
	position:relative;
	width:900px;
	height:45px;
	top:0px;	
	left:0px;
	margin: 0 auto;
	color: #cccccc;
	background-color:#6D1313;
	z-index:0;
}

#topstripe_ {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:13px;
	display:block;
}

#amplines_ {
	position:absolute;
	left:720px;
	top:35px;
	width:202px;
	height:549px;
	z-index:1;
}

#amp_lines_ {
	border: none;
}

#menu_pics_ {
	border: none;
	width: 178px;
	height: 103px;
}

#text-pic_ {
	position:absolute;
	left:0px;
	top:10px;
	width:329px;
	height:345px;
}

#latest_heading_ {
	position:absolute;
	left:340px;
	top:150px;
	width:300px;
	height:35px;
	background-color:#FFFFFF;
}


#latest_news {
	position:absolute;
	background-color:#FFFFFF;
	left:340px;
	top:188px;
	width:320px;
	height:400px;
	overflow:auto
}


#page_body {
	position:absolute;
	left:10px;
	top:35px;
	width:700px;
	height:590px;
	overflow:auto;
	font-size:small;
	background-color:#FFFFFF;
}

#product { 
	width:5;
	border: solid #6D1313;
}

h1 {
	color:#6D1313;
	font-size:large;
}

h2 {
	color:#6D1313;
	font-size: medium;
}

/* Tooltips */
a.toolimg {
	border-width: 0px;
	height:16;
	border:0;
	width:16;
}

a.tooltip{
    position:relative; /*this is the key*/
    z-index:24;
    border-width: 0px;
    color:#000;
    text-decoration:none}

a.tooltip:hover{z-index:25; background-color:#ff0}

a.tooltip span{display: none}

a.tooltip:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center}