body {color: #fff;
    background-color:#000;	
	font-family:'Arial', Helvetica, sans-serif;
    font-size:12px;
    margin: 0;
    padding: 0;
}
img {
    border:none;
}
h1, h2, h3, h4 
{
	font-weight:normal;
}
a {
	text-decoration:none;
}
.divrow {
	float:left;
	width:100%;
}
.header_body {
	float:left;
	width:100%;
	border-bottom:#ccc solid 2px;
}
.header {
	margin:0px auto;
	width:980px;
}

.logo {
	float:left;
	width:290px;
	height:100px;
}
.logo img {
	width:220px;
	height:78px;
}
.main {
	margin:0px auto;
	width:980px;
}
.navi {
	float:right;
	margin-top:35px;
}
/* Adjusting the margins, paddings and no list styles */
	.navigation  {
		margin:0; 
		padding:0; 
		list-style:none;
		float:right;
	}	
	
	/* Little tricking with positions */
	.navigation  li {
		float:left;			/* Show list items inline */
		position:relative; 
	}
		
	/* Playing with Main Categories */
	.navigation  li a {
		background:#000; 
		color:#dfdfdf;
		display:block;  	/* Making sure a element covers whole li area */
		padding:8px 4px 8px 4px; 
		text-decoration:none; /* No underline */
		text-transform:uppercase;
		font-weight:bold;
		font-size:12px;
	}

	.navigation  li a:hover {
		color:#FF6317;
	}
.navigation  li a.select {
		color:#fff;
		background-color:#FF6600;
	}
		
	/* Sub Cat Menu stuff*/
	.navigation  ul {
		position:absolute; 
		left:0; 
		display:none; /* Hide it by default */
		margin:0 0 0 -1px; 
		padding:0; 
		list-style:none;
		border-bottom:3px solid #c91300;
	}
		
	.navigation  ul li {
		width:150px; 
		float:left; 
		border-top:none;
	}
		
	/* Sub Cat menu link properties */
	.navigation  ul a {
		display:block;    	/* Making sure a element covers whole li area */
		height:15px;
		padding:8px 7px 13px 7px; 
		color:#fff;
		text-decoration:none;	
		border-top:none;
		border-bottom:1px dashed #6B6B6B;
	}
		
	.navigation  ul a:hover {
		color:#c91300;
	}

.profile_image {
	float:right;
	width:412px;
	height:450px;
	text-align:center;
	color:#C30;
	overflow:hidden;
}
.profile_image .slideshow { height:400px; width:400px;float:left; margin-bottom:5px;}
.profile_image .slideshow img {padding: 0px;height:400px; width:400px;}
.tital {
	float:left;
	width:100%;
}
.tital h2 {
	margin:10px 0px 10px 0px;
	font-size:22px;
	line-height:30px;
	clear:both;
	text-transform:uppercase;
	font-weight:bold;
}
.tital h2 span {
	font-size:18px;
	color:#FF0000;
	text-transform:none;
}
.profile_photo {
	float:left;
	width:140px;
	text-align:center;
}
.profile_photo img {
}
.profile_photo span {
	color:#FFFFFF;
	display:block;
	padding-top:10px;
	font-weight:normal;
}
.profile_detail {
	float:left;
	width:300px;
	margin-left:25px;
}
.profile_detail p {
	margin:0px 0px 20px 0px;
	text-align:justify;
	font-size:12px;
	color:#fff;
	line-height:22px;
}
.space_20 {
	float:left;
	height:20px;
	width:100%;
}


.footer {
	float:left;
	width:100%;
	background-color:#000;
	border-top:#fff solid 1px;
	padding-top:10px;
	color:#fff;
}
.footer_link {
	float:left;
	width:100%;
	clear:both;
	padding:15px 0px 10px 0px;
	color:#ccc;
	font-weight:bold;
}
.footer_link span  {
	float:right;
}
.footer_link span a  {
	color:#fff;
}
.footer_link span a:hover  {
	color:#C30;
}
.map {
	float:left;
	width:990px;
	margin:10px 0px 10px 0px;
	border:#CCC solid 5px;
}
.contact {
	float:left;
	width:350px;
	padding-top:30px;
}
span.name {
	font-size:24px;
	color:#fff;
	height:50px;
	line-height:50px;
	width:250px;
	clear:both;
	display:block;
}
span.address {
	background:url(../images/home-icon.png) no-repeat left top;
	padding-left:30px;
	font-size:14px;
	display:block;
	height:30px;
	margin:20px 0px 20px 0px;
}
span.nomber {
	background:url(../images/phon-icon.png) no-repeat left top;
	padding-left:30px;
	font-size:14px;
	display:block;
	margin:20px 0px 20px 0px;
	height:30px;
}
span.mail {
	background:url(../images/mail-icon.png) no-repeat left top;
	padding-left:30px;
	font-size:14px;
	display:block;
	margin:20px 0px 20px 0px;
	height:30px;
}
.text_se {
	float:left;
	width:100%;
	font-size:14px;
}
.text_se p {
	padding:3px 0px 3px 0px;
	line-height:20px;
	text-align:justify;
}
.text_se pre 
{
	float:left;
	width:100%;
	padding:3px 0px 3px 0px;
	line-height:20px;
	text-align:justify;

}
.text_se li {
	padding:3px 0px 3px 0px;
	line-height:20px;
}
.text_se h3 {
	font-size:15px;
	color:#fff;
	margin:5px 0px 5px 0px;
	text-decoration:underline;
	text-transform:uppercase;
}
.text_se h4 {
	font-size:13px;
	color:#ccc;
	margin:3px 0px 3px 0px;
	padding-left:5px;
	font-weight:bold;
}
.award_img {
	width:220px;
	color:#ccc;
	text-align:center;
	margin-bottom:30px;
}
.award_img img {
	width:220px;
	height:220px;
	border:#ccc solid 5px;
	margin-bottom:5px;
}
.award_img iframe {
	width:220px;
	height:150px;	
	border:#ccc solid 1px;
	margin-bottom:5px;
	overflow:hidden;
}
.opimg {
	float:left;
	width:100%;
}
.opimg td {
	text-align:center;
	padding-bottom:15px;
}
.opimg td img {
	border:#ccc solid 1px;
	padding:3px;
	margin-bottom:5px;
	
}
.t_center 
{
	text-align:center;
}

.work {
	float:right;
	display:inline-block;
	color:#fff;
	background-color:#F50505;
	width:100px;
	text-align:center;
	height:26px;
	line-height:26px;
	font-family:Arial;
	font-size:12px;
	border-radius:2px;	
	margin:3px 0px 3px 2px;
	font-weight:bold;
}
/* Specific to example two */
.works {
	float:left;
	width:100%;
}
.works table {
	float:left;
	width:100%;
	font-size:14px;
}
.works table td {
	float:left;
	width:100%;
}
.works p {
	padding:3px 0px 3px 0px;
	line-height:20px;
	font-size:16px;
	text-align:center;
}
.works a {
	display:inline-block;
	width:200px;
	height:45px;
	line-height:45px;
	color:#fff;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
}
.works a:hover {
	color:#82B645;
}
table.album {
	float:left;
	width:100%;
}
table.album td 
{
	text-align:center;
	
	
}
table.album td table {
	width:142px;
	height:250px;
	text-align:center;
}

table.album td table td.first
{
	text-align:center;
	width:140px;
	height:140px;
	text-align:center;
	vertical-align:middle;
	border:#ccc solid 1px;
	margin-left:20px;
	
}

table.album td table td.second {
	color:#ccc;
	font-weight:bold;
	text-align:center;
	display:block;
	padding:20px 0px 10px 0px;
	float:left;
	width:142px;
	
}

.album2 {
	float:left;
	width:100%;
}
.album2 table {
	float:left;
	width:142px;
	height:200px;
	margin:22px;
}
.album3 {
	float:left;
	width:100%;
}
.album3 table {
	float:left;
	width:142px;
	height:200px;
	margin:22px;
}
.album3 table td.first
{
	text-align:center;
	width:140px;
	height:140px;
	border:#ccc solid 1px;
	
}
.album3 table td.second {
	color:#ccc;
	font-weight:bold;
	text-align:center;
	display:block;
	padding:20px 0px 10px 0px;
	float:left;
	width:142px;
}
.r_break 
{
	float:left;
	width:100%;
	height:18px;
	background-color:#404040;
}
.f_menu 
{
	float:left;
	width:100%;
	text-align:center;
}
.f_menu a 
{
	display:inline-block;
	color:#fff;
	padding:5px;
}
.f_menu a:hover 
{
	text-decoration:underline;
}
.btmlink 
{
	float:left;
	width:100%;
	text-align:center;
}
.btmlink a 
{
	display:inline-block;
	color:#fff;
	padding:5px;
}
.btmlink a:hover 
{
	text-decoration:underline;
}
.pageing {
    float: right;
    padding-top: 5px;
    text-align: right;
    width:994px;
    margin-top:10px;
}
.pageing .next {
    float: left;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 60px;
}
.pageing .next a {
    background-color: #666666;
    color: #FFFFFF;
    display: block;
}
.pageing .next a:hover {
    background-color: #333333;
}
.pageing .pre {
    float: right;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 60px;
}
.pageing .pre a {
    background-color: #666666;
    color: #FFFFFF;
    display: block;
}
.pageing .pre a:hover {
    background-color: #333333;
}
.pageing .nomber_se {
    float: left;
    margin: 0 10px;
    text-align: center;
    width:470px;
}
.pageing .page {
    /*background-color: Red;*/
    color: #FFFFFF;
    float: right;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 80px;
}
.pageing .nomber_se table.nomber {
    float: left;
}
.pageing .nomber_se table.nomber td {
    float: left;
}
.pageing .nomber_se table.nomber td a {
    background-color: #E4E4E4;
    color: #333333;
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
}
.pageing .nomber_se table.nomber td a:hover {
    background-color: #A3C91D;
}
.pageing .nomber_se table.nomber td a:visited {
    background-color: #A3C91D;
}
