/* RESET */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
fieldset, img {
	border: none;
}
caption, th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	padding: 0px;
	margin: 0px;
}
body {
	background: #000;
	color: #FFF;
	font-family:  Verdana, Tahoma, sans-serif;
	line-height: 1.3em;
	font-size: 11px;
	margin-top: 25px;
}
table, td {

  color: #FFF;
}
strong {
font-weight: bold!important;
  
}
h1 {
	font-size: 14px;
	margin-bottom: 5px;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #ca0202;
	text-decoration: none;
}
a:focus {
     outline: none;
}
.link_active {
	color: #ca0202;
}
.sublink_active {
	color: #666;
}
#website {
	position: relative;
	margin: auto;
	width: 950px;
}
#content {
	position: relative;
	padding-bottom: 20px; 
	min-height: 600px;
	 
}
#content table {
	width: 600px!important; 

}

#content p {

	color: #FFF!important;
} 
 
#left {
	position: relative;
	height: 660px;
}
#left_block_holder {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#logo_holder {
	width: 150px;
	height: 90px;
}
#logo_holder div {
	width: 150px;
	height: 98px;
	cursor: pointer;
}
#sub_menu, #menu {
	background: url(/img/bg_dot.gif) repeat-x;
	background-position: top;
	width: 150px;
}
#page_title {
	margin-top: 66px;
	margin-bottom: 10px;
}
#sub_menu li, #menu li {
	background: url(/img/bg_dot.gif) repeat-x;
	background-position: bottom;
	line-height: 22px;
	height: 25px;
}
#footer {
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	text-align: center;
	line-height: 20px;
	height: 20px;
}
.page_cats { 
	background: url(/img/bg_dot.gif) repeat-x;
	background-position: bottom;
	float: left;
	width: 287px!important;
	height: 100px;
	margin-bottom: 25px;
	cursor: pointer;
	color: #FFF;
}
#left_icons {
	margin-top: 85px;
}
#newsletter_holder {
	margin-top: 20px;
}
/* FORMS */
input, select, textarea {
	background: #222;
	border: 1px solid #333;
	color: #FFF;
	font-family: verdana, arial;
	font-size: 11px;
	padding: 1px;
}
/* GALLERY */
.gallery_image {
	float: left;
	margin-right: 29px;
	margin-bottom: 25px;
}
/* FORM */
.contact_email {
	width: 400px;
	font-family: tahoma, arial;
}
.contact_email {
	line-height: 17px;
}
/* projects */
.projects img {

  margin: 0px;
}
.project {
	width: 285px;
	float: left;
	margin-bottom: 25px;
	
	line-height: 17px;
}                   
.back {
	position: absolute;
	margin-top: 20px;
	height: 20px;
	line-height: 20px;
	color: #FFF;
	font-size: 11px;
	clear: both;
	bottom: 0px;
	left: 0px;
	
}
/* PAGINATION */
.pagination {
	position: absolute;
	margin-top: 20px;
	height: 20px;
	line-height: 20px;
	color: #FFF;
	font-size: 11px;
	clear: both;
	bottom: 0px;
	right: 0px;
	 
	 	
	
}
.pagination div {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	margin-right: 1px;
}
.pages {
 
}
.pages:hover {
	color: #FFF;
	cursor: pointer;
}
.pages_selected {
	font-weight: bold;
	color: #FFF;
}
/* VIDEO GALLERY */

.video_gallery_menu {

  font-size: 12px;
}

.video_gallery_menu a:hover {
 
  color: #666; 
}

.active_item{
 
  color: #666; 
}
.content_article {

 min-width: 100px;
 margin-bottom: 25px;
  
}

.conc_row {

  border-bottom: 2px solid #000;  
}

.conc_row:hover {

  border-bottom: 2px solid #000;  
}

.cell_sep {

  background: url('/img/bg_dot.gif') repeat-x; 
  height: 1px;
}
