@charset "UTF-8";
body, html {
	margin:0;
	padding:0;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	background-color: #000;
	font-size: 14px;
	color: #999;
	text-decoration: none;
	background-image: url(images/bg_body.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	min-width: 1000px;
	}
.news {
	margin: 8px;
	width: 127px;
	position: relative;
	float: left;
	height: 248px;
	background-image: url(images/panel_bg.png);
	background-repeat: repeat;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

.menu {
	width: 950px;
	position: relative;
	height: 37px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F79331;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
}

.news:hover {
	box-shadow:0 8px 8px #333;
    -moz-box-shadow:0 8px 8px #333;
    -webkit-box-shadow:0 8px 8px #333;
}

.news_item {
	height: 27px;
	width: 98px;
	margin-bottom: 14px;
	position: relative;
	margin-top: 5px;
	padding-left: 29px;
	overflow: hidden;
}

.news_thumbnail {
	position: absolute;
	height: 24px;
	width: 24px;
	left: 0px;
	top: 1px;
	background-color: #CCC;
}

.main_container {
	margin: 0px;
	float: right;
	width: 822px;
	position: relative;
	background-repeat: repeat;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 30px;
	padding-left: 4px;
}
.share_holder {
	position: absolute;
	height: 30px;
	width: 600px;
	right: 0px;
	bottom: 0px;
}
	
	
	
.header {
	background-image: url(images/header_bg.png);
	background-repeat: no-repeat;
	position: relative;
	height: 100px;
	width: 100%;
	top: 0px;
	z-index: 3;
	background-position: left top;
}

.content {
	position: relative;
	height: auto;
	width: 800px;
	margin-top: 40px;
	padding-right: 150px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
}
.footer {
	height: 20px;
	width: 99%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: fixed;
	text-align: right;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333;
	font-size: 10px;
	padding-top: 5px;
	font-weight: normal;
	text-decoration: none;
	padding-right: 1%;
}
.footer_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
.footer_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
.socials {
	position: absolute;
	height: 38px;
	width: 114px;
	left: 4px;
	bottom: 4px;
}

.menu_item {
	height: 26px;
	min-width: 30px;
	position: relative;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	padding-right: 15px;
	background-color: #000;
	padding-top: 11px;
	text-align: center;
	display: inline-block;
	zoom: 1;
    *display: inline;
	
}
.menu_item_overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
.menu_item:hover {
	color: #000;
    background-color: #F79331;
	
}

.menu_item:active {
	color: #000;
    background-color: #F79331;
	
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFF;
	font-weight: normal;
	position: relative;
	top: -20px;
	margin-bottom: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F79331;
	font-weight: normal;
	position: relative;
	top: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.font_arial_16_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #F79331;
	text-decoration: none;
}
.font_arial_11_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #F79331;
	text-decoration: none;
}
.font_arial_36_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.font_arial_36_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
.blog_prev_image {
	position: relative;
	height: 100px;
	width: 700px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 240px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}

.blog_prev_image:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F79331;
	background-color: #101010;
}

.blog_prev_image_in {
	position: absolute;
	height: 100px;
	width: 200px;
	left: 20px;
	top: 20px;
	border: 1px dotted #333;
}

.blog_prev_image_in:hover {
	border: 1px dotted #F79331;
}

.blog_prev_image_in:visited {
	border: 1px dotted #F79331;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 15px;
	text-align: justify;
}
.index_image {
	position: relative;
	height: 300px;
	width: 80%;
	right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/index_pic.png);
	background-repeat: no-repeat;
}
.index_lable {
	position: relative;
	height: 40px;
	width: 65%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
}
.index_desc {
	position: relative;
	height: 40px;
	width: 65%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
}
.home_image {
	position: relative;
	height: 300px;
	width: 100%;
	right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/home_pic.jpg);
	background-repeat: no-repeat;
}
.detail_gallery_item {
	border: 1px dotted #333;
	position: relative;
	height: 193px;
	width: 193px;
	display: inline-block;
	zoom: 1;
    *display: inline;
	margin-bottom: 20px;
	margin-right: 20px;
}

.detail_gallery_item:hover {
	border: 1px dotted #F60;
}

.detail_gallery_item:visited {
	border: 1px dotted #333;
	position: relative;
	height: 193px;
	width: 193px;
	display: inline-block;
	zoom: 1;
    *display: inline;
	margin-bottom: 20px;
	margin-right: 20px;
}
.main_pic_holder {
	position: relative;
	height: 300px;
	width: 100%;
	background-color: #333;
}
