@charset "utf-8";
/* CSS Document */

*
{
	margin:0px;
	padding:0px;
}

.clearify
{
	clear:both;
}

img
{
	border:none;
}

body
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
        background-color:#333333;
}

#site_container
{
	text-align:center;
	color:#fff;
}

#main_site
{
	width:950px;
	text-align:left;
	margin:0px auto;
}

#header
{
	height:100px;
	width:950px;
}

#header_left
{
	float:left;
	width:300px;
}

#header_right
{
	float:right;
	width:635px;
	margin-top:40px;
}

#tag_lines_container
{
	text-align:center;
}

#tag_lines
{
	margin-top:300px;
	margin-bottom:20px;
	height:65px;
	width:320px;
	padding-top:10px;
	float:right;
	text-align:right;
	border-top:#fff 1px solid;
	border-bottom:#fff 1px solid;
	font-family:"Times New Roman", Times, serif;
}

#tag_lines h2, #tag_lines h3
{
	font-size:26px;
	color:#fff;
	text-align:right;
	padding-right:30px;
	font-weight:normal;
	text-shadow: black 0.1em 0.1em 0.2em;
}

#tag_lines h3
{
	font-size:22px;
}

#details_area_container
{
	text-align:center;
	background-color:#FFF;
}

#details_area
{
	width:950px;
	text-align:left;
	margin:0px auto;
	padding-top:20px;
	padding-bottom:20px;
}

#details_area h1, #details_area h2, #details_area h3
{
        font-size:26px;
        font-weight:normal;
        padding-top:10px;
        clear:both;
        color:#333333;
}

#details_area h2
{
        font-size:20px;
}

#details_area h3
{
        font-size:12px;
        padding-top:0px;
        color:#000000;
}

#details_area p
{
        font-size:12px;
        padding-top:5px;
        padding-bottom:5px;
        line-height:18px;
        text-align:left;
        color:#333333;
}

#details_area a
{
        color:#919194;
        text-decoration:underline;
        font-size:12px;
}

#details_area a:hover
{
        text-decoration:none;
}

#details_area li
{
        margin-left:35px;
}

#details_area ul
{
        padding-top:5px;
        padding-bottom:5px;
}

.gall_out
{
        text-align:center !important;
}

.picture
{
        margin-right:35px !important;
        margin-left:35px !important
}


.nb_ce
{
	float:left;
	width:30%;
	margin-left:1%;
	margin-right:1%;
	position: relative;
}

.nb_ce p
{
	display:none;
}

.nb_ce h3, .nb_ce ce_img_center
{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.nb_ce h3
{
	z-index:10px;
        margin-top:20px;
	height:15px;
	padding:5px;
	bacground-color:#000;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	font-weight:normal;
	text-shadow: black 0.1em 0.1em 0.2em;
	text-align:right;
	width:175px;
        margin-left:43px;
}

.nb_ce h3 a
{
        color:#fff !important;
        text-decoration:none;
        display:block;
        height:21px;
        width:180px;
        padding-top:4px;
        padding-right:5px;
        margin-top:-5px !important;
        margin-left:-5px !important;
        
}

.nb_ce h3 a:hover
{
        background-color:rgba(0,0,0,1);
}

.ce_img_center
{
	text-align:center;
}

#footer_container
{
	text-align:center;
	background-color:#333333;
	padding-top:20px;
	padding-bottom:20px;
}

#footer
{
	width:950px;
	margin:0px auto;
	text-align:right;
}

#footer_menu
{
	float:right;
}

#footer_menu #imouter1
{
	width:950px; !important;
	border-bottom:#999 1px solid;
        height:22px !important;
        line-height:22px !important;
}

#footer_menu #imenus1 a 
{
	color:#999;
	border-bottom:#999 1px solid;
}

#credits
{
	clear:both;
	padding-top:25px;
	font-size:11px;
	color:#999;
}

#credits a
{
	color:#999;
	text-decoration:none;
}

#credits a:hover
{
	color:#fff;
}



/************************ Slider Style Info *******************************/

#supersized-loader 
{ 
	position:absolute; 
	top:50%; 
	left:50%; 
	z-index:0; 
	width:60px; 
	height:60px; 
	margin:-30px 0 0 -30px; 
	text-indent:-999em; 
	background:url(../img/progress.gif) no-repeat center center;
}
	
#supersized 
{  
	display:block; 
	position:absolute; 
	left:0; 
	top:0; 
	overflow:hidden; 
	z-index:-999; 
	height:600px; 
	width:100%;
}

#supersized img 
{ 
	width:auto; 
	height:auto; 
	position:absolute; 
	display:none; 
	outline:none; 
	border:none; 
}

#supersized.speed img 
{ 
	-ms-interpolation-mode:nearest-neighbor; 
	image-rendering: -moz-crisp-edges; 
}	/*Speed*/

#supersized.quality img 
{ 
	-ms-interpolation-mode:bicubic; 
	image-rendering: optimizeQuality; 
}			/*Quality*/
		
#supersized li 
{ 
	display:block; 
	list-style:none; 
	z-index:-30; 
	position:absolute;
	overflow:hidden; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	background:#111; 
}

#supersized a 
{ 
	width:100%; 
	height:100%; 
	display:block; 
}

#supersized li.prevslide 
{ 
	z-index:-20; 
}

#supersized li.activeslide 
{ 
	z-index:-10; 
}

#supersized li.image-loading 
{ 
	background:#111 url(../img/progress.gif) no-repeat center center; 
	width:100%; 
	height:100%; 
}

#supersized li.image-loading img
{ 
	visibility:hidden; 
}

#supersized li.prevslide img, #supersized li.activeslide img
{ 
	display:inline; 
}

/******************************menu**********************************/

/* Menu styles */
#imouter1 {
width: 635px;
height: 22px;
}

.clearit {
clear: both;
height: 0;
line-height: 0.0;
font-size: 0;
}

#imenus1 .menuactive a {
color: #fff !important;
}


#imenus1 {
font-size: 12px;
float:right;
}

#imenus1, #imenus1 ul {
padding: 0;
margin: 0;
list-style: none;
}


#imenus1 a {
display:inline;
text-decoration: none;
color: #fff;
height: 10px;
padding-top:5px;
padding-bottom:4px !important;
padding-left:5px;
padding-right:5px;
text-align: left;
line-height: 22px;
font-size:11px;
text-transform:uppercase;
font-weight:bold;
border-bottom:#fff 1px solid;
}


#imenus1 li {
float: left;
}

#imenus1 li ul, #imenus1 ul li  {
width: 220px;
z-index: 1;
font-weight: normal;
font-size: 11px;
padding-top:2px;
}

#imenus1 ul li  {
padding:0px !important;
}


#imenus1 ul li a  {
height:15px !important;
color: #000 !important;
background-image: none;
line-height:15px !important;
text-align: left;
padding-left: 5px;
background-color: #222;
border-bottom:#fff 1px solid !important;
display:block;
}

#imenus1 li ul {
position: absolute;
display:none;
}

#imenu1 li.menuactive
{
     color:#fff !important;
}


#imenus1 li:hover a, #imenus1 a:focus,
#imenus1 a:active, #imenus1 li.p7hvr a {
color:#fff !important;
font-weight:bold;
border-bottom:#f00 1px solid;
}

#imenus1 li:hover ul, #imenus1 li.p7hvr ul {
display:block;
}

#imenus1 li:hover ul a, #imenus1 li.p7hvr ul a {
color: #fff !important;
background-image: none;
line-height: auto;
}

#imenus1 ul a:hover {
background-color: #7c7c7c!important;
color: #fff !important;
border-bottom:#fff 1px solid !important;
display:block;
width:auto;
}

#imenus1 ul a:active {
background-image: none!important;
background-color: #7c7c7c!important;
color: #141544!important;
}

/* The single backslash  character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#imenus1 li {width: auto;}