@charset "UTF-8";
/* CSS Document */

body {
	text-decoration: none;
	color: #000;
	margin: 0;
	padding:0;
	background-position:center top;
	background-repeat:repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.introText {
	font-size: 14px;
	line-height: 28px;
}
.bodyText {
	font-size: 12px;
	line-height: 20px;
}
a {
	color: #a79d99;
	text-decoration: none;
}
a:hover {
	color:#6d605c;
	font-weight: bold;
	}
ul {
	margin-top:2px;
	list-style-type: square;
}

/* full width to place PNG rule over BG */
#backgroundRule {
	width: 100%;
	background-image:url(images/bg_rule.png);
	background-repeat:repeat-x;
}

/* Content Divs */
#container {
	width: 660px;
	margin: 0 auto;
	float:left

}

#mastBox {
	width: 100%;
	overflow: hidden;
}
#mastLogo {
	width: 250px;
	height: 178px;
	float: left;
	border-right: 2px solid #e6e1df;
	background-image: url(images/mast_logo.png);
}
#mastHead {
	width: 365px;
	height: 39px;
	float: right;
	text-align: right;
	margin-top: 109px;
}

#contentBox {
	width: 100%;
	overflow: hidden;
}
#contentLeft {
	width: 250px;
	float: left;
	height: 180px;
	margin-top: 350px;
}
#contentRight {
	width: 660px;
	float: left;
	text-align: left;
	background:url(images/back-660.jpg);

}
#banner {
	width:748px;
	border-bottom: 2px solid #e6e1df;
}
#contentText {
	width: 718px;
	padding-left: 5px;
	padding-right:10px;
	padding-top: 10px;
}
.email {
	color:#039;
	font-weight:600;
}

#footer {
	color: #a79d99;
	margin: 0 auto;
	width: 750px;
	padding-top: 12px;
	padding-left: 250px;
	position: relative;
}


/* classes for contact page */
.country {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #807470;
	height: 20px;
	display: block;
	text-indent: 20px;
	margin-bottom: 5px;
	padding-top: 2px;
}
.addressLeft {
	font-size: 12px;
	line-height: 16px;
	float: left;
	width: 360px;
	padding-left: 20px;
}
.addressRight {
	font-size: 12px;
	line-height: 16px;
	float: left;
	width: 360px;
}
.description {
	font-weight: bold;
	line-height: 20px;
}

/* Divs for Brands page MO text  */
/* THIS CAN BE DONE WITH LESS CODE.  USE DIV IDS FOR INDIVDUAL AP ELEMENTS WITH THESE ATTRIBUTES APPLIED AS A CLASS TO EACH SEPARATE AP ELEMENT */
#mouseOverBliss {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-align:justify;
	position: absolute;
	left: 200px;
	top: 45px;
	width: 390px;
	padding: 10px;
	visibility:visible;
	background:url(images/back.jpg) repeat-x;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e6e1df;
	border-left-color: #e6e1df;
}
#mouseOverVintrol {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-align:justify;
	position: absolute;
	left: 200px;
	top: 50px;
	width: 390px;
	padding: 10px;
	visibility: hidden;
	background:url(images/back.jpg) repeat-x;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e6e1df;
	border-left-color: #e6e1df;
}
#mouseOverEVS {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	position: absolute;
	text-align:justify;
	left: 200px;
	top: 50px;
	width: 390px;
	padding: 10px;
	visibility: hidden;
	background:url(images/back.jpg) repeat-x;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e6e1df;
	border-left-color: #e6e1df;
}
#mouseOverRifox {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#000;
	position: absolute;
	left: 200px;
	top: 50px;
	width: 390px;
	padding: 10px;
	visibility: hidden;
	background:url(images/back.jpg) repeat-x;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e6e1df;
	border-left-color: #e6e1df;
}
#mouseOverTritork {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#000;
	position: absolute;
	left: 200px;
	top: 50px;
	width: 390px;
	padding: 10px;
	visibility: hidden;
	background:url(images/back.jpg) repeat-x;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e6e1df;
	border-left-color: #e6e1df;
}


/* Main Navigation */
#mastNav {
	width: 230px;
	height: 178px;
	margin-left: 252px;
}
.nav, .nav ul {
		padding: 		0;
		margin: 		0;
		list-style: 	none;
		position: static;
	}
.nav a{
		display:		block;
		float: 			left;
		text-indent: 	-9999px;
		overflow:		hidden;
	width: 230px;
}
.nav a:link, 
.nav a:visited {
	color:			#FFF;
	text-decoration: none;
	font-size: 		12px;
	}
	
	/* Nagivation graphics UP */
	.nav  a#spacer{
		width:	230px;
		height:			25px;
		padding: 		0;
	}
	.nav  a#link1{
	width:	230px;
	height:			28px;
	padding: 		0;
	background-image: url(images/nav_home_up.gif);
	background-repeat: no-repeat;
	}
	.nav  a#link2{
		width:	230px;
		height:			28px;
		background:		url('images/nav_about_up.gif') no-repeat; 
		padding: 		0;
	}
	.nav a#link3{
		width:	230px;
		height:			28px;
		background:		url('images/nav_brands_up.gif') no-repeat; 
		padding: 		0;
	}
	.nav a#link4{
	width:	230px;
	height:			28px;
	padding: 		0;
	background-image: url(images/nav_customers_up.gif);
	background-repeat: no-repeat;
	}
	.nav a#link5{
		width:	230px;
		height:			39px;
		background:		url('images/nav_contact_up.gif') no-repeat; 
		padding: 		0;
	}
	
	/* Nagivation graphics OVER */
	.nav a#spacer:hover{
		width:	230px;
		height:			25px;
		padding: 		0;
	}
	.nav a#link1:hover{
	width:	230px;
	height:			28px;
	padding: 		0;
	background-image: url(images/nav_home_over.gif);
	background-repeat: no-repeat;
	}
	.nav a#link2:hover{
		width:	230px;
		height:			28px;
		background:		url('images/nav_about_over.gif') no-repeat; 
		padding: 		0;
	}
	.nav a#link3:hover {
		width:	230px;
		height:			28px;
		background:		url('images/nav_brands_over.gif') no-repeat; 
		padding: 		0;
	}
	.nav a#link4:hover{
		width:	230px;
		height:			28px;
		background:		url('images/nav_customers_over.gif') no-repeat; 
		padding: 		0;
	}
	.nav a#link5:hover{
		width:	230px;
		height:			39px;
		background:		url('images/nav_contact_over.gif') no-repeat; 
		padding: 		0;
	}
.test {
	background-color: #0F0;
	height: 150px;
	width: 100px;
	position: absolute;
	visibility: hidden;
	z-index: 3;
	margin: 15px 0px 0px 0px;
}
