* {
	margin: 0;
	padding: 0;
}

body {
	background: #272E27 url(../img/bg.png) repeat scroll center top;
	color: #CCC;
	font-family: Verdana;
	padding: 0;
	margin: 0;
}

#bg_top_shadow {
	background: transparent url(../img/bg_top_shadow.png) repeat-x scroll center top;
	padding: 0;
	margin: 0;
}

#bg_content_shadow {
	padding: 0;
	margin: 0;
	background: transparent url(../img/bg_content_shadow.png) repeat-y scroll center top;
}

#bg_top {
	background: transparent url(../img/bg_top.png) no-repeat scroll center top;
}

#top {
	height: 250px;
	text-align: right;
}

#content {
	background-color: transparent;
	width: 960px;
	margin: auto;
	padding: 0 10px 0 10px;
}

#content h1 a {
	padding: 0 0 0px 30px;
	font-size: 27px;
	color: white;
	font-family: 'Arial Black',Arial;
	font-weight: normal;
	letter-spacing: -1.3px;
	text-decoration: none;
}

#content h1 a span {
  color: #999;
}
#content h2.subtitle {
  padding-left: 200px;
  font-family: Arial, sans serif;
  font-size: 14px;
  font-style: italic;
  color: #666;
  position: relative;
  top: -5px;
  letter-spacing: 5px;
}


/*===================================   MENU  =========================*/

#menu {
	height: 55px;
	width: 920px;
	background: transparent url(../img/content_bg_top.png) no-repeat left bottom;
}

ul#menu_items {
	position: relative;
	padding: 0;
	margin: 0;
}

ul#menu_items li {
	float: left;
	display: block;
	text-align: center;
	height: 55px;
	margin-right: 10px;
	width: 140px;
	background: transparent url(../img/content_li_bg_inactive.png) no-repeat top;
}

ul#menu_items li#contact {
	float: right;
}

ul#menu_items li.active {
	background: transparent url(../img/content_li_bg.png) no-repeat top;
}

ul#menu_items li.active_left {
	background: transparent url(../img/content_li_left_bg.png) no-repeat top;
}

ul#menu_items li a {
	height: 30px;
	padding-top: 10px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #ccc;
	text-decoration: none;

}

ul#menu_items li a:hover {
	/*background: transparent url(../img/content_tab_bg.png) no-repeat;*/
	color: #fff;
}


/*===================================   TAB CONENT   =========================*/

#container {
	margin: 0 20px 0 20px;
}

#tab_content {
	background: #272E27;
	width: 890px;
	background: url(../img/content_bg.png) repeat-y;
	min-height: 400px;
	overflow: auto;
	padding: 0 15px;
}

#tab_content_bottom {
	font-size: 10px;
	width: 920px;
	height: 15px;
	background: url(../img/content_bg_bottom.png) bottom no-repeat;
}

/*===================================   DESCRIPTION   =========================*/

#tab_content #description {
	float: left;
	width: 280px;
	margin-right: 20px;
	color: #bbb;
	font-size: 11px;
}

#description h2 {
	margin: 0;
	font-size: 14px;
}

#description ul {
	padding: 0;
	margin: 20px 0px 0px 0px;
	list-style: none;
}

#description div#image,
#description ul li a {
	background: #2D342D;
	color: #909990;
	border: 1px solid #474E47;
	padding: 0px;
}


#description ul li {
	display: block;
	margin: 0;
	padding: 0;
	width: 280px;
}


#description ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	width: 258px;
	margin-top: 5px;
	padding: 10px;
}


#description ul li a:hover {
	background: #3D443D;
}

#description ul li a span.www {
	color: #777;
	font-weight: normal;
	padding-left: 5px;
	display: block;
}

#description div#image {
	position: relative;
	width: 278px;
	height: 20px;
	margin-top: 20px;
}

#description div#bar {
	width: 0px;
	background: #474E47;
	height: 20px;
	text-align: center;
}



/*=================================     CONTENT   ==============================*/

#tab_content #text {
	width: 480px;
	font-size: 12px;
	line-height: 20px;
	padding: 20px 0 20px 40px;
	margin-left: 300px;
	border-left: 1px solid #474E47;
}

img.c1 {
  float:left;
  margin-right:5px;
  margin-top: 16px;
}

#text h2 {
	font-size: 18px;
	text-align: right;
	margin-top: 0px;
	/*font-family: Georgia;*/
	padding-bottom: 16px;
	border-bottom: dashed 1px #666;
}

#text h2 span {
	font-size: 13px;
	display: block;
	padding-right: 10px;
	letter-spacing: 2px;
	font-weight: normal;
	font-style: italic;
}

#text a {
	color: #777;
}

#text p {
	margin: 20px 0 0 0px;
}

#text ul {
	margin: 20px 0 0 20px;
}

#tab_content #buttons {
	float: right;
	width: 60px;
}

#pictures img {
	vertical-align: middle;
	text-align: center;
	border: 0;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

#pictures {
	/*width: 460px;*/
}

#pictures table {
  margin: auto;
  margin-top: 16px;
}

#pictures table td {
	vertical-align: center;
	text-align: center;
	border: 1px solid #474E47;
	width: 95px;
	height: 95px;
	background: #2d342d;
}

/*==================================== FORM ==================================*/

fieldset {
	border: none;
	padding: 10px;
}

fieldset p {
}

fieldset label {
	display: block;
	float: left;
	width: 140px;
	font-weight: bold;
	font-size: 12px;
	
}

fieldset input#email,
fieldset textarea#msg_text {
  width: 320px;
}

fieldset textarea#msg_text {
	height: 200px;
}

#text fieldset p.submit {
	text-align: center;
}

/*====================================   FOOT   ==============================*/

#foot {
	margin: 40px 0 0 0;
	background: #111;
	border-top: 1px solid #555;
	color: #777;
	font-size: 10px;
	padding: 10px 10px 15px 30px;
}

#foot a {
	color: #888;
}

.float_clear {
	clear: both;
}
