 @import url("navigation.css");

::-moz-selection {background: green; color: #ffffff;}
::selection {background: green; color: #ffffff;}

/* -------------------------- GENERAL -------------------------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;	
}
html {
     overflow: -moz-scrollbars-vertical;
}
body {
    behavior: url(../../../images/portfolio/interactive/portfolio-old/css/js/csshover.htc); /* Hover for IE */
	font: 70% Arial, Helvetica, sans-serif;
	text-align: center; /* Align for IE */
	background: url(../images/backgrounds/body_hot.jpg) center top;
	margin-left: -10px;
	_margin-left: -9px;	
}
sup {
	font-size: 90%;
    vertical-align: baseline;
    position: relative; 
    bottom: 0.33em;
}
#container { 
	width: 693px;
	margin: 0 auto; /* Align */
	text-align: left;	
	background: url(../images/backgrounds/wood.jpg) center top repeat;
	padding-left: 1px;	
}


/* -------------------------- HEADER -------------------------- */
#header {
	width: 693px;
	height: 278px;
	float: left;
	background: url(../images/backgrounds/header.jpg) center top no-repeat;	
}

/* BRAND */
h1 {
	margin-top: 25px;
	margin-left: 105px;
	_margin-left: 53px;	
	float: left;
}
/* INFO */
#info {
	width: 300px;
	float: left;
	font-size: 110%;
	text-align: left;
	margin-top: 90px;
	margin-left: 8px;
}
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
a{color: black;}
p a:hover{text-decoration:none; background-color:#E8F0C9;}

