@charset "utf-8";
/* CSS Document */
html, body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body{background:url(../images/BG.gif) left top #202020;}
table{border-collapse:separate;border-spacing:0px;}
p{font-family:Tahoma, Geneva, sans-serif;font-size:12px;color:#FFF;margin:0;padding:0;}
ul {float:left;margin-left:20px;}
ul li {font-family:Tahoma, Geneva, sans-serif;font-size:12px;color:#FFF;}

#header{position:absolute;top:0;left:0;width:100%;height:70px;background:#000;}
#header #logo{position:relative;float:left;width:180px;height:50px;margin:10px 0 0 30px}
#header .redes{position:absolute;right:30px;top:17px;width:260px;height:40px;}
#header .redes p{position:relative;float:left;width:200px;font-size:10px;padding-top:14px;}
a.fb{position:relative;float:left;width:20px;height:20px;margin:10px 0 0 10px;background:url(../images/redes.gif) no-repeat 0 0;}
a.fb:hover{background-position: 0 -21px;}
a.tw{position:relative;float:left;width:20px;height:20px;margin:10px 0 0 10px;background:url(../images/redes.gif) no-repeat -20px 0;}
a.tw:hover{background-position: -20px -21px;}

#nav{position:absolute;top:100px;left:30px;width:185px;height:160px;}
a.nav0{position:relative;float:left;width:185px;height:40px;background:url(../images/nav.png) no-repeat 0 0;}
a.nav0:hover{background-position: -189px 0;}
a.nav1{position:relative;float:left;width:185px;height:28px;background:url(../images/nav.png) no-repeat 0 -40px;}
a.nav1:hover{background-position: -189px -40px;}
a.nav2{position:relative;float:left;width:185px;height:50px;background:url(../images/nav.png) no-repeat 0 -68px;}
a.nav2:hover{background-position: -189px -68px;}
a.nav3{position:relative;float:left;width:185px;height:42px;background:url(../images/nav.png) no-repeat 0 -118px;}
a.nav3:hover{background-position: -189px -118px;}
a.nav0:focus, a.nav1:focus, a.nav2:focus, a.nav3:focus{outline:none}

#content{
	position:absolute;
	top:100px;
	left:235px;
	width:740px;
	height:auto;
	padding:0 0 80px 0;
}
#content_in{
	position:relative;
	float:left;
	width:700px;
	height:auto;
	padding:20px;
	background:url(../images/cont_BG.png);
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
	
#gallery .bigimg{position:relative;float:left;margin-left:50px;width:600px;height:450px;text-align:center;background:url(../images/loader.gif) no-repeat center;}
#gallery .thumbs{position:relative;float:left;margin:10px 0 0 50px;width:604px;height:109px;overflow:hidden;}
#gallery .allthumbs{position:absolute;left:0;width:auto;height:109px;}
#gallery .allthumbs a.th{float:left;margin-right:6px;width:145px;text-align:center;height:109px;}
#gallery .allthumbs a.th img{border:none;}
#gallery a.ar-left{position:absolute;left:40px;bottom:60px;width:40px;height:20px;z-index:100;background:url(../images/arrow-left.gif) no-repeat 0 0 #F15E21;}
#gallery a.ar-left:hover{background-position:-40px 0}
#gallery a.ar-right{position:absolute;right:40px;bottom:60px;width:40px;height:20px;z-index:100;background:url(../images/arrow-right.gif) no-repeat -40px 0 #F15E21;}
#gallery a.ar-right:hover{background-position:0 0}

form input{width:240px;height:15px;background:#F2F2F2;border:1px solid #F2F2F2;font-family:Tahoma, Geneva, sans-serif;}
form select{width:240px;height:20px;background:#F2F2F2;border:1px solid #F2F2F2;font-family:Tahoma, Geneva, sans-serif;}
form textarea{width:590px;height:60px;background:#F2F2F2;border:1px solid #F2F2F2;padding:0;font-family:Tahoma, Geneva, sans-serif;font-size:12px;resize: none;}
form a{font-family:Tahoma, Geneva, sans-serif;color:#F15E21;font-size:14px;text-decoration:none;}
form a:hover{color:#F2F2F2;}
form a:focus{outline:none;}
