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

*{
	margin:0 auto;
	}
#wrapper {
	/*position:absolute;*/
	margin-top:1.5%;
	width:1250px;
	height:890px;
	background-color:#be1a20;
	z-index:1;
}

#wrapperimg {
	position:absolute;
	width:1250px;
	height:880px;
	z-index:2;
	margin-left: 0px;
	margin-top: 0px;
}

#banner {
	position:absolute;
	width:965px;
	height:130px;
	z-index:3;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFCC33;
}

#navileft {
	position:absolute;
	width:240px;
	height:550px;
	z-index:3;
	margin-left: 0px;
	margin-top: 130px;
	background-color: #666;
}

#claim {
	position:absolute;
	width:950px;
	height:20px;
	z-index:4;
	margin-left: 0px;
	margin-top: 200px;
}

#wrapperimg {box-shadow: 0 0 30px rgba(0,0,0,0.5);}

#gallery1 {
	position:absolute;
    /*width: 600px;*/
	width: 685px;
    height: 600px;
	z-index:5;
    /*margin: 20px auto;*/
	margin-top:240px;
	margin-left:500px;
    /*position: relative;*/
    overflow: hidden;
    background: #be1a20;
	/*border: 3px solid #FFF;*/
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
#fullsize {
	position:absolute;
	width: 200px;
	height: 100px;
	margin-top:10px;
	margin-left:300px;
	background-color:#be1a20;
}
#fullsize div {
	position:absolute;
    width: 500px;
    height: 350px;
    float: left;
	top: 15px;
}

#fullsize div img {
	position:absolute;
    display: block;
    border: 3px solid #ffffff;
    margin: 10px auto;
	top:0px;
	margin-left: -260px;
}

ul#thumbnails {
	position: absolute;
	width: 750px;
	height: 58px;
	padding: 0 0 0 10px;
	margin-left:30px;
	margin-top: 460px;
	list-style: none;
	left: -10px;
	border-radius: 10px;
}

ul#thumbnails li { 
float: left;
/*margin-top: 0px; */
background-color:#ffffff;

}
ul#thumbnails li {
    height:62px;
    width: 88px;
    padding: 0px;
    display: block;
    text-decoration: none;
	margin-top:3px;
	border: 2px solid #ffffff;
	/*margin-left:-38px;*/
	margin-left: 10px;
    background-color: #ffffff;
}
ul#thumbnails li img {
    width: auto;
    height: auto;
    border: 0;
    padding: 0;
}
/*ul#thumbnails li:hover { opacity: 0.8 }*/
#pic1,
#pic2,
#pic3,
#pic4,
#pic5,
#pic6,
#pic7,
#pic8,
#pic9 

{
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}
#pic1 {
    position: relative;
    top: 20px;
    left: 0px;
}
#pic2 {
    position: relative;
    top: 20px;
    /*left: 500px;*/
	left: 650px;
}
#pic3 {
    position: relative;
    top: 20px;
    left: 1300px;
}
#pic4 {
    position: relative;
    top: 20px;
    left: 1950px;
}
#pic5 {
    position: relative;
    top: 20px;
    left: 2600px;
}
#pic6 {
    position: relative;
    top: 20px;
    left: 3250px;
}

#box1:checked ~ div { margin-left: -0px }
#box2:checked ~ div { margin-left: -650px }
#box3:checked ~ div { margin-left: -1300px }
#box4:checked ~ div { margin-left: -1950px }
#box5:checked ~ div { margin-left: -2600px }
#box6:checked ~ div { margin-left: -3250px }

#headline {
	position:absolute;
	width:950px;
	height:40px;
	z-index:70;
	margin-left: 0px;
	margin-top: 200px;
	background-color: #FF9900;
}

#maintext {
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	width:1250px;
	height:300px;
	margin-left:10px;
	margin-top: 215px;
	z-index:80;
	font-style: normal;
}

#colleft {
	width:400px;
	height:570px;
	z-index:101;
	margin-left: 10px;
	margin-top: 50px;
	float:left;
}

#colcenter {
	width:400px;
	height:570px;
	float:left;
	margin-left: 10px;
	margin-top: 50px;
}

#colright{
	width:400px;
	height:600px;
	float:left;
	margin-left: 10px;
	margin-top: 50px;
}
#footer{
	position:absolute;
	width:1250px;
	height:30px;
	z-index:85;
	margin-left: 0px;
	margin-top: 900px;
	/*background-color: #0F0;*/
}

#innerfooter{
	/*position:absolute;*/
	width:500px;
	height:25px;
	z-index:90;
	margin-center: 0px;
	margin-top: 0px;
	/*background-color: #FC0;*/
}

a#active{
	color:#7b2c21;
}
a{color:#FFF;}
