@charset "utf-8";
/* CSS Document (CSS 2009 v2), for TSI
 * Author: Creativeillusions by Design p/l
 */
 
/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
html { height: 100%; 
     overflow: -moz-scrollbars-vertical;
}

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62%;
	color:#000000;
	background-color: #fff;
	background-image: url(../img/tbg118.png);
	background-repeat: repeat-x;
	background-position: left top;
}

h1,h2,h3,p, ol {margin: 1em 0;}


a{
	text-decoration:underline;
	outline:none;
	color: #5E7351;
}
h1,h2,h3{
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	color: #677555;
	font-size: 1em;
	margin-top: 18px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 11px;
	font-weight: normal;
	padding-left: 20px;
	color: #3E4530;
	line-height: 1.5em;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	margin: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h5 {
	font-size: 10px;
	font-weight: normal;
	padding-left: 10px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	color: #39481A;
}
h6 {
	font-size: 12px;
	font-weight: normal;
	padding-left: 20px;
	color: #515B40;
	line-height: 1.5em;
	margin: 5px;
}
strong   {
	font-weight: bold;
	color: #6F795E;
}
.tx_small {
	font-size: 0.7em;
	font-weight: normal;
}
.tx_big {
	font-size: 1.1em;
	font-weight: bold;
	color: #5E6A4D;
}
.tx_red {
	color: #CC3300;
	font-size: 11px;
	padding-left: 2px;
	padding-top: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tx_link {font-size: medium}
#banner {
	position:absolute;
	top: 0px;
	left: 0px;
	height: 174px;
	width: 174px;
}	
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/
#container {
position: relative;
height: auto !important; /* For newish browsers */
height: 100%; /* This is for crappy IE*/
min-height: 100%; /* For newish browsers*/
	}

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header_print {

	display: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
}

#header {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/theader90.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
}
#tophead {
	width: 297px;
	float: right;
	padding-top: 6px;
}
#head {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 320px;
	padding-top: 37px;
	float: left;
}
a.srollover {
	display: block !important;
	width: 320px;
	height: 30px;
	text-decoration: none;
	background-image: url(../img/logo640.png);
	background-repeat: no-repeat;
	background-position: 0 0;
      }

a:hover.srollover {
	background-position: -320px 0;
	display: block !important;
	height: 30px;
	width: 320px;
}	

/*------------------------------------------------------------*
**  Login
**------------------------------------------------------------*/

form { margin: 0; }

input.logincel {
	width: 98px;
	border: none;
	color: #B75226;
	background-color: #C6553B;
	background-image: url(../img/logincel.png);
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
}
input.submit {
	width: 60px;
	border: none;
	color: #F7F9F5;
	background-color: #C6553B;
	background-image: url(../img/loginbuton.png);
	height: 24px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	cursor:pointer !important;
	cursor:hand;
}
input.submit:active,input.submit:hover		{
	background-position:0 -24px;
	color: #FFCC66;
}
/*------------------------------------------------------------*
**  Menu
**------------------------------------------------------------*/
#menu {
	height: 28px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	background-image: url(../img/bgmenu28.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}
#nav-menu {
	text-align: center;
	font-family:Verdana, sans-serif;
	font-size:11px;
	color:#3D4C35;
	height: 28px;
	display: block;
	position: relative;
	clear: left;
	text-align: right;
	float: right;
}
#nav-menu ul {
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#nav-menu ul li {
	display: inline;
	float: left;
	width: 100px;
	text-align: center;
}

#nav-menu a {
	display: block;
	height: 28px;
	line-height: 28px;
	color: #475830;
	text-decoration: none;
	background-color: transparent;
	background-image: url(../img/menu84.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav-menu #current a {
	color: #475830;
	background-image: url(../img/menu84.png);
	background-repeat: no-repeat;
	background-position: 0 -56px;
}

#nav-menu a:hover {
	color: #FF3300;
	background-image: url(../img/menu84.png);
	background-repeat: no-repeat;
	background-position: 0 -28px;
}


/*------------------------------------------------------------*
**  Body
**------------------------------------------------------------*/
#body {
	width: 700px;
	padding-bottom: 33px;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#body:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0;
	}
* html #body { height: 1%; }

/*-----
#body a:active, #body a:link, #body a:visited {
	color: #607B46;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
----*/
#body a:hover {color: #FF3300;}

.click-join a {
	text-decoration: underline;
	background-image: url(../img/out.png);
	background-repeat: no-repeat;
	background-position: 310px center;
	display: block;
	letter-spacing: 1px;
	padding: 1px;
	}
	
.click-join a:hover {
	color: #FF3300;
	text-decoration: none;
	}	
.h_box {
	padding-top: 10px;
	padding-right: 0px;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
/*------------------------------------------------------------*
**  center
**------------------------------------------------------------*/
#video {
	width: 700px;
	float: left;
	text-align: center;
	margin-bottom: 11px;
}
#butten {
	width: 700px;
	float: left;
	text-align: center;
	background-image: url(../img/button.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 65px;
	margin-bottom: 8px;
}
#center {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 700px;
	float: left;
	padding-top: 2em;
	font-size: 1.2em;
}
#center h1{
	color: #CB2722;
	font-size: 3em;
	padding-bottom: 15px !important;
	text-align: center;
	padding-top: 15px;
	margin: 1px;
}
#center h2{
	color: #677555;
	font-size: 22px;
	padding-bottom: 15px !important;
	text-align: center;
	padding-top: 15px;
	margin: 1px;
	line-height: 30px;
}
#center h3{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #788567;
	color: #677555;
	margin-top: 1.5em;
	margin-bottom: 0.7em;
	padding-bottom: 3px;
	margin-right: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}
#center p {
	margin-right: 20px;
	line-height: 1.4em;
	font-size: 12px;
	color: #333333;
	margin-top: 5px;
	margin-left: 5px;
}		

#center ol {
	margin-left: 20px;
}
#lcenter li {
	margin-top: 5px;
}
#center ul li {
	list-style: none;
	background-image: url(../img/b3.png);
	background-repeat: no-repeat;
	background-position: -4px 3px;
	font-size: 12px;
	line-height: 18px;
	padding-left: 12px;
}
	
	
	
/*------------------------------------------------------------*
**  Left
**------------------------------------------------------------*/
#left {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 470px;
	float: left;
	padding-top: 2em;
	font-size: 1.2em;
}
#left h2{
	margin-bottom: 1px !important;
	color: #677555;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #788567;
	font-size: 1.3em;
	padding-bottom: 0px !important;
	margin-top: 0px;
	margin-right: 22px;
}
#left h3{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #788567;
	color: #677555;
	margin-top: 1.5em;
	margin-bottom: 0.7em;
	padding-bottom: 3px;
	margin-right: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}
#left p {
	margin-right: 20px;
	line-height: 1.4em;
	font-size: 12px;
	color: #333333;
	margin-top: 5px;
	margin-left: 5px;
}		

#left ol {
	margin-left: 1.1em;
}
#left li {
	margin-top: 6px;
}
#left ul li {
	list-style: none;
	padding-left: 15px;
	background-image: url(../img/b3.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-size: 12px;
}
#leftbox {
	width: 230px;
	padding-bottom: 10px;
	float: left;
	text-align: justify;
	margin-right: 20px;
	}
#leftbox p {
	margin-left: 20px;
	text-align: left;
	}
/*------------------------------------------------------------*
**  Right
**------------------------------------------------------------*/

#rightbig {
	width: 450px;
	padding-bottom: 10px;
	float: right;
	margin-left: 20px;
	}
#rightbig p {
	margin-left: 20px;
	text-align: left;
	}
#rightbig h2 {
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	margin-top: 5px;
	}	
	
#rightbox {
	width: 230px;
	padding-bottom: 10px;
	float: right;
	text-align: justify;
	margin-left: 20px;
	}
#rightbox p {
	margin-left: 20px;
	text-align: left;
	}
#right {
	width: 230px;
	padding-top: 2.5em;
	padding-bottom: 1.5em;
	float: right;
	text-align: justify;
	}

#right a {
	color: #527243;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}
#right a:hover {
	color: #FF3300;
	}

.divider {
	overflow:hidden;
	height: 3px;
}
#right img {
	margin: 0px;
	}
#rightbox img {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #663;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #663;
	}
/*------------------------------------------------------------*
**  Frames and Box
**------------------------------------------------------------*/
.framehead{
	background-image: url(../img/framehead.gif);
	height: 6px;
	width: 230px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.frame {
	background-image: url(../img/frame.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 230px;
}
.frame h3, .box h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #788567;
	letter-spacing: 1px;
	border-bottom-width: 0.05em;
	border-bottom-style: solid;
	border-bottom-color: #788567;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 12px;
	text-align: left;
	font-size: 150%;
}	
.frame_link {
	padding-left: 23px;
	background-image: url(../img/vf.png);
	background-repeat: no-repeat;
	color: #547445;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.6em;
	margin-left: 10px;
	background-position: 0px -1px;
}
.frame p, .box p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-align: justify;
	line-height: 15px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.boxleft p {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-weight: normal;
	text-align: left;
	padding-left: 15px;
}

.framefoot{
	background-image: url(../img/framefoot.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 230px;
	background-position: center top;
	margin-bottom: 10px;
}
.boxhead{
	background-image: url(../img/boxhead.gif);
	height: 6px;
	width: 230px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.box {
	background-image: url(../img/box.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 230px;
}
.boxleft {
	background-image: url(../img/box.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 230px;
}
.boxfoot{
	background-image: url(../img/boxfoot.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 230px;
	background-position: center top;
	margin-bottom: 10px;
}	
.boxhead450{
	background-image: url(../img/boxhead450.gif);
	height: 6px;
	width: 450px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 8px !important;
	margin: 0px !important;
	clear: both;
}
.boxtop450{
	background-image: url(../img/boxhead450.gif);
	height: 6px;
	width: 450px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 0px;
}
.box450, .box455 {
	background-image: url(../img/box450.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 2px;
	padding-bottom: 4px;
	width: 450px;
}
.box455 p, .wbox450 p, .box455 h1 {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.boxfoot450{
	background-image: url(../img/boxfoot450.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 450px;
	background-position: center top;
	margin-bottom: 10px;
}	
.whead450{
	background-image: url(../img/whead450.gif);
	height: 6px;
	width: 450px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 0px;
}
.wbox450 {
	background-image: url(../img/wbox450.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 2px;
	padding-bottom: 4px;
	width: 450px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.wfoot450{
	background-image: url(../img/wfoot450.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 450px;
	background-position: center top;
	margin-bottom: 10px;
}

/*------------------------------------------------------------*
**  Form
**------------------------------------------------------------*/	

.cssform p{
	clear: left;
	height: 1%;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 170px;
	margin: 0;
}

.cssform label{
	float: left;
	margin-left: -140px;
	text-align: right;
	width: 135px;
	margin-right: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #515B40;
}

.cssform input{
	width: 214px;
	background: #fff url(../img/input_bg.gif)  left top no-repeat;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 17px;
	border: 1px solid #88977a;
	line-height: 1.2em;
	color: #556046;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
}
#submitbutton, #agreesubmit, #freesubmit{
	width: 220px;
	background-image: url(../img/registert220.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:25px;
	overflow:hidden;
	border:0;
	display:inline;
	cursor:pointer !important;
	cursor:hand;
	background-color: #E6EDDF;
	margin-right: 0px;
	margin-bottom: 8px;
	text-decoration: none;
	color: #3E4530;
	font-size: 1.1em;
	padding: 0px;
	margin-top: 1px;
}
#freesubmit{
	margin-left: 175px;
}
#submitbutton{
	margin-left: 175px;
	}
#agreesubmit{
	margin-left: 120px;
}

#submitbutton:hover, #agreebutton:hover, #freesubmit:hover{
	background-position:0 -25px;
	color: #FF3300;
}
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/	

* html .threepxfix{
	margin-left: 3px;
}

/*------------------------------------------------------------*
**  Table
**------------------------------------------------------------*/	

.potable {
	border-collapse:collapse;
	width: 98%;
	border: 0.05em solid #86956F;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 4px;
}
.potableheader {
	border:0.05em solid #86956F;
	background-color:#F1F5EF;
	color:#4B5939;
	font-weight: normal;
	text-align: center;
	margin: 2px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-size: 1em;
}
.wtablerow {
	margin:2px;
	padding: 6px;
	border:0.05em solid #86956F;
	background-color:#FFFFFF;
	color:#4B5939;
	font-weight: normal;
	text-align: center;
	font-size: .9em;
}
.xtablerow {
	margin:2px;
	padding: 6px;
	border:0.05em solid #86956F;
	background-color:#FAFBF4;
	color:#4B5939;
	font-weight: normal;
	text-align: center;
	font-size: .9em;
}
.rtablerow {
	margin:2px;
	padding: 6px;
	border:0.05em solid #86956F;
	background-color:#FAFBF4;
	color:#4B5939;
	font-weight: normal;
	text-align: center;
	font-size: .9em;
	background-image: url(../img/x.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.click {
	margin:2px;
	padding: 6px;
	background-color:#DAE9D3;
	color:#5E7351;
	font-weight: bold;
	text-align: center;
	font-size: 1.1em;
	border-top-width: 0.05em;
	border-right-width: 0.15em;
	border-bottom-width: 0.15em;
	border-left-width: 0.05em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5E7351;
	border-right-color: #5E7351;
	border-bottom-color: #5E7351;
	border-left-color: #5E7351;
}
.click2 {
	padding: 6px;
	background-color:#DAE9D3;
	color:#5E7351;
	font-weight: bold;
	text-align: center;
	font-size: 1.1em;
	border-top-width: 0.05em;
	border-right-width: 0.15em;
	border-bottom-width: 0.15em;
	border-left-width: 0.05em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5E7351;
	border-right-color: #5E7351;
	border-bottom-color: #5E7351;
	border-left-color: #5E7351;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-top: 5px;
}


/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/	
	
#footer {
	color: #515B40;
	width: 100% !important;
	z-index: 500 !important;
	position: absolute;
	text-align: center;
	height: 50px;
	bottom: 0;
	left: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #C30;
	z-index:500;
	}
#footer p {
	font-size: 10px;
	margin-top: 18px;
	}
	#footer a:hover {
	color: #F00;
	}
	
.divClear {
	clear:both;
	padding-top: 35px;
    }
	
/*------------------------------------------------------------*
**  box2x
**------------------------------------------------------------*/	

.boxl {
	float:left;
	width: 230px;
	font-size: 12px;
	line-height: 18px;
	padding-top: 5px;
}
.boxr {
	float:right;
	width: 230px;
	font-size: 12px;
	padding-right: 5px;
	padding-top: 5px;
}
.boxleft {
	background-image:url(../img/box.gif);
	background-position:center top;
	background-repeat:repeat-y;
	width:230px;
	height: 207px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.envelope  {
	width: 90%;
	clear: both;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 2px;
}
.envelope p {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: normal;
	text-align: left;
	font-size: 11px;
	padding-left: 3px;
	line-height: 1.5em;
}

img.floatLeft {
	float: left;
	margin-top: 2px;
	margin-right: 15px;
	margin-bottom: 2px;
	margin-left: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A6B3A0;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #A6B3A0;
}
img.floatRight {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 4px;
	margin-left: 4px;
}
