/* Krafty.com.au style sheet copyright Krafty 2009 */
body {
	color: #000000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
}

* {margin: 0px; padding: 0px;}

.clear {clear: both;}

#container {
	margin: 0px auto;
	text-align: left;
	width: 979px;
}
#header {
	background-image: url(images/header.gif);
	width: 979px;
	height: 232px;
	display: block;
}
#border {
	background-image: url(images/border.gif);
	background-repeat: repeat-y;
	width:979px;
}
#main {
	background-image: url(images/contentbg.gif);
	background-color: #000000;
	margin: 0px 12px 0px 10px;
	background-repeat: repeat-x;
}
#left {
	width: 261px;
	float: left;
	display: inline;
	background-image: url(images/contentbg.gif);
	background-color: #000000;
	
}
#right {
	float: right;
	width: 580px;
}

.content {
	width:530px;
}

h2 {
	color: #bf8a44;
	margin-left: 5px;
	font-size: 12pt;
	font-family: "Trebuchet MS", Times, serif;
	font-style: italic;
	font-weight: bold;
}

h3 {
	height: 31px;
	background-color: #000000;
	padding-top: 20px;
	padding-left: 5px;
	font : 14pt 'Trebuchet MS', sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #f1c947;
	border-bottom: 1px solid #ff0000;
}

p {
	margin-bottom: 15px;
    margin-top: 15px;
    font : 12pt 'Trebuchet MS', sans-serif;
	color: #ffffff;
}

p.note {
	margin-bottom: 15px;
    margin-top: 15px;
    font : 9pt 'Trebuchet MS', sans-serif;
	color: #ffffff;
} 

p.noteright {
			text-align: right;
            margin-left: 10px;}

.boldword {
	font-weight: bold;
	font-style: italic;
}

ul.main {
	font : 12pt 'Trebuchet MS', sans-serif;
	color: #ffffff;
	margin-bottom: 2px;
    margin-top: 2px;
	list-style-type: disc;
}

li.main {
	font : 12pt 'Trebuchet MS', sans-serif;
	color: #ffffff;
	margin-bottom: 5px;
    margin-top: 5px;
	margin-left: 30px;
}

.read_more {
	padding: 3px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
	font : 10pt 'Trebuchet MS', sans-serif; 
	color: #ffffff;
}

p.first:first-letter {
	font-size:300%;
	float:left;
	color:#ff0000;
}
.content a {
	color:#c0c0c0;
}
.content a:hover {
	color:#c0c0c0;
}
.content a:visted {
	color:#c0c0c0;
}

#menu {
	background-image: url(images/menu.gif);
	width: 261px;
	height: 449px;
	margin-left: 93px;
}
#menu ul {
	background-image: url(images/translogo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 45px 0px 0px 0px;
	width: 220px;
	margin-left: 15px;
}
#menu li {
	background-image: url(images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 1px dotted #f1c947;
	list-style-type: none;
	padding: 4px 30px 4px 0px;
	text-align: left;
}
#menu li:hover {
	background-image: url(images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 1px dotted #f1c947;
	list-style-type: none;
	padding: 4px 30px 4px 0px;
	text-align: left;
}
#menu a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 900;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	
}
#menu a:hover {
	color:#ff0000;
}
.last{
	border-bottom: none !important;
}
#menubottom {
	background-image: url(images/menubottom.jpg);
	background-repeat: no-repeat;
	width: 261px;
	height: 76px;
	margin-left: 93px;
}
#menubottom ul {
	padding: 20px 0px 0px 0px;
	width: 240px;
	margin-left: 40px;

}
#menubottom li {
	float: left;
	display: inline;
	width: 77px;
	text-align: center;
}
#menubottom a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	color: #000000;
}
#menubottom a:hover {
	color:#ff0000;
}

#footer {
	background-color: #000000;
	background-image: url(images/borderfooter.gif);
	height: 74px;
	width: 979px;
}

#footerend {
	background-image: url(images/bottomfooter.gif);
	background-repeat: no-repeat;
	width: 979px;
	height: 25px;
	display: block;
}

#copyright {
	width: 220px;
	height: 43px;
	display: inline;
	margin-left: 10px;
	float: left;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 800;
	color: #c0c0c0;
	padding: 30px 20px 0px 20px;
	text-align: center;
}

#copyright a {
	font-family: Arial, Helvetica, sans-serif;
	color: #c0c0c0;
}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			  
.float_center {float: left;
			   margin-left: 30px;}

fieldset#formwrap { 
  background-color : #000000; 
  border : 0px;
  font : 12pt 'Trebuchet MS', sans-serif; 
  color: #ffffff;
}

fieldset { 
  background-color : #000000; 
  border : 0px;
  font : 12pt 'Trebuchet MS', sans-serif; 
  color: #ffffff;
}	   
fieldset.line { 
  background-color : #000000; 
  border : 0px;
  font : 12pt 'Trebuchet MS', sans-serif; 
  color: #ffffff;
  border-top: 1px solid red;
}	   

.main_formhead, .formhead { 
  font : 12pt 'Trebuchet MS', sans-serif; 
  color : #ff0000; 
}
legend { 
  font-weight : bold; 
  color : #f1c947;
}
ul.site {
	color: #bf8a44;
	margin-left: 5px;
	font-size: 12pt;
	font-family: "Trebuchet MS", Times, serif;
	font-style: italic;
	font-weight: bold;
}
