/* --- BASIC STYLES --- */

body {
	background-color: #ffffff;
	font: 12px/20px Verdana, Tahoma, sans-serif;
	color: #888888;
	text-align: center;
}

a, a:hover, a:active, a:visited {
	color: #D45E21;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#container h1{
	font: Verdana, Tahoma, sans-serif;
	font-size: 1.5em;
	padding: 0 0 12px 0;
color: #A70065;
}

p {
	margin-bottom: 10px;
}

/* --- LOGO AND TOP NAVIGATION --- */

#header {
	width: 950px;
	overflow: hidden;
}

#header h1#logo a {
	display: block;
	float: left;
	width: 400px;
	height: 126px;
	text-indent: -9999px;
	
	
	background: transparent url(logo.jpg) no-repeat;

}
 #header h2{

display:none;

}


#header ul#nav {
	position: relative;
	width: 500px;
	margin: 55px 0 0 0;
	padding: 0 0 0 0px;
	overflow: hidden;
}	

#header ul#nav li {
    float: left;
    margin: 0 10px 0 0;
}

#header ul#nav li.back { /* for lavalamp effect */
	border: 1px solid #dedede;
	background-color: #eee;
	height: 28px;
	z-index: 8;
	position: absolute;
}

#header ul#nav li a {
	font-size: 12px;
	color: #777;
	text-align: center;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	position: relative;
	padding: 0 15px;
}
     
#header ul#nav li a:hover, #header ul#nav li a:active, #header ul#nav li a:visited {
	border: none;
	text-decoration: none;
}



/* --- CONTENT - HOMEPAGE --- */

#content {
	width: 848px;
	border: 1px solid #e7e7e7;
	padding: 15px 25px 15px 25px;
	overflow: hidden;
	margin-top: 10px;
}

#content #left, #content #right {
	width: 399px;
	float: left;
}

#content #left {
	padding: 0 25px 0 0;
}

#content #right {
	padding: 0 0 0 25px;
}

#content #left span, #content #right span {
	font-weight: bold;
	color: #D55E24;
}
#content h2 {
	font-weight: bold;
	color: #D55E24;
}

/* --- CONTENT - ABOUT --- */

#about {
	background: url(xb.jpg) no-repeat;
	width: 900px;
	border: 1px solid #e7e7e7;
	padding: 1px;
	position: relative;
	margin: 35px 0 10px 0;
}

#about p:last-child {
	margin-bottom: 0;
}

#about h3 {
	position: absolute;
	top: -35px; left: -1px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #e7e7e7;
	border-bottom: none;
	padding: 0 15px;
	font-size: 18px;
	color: #D45E21;
}

#authors {
	width: 900px;
	overflow: hidden;
	margin: 0 0 10px 0;
}

#authors .column {
	width: 290px;
	float: left;
	border: 1px solid #e7e7e7;
}

#authors .middle {
	margin: 0 12px;
}

#authors .column .column-top {
	background-color: #f6f6f6;
	border-bottom: 1px solid #e7e7e7;
	padding: 12px;
	overflow: hidden;
}

#authors .column .column-top img {
	float: left;
	background-color: #fff;
	border: 1px solid #d1d3d3;
	padding: 4px;
	margin: 0 15px 0 0;
}

#authors .column .column-top dl {
	margin: 0 0 25px 0;
	line-height: 18px;
}

#authors .column .column-top dl:last-child {
	margin: 0;
}

#authors .column .column-top dl dt {
	color: #D45E21;
}

#authors .column .column-bottom {
	padding: 15px;
}

#authors .column .column-bottom p {
	margin-bottom: 28px;
}

#authors .column .column-bottom p:last-child {
	margin-bottom: 0;
}

#authors .column .column-bottom h5 {
	color: #D45E21;
	font-weight: bold;
}


/* --- CONTENT - SERVICES --- */

#services {
	width: 240px;
	
	float: left;
	border: 1px solid #e7e7e7;
	margin: 35px 0 10px 0;
	position: relative;
	padding: 10px;
}

#services h4 {
	color: #D45E21;
	font-size: 68px;
	font-weight: bold;
}

#services h3 {
	position: absolute;
	top: -35px; left: -1px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #e7e7e7;
	border-bottom: none;
	padding: 0 15px;
	font-size: 18px;
	color: #D45E21;
}

#services ul {
	margin: 0 0 10px 5px;
	list-style: url(bullet.gif) inside;
}
#content ul {
	margin: 0 0 10px 5px;
	list-style: url(bullet.gif) inside;
}

#authors ul {
	margin: 0 0 10px 5px;
	list-style: url(bullet.gif) inside;
}



#authors h3 {
	font-size: 18px;
	color: #D45E21;
}

#range {
	width: 595px;
	float: right;
	border: 1px solid #e7e7e7;
	margin: 35px 0 0 0;
	padding: 10px;
	overflow: hidden;
}
#range ul {
	margin: 0 0 10px 5px;
	list-style: url(bullet.gif) inside;
}

#range img {
	margin: 0 auto 10px;
	background-color: #eee;
	border: 1px solid #d1d3d3;
	padding: 4px;
}

#range h5 {
	color: #D45E21;
	margin: 0 0 15px 5px;
	font-weight: bold;
}
#range h2 {
	color: #D45E21;
	margin: 0 0 10px 0px;
	font-size: 18px;
	font-weight: bold;
}

#range .column {
	width: 190px;
	float: left;
	padding-right: 8px;
}

#range .column ul {
	margin: 0 0 10px 5px;
	list-style: url(bullet.gif) inside;
}

#range .button {
	font-size: 12px;
	background-color: #eee;
	border: 1px solid #d1d3d3;
	display: block;
	clear: both;
	width: 180px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	float: right;
	margin: 10px 5px;
}

#range .button:hover {
	background: #fff;
	text-decoration: none;
}

/* --- CONTENT - PORTFOLIO --- */

#portfolio {
	width: 868px;
	border: 1px solid #e7e7e7;
	padding: 15px;
	position: relative;
	margin: 35px 0 10px 0;
}

#portfolio p:last-child {
	margin-bottom: 0;
}

#portfolio h3 {
	position: absolute;
	top: -35px; left: -1px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #e7e7e7;
	border-bottom: none;
	padding: 0 15px;
	font-size: 18px;
	color: #D45E21;
}

#items {
	width: 900px;
	overflow: hidden;
}

#items .item {
	background-color: #f6f6f6;
	border: 1px solid #e7e7e7;
	width: 428px;
	float: left;
	margin: 0 12px 10px 0;
	padding: 7px;
	overflow: hidden;
}

#items .odd {
	margin-right: 0;
}

#items .item img {
	background-color: #fff;
	padding: 4px;
	border: 1px solid #d1d3d3;
	float: right;
}

#items .item img:hover {
	background-color: #7fbc3f;
}

#items .item p, #items .item h5 {
	padding: 0 10px;
}

#items .item h5 {
	margin: 10px 0 0 0;
	font-weight: bold;
}

#items .item p.more a {
	color: #D45E21;
	margin: 20px 0 0 0;
	padding: 0 20px 0 0;
	background: url(arrow000.jpg) bottom right no-repeat;
}

#thumbs {
	width: 600px;
	float: right;
	background-color: #f6f6f6;
	border: 1px solid #e7e7e7;
	margin: 35px 0 10px 0;
	padding: 10px;
	overflow: hidden;
	text-align: center;
}

#thumbs a {
	position: relative;
	float: left;
	margin: 0 4px 0 0;
}

#thumbs img.zoom {
	padding: 0;
	border: none;
	position: absolute;
	bottom: 16px; left: 10px;
	display: none;
	margin: 0;
}

#thumbs img.zoom:hover {
	background-color: transparent;
}

#thumbs img {
	background-color: #f6f6f6;
	padding: 4px;
	border: 1px solid #d1d3d3;
	margin: 4px;	
}

#thumbs img:hover {
	background-color: #7fbc3f;
}

#thumbs p.clear {
	height: 0px;
	margin: 0;
}

/* --- CONTENT - CONTACT --- */

#contact {
	width: 525px;
	border: 1px solid #e7e7e7;
	padding: 15px;
	position: relative;
	margin: 35px 0 10px 0;
	float: left;
	min-height: 430px;
}

#contact p:last-child {
	margin-bottom: 0;
}

#contact h3 {
	position: absolute;
	top: -35px; left: -1px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #e7e7e7;
	border-bottom: none;
	padding: 0 15px;
	font-size: 18px;
	color: #D45E21;
}

#contact h5 {
	font-weight: bold;
}

#contact h5, #contact span {
	color: #D55E24;
}

#contact div.map {
	width:262px;
	height:379px;
	float: right;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #d7d7d7;
	margin: 0 0 0 30px;
	
}

#form {
	float: right;
	width: 300px;
	margin: 35px 0 10px 0;
	border: 1px solid #e7e7e7;
	background-color: #f6f6f6;
	padding: 15px;
	min-height: 430px;
}

#form #submitform label {
	display: block;
	margin: 0 0 10px 0;
}

#form #submitform input {
	font-family: Verdana;  
	font-size: 12px;
	margin: 0 0 10px 0;
	height: 23px;
	width: 190px;
	border: 1px solid #dedede;
	color: #888;
	padding: 5px;
}



#form #submitform textarea {
	font-family: Verdana;  
	font-size: 12px;
	margin: 0 0 0px 0;
	height: 125px;
	width: 290px;
	border: 1px solid #dedede;
	color: #888;
	padding: 5px;
}

#form #submitform .cc {
	width: inherit;
	display: inline;
	float: left;
	line-height: 34px;
	margin: 0 10px 0 0;
	border: none;
}

#form #submitform input.cc {
	width: 20px;
}


#form #submitform .button  {
	font-size: 12px;
	background-color: #eee;
	border: 1px solid #d1d3d3;
	display: block;
	clear: both;
	width: 105px;
	height: 35px;
	color:#D45E21;
	text-align: center;
	float: right;
	margin: 10px 5px;
}

#form #submitform .button:hover {
	background: #fff;
	text-decoration: none;
}

#form #error p {
	color: red;
	margin: 0;
	clear: both;
	float: left;
}

#form #error p.wrong {
	color: red;
}

/* --- FOOTER --- */

#footer {
	width: 845px;
	padding: 15px 25px 5px 30px;
	overflow: hidden;
	clear: both;
}

#footer a {
	color: #888;
}

#footer p#copy {
	float: left;
}

#footer ul#footernav {
	float: right;
}

#footer ul#footernav li {
	float: left;
}

#footer ul#footernav li a {
	padding: 0 20px;
	border-right: 1px solid #888;
}

#footer ul#footernav li:last-child a {
	border: none;
	padding-right: 0;
}

.ui-tabs-panel {
	display:block;
	position:relative;
	z-index:0;
}

.ui-tabs-hide {
	display:none;
}

.ui-tabs-nav a {
	color: #fff;
	width: 12px;
	height: 12px;
	display: block;
	background: url(slidenaw.jpg) no-repeat;
	text-indent: -9999px;
}

.ui-tabs-selected a{
	color: #aaa;
	background: url(slidenav.jpg) no-repeat;
}
<!--
/* Slider */
#slidercontainer { width: 900px; border: solid 1px #e7e7e7; margin: 0 2px; padding: 0; clear: both;  }
#outerslider { width: 800px; margin: 0 10px 10px 10px; }
#slider { width: 800px; margin: 0 auto; margin-top: 10px; margin-bottom: 10px; border: solid 1px #e7e7e7; }
#slider ul, #slider li {
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:880px;
		height: 280px;
		overflow:hidden; 
		}
	span#prevBtn a { display: none; }
	span#nextBtn a { display: none; }

/* // Slider */
-->

#featured {
	width: 898px;
	height: 399px;
	border: 1px solid #e7e7e7;
	margin: 0 0 5px 0;
	position: relative;
}

#featured #slideshow {
	border: 1px solid #fff;
	float: left;
	height: 281px;
	width: 450px;
	position: relative;
}

#featured #slideshow img {
	position: absolute;
	top: 0; left: 0;
}

#featured #slidenav {
	height: 30px;
	background-color: #455155;
	position: absolute;
	bottom: 1px;
	width: 450px;
	text-align: center;
	line-height: 30px;
	margin: 0 0 0 1px;
}

#featured #slidenav ul {
	padding: 9px 0;
	margin: 0 auto;
	overflow: hidden;
	width: 70px;
}

#featured #slidenav ul li {
	float: left;
	margin: 0 4px 0 0;
}



#featured #slidenav a.current {
	color: #aaa;
	background: url(slidenav.jpg) no-repeat;
	
}



/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}



.tabbed-pane * {
	margin: 0;
	padding: 0;
}
.tabbed-pane {
	width: 500px;
}
.tabbed-pane .tabs {
	list-style: none;
	clear: both;
	float: left;
	margin-bottom: -1px;
}
.tabbed-pane .tabs li a.active {
	background: white;
	border-bottom: 1px solid white;
}
.tabbed-pane .tabs li {
	float: left;
	margin: 0 3px 0 0;
}

.tabbed-pane .tabs li a {
	color: #336699;
	display: block;
	padding: 5px;
	background: #f0f0f0;
	border-color: #333;
	border-style: solid;
	border-width: 1px;
}
.tabbed-pane .pane {
	border: 1px solid #333;
	padding: 5px;
	clear: both;
	height: 100%;
}
.tabbed-container {
	position: relative;
	clear: both;
	min-height: 10em;
}
.tabbed-container .overlay {
	position: absolute;
	clear: both;
	border: 1px solid #333;
	padding: 5px;
	width: 488px;
	top: 0;
	left: 0;
	background: white url(/include/images/spinner.gif) center center no-repeat;
	text-align: center;
	z-index: 100;
	height: 100%;
} 

#copyright {
font-size : 10px;
color : #999;
text-align:center
}


