/* global */
html{height: 100%;}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .70em;
}

/* ancors Start
---------------------*/
a{outline: none;}

a, a:link, a:visited {
color:#006699;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}

#logo, #logo h1 a
{
  /*color: #40403E;*/
  border:none;
  text-decoration:none;
 }

#menu li a 
{ 
	display: block;
	float: left;
	height:26px;
	text-decoration: none; 
	padding: 6px 20.5px 0px 20.5px;
	border-right: 2px solid;
	font-weight: bold;
	background: #40403E;
	color: #b5b5b5; /* #929280; */
	border-color: #2C2C2A;
	background:transparent url(../images/nav_tab_bg.png) no-repeat scroll left top;
} 

#menu li a:hover, #menu li a.selected, #menu li a.selected:hover
{ 
	background: #82974B;
	color: #EEE;
	border-color: #2C2C2A; /* #EEE */
  	background:transparent url(../images/nav_tab_bg.png) no-repeat scroll left top;
	background-position: 0 -34px;
}

#menu_news li a
{
	display: block;
	height:26px;
	text-decoration: none;
	padding: 6px 24px 0px 24px;
	border-right: 2px solid;
	font-weight: bold;
    letter-spacing:  0.1em;
	background: none;
	color: #b5b5b5; /* #929280; */
	border-color: #2C2C2A;
	background:transparent url(../images/nav_tab_bg.png) no-repeat scroll left top;
}

#menu_news li a:hover, #menu_news li a.selected, #menu_news li a.selected:hover
{
	background: none;
	color: #EEE;
	border-color: #2C2C2A; /* #EEE */
  	background:transparent url(../images/nav_tab_bg.png) no-repeat scroll left top;
	background-position: 0 -34px;
}


/* ancors End
----------------------------*/


/* elementh style Start
--------------------------*/


p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1
{ font-family: arial, sans-serif;
  letter-spacing: .1em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 16px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  font-size: 120%;
}

h5
{ font-family: arial, sans-serif;
  letter-spacing: .1em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 16px 0px 5px 0px;
  margin: 0px 0px 12px 0px;
  font-size: 115%;
}

h6
{
  font-family: arial, sans-serif;
  letter-spacing: .1em;
  font-weight: bold;
  color:  white;
  text-transform: uppercase;
  padding: 16px 0px 5px 0px;
  margin: 0px 0px 12px 0px;
  font-size: 15px;
}

.sub
{ font-size: 55%;
  padding-left: 12px; 
  letter-spacing: .1em;
}

img
{ border: 0px; 
  margin: 0px; 
  padding: 0px;
}


/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 6px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}



/* elementh style  end
--------------------------*/

/* site content Start 
-----------------------------*/
#main
{
	width:880px;
	padding-top: 50px;
}

/*design box First*/

.disignBoxFirst
{
	background:transparent url(../images/db_first_bg.jpg) no-repeat scroll left top;
clear:left;
margin-bottom:10px;
padding-top:16px;
position:relative;
}

.disignBoxFirst .boxFirstHeader
{
color:#006598;
font-size:18px;
font-weight:bold;
height:20px;
padding:3px 0px 0px 40px;
position:relative;
text-align:left;
text-transform:uppercase;
}
.disignBoxFirst .boxContent
{
font-size:13px;
overflow:hidden;
padding:10px 0pt 10px 24px;
position:relative;
}

/*design box Second*/
.disignBoxSecond 
{
	background:transparent url(../images/db_second_bg.jpg) repeat-x scroll left top;
}

.disignBoxSecond .boxSecondHeader
{
color:#006598;
font-size:110%;
font-weight:bold;
height:20px;
padding:3px 0px 0px 40px;
position:relative;
text-align:left;
text-transform:uppercase;
}
.disignBoxSecond .boxContent
{
font-size:13px;
overflow:hidden;
padding:10px 24pt 10px 24px;
position:relative;
}

/*design box Second*/
.disignBoxSecond_edno
{
	background:transparent url(../images/db_second_bg_1.jpg) repeat-x scroll left top;
}

.disignBoxSecond_edno .boxSecondHeader
{
color:#006598;
font-size:110%;
font-weight:bold;
height:20px;
padding:3px 0px 0px 40px;
position:relative;
text-align:left;
text-transform:uppercase;
}
.disignBoxSecond_edno .boxContent
{
font-size:13px;
overflow:hidden;
padding:10px 24pt 10px 24px;
position:relative;
}

/* thumb images
-----------------------------*/

.thumb_block
{position:relative; height:100px;}
.thumb_image
{
float:left;
margin:0pt 5px 5px 5px;
width:70px;
}


/* margin lefts / margin rights - to centre content */
#logo, #menu, #site_content, #main
{ margin-left: auto; 
  margin-right: auto;
}

/* logo */
#logo
{ width: 880px;
  height: 96px;
}

#logo h1
{ font-family: century gothic, sans-serif;
  font-size: 58px;
  text-transform: lowercase;
  font-weight: normal;
  padding: 0px 0px 0px 5px;
  border: 0px;
  float: left;
  letter-spacing: 0px;
}

#links
{ margin: 15px 9px 0px 0px;
  font-size: 80%;
  text-align: right;
  padding: 20px 10px 0px 0px;
  text-transform: uppercase;
}


/* navigation menu */
#menu
{ height: 32px;
  width: 880px;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
  list-style: none;
}

#menu_news
{ height: 32px;
  width: 468x;
}

#menu_news ul{margin: 0px auto;}

#menu_news li
{
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#colours
{ height: 0px;
  text-align: right;
  padding: 16px 16px 0px 300px;
}

/* main content */
#site_content
{ width: 878px;
  overflow: hidden;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
} 

/* side menu */
#first_column
{ padding: 22px 3px 10px 19px;
  float: left; 
  width: 300px;
}


.info
{ padding-top: 4px;
  float: left;
}

/* page content */
#content
{ text-align: left;
  width: 542px;
  float: left;
  padding: 12px 0px 18px 0px;
}



#footer
{padding:10px;
font-size:14px;}


#footer #copy_r
{
	float:right;
}


/*colors Start
---------------------------*/

body
{ background: #2C2C2A;
  color: #929280;
  background:#000000 url(../images/body_bg.jpg) repeat-x scroll left top;
}

blockquote{border-color: #40403E;}

#site_content
{ 
	background-color:#000;
	border-color: #40403E;
}



#content h1
{ background: transparent;
  color: #E6E8DC;
  border-color: #40403E;

}

#contact input, #contact textarea, #contact input.submit
{ background: #2C2C2A; 
  color: #929280;
  border-color: #40403E;
}

#menu
{ background: #40403E;
  color: #EEE;
  border-color: #82974B;
}


.pics { height: 232px; width: 232px; padding:0; margin:0; overflow: hidden }
.pics img { height: 100px; width: 100px; padding: 5px; border: 1px solid #ccc; background-color: #eee; top:0; left:0 }
.pics img { -moz-border-radius: 10px; -webkit-border-radius: 10px; }


.pic_cell {
	width: 184px;
	height: 184px;
	margin: 0 0 5px 5px;
	float:left;
}

.gallery_item_bg_top{
	background:url(../images/gallery/gallery_items_background_to.gif) no-repeat;
	width: 184px;
	height: 6px;
	overflow: hidden;
}

.gallery_item_bg_middle{
	background:url(../images/gallery/gallery_items_background_mi.gif) repeat-y;
	width: 184px;
	height: 173px;
}

.gallery_item_bg_middle_high{
	background:url(../images/gallery/gallery_items_background_mi.gif) repeat-y;
	width: 184px;
	height: 173px;
}

.gallery_item_bg_bottom{
	background:url(../images/gallery/gallery_items_background_bo.gif) no-repeat;
	width: 184px;
	height: 5px;
	overflow: hidden;
}

.gallery_item_picture_with_info_below{
	width: 170px;
	height: 170px;
	margin: -198px 0 0 7px;
}

#outer {
	display: table; height: 190px;  #position: relative; overflow: hidden;
}
#middle {
	#position: absolute;  #top: 50%;display: table-cell; vertical-align: middle;
}

#inner {
	 #position: relative;  #top: -50%; width: 170px; margin-left: auto; margin-right: auto; text-align: center;
}

.bordered_image{
	border: 2px solid #b7b7b7;
}

.text_picture_thumb{
	font:11px Verdana;
	float:left;
	padding: 5px 0 0 7px;
	}
	
	.text_picture3{
	font:11px Verdana;
	color:#DCDCDC;
	float:right;
	padding: 5px 6px 0 0px;
}


.text_album_thumb{
	font:11px Verdana;
	float:left;
	margin: 0 0 0 0px;
	padding: 0 0 0 60px;
	color:#ffffff;
}


.gallery_main_bg_top{
	background:url(../images/gallery/gallery_main_background_to.gif) no-repeat;
	width: 184px;
	height: 21px;
	overflow: hidden;
}

.gallery_main_bg_middle{
	background:url(../images/gallery/gallery_main_background_mi.gif) repeat-y;
	width: 184px;
	height: 153px;
}

.gallery_main_bg_bottom{
	background:url(../images/gallery/gallery_main_background_bo.gif) no-repeat;
	width: 184px;
	height: 6px;
	overflow: hidden;
}

#choice_of_author{
	margin: 10px 0 0 0px;
	width: 800px;
	float: left;
}

#choice_of_author_userprofile{
	margin: 10px 0 0 0px;
	width: 1000px;
	float: left;
}

#choice_of_author_right{
	margin: 10px 0 0 0px;
	width: 200px;
	float: right;
}

	
#thumbnail_title{
	height: 18px;
	border-bottom: 1px solid #b7b7b7;
	font: 12px Verdana;
	color: #ffffff;
	font-weight:bold;
	margin: 0 0 0 7px;
	padding: 3px 0 0 5px;
	}
	
	

.gallery_item_container{
	margin-left: 30px;
	margin-top: 15px;
	width: 130px;
	padding-bottom: 15px;
	float: left;
}	
.gallery_top{
	background:url(../images/gallery/gallery_top.gif) no-repeat;
	width: 130px;
	height: 7px;
	overflow:hidden;
}
.gallery_content{
	background:url(../images/gallery/gallery_bg.gif) repeat-y;
	width: 130px;
	height: 118px;
}	
.gallery_bottom{
	background:url(../images/gallery/gallery_bottom.gif) no-repeat;
	width: 130px;
	height: 5px;
	overflow:hidden;
}

.gallery_images{
	margin: -130px 0 0 0px;
	width: 130px;
	height: 130px;
}

.outer_img_02 {
 display: table; height: 130px;  #position: relative; overflow: hidden;
}

.middle_img_02 {
 #position: absolute;  #top: 50%;display: table-cell; vertical-align: middle;
}

.inner_img_02 {
  #position: relative;  #top: -50%; width: 130px; margin-left: auto; margin-right: auto; text-align: center;
}

.menu_headers_container{
	height: 13px;
}



.left_menu_title{
	margin: 0 0 0 20px;
	font: 11px Verdana;
	color:#073c7a;
	float: left;
	font-weight: bold;
}

.orange_arrow{
	background:url(../images/gallery/orange_left_menu_arrow.gif) left no-repeat;
	width: 10px;
	height: 10px;
	float: left;
	margin: 3px 0 0 2px ;
}
	
.gallery_text{
	font: 11px Verdana ;
	color:#073c7a;
	font-weight: bold;
	text-align:center;
	width: 130px;
	margin: 5px 0 0 0 ;
}
	
div.growlUI { 
	background: white; 
	margin-top: 200px; 
	margin-right: 10px; 
	font-family: 'lucida grande', helvetica, verdana, arial, sans-serif; 
	border: 2px silver solid;
}
div.growlUI h1, div.growlUI h2 {
	padding: 0px 0px 0px 0px;
	text-align: center; 
	font-size: small; 
	color: #333; 
	
}

.error1 {
border: 0px #ff8383 solid;
background-color: none;
text-align: center;
padding: 0px;
}

	img{border:none;}
	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:350px;
		}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
								
	#content{
		position:relative;
		}			

/* Easy Slider */
 
	#slider{}	
	#slider ul, #slider li, #slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:465px;
		height:241px;
		overflow:hidden;
		}	
 
	#slider2 li{ 
		background: none;
		}		
	#slider2 li h2{ 
		margin:0 20px;
		padding-top:20px;
		}	
	#slider2 li p{ 
		margin:20px;
		}						
		
	p#controls, p#controls2{
		margin:0;
		position:relative;
		} 
	
	#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:30px;
		height:77px;
		position:absolute;
		left:-10px;
		top:-160px;
		}	
	#nextBtn, #nextBtn2{ 
		left:486px;
		}														
	#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
		display:block;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.png) no-repeat 0 0;	
		}	
	#nextBtn a, #nextBtn2 a{ 
		background:url(../images/btn_next.png) no-repeat 0 0;	
		}												
 
/* // Easy Slider */

input {
	margin: 4px;
	padding: 4px;
	height: 19px;
	color: white;
	font: 13pt/19pt Garamond, Georgia, serif;
	background-color: #282828;
	border: 2px white solid;
	font-weight: bold;
	letter-spacing: 1px;
}

input:focus {
	background-color: #ccc;
	color: black;
}

textarea {
	margin: 4px;
	padding: 4px;
	color: white;
	border: 2px white solid;
	background-color: #282828;
	font: 13pt/19pt Garamond, Georgia, serif;
	font-weight: bold;
	letter-spacing: 1px;
}

textarea:focus {
	background-color: #ccc;
	color: black;
}

input.button {
	margin: 5px;
	padding: 6px;
	height: 34px;
	font: 13pt/19pt Garamond, Georgia, serif;
	color: white;
	font-weight: bold;
	background: #282828;
}

input.button:focus {
	height: 34px;
	border: 3px #006598 solid;
	font: 13pt/19pt Garamond, Georgia, serif;
	color: #006598;
	font-weight: bold;
	background: #282828;
}

/*
.str {
background-color: #none;
font: 11px Verdana, Arial, Helvetica, sans-serif;
color:#3377CC;
font-weight: bold;
padding: 5px;
border: #dbdbdb 1px solid;
}

.str:hover {
background-color: #none;
font: 11px Verdana, Arial, Helvetica, sans-serif;
color:#0baef2;
font-weight: bold;
padding: 5px;
border: #0baef2 1px solid;
text-decoration: none;
}
*/

.pages {
font-size: 12px;
width: 24px;
height: 27px;
text-align:center; 
border: 1px solid #cccccc;
font-weight: bold;
color: #006598;
}

.pages:hover {
font-size: 12px;
width: 24px;
height: 27px;
text-align:center;
border: 1px solid #006598;
font-weight: bold;
cursor: pointer;
}

.pagesactive {
font-size: 11px;
width: 24px;
height: 27px;
text-align:center;
border: 1px solid #006598;
font-weight: bold;
color: white;
}

