/* @override http://raymax.com.au/css/basic/custom.css */

body {
	font-family:  Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	color: #666;
	text-align: center;
	background-color: #555; 

}
th, td {
	font-family:  Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link, a:visited {
	color: #f60;
	text-decoration: none;
}
a:hover, a:active {
	color: #FF0000;
	text-decoration: underline;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
legend {
	display: none;
}
pre, tt {
	font-family: Monaco, "Courier New", Courier, mono;
	font-size: 9px;
	line-height: 11px;
	padding: 5px;
	border: 1px dotted #ddd;
	display: block;
	background-color: #eee;
}
acronym, abbr, dfn {
	border-bottom: 1px dotted #999;
	font-style: normal;
	cursor: help;
}
blockquote {
	background: url(/images/interface/quotes.gif) no-repeat 0 0;
	font-size: 10px;
	line-height: 16px;
	color: #666;
	padding: 0px 0px 0px 25px;
	margin: 10px 0;
}
address {
	font-style: normal;
}
#main h1 {
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	color: #C30;
	border-bottom: 1px solid #ccc;
}

#main h2 {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #c30;
}
#main h3 {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
		color: #c30;
}
#main h4 {
	font-size: 11px;
	line-height: 14px;
	color: #039;
	font-weight: normal;

}
#main .body {
	font-size: 12px;
}
#main .body ul, #main .body ol {
	line-height: 16px;
	margin-left: 17px;
	padding: 0;
	color: #666;
}
#main .body li {
	padding: 2px 0px;
	list-style-image: url(/images/interface/bullet-round.gif);
	list-style-position: outside;/**/
}
#main .body ol li {
	list-style-image: none;
		list-style-position: inside;/**/

}
#main .body li p {
	padding: 0;
	margin: 5px 0;
}
.standfirst {
	color: #666;
}

.hr_dots {
	border-bottom: 1px solid #ccc;
	margin: 10px 0 20px 0;
	}

#wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: center;

}
#masthead {
	background: url(/images/interface/banner-a.gif) no-repeat 0 0;
	margin: 0 auto;
	padding: 0;
	width: 700px;
	height: 180px;
}
#masthead h1 {
	text-indent: -9999px; 
	padding: 0;
	margin: 0;
	height: 68px;
}
#masthead h1 a {
	display: block;
	height: 68px;
	width: 100px;
}
#mastheadb {
	background: url(/images/interface/banner-b.gif) no-repeat 0 0;
	margin: 0 auto;
	width: 700px;
	height: 180px;
	font-size: 10px;
	padding: 0px;
	line-height: 22px;
	height: 27px;
	border-bottom: 1px solid #fff;
	text-align: left;
}

#mastheadb .slogan {
	color: #f90;
	padding: 3px 0 0 220px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
}


#main .crumbs {
	color: #999;
	text-align: right;
	font-size: 10px;
}
#main .crumbs a:link, #main .crumbs a:visited {
	color: #C00;
}
#main .crumbs a:hover, #main .crumbs a:active {
	text-decoration: underline;
}


/* ~~~~~~~~~~~ topnav ~~~~~~~~~~~ */




#topnav {
	padding: 28px 0 0 220px;
	text-align: left;
	list-style-type: none;
}
#topnav ul {
	margin: 0px;
	padding: 0;
}
#topnav li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	white-space: nowrap;
	}
#topnav li a:link, #topnav li a:visited {
	font-size: 11px;
	line-height: 26px;
	padding: 5px 6px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-transform: lowercase;
	border-right: 1px solid #777;

}


#topnav li a:hover, #topnav li a:active {
background-color: #333;
color: #f90;
}
#topnav li.topnav_hilite {
}
#topnav a:link.topnav_hilite, #topnav a:visited.topnav_hilite {
color: #ccc;
}
#topnav a:hover.topnav_hilite, #topnav a:active.topnav_hilite {
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */





#nav {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}
#nav h1 {
	display: none;
}
#nav ul.lev1 {
	margin: 0;
	padding: 0;
	}	
#nav h1 {
		display: none;
}
#nav .lev1 li {
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #bbb; 
		border-top: 1px solid #fff; 

		display: block;
		height: auto; 
		}
	#nav .lev1 a {
		padding: 6px 4px 6px 11px;
		display: block;
		color: #000;
		text-decoration: none;
	/*		text-transform: lowercase; */
		border-left: 5px solid #ccc;

		font-weight: bold;
		/* hide from mac ie \*/
		height: 1%; /**/
		width: auto;

		}
	#nav .lev1 a:hover {
		text-decoration: none;
		color: #cc3300;
		background-color: #eee;

		}
	#nav .lev1 .lev1_hilite a {
		color: #fff;
		border-left: 5px solid #f90;
background-color: #666;
		font-weight: bold;
		
		}
	#nav .lev1 .lev1_hilite a:hover {
		text-decoration: none;
		background-color: #eee;
		color: #cc3300;
		}
	#nav .lev1 ul.lev2 {
		margin: 0;
		padding: 0;
		border-left: none;
		border-right: none;
		width: auto;
		}
	#nav .lev1 .lev2 li {
		font-size: 11px;
		text-transform: none;
		letter-spacing: 0;
		color: #999;
		margin: 0;
		padding: 0;
		list-style-type: none;
		border-left: none;
		border-right: none;
		border-bottom: none;
		border-top: 1px solid #ccc;
		height: auto; 
		}
	#nav .lev1 .lev2 a {
		display: block;
		color: #000;
		text-decoration: none;
		font-weight: normal;
	background-color: #eee;

		}
	#nav .lev1 .lev2 a:hover {
		text-decoration: none;
		color: #cc3300;
		background-color: #fff;
		}
	#nav .lev1 .lev2 .lev2_hilite a {
		color: #999;
		font-weight: normal;
	padding-left:8px;
		}
	#nav .lev1 .lev2 .lev2_hilite {
		color: #000;
		border-left: 4px solid #f90;
	
	}
	#nav .lev1 .lev2 .lev2_hilite a:hover {
		text-decoration: none;
				background-color: #eee;
		color: #cc3300;

		}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content {
	margin: 0 auto;
	padding: 0;
	width: 700px;
	text-align: center;
	background: url(/images/interface/col-bg.gif) #fff repeat-y left top;
}
#content h1.pagetitle {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #c30;
	padding-top: 0;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	border-bottom: 3px solid #ccc;

}
#columns {
	margin: 0;
	padding: 0px;
	background: url(/images/interface/main-bg.gif) no-repeat 204px top;

}
#main {
	line-height: 20px;
	padding: 0 0 30px 0;
	text-align: left;
	float: right;
	width: 450px;
	margin: 0 20px 0 0;
	display:inline;
	/* hide from mac ie - fixes 100% table display for pc ie \*/
	height: 1%; /**/
	}
#container {
	padding: 20px 0 0 0;
	/* hide from mac ie - fixes 100% table display for pc ie \*/
	height: 1%; /**/	
}
#sidebarL {
	float: left;
	width: 204px; /* for mac ie */
	/* hide from mac ie \*/
	height: 1%; /**/
	margin: 0;
	padding: 0 0 40px 0;
	text-align: left;

}
#sidebarR {
	float: right;
	width: 193px;
	/* hide from mac ie \*/
	height: 1%; /**/
	margin: 0;
	padding: 3px 0 0 0;
	margin-bottom: 20px;
	text-align: left;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#sidebarR .article {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
}
#sidebarR .article p {
	padding: 0 12px 12px 0;
	margin: 0;
}
#sidebarR .article h2 {
	background-color: #becbd8;
	color: #003;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 8px 4px 12px;
	margin: 0 0 2px 0;
	border-bottom: 1px solid #7799A9;
}
#sidebarR .body {
	padding: 5px 8px 10px 12px;
	margin: 0;
	color: #004463;
/*	border-top: 1px solid #ddd; */
}
#sidebarR .article .children ul, #sidebarR .article .children li {
	padding: 0;
	margin: 0;
	list-style: none;
}




#sidebarR .article ul, #sidebarR .article ol {
	margin-left: 0px;
	padding: 0;
}

#sidebarR .article h1 {
	color: #909;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 4px 0;
	margin: 0;
}

#sidebarR #files {
	padding: 0 12px 12px 12px;
	margin: 0;
}
#sidebarR .advert {
	padding: 12px 8px 12px 12px;
	margin: 0;
	
}
#sidebarR .advert .rave {
	font-size: 12px;
	font-weight: bold;
	color: #004463;
	line-height: 20px;
	
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.children .arrows {
	float: right;
	margin: 0;
	padding: 0;
}
.children .summary  {
	font-size: 11px;
	line-height: 14px;
	color: #999;
	margin: 5px 0;
}
.children table td .summary  {
	clear: both;
	margin-bottom: 0;
}
.children .child {
	padding: 3px 0;
}
.children .childtitle, .children .childtitle a:link, .children .childtitle a:visited {
	font: bold 12px/14px;
	margin: 5px 0;
	padding: 0;
}
.children table td .childtitle  {
	margin-top: 0;
}
.children table {
	border-spacing: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%;
}
.children table td.child {
	text-align: center;
	font-size: 11px;
	border-collapse: collapse;
	padding: 5px;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 33.33%;
}
.children ul {
	margin: 0;
	padding: 0;
	color: #333;
}
.children li {
	padding: 0 20px;
	margin-left: 0;
	background:  url(/images/interface/arrow-orange.gif) no-repeat 0 10px;
	list-style: none;
}
.children li.thumbnail {
	list-style-type: none;
}
.children table td .thumbnail {
	padding: 0;
	margin-bottom: 5px;
}
.children .details {
	font-size: 12px;
	height: 17px;
	padding: 5px;
	border: 1px solid #ccc;
	color: #000;
}
.children .details .price {
	float: left;
}
.children .details .options a img {
	padding: 2px;
	margin: 0 0 0 5px;
	background-color: #eee;
	border: 1px solid #ccc;
	float: right;
}
.children .details .options a img:hover {
	border-color: #666;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#main .buynow {
	border: 1px solid #ccc;
	padding: 5px;
	height: 24px;
	line-height: 24px;
}
#main .buynow label {
	font-weight: bold;
	color: #999;
}
#main .buynow .buy {
	float: right;
}
#main .buynow .price {
	float: left;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	font-size: 11px;
	margin: 0;
	clear: both;
	padding: 0 10px;
	color: #999;
	background-color: #000;
	height: 35px;
}
#footer .left {
	float: left;
	padding-top: 10px;
}
#footer .right {
	float: right;
	padding-top: 10px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#files table.files {
	/*border-collapse: collapse;*/
	border-spacing: 1px;
	background-color: #eee;
}
#files td, #files th {
	font-size: 11px;
	background-color: #fff;
	padding: 2px 5px;
}
#files th {
	background-color: #ddd;
}
#files td {
	padding: 4px;
}
#files img {
	border: 0;
	padding: 0;
	margin: 0;
	display: inline;
}
#files .col1 {
	width: 100%;/**/
}
#files .col1, #files .col2 {
	text-align: left;
}
#files th.col3, #files .col4 {
	text-align: center;
}
#files td.col3 {
	text-align: right;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#search th, #search td {
	font-size: 10px;
	text-align: left;
}
#search th {
	padding: 5px 3px 5px 0;
}
#search table  {
	margin: 0;
	padding: 10px 0;
}
#search .pages {
	padding: 10px 0;
	border-top: 1px solid #ddd;
}
#search dd span, #search dd span {
	color: #333;
}
#search dt {
	font-weight: bold;
}
#search dd .excerpt {
	font-size: 10px;
	color: #999;
	line-height: 12px;
}
#search dd strong, #search dd b {
	font-weight: bold;
	color: #666;
	border-bottom: 1px dotted #666;
}
#search .help {
	color: #666;
	line-height: 13px
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sitemap {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
#sitemap li {
	padding: .2em 0;
	margin: 0;
}
#sitemap li li {
	padding: 0;
	margin: 0;
}
#sitemap ul ul {
	list-style: normal;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

p.error {
	font-size: 11px;
	margin: 0 0 30px 0;
	padding: 25px 10px 5px 10px;
	color: #fff;
	font-weight: bold;
	text-shadow: #c60 2px 2px 0px;
	background: url(/images/admin/vtc/error_stripe.gif) #f90 repeat-x 0px 0px;
	border: 1px solid #000;
}
#main form {
	/* hide from mac ie \*/
	height: 1%; /**/
}
table#formmail  {
	border-top: 1px solid #eee;
	border-collapse: collapse;
	width: 100%;
}
#formmail th, #formmail td {
	font-size: 11px;
	padding: 3px;
	border-bottom: 1px solid #eee;
	text-align: left;
	border-collapse: collapse;
}
#formmail th {
	padding-top: 7px;
	font-size: 10px;
	color: #999;
	border-right: 1px solid #eee;
	vertical-align: top;
	white-space: nowrap;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

form.logon {
	margin: 5px 0;
	padding: 0;
}
.logon input {
	width: 100%;
}
.logon p input {
	width: 50%;
}
.logon label {
	display: block;
	padding-top: 5px;
	font-size: 10px;
	font-weight: bold;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#main .body table {
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	width: 100%;
}
#main .body table td, #main .body table th {
	border-bottom: 1px solid #ddd;
	padding: 3px;
	font-size: 10px;
/* 	white-space: nowrap; */
}
#main .body table th {
	text-align: left;
	white-space: nowrap;
	
}
#main .body table caption {
	display: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#files {
/*	border: 1px solid #eee; */
	margin: 5px 0;
	padding: 5px;
}
#files dl {
	margin: 0;
	padding: 0 5px;
	background-color: #f8f0cb;
}
#files dl dt {
	border: 1px solid #f8f0cb;
	border-top: 2px solid #fff;
}
#files dl dt.first {
	border: 1px solid #f8f0cb;
}
#files dl span, #files dl strong {
	display: none;
}
#files dl span.s_size {
	display: inline;
	font-weight: normal;
}
#files dl dt {
	font-weight: bold;
	margin: 0;
	padding: 3px 0 0 0;
	background-image: url(/images/interface/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 16px;
}
#files dl dd {
	border: 1px solid #f8f0cb;
	margin: 0;
	padding: 0 0 5px 0;
	padding-left: 16px;
	color: #f7b82c;
	position: relative;
}
#files dl dd p {
	margin: 0;
	padding: 0;
}
#files dl dd div.s_notes {
	color: #333;
	/*display: none;*/
}
#files dl dd div.s_notes p {
	margin: 5px 0 0 0;
}
#files dl dd p.s_toggle {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: bold;
	cursor: pointer;
}
#files dl dt.forSale {
	background-image: url(/images/interface/forSale.gif);
}
#files dl dt.requireUser {
	background-image: url(/images/interface/locked.gif);
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#search th, #search td {
	font-size: 10px;
	text-align: left;
}
#search th {
	padding: 5px 3px 5px 0;
}
#search table  {
	margin: 0;
	padding: 10px 0;
}
#search .pages {
	padding: 10px 0;
	border-top: 1px solid #ddd;
}
#search dt {
	font-weight: bold;
	margin: 5px 0;
}
#search dt a {
	text-decoration: none;
}
#search dt a:hover {
	text-decoration: none;
	border-bottom: 1px solid #48146a;
}
#search dd .s_excerpt {
	font-size: 10px;
	color: #666;
	line-height: 13px;
}
#search dd strong, #search dd b, #search dt b {
	font-weight: bold;
/*	color: #333; */
	border-bottom: 1px dotted #666;
	background-color: #ff9;
}
#search .help {
	color: #666;
	line-height: 13px;
}
#search dd {
	position: relative;
}
#search p.s_scoreC, #search span.s_scoreB {
	font-size: 1px;
	height: 8px;
	display: block;
}
#search p.s_scoreC {
	position: absolute;
	/*float: right;*/
	right: 25px; /* pc ie workaround */
	top: 5px;
	width: 50px;
	border: 1px solid #48146a;
	background-color: #fff;
}
html>body #search p.s_scoreC {
	right: 0; /* override for everything but ie */
}
#search span.s_scoreB {
	background: url(/images/interface/score.gif) repeat-x 0px 50%;
	background-color: #a389b4;
}
#search dd p {
	color: #333;
}
#search dd div {
	position: relative;
	border: 1px solid #eee;
	margin-top: 5px;
	/*background-color: #f8f0cb;*/
}
#search dd div div {
	/*background-color: #f5f2f7;*/
	background-color: #f8f0cb;
	/*background-color: #fff;*/
	border: 0;
	margin: 5px;
	padding: 2px 0;
	/*border: 1px solid #f7b82c;*/
	border: 1px solid #f8f0cb;/**/
	position: relative;
}
#search dd div p, #search dd div div p {
	margin: 5px;
}
#search dd div div div {
	border-top: 2px solid #fff;/**/
	margin: 5px 5px 0 5px;
}
#search dd div p.s_description {
	font-weight: bold;
	color: #333;
}
#search dd div p.s_description .s_size {
	font-weight: normal;
	display: inline;
	color: #000;
}
#search dd div div div .s_filename {
	color: #f7b82c;
	font-weight: normal;
}
#search dd div div p {
	font-size: 10px;
	margin: 0 5px;
	color: #000;
}
#search dd div div p span {
	font-weight: bold;
	/*font-size: 9px;
	color: #48146a;*/
	color: #c59323;
}
#search dd div div div p {
	color: #000;
	margin: 0;
	background: url(/images/interface/arrow_right.gif) no-repeat 0px 50%;
	padding-left: 16px;
}
#search dd div div div p.s_notes, #search dd div div div p.s_filename {
	background: 0;
}
#search dd div div div p a {
	text-decoration: none;
	border-bottom: 0;
	font-weight: bold;
}
#search dd div div div p a:hover {
	text-decoration: none;
	border-bottom: 1px solid #333;
}
#search dd div div div p span {
	font-weight: bold;
	color: #48146a;
	display: none;
}
#search p.pages a {
	font-weight: bold;
}
#search p.pages strong {
	color: #c59323;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.childtitle {
	font-weight: bold;
	background-color: #e8e8e8;
}
	
	
#contact{
	
}

#contact h1{
	font-size: 16px;
	padding: 5px 10px;
	color: #fff;
		background: #ff9900;
		margin: 10px 0px 0 0 ; 
}

#contact span{
		background: transparent  url(../../images/arrow.gif) no-repeat 0px 0px;
		float: right;
		width: 24px;
		border: 0px solid;		margin-right: 30px;
		padding: 0px;
}

#contact p{
	text-align: center;
	margin-top: 20px;
	padding-bottom: 15px;
	border-bottom: 2px solid #ff9900;
}
#contact p a{

}