@charset "utf-8";
/* CSS Document */


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #272727;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #333333;
	background-image: url(images/dg_bg3.jpg);
}
/*
This Fix is to make PNG 24's Transpareent in IE 6.
Dosnt work when elements are positioned absoultly within their parent element.

CHANGE MARKUP! http://www.satzansatz.de/cssd/tmp/alphatransparency.html

img, div{ behavior: url(iepngfix.htc) }

*/

h1, h2, h3, h4, h5, h6, p  {
	margin: 0px;
	padding: 0px;
}
#homeHeadContainer  {
	width: 775px;
	text-align: left;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 100;
	height: 450px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;	
} 

#portHeadContainer  {
	width: 775px;
	text-align: left;
	background-image: url(http://www.maxsauber.com/images/background_portfolio.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 100;
	height: 103px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
} 
#header  {
	height: 225px;
	position: relative;
	text-indent: -10000px;
} 
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#homeHeadContainer  #navigationBox  {
	position: absolute;
	right: 14px;
	width: 125px;
	height: 195px;
	z-index: 9999;
	top: 11px;
	visibility: visible;
	font-size: 16px;
}
#homeHeadContainer  #spryBox  {
	position: absolute;
	right: 141px;
	width: 295px;
	height: 195px;
	z-index: 5000;
	top: 11px;
	visibility: visible;
	overflow: hidden;
}

/* -------------------- homepage pixy menus ---------*/
/*Note, the navigation box is 125px wide, no padding --- */



#homeHeadContainer   ul {
	margin:0px;
	padding:0px;
	list-style:none;
	margin-top:10px;

}	
#homeHeadContainer  ul li {
	margin:0px;
	padding:0px;
}

#homeHeadContainer  ul a {
		font: 12px "Trebuchet MS", Arial, Verdana, sans-serif;
		color: #000;
		text-decoration: none;
		line-height:30px;
		margin:0;
		border-bottom: 1px solid #999999;
		width: 80px;
		padding-left:35px;
		display: block;
		
		background:url(images/Pixi_Nav_BG.png) no-repeat -250px 0px;
	}

#homeHeadContainer ul a.last {
border-bottom:none;
	}
	
#homeHeadContainer  ul a:hover {
	background-position: -125px 0px;
	color:#7C0509;
	}
#homeHeadContainer  ul a:active {
border-position: left center;
	}

#rightHomeDiv {
	position:absolute;
	left:428px;
	top:242px;
	width:334px;
	height:195px;
	z-index:2000;
	text-align: left;
	visibility: visible;
}
#leftHomeDiv {
	position:absolute;
	left:12px;
	top:242px;
	width:334px;
	height:195px;
	z-index:2;
}
#moreContent  {
	color: #333333;
	position: relative;
	text-align: left;
	padding: 10px;
	background-color: #FFFFFF;
	height: 175px;
}
#moreContentPort  {
	color: #333333;
	position: relative;
	text-align: left;
	padding: 10px;
	background-color: #FFFFFF;
	height: 175px;
}
#moreContentWrapper  {
	width: 761px;
	background-position: 100px -100px;
	background: #CCCCCC;
	padding: 6px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 13px;
	margin-bottom: 5px;
}
.featureMoreContentInnerDiv {
	background-color: #333333;
	float: left;
	width: 300px;
	margin: 10px;
	color: #CCCCCC;
	padding: 5px;
}
#footer {
	color: #FFFFFF;
	width: 735px;
	margin: 10px auto;
} 
#footer a:hover {
	color: #982326;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}a:link, a:active, a:visited {
	color: #A81318;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}

/* CAROSEL */	
	
#buttonwrapper
{
	width: 100px;
	margin-left:auto;
	margin-right:auto;
	position: absolute;
	left: 0px;
	z-index:99;
	bottom: -340px;
}

#left
{
	background: url(images/left.gif) bottom left no-repeat;
	width: 39px;
	height: 50px;
	float: left;
}



#right
{
	background: url(images/right.gif) bottom left no-repeat;
	width: 39px;
	height: 50px;
	float: right;
}

#left:hover, #right:hover{
	cursor: pointer;
	background-position: top left;
}

#holder_images { display: none; }
#carousel img { border: 2px solid #ddd; }
#carousel img.link:hover { border: 4px solid #0e0893; }

#carousel
{
	top:-150px;
	margin:auto;
	position: absolute;
	z-index: 1;
}
#text{
	position: absolute;
	padding: 10px;
	font: 1em/1em Gill Sans,Verdana;
	border: 2px solid #DDD;
	color: #FFF;
	background-color: #666;
	display: none;
	z-index:10000;

}
#moreContent #moreContentInfo h1 {
	font-size: 16px;
}
