/* ----------- Restart-----------------*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

a { 
        outline: 0; 
	text-decoration: none;
	color:#000000; 
}


/* ----------- End Restart-----------------*/

/*---------------------------- TEXT STYLES ----------------------------*/

h2 {
	font-size:14px;
	color:#2c2c2c; 
	line-height:1.3em;
	text-transform:uppercase;
	font-weight:bold;	
}


h2#pageTitle {
font-size:17px;
}

hr {

	background-color:#d2d2ca;
	border:#d2d2ca;
	height:1px;
}


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:300;
	line-height:1.5em;
	background-color:#101010;	
}

#mainContainer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	background-color:#272726;
	background-image:url(images/site_bg.jpg);
	background-repeat:repeat-x;
}


#center{
	height:auto;
	width:950px;
	margin:auto;
	text-align:left;
	padding:0px;

	
	
}

/*-------------------------MENU---------------------------------*/

#menuContainer{
	height:16px;
	float:right;
	margin-top:55px;
}
#menu{
	position:relative;
}


#menu ul li{ 
    display: inline;
	
}

#menu ul li a{
    float: left; 
	text-decoration: none;
    color:#747474;
	padding-left:14px;
	padding-right:14px;
	font-size:12px;
	font-weight:300;
	text-transform:uppercase;
}

#menu ul li#selected a, #menu ul li a:hover{
    color:#ffffff;
}

#menu ul li#selected a{
	color:#FFFFFF;
}


.hoverSquare{
	width:40px;
	height:5px;
	background-image:url(images/hover_bg.jpg);
	background-repeat:repeat-x;
	float:none;	
	position:absolute;
	top:18px;
	left:15px;
	visibility:hidden;
	
}


#hoverLight{
	background-image:url(images/hover.jpg);
	background-repeat:no-repeat;
	text-align:center;
	display:block;
	height:5px;
	width:27px;
	margin:auto;

}

/*---------------------------- LOGO ----------------------------*/
#logoContainer{
	width:255px;
	height:44px;;
	background-repeat:no-repeat;
	float:left;
	margin-top:34px;

}

#logoContainer a{
	width:255px;
	height:44px;
	display:block;
	background-image:url(images/logo.png);
}

/*---------------------------- CONTENT ----------------------------*/

#contentContainerBorder{
	float:left;
	overflow:inherit;
	padding:5px;
	margin-top:20px;
	margin-bottom:90px;
	min-height:600px;
	background-color:#1f1f1f;
	


}

#contentContainer{
	float:left;
	overflow:inherit;
	background-color:#ededed;
	padding:10px;
	min-height:600px;
	border:#fff 1px solid;
	width:910px;
	
}

.postContainer{
	overflow:auto;
	background-repeat:repeat-x;
	float:none;
	
}

/*---------------------------SLIDER----------------------------*/

#slider{

}

.fadeWrapper{
	padding:4px;
	background-color:#FFFFFF;
	border: 1px solid #deded6;	
	position:relative;
	width:900px;
	height:290px;
}

.imageHolder{
	width:900px;
	height:290px;
	position:absolute;
	top:4px;
	left:4px;
}

.sliderImg{
	padding:4px;
	background-color:#FFFFFF;
	border: 1px solid #deded6;
	
}

#sliderNavigation{
	margin-top:12px;
	margin-bottom:45px;
	
}

#leftArrow {
	float:left;

}

#rightArrow {
	float:right;
}

#sliderNavigation ul{
	margin: 3px 20px 0px 0px;
	float:right;
}

#sliderNavigation ul li{
	float:left;
}

#sliderNavigation ul li a{
	display:inline;
	background-image:url(../images/o.jpg);
	display:block;
	width:16px;
	height:17px;
	float:left;
	margin-left:10px;
}

#sliderNavigation ul li.selected a, #sliderNavigation ul li a:hover{
   background-image:url(images/o_active.jpg);
}


.servicesBoxs{
margin: 30px -10px 0px -10px;


}

.servicesBoxs h2 span{
position:relative;
top:-10px;
left:10px;
}

.servicesBox{
float:left;
border:#d2d2ca 1px solid;
width:248px;
margin-left:9px;
margin-right:9px;
padding:20px;
background-color:#f7f7ee;

}



.buttonServicesBox a{
background-image:url(images/buttons_learn_more.jpg);
background-position:0 0;
display:block;
margin-top:10px;
height:24px;
width:101px;
float:left;
}

.buttonServicesBox a:hover{
background-position:0px 24px;
}
 
.buttonServicesBox2 a{

background-image:url(images/buttons_learn_more.jpg);
background-position:201px 0px;
display:block;
margin-top:10px;
height:24px;
width:100px;
}

.buttonServicesBox2 a:hover{
background-position:201px 24px;
}

.buttonServicesBox3 a{

background-image:url(images/buttons_learn_more.jpg);
background-position:101px 0px;
display:block;
margin-top:10px;
height:24px;
width:100px;
}

.buttonServicesBox3 a:hover{
background-position:101px 24px;
}


#bigBox{
background-color:#f7f7ee;
border:#d2d2ca 1px solid;
padding:20px;
float:left;
margin-top:20px;
}

#bigBoxLeft{
width:573px;
float:left;

}

#bigBoxRight{
margin-left:50px;
float:left;

}

#bigBoxRight img{
	margin-top:10px;
	padding:4px;
	background-color:#FFFFFF;
	border: 1px solid #deded6;
}

.check{
float:left; 
margin-right:5px;
margin-top:7px;

}


.portfolioBoxs{
margin: 0px -10px 0px -10px;

}

.folioBox{
float:left;
border:#d2d2ca 1px solid;
margin-left:9px;
margin-right:9px;
margin-top:20px;
background-color:#f7f7ee;

}

.folioBoxInside{
border:#fff 1px solid;
background-color:#f7f7ee;
padding:20px;
width:246px;
}

.folioBox h2{

line-height:1em;
}

.folioBox img{
	margin-top:10px;
	margin-bottom:10px;
	padding:4px;
	background-color:#FFFFFF;
	border: 1px solid #deded6;
}


.contentBoxs{
margin: 0px -10px 0px -10px;

}

.postBox{
float:left;
border:#d2d2ca 1px solid;
margin-left:10px;
margin-right:0px;
margin-top:5px;
background-color:#f7f7ee;
padding:0px;

}

.postBoxInside{
border:#fff 1px solid;
background-color:#f7f7ee;
padding:20px;
width:610px;
}

.postBox h2{

line-height:1em;
}

.postBox img{
	margin-top:10px;
	margin-bottom:10px;
	padding:4px;
	background-color:#FFFFFF;
	border: 1px solid #deded6;
}

#postinfoContainer{
display:block;
height:40px;

}

.postInfo p{
float:right;
margin-top:10px;
margin-bottom:30px;

}

.postInfo p a{
text-decoration:none;
color:#000000;
}

#comentContainer{
border:#d2d2ca 1px solid;
margin-top:20px;
background-color:#f7f7ee;
padding:0px;

}

.comentBox{
border:#fff 1px solid;
background-color:#f7f7ee;
padding:20px;
width:486px;
}

.comentBox img{
float:left;
margin-right:20px;
margin-bottom:10px;
margin-top:0px;

}



.sidebarBox{
float:right;
border:#d2d2ca 1px solid;
margin-left:10px;
margin-top:5px;
background-color:#f7f7ee;

}

.sidebarBoxInside{
border:#fff 1px solid;
background-color:#f7f7ee;
padding:20px;
width:200px;
}

.sidebarBox h2{

line-height:1em;
}





/*-----------------------  SIDEBAR MENU  ---------------------------*/
.sidebarMenu{
	font-size:12px;
	padding:10px;
	padding-left:0PX;
}

.sidebarMenu ul{ 
	text-decoration: none;
	font-weight:300;
	text-transform:capitalize;
	
}
.sidebarMenu ul li a{
	text-transform:uppercase;
	display:block;
	height:14px;
	width:175px;;
	background-color:#fafaf1;
	border-bottom:#f1f1f1 1px solid;
	padding:10px;
	text-decoration: none;
	list-style:none;
	color:#000000;

}

.sidebarMenu ul li a:hover{
	background-color:#fff;

}




#titleIcon{
float:left; 
margin-right:5px;
margin-bottom:-20px;
} 

/*---------------------------- EMAIL FORM ----------------------------*/
.input{
	width:300px;
	height:24px;
	border:1px solid #b0a4a4;
	background-color:#fff;
	padding-top:8px;
}

.textArea{
	height:205px;
	padding-top:0px;
}

#sendButton{
	color:#fff;
	background-color:#363636;
	width:73px;
	height:26px;
	border:1px solid #b0a4a4;
	margin-bottom:-5px;
}

.errorMessage{
	color:red;
}

/* Clearing method
------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* Search
------------------------------------------------------*/

#search
{
background: url("images/bg_search.gif") no-repeat 0% 0%;
        margin-top: -55px;
        margin-right: 25px;
	width: 240px;
        float:right; 
}


#search .box
{
	background-color: #e1e1e1;
	padding: 2px;
	border: 1px solid #ffffff;
}

#search input
{
	font: bold 1.0em Arial, tahoma, sans-serif;
	color: #111111;
	width: 165px;

	margin: 0px 0px 0px 0px;
	padding: 2px;
	border: 1px solid #e1e1e1;
	background-color: #e1e1e1;
}

#search input.submit
{
	font: bold 1.0em Arial, tahoma, sans-serif;
	color: #181818;

	width: 55px;
	margin: 0px;
	padding: 2px 1px 1px 15px;
	border: none;
}


/*-----------------------  FOOTER  ---------------------------*/


#footer{
	height:91px;
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
	text-align:center;
	background-color:#2d353e;
	background-image:url(images/footer_bg.jpg);
	display:block;
}

#footerContainer{
	height:30px;
	width:960px;
	margin:auto;
	text-align:left;
	padding:0px;
	
	
}

#footerMenu{
z-index:100;
display:block;
margin-top:30px;

}

#footerMenu ul{
	
	text-align:left;
	padding:0px;
	font-size:11px;
	line-height:20px;
	float:left;
	color:#fff;
	margin-top:-10px;
	margin-left:20px;
	
}

#footerMenu ul li{
	float:left;
	text-decoration: none;
	padding-left:10px;
	text-transform:uppercase;
	list-style:none;
}

#footerMenu ul li a{
	color:#fff;
	text-decoration: none;
}

#footerText{
	float:right;
	color:#ffffff;
	font-size:13px;
	line-height:13px;
	margin-right:20px;
}

/* DIRECTORY MENU */

.gallSubTable {
	margin-top: 10px;
	margin-bottom: 10px;

	padding-bottom: 10px;
}

.table-gall{
	color: #999999;
}
.table-header {
	color: #000;
	border-bottom: 1px solid #242323;
	padding: 5px 15px 5px;
}


a.gallThumb{
	margin-left: 14px;
	margin-bottom: 4px;
	margin-right: 6px;
	margin-top: 4px;
	display:block;
	width:160px;
	text-align:left;
	font-size:140%;
	float:left;
	height:18px;
	overflow:hidden;
	text-decoration:none;
	border: 0px solid #242323;
	border-bottom: 1px solid #242323;
	padding: 4px;
}

/* GALLERIES */
td.sceneThumb, td.gallThumb, td.gallThumb, td.sceneThumbLarge {
	/*text-align:center;*/
	/*vertical-align: top;*/
}

a.sceneThumb img, a.movieThumb img, a.gallThumb img, a.sceneThumbLarge img{
	border: 1px solid #b3b3b3;
	display:block;
	margin-bottom:5px;
}

a.gallThumb {
}

a.gallThumb:hover{
	border: 0px solid #fff;
	color:#ffffff;
}

a.sceneThumb:hover, a.movieThumb:hover, a.gallThumb:hover, a.sceneThumbLarge:hover {
	color:#000000;
	text-decoration:none;
	border: 0px solid #ffffff;
	border-bottom: 1px solid #000000;
	background-color: #fafaf1;
}

.box_middle_left{
  float:left;
	color: #414141;
	font:  .8em Verdana, 'Trebuchet MS', Sans-serif;
  text-align: left;
	min-height: 15px;
  padding: 0;
  margin: 0;
}

.box_middle_right{
  float:right;
  color: #000000;
	font:  .8em Verdana, 'Trebuchet MS', Sans-serif;
  text-align: right;
	min-height: 15px;
  padding: 0;
  margin: 0;
}