/*
Project: pritoyota
File: css/style.css
Last edited: July 1, 2010, 2:13 pm
*/

/*  Main  */
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 background:url(../img/bg.jpg) repeat;
 height:100%;
}

#wrapper {
 margin:0 auto;
 height:100%;
 width:1025px; /*  Change to desired width :)  */
}

#header { background:url(../img/headerbg.jpg) top left no-repeat;height:148px;
}

#slider {width:1025px;height:332px;margin:0 auto;position:relative;}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.fadehover {position:relative;}
.fadehover a {position:relative;}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }


#buttons {height:365px;background:url(../img/btn2.jpg) top left no-repeat;width:1025px;z-index:0;
}

a.button1 {background:url(../img/btn1.jpg) top left no-repeat;height:365px;width:513px;z-index:10;position:absolute;top:0;left:0;}
a.button2 {background:url(../img/btn1.jpg) top left no-repeat;height:365px;width:513px;z-index:10;position:absolute;top:0;left:512px;background-position:-512px 0px;}

#footer {background:url(../img/footerbg.jpg) top left repeat-y;height:95px;
}

#footer p{font-size:10px;display:block;width:900px;margin 0 auto; padding-left:60px;padding-top:10px; }
