
body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: georgia, times, "times new roman", serif;
	color: #000;
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: url(/images/till.jpg);
		}
		
div#banner
		{
	color: #fff;
	background-image: url(/images/logo_tnr.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	padding-left: 0px;
	height: 175px;
	margin-top: 15px;
	vertical-align: bottom;
	top: 95px;
	/*border:1px solid #FFFFFF;*/
		}
		
div#banner h1
		{
	font-size: 22px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0;
	margin-bottom: 0;
	position: relative;
	text-align: right;
	background-position: right;
	height: 120px;
	left: 0px;
	color: #FFFFFF;
	line-height: 1.2em;
	letter-spacing: 0.2em;
	padding-right: 0;
	padding-bottom: 0.1em;
	padding-left: 265px;
	top: 55px;
	/*border:1px solid #FFFFFF;*/
		}

#banner #locale{
	position: relative;
	top: 18px;
	margin-right: 5px;
	float: right;
	/*border:1px solid #FFFFFF;*/
}

#banner #locale a:link, a:hover, a:visited, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}   

		
div#container
		{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	/*max-height: 500px;*/
	min-height: 700px;
	height:expression(this.scrollHeight > 700 ? "auto":"700px"); 
	/*border:1px solid #FFFFFF;*/
		}

#container #container2{
	/*border:1px solid #FFFFFF;*/
}

		
#container #container2 #content a
		{
	color: #00CC33;
		}
#container #container2 #content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.5em;
	letter-spacing: 0.05em;
}
#navigation #middeg {
	width: 185px;
	background-image: url(/images/middle_deg.jpg);
	background-repeat: repeat;
	vertical-align: top;
	text-align: left;
	display: block;
	padding-top: 10px;
	padding-bottom: 1px;
	/*border:1px solid #FFFFFF;*/
}
#navigation #topdeg {
	width: 185px;
	background-image: url(/images/top_deg.jpg);
	background-repeat: repeat-x;
	height: 42px;
	display: block;
}
#navigation #bottomdeg {
	width: 185px;
	background-image: url(/images/bottom_deg.jpg);
	background-repeat: repeat-x;
	height: 42px;
	display: block;
	vertical-align: top;
}		
div#navigation
		{
	float: left;
	width: 185px;
	padding-top: 0em;
	/*background-image: url(/images/deg_nav.gif);*/
	/*background-image: url(/images/deg_nav_hor.gif);*/
	/*background-repeat: repeat-x;*/
	/*min-height: 325px;*/
	border-left-width: 15px;
	border-left-style: solid;
	/*vertical-align: top;*/
		}
		
.menu {
	z-index:1000;
	font-size:16px; /* this page only */
	font-family: Arial, Helvetica, sans-serif;
	/*background-position: left top;*/
	background-position: left;
	text-align: left;
	margin-top: -13px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 25;
	color: #FFFFFF;
	/*position: relative;
	top: -17px;*/
	/*border:1px solid #FFFFFF;*/
}
.menu p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	/*background-position: top;*/
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0 0 5px 0;
	margin:0;
	list-style-type:none;
	width:143px;
	color: #FFFFFF;
}
/* hack for IE5.5 */
* html .menu ul {
	margin-left:-16px;
	ma\rgin-left:0px;
	color: #FFFFFF;
}
/* position relative so that you can position the sub levels */
.menu li {
	position:relative;
	height:26px;
	width: 175px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #000;
	left: -15px;
	margin-bottom: 7px;
	color: #FFFFFF;
	z-index: 4;
}
.menu  ul  li ul li {
	position:relative;
	background:#666666;
	height:32px;
	width: 175px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #333333;
	left: -25px;
	margin-bottom: 0px;
	color: #009933;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.menu /* style the links */
 ul li  ul  li:hover {
	display:block;
	text-decoration:none;
	height:32px;
	line-height:25px;
	width:175px;
	color:#009933;
	text-indent:15px;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px;
}
/* hack for IE5.5 */
/* * html .menu a, * html .menu a:visited {
	background:#000000;
	width:150px;
	w\idth:175px;
}
*/

/* style the link hover */
* html .menu a:hover {
	color:#fff;
	background:#CCCCCC;
}

.menu :hover > a {
	background:#CCCCCC;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-left: -10px;
	height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:200px;
	margin-bottom: 0px;
	color: #009933;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility:visible;
	color: #009933;
}
#container #container2 #navigation .menu .sub .sub .sub li {
	border-left-style: none;
	width: 175px;
	z-index: 2001;
	color: #009933;
}
#container #container2 #navigation .menu .sub .sub li {
	border-left-style: none;
	z-index: 2002;
	color: #009933;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
	color: #009933;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
	visibility:hidden;
	color: #009933;
	height: 32px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;
	color: #009933;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {
	visibility:visible;
	color: #009933;
	height: 32px;
}

.menu a, .menu a li:visited {
	display:block;
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:175px;
	color:#FFFFFF;
	text-indent:15px;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
}


.menu a, .menu a:link, .menu a:visited, .menu a:active {
	font-family: Arial, Helvetica, sans-serif !important;
	color: #FFFFFF !important;
	font-size: 16px !important;
}
.menu a:hover {
	font-family: Arial, Helvetica, sans-serif !important;
	color: #FFFFFF !important;
	font-size: 16px !important;
}

  
        		
div#content
		{
	margin-left: 215px;
	margin-right: 230px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-position: left top;
	vertical-align: top;
	padding: 0px;
	margin-bottom: 0px;
	text-align: left;
	/*border:1px solid #FFFFFF;*/
		}
div#content #image img {
	background-position: left;
	text-align: left;
}

	
.nextbutton a:link, .nextbutton a:visited
		{
	display: block;
	padding: 0.1em;
	background-color: #009933;
	color: #fff;
	width: 100px;
	text-decoration: none;
	text-align: center;
	position: relative;
	border-top: 1px solid #00FF00;
	border-right: 1px solid #00FF00;
	border-bottom: 1px solid #003300;
	border-left: 1px solid #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	left: 75px;
	background-position: center top;
	top: -40px;
		}
		
.nextbutton a:hover, .nextbutton a:active
		{
	background-color: #33FF00;
	color: #006;
	z-index: 5;
		}
		
div#content h2
		{
	font-size: 28px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-position: left top;
	vertical-align: top;
	text-align: left;
	margin-top: 0px;
	line-height: 31px;
		}

div#content h3
		{
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-position: left top;
	vertical-align: top;
	text-align: left;
	margin-top: 0px;
		}
		
#cleardiv
		{
clear: both;
height: 1em;
/*border:1px solid #FFFFFF;*/
		}
div#more
		{
	float: right;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	background-position: top;
	vertical-align: top;
	width: 195px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 5px;
		}
#container #container2 #more {
	margin-top: 0;
	margin-right: 0;
	margin-leftt: 0;
	margin-bottom: 0;
	padding: 0px;
	vertical-align: top;
	background-position: top;
	width: 225px;
	display: block;
	text-decoration: none;
	list-style-type: none;
}
   
#container #container2 #more #directcall {
	background-position: top;
	vertical-align: top;
	top: 54px;
	position: relative;
	background-repeat: no-repeat;
	text-decoration: none;
	list-style-type: none;
	display: block;
	margin-bottom: 35px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #container2 #more #directcall p {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-position: top;
	vertical-align: middle;
	margin-top: -56px;
	margin-right: 10px;
	line-height: 1em;
	height: 35px;
	text-decoration: none;
	list-style-type: none;
	margin-left: 10px;
	display: inherit;
}
#container #container2 #more #directcall:hover {
	color: #009933;
}
    #container #container2 #more #directcallg {
	background-position: top;
	vertical-align: top;
	top: 54px;
	position: relative;
	background-repeat: no-repeat;
	text-decoration: none;
	list-style-type: none;
	display: block;
	margin-bottom: 35px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #container2 #more #directcallg p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-position: top;
	vertical-align: middle;
	margin-top: -56px;
	margin-right: 10px;
	line-height: 1em;
	height: 35px;
	text-decoration: none;
	list-style-type: none;
	margin-left: 10px;
	display: inherit;
}
    #container #container2 #more #directcallg:hover {
	color: #009933;
}
    #container #container2 #more #directcallgb {
	background-position: top;
	vertical-align: top;
	top: 54px;
	position: relative;
	background-repeat: no-repeat;
	text-decoration: none;
	list-style-type: none;
	display: block;
	margin-bottom: 35px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
                       
#container #container2 #more #directcallgb p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-position: top;
	vertical-align: middle;
	margin-top: -56px;
	margin-right: 10px;
	line-height: 1em;
	height: 35px;
	text-decoration: none;
	list-style-type: none;
	margin-left: 10px;
	display: block;
	color: #000000;
}
    #container #container2 #more #directcallgb p:hover
	 {
	color: #009933;
}
    
		
div#footer ul
		{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	background-position: center;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
		}
		
div#footer li
		{	
	display: inline;
	margin-right: 1em;
	color: #FFFFFF;
	list-style-type: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
		}
#footer {
	vertical-align: top;
	position: relative;
	/*left: -360px;*/
	/*border:1px solid #FFFFFF;*/
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#footer p{
	position: relative;
	top: 90px;
}
#footer {
	position: relative;
	bottom: 20px;
	/*border:1px solid #FFFFFF;*/
}
#footer  ul  a:hover {
	color: #00CC66;
	font-family: Arial, Helvetica, sans-serif;
}

#container #container2 {
	background-position: top;
	vertical-align: top;
}

.menu ul li :hover > a {
	color:#009933;
	background:#999999;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #666666;
	margin-left: -10px;
	height: 32px;
}
    .menu :active > a {
	color:#fff;
	background:#CCCCCC;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-left: -10px;
	height: 26px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
    #container #container2 #navigation .menu .selected {
	color:#009933;
	background:#CCCCCC;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-left: -10px;
	height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	left: -15px;
}

#gallery{
	/*display: run-in;*/
	position: relative;
	top: 0px;
	left: 0px;
	width: 350px;
	/*border:1px solid #FFFFFF;*/
	
}
  
#container #container2 #content #gallery p {
	font-size: 12px;
	margin-left: 10px;
}

#container #container2 #content #gallery img {
	margin-left: 2px;
	padding: 0px;
	border:1px solid #FFFFFF;
}
#container #container2 #content #gallery  h3 {
	margin-top: 3px;
	margin-left: 10px;
} 

#container #container2 #content #gallery a img p {
	text-decoration: none;
	color: #000000;
}   

#container #container2 #content #gallery a:link {
	text-decoration: none;
	color: #000000;
}   
#container #container2 #content #gallery a:hover {
	text-decoration: none;
	color: #000000;
}   
#container #container2 #content #gallery a:visited {
	text-decoration: none;
	color: #000000;
} 
#container #container2 #content #gallery a:active {
	text-decoration: none;
	color: #000000;
}   

#container #container2 #content #galleryDetail img {
	border:1px solid #FFFFFF;
	margin-left: 5px;
}

#container #container2 #content #galleryDetail a img p {
	text-decoration: none;
	color: #000000;
}
#container #container2 #content #galleryDetail a:link {
	text-decoration: none;
	color: #000000;
}   
#container #container2 #content #galleryDetail a:hover {
	text-decoration: none;
	color: #000000;
}   
#container #container2 #content #galleryDetail a:visited {
	text-decoration: none;
	color: #000000;
}

#container #container2 #content #galleryDetail a:active {
	text-decoration: none;
	color: #000000;
}

div#more #desc{
	position: relative;
	top: 100px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 200px;
	height:expression(this.scrollHeight > 200 ? "auto":"200px");
	width: 180px;
	/*border:1px solid #FFFFFF;*/
} 

div#more #desc p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}   


.memberlinks{
	padding:15px;
}
.memberlinks, memberlinks p, memberlinks div {
	color:#fff;
	font-family: arial;
}

.memberlinks a, .memberlinks a:link, .memberlinks a:active, .memberlinks a:visited {
	color:#fff;
	font-size:12px;
	text-decoration:none;
	font-family: arial;
}

.memberlinks a:hover {
	color:#fff;
	font-size:12px;
	text-decoration:underline;
	font-family: arial;
}




.clearfix:after {  	
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

form {
	padding:0px;
	margin:0px;
}

form input {

}



img { border : 0; }

.error {
	margin:10px;
	padding:20px;
	background: #ffeeee;
	font-family: verdana;
	color: #CC0000;
	font-weight: bold;
}

.error h2, .error h1	{ margin-top: 0px; color: #CC0000 !important;}
.error h3				{ margin-top: 0px; margin-bottom: 12px; color: #CC0000 !important; border-bottom: 1px #CC0000 solid;}

.error ul {
list-style-type: none;
list-style-position: outside;
}
.error ul li {
color:#CC0000;
}


tr.row{
	background:inherit;
}
tr.rowo{
	background:inherit;
}

tr.row{
	background:inherit;
}
tr.rowo{
	background:#333;
}


.clear {
	clear:both;
}

.left {
	float:left;
}
.right {
	float:right;
}

.center {
	text-align:center;
}
.aligncenter {
	text-align:center;
}
.alignjustify {
	text-align:justify;
}
.alignleft {
	text-align:left;
}
.alignright {
	text-align:right;
}

.pages {
	line-height:16px;
	margin:10px auto;
	width:350px;
}

.pages img {
	vertical-align: middle;
	margin-right:5px;
}

.pages b {
	font-size:13px;
	color: #fff !important;
	font-family: verdana, tahoma, arial;
	font-weight:bold;
	text-decoration: none;
	margin-left:2px;
	border: 1px solid #fff;
	padding:2px 5px;
	background:#333;
}
.pages a, .pages a:link, .pages a:visited, .pages a:active {
	font-size:13px;
	color: #333 !important;
	font-family: verdana, tahoma, arial;
	font-weight:bold;
	text-decoration: none;
	margin-left:2px;
	padding:2px 5px;
	border: 1px solid #ccc;
	background:#000;
}
.pages a:hover {
	text-decoration:none;
	border: 1px solid #ddd;
	background:#111;
	color:#fff !important;
}
.pages .pages_title {
	font-weight:bold;
	width:100px;
	display:inline-block;
	font-family:tahoma;
	padding:2px 5px;
	border: 1px solid #ccc;
	background:#ddd;
}


.pages .pages_list {
	/* nothing here */
}




.plisting {
	margin:0px;
	padding:0px;
	margin-top:10px;
	clear:none;
}

.plisting ul {
	list-style-type : none;
	margin: 0;
	padding: 0;
}
.plisting ul li {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float:none;
	width:350;
	height:194px;
	clear:none;
}
.plisting ul li .img{
	width:240px;
	height:180px;
	overflow:hidden;
	border: 1px solid #ccc;
	margin: 0 auto;
}
.plisting_images ul li {
	margin: 5px auto 5px auto ;
	margin: 5px 25px 5px 25px;
	padding: 0px;
	float:left;
	width:122px;
	height:124px;
	overflow:hidden;
	clear:none;
}
.plisting_images ul li .img{
	width:120px;
	height:90px;
	overflow:hidden;
	border: 1px solid #ccc;
	margin: 0 auto;
}
.plisting_images ul li .img img{
	width:120px;
	height:90px;
}
.plisting ul li .title{
	color: #332360;
	font-weight:bold;
	font-size:12px;
	line-height:16px;
	text-align:center;
}
.pproduct {
	margin-top:10px;
	clear:both;
	width:auto;
	height:auto;
}

.pproduct img{
	float:none;
	clear:both;
	margin:10px auto;	
}
.pproduct .title{
	color: #332360;
	font-weight:bold;
	display:none;
}
.pproduct .content{
	background:transparent;
	width:auto;
	height:auto;
 	overflow:auto;
 	clear:both;
 	padding:0px;
 	margin:0px;
}


.hr {
	height:1px;
	overflow:hidden;
	width:auto;
	background:#efefef;

}












.messages_list {
	width:100%;
	border-top: 1px solid #ccc;
}

.messages_list .head1 td {
	font-weight:bold;
	background:#333;
	border-bottom: 1px solid #ccc;		
	padding:2px;
}

.messages_list td {
	padding:2px;
	border-bottom: 1px solid #ccc;
}
.messages_list tr.new td {
	font-weight:bold;
}
.messages_list tr {
}
.messages_list .checkbox {
	width:20px;
	text-align:center;
}

.messages_list .colsubject{	
	text-align:left;
}
.messages_list .colsubject .snippet {	
	font-size:10px;
	color:gray;
}
.messages_list .coldate{
	width:90px;
	text-align:center;
}
.messages_list .coldelete {
	width:75px;
	text-align:right;
}
.messages_list .colbuttons {
	width:75px;
	text-align:right;
}

.messages_list .button, .messages_button {
	background-color:#efefef;
	border: 1px solid #ccc;
	color:#555;
	cursor:pointer;
}


.location_gallery ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.location_gallery ul li {
	list-style-type:none;
	margin: ;
	padding:0;
	float:left;
	width:140px;
	height:115px;
}

.location_gallery ul li .image {
	width:136px;
	height:101px;
	text-align:center;
	padding:2px 2px 2px 2px;
	margin: 0 0px 0 0;
	clear:both;
}


.login_input input {
	width:130px;
}