#homepage p
{
	font-family: Tahoma;
	font-size: 12px;
	color: black;
	margin-top: 0px;
}

#homepage td
{
	vertical-align: top;
}

h2.purple
{
	width: 654px;
	height: 37px;
	
	background-image: url(/images/layout/long-purple-box-top.gif);
	font-family: Tahoma;
	color: white;
	font-size: 15px;
	margin: 0px;
	padding-top: 7px;
	text-align: center;
}

div.purple-body
{
	background-color: #d7a9d4;
	padding: 15px;
	width: 624px;
	margin: 0px;
	
}

h3.purple
{
	color: #9d2c94;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
	
}

h3.green
{
	color: #76a53d;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
	
}

h3.orange
{
	color: #d97500;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
	
}

.bold
{
	font-weight: bold;
}

.indent
{
	padding-left: 20px;
}

ul#orange-list
{
	list-style-type: none;
	text-align: left;
}




div.purple
{
	width: 654px;
	height: 25px;
	
	background-image: url(/images/layout/long-purple-box-bot.gif);
	font-size: 0px;
	margin-bottom: 10px;
}


h2.green
{
	width: 654px;
	height: 37px;
	
	background-image: url(/images/layout/long-green-box-top.gif);
	font-family: Tahoma;
	color: white;
	font-size: 15px;
	margin: 0px;
	padding-top: 7px;
	text-align: center;
}

div.green-body
{
	background-color: #a4dbdc;
	padding: 15px;
	width: 624px;
	margin: 0px;
	color: black;
}

div.green
{
	width: 654px;
	height: 25px;
	
	background-image: url(/images/layout/long-green-box-bot.gif);
	font-size: 0px;
	
	margin-bottom: 10px;
}



h2.orange
{
	width: 654px;
	height: 37px;
	
	background-image: url(/images/layout/long-orange-box-top.gif);
	font-family: Tahoma;
	color: white;
	font-size: 15px;
	margin: 0px;
	padding-top: 7px;
	text-align: center;
}

div.orange-body
{
	background-color: #fecd8f;
	padding: 15px;
	width: 624px;
	margin: 0px;
	color: black;
}

div.orange
{
	width: 654px;
	height: 25px;
	
	background-image: url(/images/layout/long-orange-box-bot.gif);
	font-size: 0px;
		margin-bottom: 10px;
}


/********************************  GENERAL  ************************/

#footer ul.child-nav
{
	display: none;
}

#footer ul li
{
	display: inline;
	border-left: 1px solid #446311;
	padding-left: 5px;
}

#footer ul li.first
{
	border: none;
}


body,
	html {
		margin : 0;
		padding : 0;
	}
	
html { min-height: 100%; margin-bottom: 1px; }	

p
{
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}
body {
    background : url(/images/layout/bg-content.gif) repeat-x;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
   	font-size : 14px;
	font-style : normal;
	font-weight : normal;
	min-width :	900px;
	background-color : #ffffff;
	border : 0px;
	padding : 0px;
	margin : 0px;
	behavior: url("/css/csshover.htc");
}



body a {text-decoration: none; color:#446311;}
body A:hover {text-decoration: none;  text-decoration:underline;}
	
H1 {
 	color:#006666;
	font-size:20px;
}
	
H2 {
	color:#006666;
	font-size:14px;
}
	
H3 {
	font-size : 12px;
}
	
	
	
p {
   	font-size : 12px;
	text-align : left;

}

.highlight {
	color:#006666;
	font-style:normal;
	font-weight:bold;

}

.regular {
	font-size : 12px;
}

.boldaqua {
	font-weight: bold;
 	color: #006666;
}	

.boldblack {
	font-weight: bold;
 	color: #000000;
}	

.boldlist li {
	line-height: 15px;
	font-weight: bold;
	list-style-type: circle;
	color: #006666;

}

.imagefloat-left {
	float: left;
	padding: 5px 10px 5px 5px;
}


/********************************  LAYOUT  ************************/
	
#header  {
	background : url("../images/layout/thetatree-italy-logo.gif") no-repeat;
	margin-top : 10px;
   	height : 93px;	
	width: 900px;
}

#header #search {
	float: right;
	margin-right: 16px;
	width: 37px;
	height: 19px;
	
	background-image: url(../images/layout/uk-flag.gif);
}	

#header #headerlink {
	width: 454px;
	height: 88px;
	position: absolute;
}

#header #login {
	background : url("../images/layout/login-bg.png") repeat-x;
	width: 351px;
	color: #446311;
	height: 68px;
	margin-top: 6px;
	font-size: 10px;
	font-weight: bold;
    margin-right: 10px;
	float: right;
	clear: both;
}

#log_in_container {
	padding: 10px;
}

.logintxt {
	padding: 10px;

}

#header #login table {
   margin-left: 7px;
   margin-top: 5px;
}


.underline a, .underline a:active, .underline a:visited, .underline a:link {
	text-decoration: underline;
	color:#446311;
	line-height: 23px;
}

.underline a:hover { 
	text-decoration : none;
	color : #003333;
}

#content {
	width : 900px;
	clear : both;
}

#leftcolumn {
	background-color: #CADCB3;
	background-image:url(../images/layout/bg-left-nav-gradient.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin-bottom:10px;
	vertical-align:top;
	width:240px;

}


#rightcolumn {
	margin-bottom :	10px;
	vertical-align : top;
	text-align:center;
	background-color:white;
}	

#wrapper{
	margin : 0 auto;
	width : 900px;
}

#footer {
	height : 25px;
	line-height : 18px;
	clear: both;
	margin-top: 10px;
	text-align : center;
	color : #446311;
	font-size: 12px;
	
	border-top: 1px solid #d0dfba;
}


a.learn-more
{
	display : inline;
	
	text-align: center;
	font-size: 12px;
	line-height : 20px;
	font-weight:normal;
	color: #FFFFFF;
	background : url("../images/layout/small-btn-get-started-now.png") 0 0 no-repeat;
	text-decoration : none;
	text-transform : uppercase;
	
	color: white;
	
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 12px;
	
	
}
.smallbutton a, .smallbutton a:active, .smallbutton a:visited, .smallbutton a:link {
	display : block;
	width : 59px;
	height : 22px;
	text-align: center;
	font-size: 12px;
	line-height : 20px;
	font-weight:normal;
	color: #FFFFFF;
	background : url("../images/layout/small-btn.png") 0 0 no-repeat;
	text-decoration : none;
	text-transform : uppercase;
}

.smallbutton a:hover { 
	background-position : 0 -23px;
	color: #FFFFFF;
}
			
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }			

/********************************  LEFT NAVIGATION  ************************/

#leftnav {
	
}

#leftnav ul ul {
	visibility: hidden;
	display: none;
	position: absolute;
	top: 5px;
	width: 300px;
	left: 240px;
	border: solid 1px white;
	background-color: #cadcb3;
	z-index: 500;
	padding: 4px;
}
#leftnav ul {
	list-style-type : none;
	padding : 0;
	margin : 0;
	position: relative;
	z-index: 100;
}

#leftnav ul li:hover ul {
	visibility: visible;
	z-index: 500;
	display: block;
}
#leftnav li a {
	color : #446311;
	text-decoration : none;
}

#leftnav li {
	border-bottom : 1px solid #ffffff;
	color: #006666;
	font-size : 14px;
	padding : 5px 0 5px 10px;
	position: relative;
}


#leftnav ul.info-menu {
	background-color: #cadcb3;
}

#leftnav li.first {
	background:  url(../images/layout/menu-top.png) ;
 	background-color : #66bec1;
}


#leftnav ul.info-menu a:link, #leftnav ul.info-menu a:active, #leftnav ul.info-menu a, #leftnav ul.info-menu a:visited {
 	margin : 0px;
	padding : 0px;
	color: #446311;
}

#leftnav .info-menu li a:hover {
	color : #003333;
	text-decoration: underline;
}

#leftnav li.specialists {
	/*background-color : #20c9cf;*/
	color : white;
	font-size : 14px;
}

#leftnav ul.specialist-menu {
 	margin : 0px;
	padding : 0px;
	background-color :#cadcb3;
	z-index: 0;
	position: relative;
}

#leftnav ul.specialist-menu a:link, #leftnav ul.specialist-menu a:active, #leftnav ul.specialist-menu a, #leftnav ul.specialist-menu a:visited {
 	margin : 0px;
	padding : 0px;
	padding-left : 10px;
}

#leftnav .specialist-menu li.specialists a{
	padding: 0px;
}
#leftnav .specialist-menu li {
	border-bottom: 1px solid white;
}

#leftnav .specialist-menu li a:hover {
	color : #266a6d;
	text-decoration: underline;
}
		
#leftnav #leftnav-bottom {
	/*background-image: url(../images/layout/bottom-nav-gradient.png) ;
	background-repeat : no-repeat;
	background-color: #cadcb3;*/
	padding: 0px 4px 0px 4px;
}
		
#leftnav .newsheadline {
	font-size : 16px;
	font-weight : bold;
	text-align : center;
	padding-top : 5px;
	position: relative;
	z-index: 200;
	color: 	#446311;
}		

.sectionline {
	border-bottom : 1px solid #446311;
	float : left;
	height : 10px;
	margin-bottom : 3px;
	padding-top : 8px;
}

.sectionline.blog {
	width : 42%;
}

.sectionhead.blog {
	width : 15%;
}

.sectionline.article {
	width: 37%;
}

.sectionhead.article {
	width : 25%;
}


.sectionhead {
	color:#000000;
	float:left;
	font-size:12px;
	text-align:center;
	padding-top: 10px;
	margin-bottom: 5px;
}	

.blogdate {
	vertical-align:top;
	font-weight: bold;
	padding-right: 10px;
	font-size: 12px;
	text-align: center;
	width: 80px;
}

a.rss{ 
  background: url(../images/layout/rss.png);
  display: block;
	float: right;
	margin: 3px 18px 0 0;
	width: 16px;
	height: 16px;
}

.articlegroup {
	padding: 0px 0px 0px 5px;
}

.articletitle {
	font-size : 12px;
	color: #006666;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 10px;
}


/********************************  RIGHT SIDE HOME PAGE  ************************/

#righttop {
	background-image: url(../images/layout/right-top.png);
	background-position:right;
	width: 660px;
	font-size: 0px;
	height: 12px;
}

.insidetext {
	padding: 0px 10px 5px 10px;
	width: 640px;
	text-align: left;
	font-size: 12px;
}

#flashblock {
	height: 364px;
	margin-bottom: 5px;
	left: 0;
	margin-top: -10px;
}

#flashblockwrapper {
	height: 358px;
	background-color : white;
}

.infobox {
	width: 215px;
	
	float:left;
	
	padding: 0px 3px 0px 2px;
	margin: 0px;
}

.infobox.purple
{
	clear: left;
}

.infobox .header1 {
	font-size: 15px;
	color: #FFFFFF;
	height: 44px;
	text-align: center;
	line-height: 35px;
}

.infobox .body {
	font-size : 12px;
	padding: 5px;
	text-align: left;
	height: 245px;
}	

.infobox .footer {
	height: 20px;
}	

.infobox.purple .header1  {
	background : url("../images/layout/purple-box-header.png") no-repeat;
}	

.infobox.purple .body {
	background-color : #ce95c9;
}	

.infobox.purple .footer   {
	background : url("../images/layout/purple-box-footer.png") no-repeat;
}	

.infobox.green .header1  {
	background : url("../images/layout/green-box-header.png") no-repeat;
}

.infobox.green .body {
	background-color : #b7d09a;
}	

.infobox.green .footer {
	background : url("../images/layout/green-box-footer.png") no-repeat;
}	
.infobox.orange .header1  {
	background : url("../images/layout/orange-box-header.png") no-repeat;
}

.infobox.orange .body {
	background-color : #fcc380;
}	

.infobox.orange .footer {
	background : url("../images/layout/orange-box-footer.png") no-repeat;
}	


.boldpurple a:link, .boldpurple a:active, .boldpurple a:visited  {
	font-weight: bold;
 	color: #9d2c94;
	float: left;
	width: 205px;
	text-align:center;
	padding-top: 10px;
}	

.boldgreen a:link, .boldgreen a:active, .boldgreen a:visited{
	font-weight: bold;
 	color: #76a53d;
	float: left;
	width: 205px;
	text-align:center;
	padding-top: 10px;
}

.boldorange a:link, .boldorange a:active, .boldorange a:visited {
	font-weight: bold;
 	color: #fa931a;
	float: left;
	width: 205px;
	text-align:center;
	padding-top: 0px;
}

.booktitle {
	font-size : 12px;
	color: #006666;
	font-weight: bold;
	line-height: 20px;
}

.addtocart {
	font-size : 14px;
	color: #006666;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 10px;
}
/********************************  SEARCH  ************************/
#search a,
#search td
{
	color: white;
}
/********************************  SEARCH RESULTS  ************************/

.searchresults {
	padding:0 10px 5px;
	text-align:left;
	width:640px;
	font-size: 12px;
	color: #333333;
	padding: 5px 5px 5px 5px;
}

.searchresults a:link, .searchresults a:visited, .searchresults a:active, .searchresults a {
	text-decoration : underline;
	color: #009999;
}

.searchresults a:hover {
	text-decoration: none;
	color: #006666;
}

.searchresults.header {
	font-size: 18px;
	color: #225859;
	background-image: url(../images/layout/search-result-types.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	height: 70px;
	width: 600px;
	border-bottom: 1px solid #006666;
}

.searchresults.header .country {
	color: #666666;
	font-size: 16px;
}

.searchresults.result {
	border-bottom: 1px solid #006666;
	margin: 10px 10px 0px 10px ;
	width: 600px;
	float: left;

}

.searchresults.result .resultheader {
	font-size: 14px;
	font-color: #225859;
}

.searchresults.result .icon {
	margin: 0px 5px 0px 5px;
	float: left;
}

.searchresults.result .name {
	margin: 0px 15px 0px 5px;
	float: left;
	line-height: 25px;
}

.searchresults.result .image {
	height: 100%;
	float: left;
	clear: both;
	width: 100px;
	padding: 5px;
	
}

.searchresults.result .info {
	height: 100%;
	float: left;
	padding: 5px;
	line-height:18px;
	
}

.searchresults.result td {
	vertical-align : top;
	padding-right:30px
}

table.styled {
  border-collapse: collapse;
  margin-top: 15px;
}
table.styled th {
  background-color: #006666;
  font-weight: bold;
  color: white;
}

table.styled tbody tr.alt {
  background-color: #ddf0f1;
}
table.styled td {
  padding: 4px;
}

