@charset "UTF-8";
/* main*/
@import url("pages.css");
body {
	marginp: 0px;
	padding: 0px;
	border: 0;
	font-family: cantarell;
	color: #ffffff;
	font-size: 10px;
	background-color: #000;
	background-attachment: fixed;
	background-image: url(../images/abck.jpg);
	background-repeat: repeat;	
}
.jbgallery {

	position: absolute;
	
	z-index: 1;
	/*background-color:#C3C;*/
		

}
.container {

	padding-top: 0px;
	width:960px;
	margin-right: auto;
	margin-left: auto;
	/*background-color:#C3C;*/
		
}
.wrapper{
	width:960px;
	float:left;
	margin-top: 100px;
		
	/*background-color:#00FFFF;*/
}
.home_box {
	margin-left: 50px;
}
.header {
	float:left;
	width: 100%;
	height: 50px;
	background-color:#252525;
	box-shadow: 0px 2px 2px #000;
	margin-left: -10px;
	margin-top: -10px;
	position: absolute;
	right: 0px;
	z-index: 5;
}
.logo_box {
	width: 1200px;
	float:left;
}
.smlogo {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	font-size: 26px;
	position: absolute;
	z-index: 8;
	/*width: 601px;
	height: 332px;*/

	

}
.logo {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	font-size: 26px;
	/*width: 601px;
	height: 332px;*/

	
}
.logo a:link, a:visited {
	text-decoration : none;
	
}
.tagline{
	float: left;
	font-size: 18px;
	margin-top:-20px;
}
.tagline a:link, a:visited {
	text-decoration : none;
}
.footer {	
	height: 50px;
	width: 1000px;
	
	margin-left: 150px;
	background-repeat: repeat-x;
	float:left;
	bottom: 0px;
}

.footer p {
	font-size:9px;


/*navigation------------------------------------------*/

}

ul.top_nav {
	font-family: 'cantarell';
	float:right;
}

ul.top_nav li {
text-decoration: none;	
list-style: none;
margin-left: 20px;	
float:left;
	
}
ul.top_nav a, ul.top_nav a:visited {
	text-decoration: none;
	font-size: 13px;
	list-style: none;
	/*background: #1A1A1A;*/
}
ul.top_nav a:hover, ul.top_nav a:active, ul.top_nav a:focus   {
	color:#63e8d4;
	list-style: none;
}	
	

/*Selectors---------------------------------------*/
.clearfloat {
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}.line {
	height: 5px;
	float:left;
	width: 490px;
	margin-left: 90px;
	margin-right: 90px;
	background-image:    url(images/line.png);
	background-repeat: repeat-x;
 }
.hide_me {
display: none;
}
a:link, a:visited {
color: #fff;

}
p {
	font-size: 14px;
	line-height: 22px;
	
/* main navigation```````````````````````````````*/
/*
ul.nav {
	font-family: 'cantarell';
	width: 350px;
	float:left;
	margin-top: 147px;
	margin-left: 100px;
	margin-bottom: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
ul.nav li {
	border-bottom: none;
	float:left;
	margin-top: 2px;
	margin-bottem: 2x;
	margin-left: 20px;
	color: #000;
	letter-spacing: 3px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
}
ul.nav a, ul.nav a:visited {
	text-decoration: none;
	font-size: 12px;
	list-style: none;
	
	padding: 10px;	
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus   {
	color:#63e8d4;
	background-color: #FFFFFF;
	list-style: none;
}
*/
/* main top_nav```````````````````````````````*/
  #cssmenu ul,
    #cssmenu li,
    #cssmenu span,
    #cssmenu a {
      margin: 0;
      padding: 0;
      position: relative;
    }
    #cssmenu:after,
    #cssmenu ul:after {
      content: '';
      display: block;
      clear: both;
    }
    #cssmenu a {
      color: #ffffff;
      display: inline-block;
      font-family: Helvetica, Arial, Verdana, sans-serif;
      font-size: 12px;
      min-width: 35px;
      text-align: center;
      text-decoration: none;
      text-shadow: 0 -1px 0 #333333;
    }
    #cssmenu ul {
      list-style: none;
    }
    #cssmenu > ul > li {
      float: left;
    }
    #cssmenu > ul > li.active a {
      background: #646464 url(images/grad_dark.png) repeat-x left bottom;
      background: -moz-linear-gradient(top, #646464 0%, #4a4a4a 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646464), color-stop(100%, #4a4a4a));
      background: -webkit-linear-gradient(top, #646464 0%, #4a4a4a 100%);
      background: -o-linear-gradient(top, #646464 0%, #4a4a4a 100%);
      background: -ms-linear-gradient(top, #646464 0%, #4a4a4a 100%);
      background: linear-gradient(to bottom, #646464 0%, #4a4a4a 100%);
      filter: progid:dximagetransform.microsoft.gradient(startColorstr='#646464', endColorstr='#4a4a4a', GradientType=0);
      box-shadow: inset 0 0 10px #222222, inset 0 10px 10px #222222;
      -moz-box-shadow: inset 0 0 10px #222222, inset 0 10px 10px #222222;
      -webkit-box-shadow: inset 0 0 10px #222222, inset 0 10px 10px #222222;
      filter: none;
    }
    #cssmenu > ul > li.active a:hover {
      background: -moz-linear-gradient(top, #646464 0%, #4a4a4a 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646464), color-stop(100%, #4a4a4a));
      background: -webkit-linear-gradient(top, #646464 0%, #4a4a4a 100%);
      background: -o-linear-gradient(top, #646464 0%, #4a4a4a 100%);
      background: -ms-linear-gradient(top, #646464 0%, #4a4a4a 100%);
      background: linear-gradient(to bottom, #646464 0%, #4a4a4a 100%);
      filter: progid:dximagetransform.microsoft.gradient(startColorstr='#646464', endColorstr='#4a4a4a', GradientType=0);
      filter: none;
    }
    #cssmenu > ul > li a {
      box-shadow: inset 0 0 0 1px #8a8a8a;
      -moz-box-shadow: inset 0 0 0 1px #8a8a8a;
      -webkit-box-shadow: inset 0 0 0 1px #8a8a8a;
      background: #4a4a4a url(images/grad_dark.png) repeat-x left top;
      background: -moz-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8a8a8a), color-stop(50%, #707070), color-stop(51%, #626262), color-stop(100%, #787878));
      background: -webkit-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
      background: -o-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
      background: -ms-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
      background: linear-gradient(to bottom, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
      filter: progid:dximagetransform.microsoft.gradient(startColorstr='#8a8a8a', endColorstr='#787878', GradientType=0);
      border-bottom: 1px solid #5d5d5d;
      border-top: 1px solid #5d5d5d;
      border-right: 1px solid #5d5d5d;
      line-height: 34px;
      padding: 0 35px;
      filter: none;
    }
    #cssmenu > ul > li a:hover {
      background: #8a8a8a url(images/grad_dark.png) repeat-x left bottom;
      background: -moz-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646464), color-stop(50%, #4a4a4a), color-stop(51%, #3b3b3b), color-stop(100%, #525252));
      background: -webkit-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
      background: -o-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
      background: -ms-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
      background: linear-gradient(to bottom, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
      filter: progid:dximagetransform.microsoft.gradient(startColorstr='#8a8a8a', endColorstr='#787878', GradientType=0);
      filter: none;
    }
    #cssmenu > ul > li:first-child a {
      border-radius: 5px 0 0 5px;
      -moz-border-radius: 5px 0 0 5px;
      -webkit-border-radius: 5px 0 0 5px;
      border-left: 1px solid #5d5d5d;
    }
    #cssmenu > ul > li:last-child a {
      border-radius: 0 5px 5px 0;
      -moz-border-radius: 0 5px 5px 0;
      -webkit-border-radius: 0 5px 5px 0;
    }
    #cssmenu li:hover ul {
      display: block;
    }
    #cssmenu li ul {
      display: none;
      position: absolute;
      top: 36px;
      left: -1px;
      min-width: 100%;
      text-align: center;
      /* IE7 */    
      *width: 100%;
    }
    #cssmenu li ul li {
      text-align: center;
    }
    #cssmenu li ul li a {
      border-top: 0 none;
      border-left: 1px solid #5d5d5d;
      display: block;
      line-height: 120%;
      padding: 9px 5px;
      text-align: center;
    }