/*********************************************************************/
/* HTML tag styles                                                        										*/
/*********************************************************************/

/* Reset */body,img,p,h1,h2,h3,h4,h5,h6,ul,ol, a, form, input, textarea {margin:0; padding:0; list-style:none; border:none;}   
/* End Reset */ 

html {
	height: 100%;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../img/bg_head.png) repeat-x;
}
/******* hyperlink and anchor tag styles ***********************************/

a, a:link, a:visited{
	color: #2BAEE8;
	text-decoration: none;
	border: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles ***************************************/

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h6 {
}

p {
	padding: 0px;
	margin: 0px;
	color: #999999;
	font: normal 0.8em Arial, Helvetica, sans-serif;
}
img, a {
	border-style: none;
}
/*************** list tag styles ********************************************/

ul{
 list-style-type: square;
}



/*********************************************************************/
/* Layout Divs                                 						 */
/*********************************************************************/


#content {
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}
#head {
	width: 992px;
	margin: auto;
}
#logobar {
	width:992px;
	height: 148px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#logobar.homeimg {
background: #ffffff url(../img/imgbar_home.jpg) no-repeat right;
}

/***********************************************/
/* Navbar Divs                                 */
/***********************************************/
#nav {
	width:590px;
	padding: 0px;
	margin: 0px;
	float: right;
	height: 102px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#nav li {
	height: 102px;
	padding: 0px;
	margin: 0px;
	width: 116px;
	display: block;
	float: left;
}
#nav li a, #nav li a:focus {
	width: 116px;
	height: 102px;
	padding: 0px;
	color: #FFFFFF;
	font-weight: bold;
	background: url(../img/nav_up.png);
	margin: 0px;
	display: block;
	line-height: 75px;
	font-size: 12px;
	text-align: center;
	outline: none;
}
#nav a:hover {
	text-decoration: none;
	color: #FFF;
	background: url(../img/nav_over.png) no-repeat;
}
#nav a:hover.expand {
	color: #FFFFFF;
	background: url(../img/nav_arrow.png);
}

#nav .active a {
	text-decoration: none;
	color: #FFF;
	background: url(../img/nav_select.png) no-repeat;
}

#logobar #bignav_gallery, #logobar #bignav_study, #logobar #bignav_services {
	height: 144px;
	width: 615px;
	background: url(../img/nav_bignav.png) no-repeat right top;
	visibility: hidden;
	position: absolute;
	padding-left: 355px;
	float: right;
	z-index: 500;
}
#logobar .title {
	font-size: 16px;
	width: 100%;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 20px;
	color: #6BD444;
}
#logobar .list1, #logobar .list2, #logobar .list3 {
	width: 175px;
	display: block;
	float: left;
	padding-left: 25px;
	padding-top: 5px;
}
#logobar ul.menulist {
	list-style: url(../img/bullet.jpg) none inside;
}
#logobar ul a, #logobar ul a:active, #logobar ul a:visited {
	color: #0A7CB4;
	font-weight: bold;
	text-decoration: none;
}
#logobar ul a:hover {
	color: #86D444;
	text-decoration: none;
}


#logobar #bignav_gallery {z-index: 100;}
#logobar #bignav_study {z-index: 200;}
#logobar #bignav_services {z-index: 300;}

#head #quicknav {
	font-size: 11px;
	color: #CCCCCC;
	float: left;
	margin-top: 15px;
}
#head  #quicknav  a, #head  #quicknav  a:link, #head #quicknav a:visited{
	color: #CCCCCC;
	text-decoration: none;
	border: none;
}

#head #quicknav a:hover{
	text-decoration: none;
	color: #FFFFFF;
}
#bgswirl {
	background: url(../img/bg_swirl.jpg) no-repeat center bottom;
	width: 100%;
}
#bgswirlgal {
	background: url(../img/bg_swirl.jpg) no-repeat center bottom;
	width: 100%;
	height: 460px;
}
#container {
	width: 992px;
	margin: auto;
	padding-top: 15px;
	height: 273px;
}
#containeradmin {
	width: 992px;
	margin: auto;
	padding-top: 15px;
	height: 100%;
}
#block1 {
	background: url(../img/block_news.png) no-repeat;
	height: 273px;
	width: 343px;
	float: left;
}
#block1 h1 {
	color: #FFFFFF;
	padding-top: 15px;
	padding-left: 20px;
	font-size: 16px;
	text-transform: uppercase;
}

#block2 {
	background: url(../img/block_lge.png) no-repeat;
	height: 273px;
	width: 649px;
	display: block;
	float: right;
}
#block2 p {
	padding: 0px 20px 10px;
	color: #848e95;
	font-size: 12px;
}
#block2 .contacttable {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#block2 h1 {
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #848e95;
	font-size: 14px;
}
#block2 #scrollbox {
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 9px;
	height: 222px;
	padding: 5px;
	overflow: scroll;
	overflow-x: hidden;
}
#block2 .paging {
	font-size: 11px;
	width: 250px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#block2 #videotab {
	font-size: 12px;
}



#block1 .news_holder {
	margin-left: 20px;
	margin-top: 8px;
	width: 306px;
	height: 198px;
	overflow: scroll;
	overflow-x: hidden;
	padding-right: 5px;
}
#block1 .news_title {
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #23ACE8;
	text-transform: uppercase;
}
#block1 .news_text {
	font-size: 11px;
	margin: 5px;
	color: #5F676D;
}
.gal_text  {
	font-size: 13px;
	margin: 5px;
	color: #5F676D;
}
#block1 .news_sub {
	font-size: 11px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 3px;
}



.news_mainblock {
	width: 98%;
	margin-bottom: 5px;
	min-height: 150px;
}
.news_mainblock .news_img {
	float: right;
	height: 150px;
	width: 250px;
	margin-bottom: 5px;
	margin-left: 15px;
}

.news_mainblock .news_title {
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #23ACE8;
	text-transform: uppercase;
}
.news_mainblock .news_text {
	font-size: 11px;
	margin: 5px;
	color: #5F676D;
}
.news_mainblock .news_sub {
	font-size: 11px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 3px;
}

#block3  .title {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 13px;
}
#block3 .text {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 85px;
}
#block3 .text a, #block3 .text a:active, #block3 .text a:visited {
	color: #EAEAEA;
}
#block3 .text a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#blockadmin {
	width:992px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	height: 100%;
}
#blockadmin a:hover {
	color: #0373A1;
}

#container2 {
	width: 992px;
	margin: auto;
	height: 171px;
	padding: 5px 0px 10px;
	clear: both;
}
#containergal {
	width: 992px;
	height: 460px;
	margin: auto;
	height: 171px;
	padding: 5px 0px 10px;
	clear: both;
}
#blockgal {
	width: 992px;
	clear: none;
}
#blockgal #galtop {
	background: url(../img/blockgal_top.png) no-repeat top;
	padding-top: 22px;
	clear: none;
}
#galtop #galcont {
	background: url(../img/blockgal_bg.png) repeat-y;
	margin: 0px;
	display: block;
	height: 100%;
}
#galtop #galbot {
	background: url(../img/blockgal_foot.png) no-repeat bottom;
	padding-bottom: 20px;
	clear: none;
}
#blockgal #galpadding {
	padding: 5px 25px 0px 15px;
	text-align: center;
}
.galpaging {
	margin-left: 30px;
	font-size: 12px;
	width: 500px;
}

.galimgholder {
	height: 150px;
	width: 150px;
	padding: 0px;
	margin: auto 5px;
	display: inline;
	border: 3px solid #D6F4C0;
	background: #D6F4C0;
	color: #2AAEE8;
}
.galnote    {
	padding: 4px;
	width: 93%;
	background: #2AADE7;
	font-weight: normal;
	color: #FFFFFF;
	border: 1px solid #006DA6;
	text-align: center;
	margin: 0px 0px 10px 30px;
	font-size: 14px;
}




#login {
	background: url(../img/bg_login.png) no-repeat;
	height: 171px;
	float: left;
	width: 343px;
	margin: 0px;
	padding: 0px;
}
#login h1 {
	padding-top: 15px;
	padding-left: 20px;
	font-size: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-bottom: 10px;
}
#login #RememberMe {
	font-size: 12px;
	color: #FFFFFF;
	width: 150px;
	float: left;
	padding-left: 20px;
	padding-top: 15px;
}
#login #LoginBut {
	clear: none;
	padding-left: 215px;
	padding-top: 10px;
}
#login label    {
	display: block;
	float: left;
	width: 95px;
	padding: 3px 5px 0px 3px;
	margin: 0 0 0px;
	text-align: right;
	color: #FFFFFF;
	font: 13px Arial, Helvetica, sans-serif;
}
#login input.login {
	color: #066DAF;
	width: 210px;
	background: url(../img/bg_input.gif) no-repeat left top;
	border: 1px solid #1D73A6;
	font: 14px Arial, Helvetica, sans-serif;
	padding: 3px;
}

#block3 {
	height: 171px;
	width: 649px;
	display: block;
	float: right;
}
#block3 #box_stock {
	background: url(../img/bg_stock.png) no-repeat;
	height: 171px;
	width: 219px;
	float: left;
}
#block3 #box_prof {
	background: url(../img/bg_profile.png) no-repeat;
	height: 171px;
	width: 216px;
	float: left;
}
#block3 #box_client {
	background: url(../img/bg_clients.png) no-repeat;
	height: 171px;
	width: 214px;
	float: left;
}

/********* form and related tag styles **************************************/

form {
	margin: 0;
	padding: 0;
}

label{
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
				
input, select, textarea{
	color: #066DAF;
	width: 210px;
	background: url(../img/bg_input.gif) no-repeat left top;
	border: 1px solid #666666;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 2px;
}

select.insertbar {
	color: #066DAF;
	width: 210px;
	border: 1px solid #666666;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 2px
}



/************* Footer styles ****************************************/
#footainer {
	margin: auto;
	padding: 0px;
	width: 100%;
	background: #263F43 url(../img/bg_foot.jpg) repeat-x center top;
	height: 346px;
	min-height: 227px;
	clear: both;
}
#footer {
	width: 100%;
	clear: both;
	height: 100%;
}
#footer #footxt1 {
	text-align: center;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0.5em;
}
#footxt2 {
	font-size: 11px;
	color: #2a4649;
	padding-top: 10px;
	padding-left: 0px;
	margin: auto;
	width: 970px;
	line-height: 18px;
}
#footxt2  a, #footxt2  a:active, #footxt2  a:visited {
	color: #0670A8;
	text-decoration: none;
}
#footxt2  a:hover {
	color: #002E6A;
}
#footer #windmill {
	width: 240px;
	height: 230px;
	float: right;
	clear: none;
}

/***********************************************/
/*Lightbox Styles                               */
/***********************************************/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #FFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../img/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000000;
	}
#enquiry {
	margin-left: 32px;
	margin-right: 42px;
}






/********************* end *******************************************/
