@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
HTML {
  height: 100%;
  margin-bottom: 1px;
  cursor:default;
}
body {
	font: 75% Geneva, Arial, Helvetica, sans-serif;
	background: #1A1A1A url(../images/body_bg.gif) repeat-x top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#8d949c;
}
h1,h2,h3,h4,h5 {
	color:#b3e517;
}
a {
	text-decoration:none;
	font-weight:bold;
	color:#999999;
}
a:hover {
	color:#b3e517;
}
#container {
	width: 945px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#262626;
	
}
#header {
	background: url(../images/header_bg.png) center top no-repeat; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:0;
	height:210px;
}
#header h1 {
	text-indent:-6000px;
	font-size:0;
	height:0;
	line-height:0;
	margin:0;
	padding:0;
}
#mainContent2col {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #262626 url(../images/2_colum.gif) repeat-y top right;
	color:#8d949c;
	width:945px;
}
#mainContent {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #262626;
	color:#8d949c;
	width:915px;
	padding:10px 15px;
    font-size:14px;
}
.topbr32 {
	background: #202020;
	border-top:solid #b3e517 1px;	
	/*padding:10px 15px;*/
	margin-top:20px;
}
.fontGB{
	font-weight:bold;
	color: #b3e517;

}
/* self clearing rules */
#mainContent2col:after, #mainContent:after, .topbr32:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#mainContent2col, #mainContent, .topbr32 { display: inline-block; height: 1%; }
/* Hides from IE-mac \*/
#mainContent2col, #mainContent, .topbr32 { display: block; }
/* End hide from IE-mac */


#colm_left {
	width:220px; 
	padding:10px 15px;
	float:left;
}
#colm_right {
width:665px;
padding:15px 15px;
	float:right;
	
}
#footer {
	 /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background: url(../images/footer_bg.png) no-repeat top;*/
	height:50px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-indent:-3000px;
}
.vspacer{
	background: url(../images/vspacer.png) no-repeat top right;
	width:945px;
	height:13px;
	font-size:0;
}

.clr {
	clear:both;
	height:1%;
}

/************************************** HEADER NAVIGATION *******************************/

#headernav {
	position:relative;
	margin:0;
	padding:0;
	width: 945px;
	height: 42px;
	background: transparent;	
	}

#nav {
	position: absolute;
	top: 145px;
	left: 15px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 42px;
	display: inline;
	/*overflow: hidden;*/
	width: 918px;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	overflow: hidden;
	height: 42px !important; 
	line-height /**/:42px; /* for IE5/Win */
	width: 153px;
	text-indent:-3000px;
	}
	
#nav a:hover {
	background-position: 0px -42px;
	}

#nav a:active, 
#main_active #h_main a, 
#studio_active #h_studio a,
#rental_active #h_rental a,
#gallery_active #h_gallery a,
#clients_active #h_clients a,
#contact_active #h_contact a {
	background-position: 0px 0px ;
	}
	
#h_main a  {
	
	background: url(../images/main_main_btn.png) 0px -84px no-repeat;
	}

#h_studio a  {
	background: url(../images/main_studio_btn.png) 0px -84px no-repeat;
	}

#h_rental a  {
	background: url(../images/main_rental_btn.png) 0px -84px  no-repeat;
	}

#h_gallery a  {
	background: url(../images/main_gallery_btn.png) 0px -84px no-repeat;
	}
#h_clients a  {
	background: url(../images/main_clients_btn.png) 0px -84px no-repeat;
	}
#h_contact a  {
	background: url(../images/main_contact_btn.png) 0px -84px no-repeat;
	}


/************************************** HEADER NAVIGATION  *END*  *******************************/

#textdiv {
	width:915px;
	padding:10px 15px;
	font-size:14px;
	text-align:justify;
	
}
.nobullets {
list-style:none;
}
