body {
	width:100%; height:100%; text-align:center;
	font-family:Arial;
	font-size:2em;
}
#toonWrapper {
	width:1385px; height:925px;
	margin:0 auto;
}
#header {
	position: absolute;
	width: 720px;
	height: 168px;
	margin: 40px 0 0 30px;
	padding-top: 160px;
	/*background-image: url(../img/Rawlings-Plumbing.png);
	background-repeat: no-repeat;*/
	text-align: left;
	z-index:99;
}
h1 {
	position:absolute;
	margin:40px 0 0 32px;
	font-size:1px; color:#fff;
}
#vehicle {
	position:absolute;
	width:1200px; height:500px;
	margin:395px 0 0 30px;
	background-image:url(../img/vehicle.jpg);
	background-repeat:no-repeat;
}
#rawlings {
	position:absolute;
	width:735px; height:305px;
	margin:300px 0 0 0;
	background-image:url(../img/Rawlings-Header.gif);
	background-repeat:no-repeat;
}
#head-body {
	position:absolute;
	width:985px; height:925px;
	background-image:url(../img/head-body.png);
	background-repeat:no-repeat;
	margin-left:400px;
}
#rightArm {
	position:absolute;
	width:580px; height:700px;
	margin:150px 0 0 710px;
	background-image:url(../img/right-arm.png);
	background-repeat:no-repeat;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    transition: 2s;
}
#leftArm {
	position:absolute;
	width:230px; height:305px;
	margin:330px 0 0 1115px;
	background-image:url(../img/left-arm.png);
	background-repeat:no-repeat;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
}
#eyes {
	position:absolute;
	width:139px; height:87px;
	margin:245px 0 0 980px;
	background-image:url(../img/eyes.png);
	background-repeat:no-repeat;
}
#blink {
	position:absolute;
	width:142px; height:88px;
	margin:243px 0 0 978px;
	background-image:url(../img/blink.gif);
	background-repeat:no-repeat;
}
#mouth {
	position:absolute;
	width:173px; height:122px;
	margin:345px 0 0 970px;
	background-image:url(../img/mouth.png);
	background-repeat:no-repeat;
}
a {
	font-weight:bold;
}
.marqueeWrapper {
	position:absolute;
	width:64%;
	margin:790px 0 0 35px;
	z-index:-2;
}
marquee {
	font-size:160%; line-height:150%;
}
.cycle-slideshow {
	position:absolute;
	width:500px; height:365px;
	margin:10px 0 0 440px;
	z-index:-1;
}

.showDiv {display:block;}
.hideDiv {display:none;}

.rotate12 { 
    -ms-transform: rotate(13deg); 
    -webkit-transform: rotate(13deg); 
    -o-transform: rotate(13deg); 
    -moz-transform: rotate(13deg);
    transform: rotate(13deg);
}
.rotate8 { 
    -ms-transform: rotate(-9deg); 
    -webkit-transform: rotate(-9deg); 
    -o-transform: rotate(-9deg); 
    -moz-transform: rotate(-9deg);
    transform: rotate(-9deg);
}
@media (max-width:1440px) {
	html * { zoom: 1.0; -moz-transform: scale(1.0); -moz-transform-origin: 0 0}
	#innerWrapper {margin-left:15%;}
}
@media (max-width:1366px) {
	html * { zoom: 0.95; -moz-transform: scale(0.95); -moz-transform-origin: 0 0}
	#innerWrapper {margin-left:12%;}
}
@media (max-width:1280px) {
	html * { zoom: 0.92; -moz-transform: scale(0.92); -moz-transform-origin: 0 0}
	#innerWrapper {margin-left:10%;}
}
@media (max-width:1024px) {
	html * { zoom: 0.88; -moz-transform: scale(0.88); -moz-transform-origin: 0 0}
	#innerWrapper {margin-left:8%;}
}
@media (max-width:900px) {
	html * { zoom: 0.86; -moz-transform: scale(0.86); -moz-transform-origin: 0 0}
	#innerWrapper {margin-left:6%;}
}
@media (max-width:768px) {
	html * { zoom: 0.82; -moz-transform: scale(0.82); -moz-transform-origin: 0 0}
	#innerWrapper {margin-left:4%;}
}
@media (max-width:480px) {
	html * { zoom: 0.78; -moz-transform: scale(0.78); -moz-transform-origin: 0 0}
	#innerWrapper {margin-left:2%;}
}
@media (max-width:320px) {
	html * { zoom: 0.75; -moz-transform: scale(0.75); -moz-transform-origin: 0 0}
}