/* CSS */
/* APC-CompuNET */
/* 16-06-2008 */
/* CSS */

body, html {
  margin:0;
  padding:0;
  background:#242424 url(../images/header_bg.jpg) repeat-x left top;
  scrollbar-arrow-color: white;
  scrollbar-base-color: black;
  scrollbar-dark-shadow-color: ffcc33;
  scrollbar-track-color: black;
  scrollbar-face-color: black;
  scrollbar-shadow-color: black;
  scrollbar-highlight-color: ffcc00;
  scrollbar-3d-light-color: black;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666666;
}

a, a:visited {
  outline:none;
  color:#0000FF;
  outline:none;
}

a:hover {
  text-decoration:none;
}

#wrapper {
  position:relative;
  margin:0;
  padding:0;
  width:900px;
  left:50%;
  margin-left:-450px;
}

#header {
  position:relative;
  width:100%;
  height:150px;
  background:url(../images/header_logo.jpg) no-repeat left top;
  text-align:right;
  vertical-align:bottom;
}

#header #menu {
  position:absolute;
  width:135px;
  bottom:16px;
  right:23px;
  padding:0;
  margin:0;
}

#header #menu img {
  float:left;
  border:0;
}

#content {
  position:relative;
  float:left;
  width:100%;
  background:#FFFFFF url(../images/bottom.JPG) no-repeat bottom;
}

#content #menu {
  position:relative;
  float:left;
  width:100%;
  background:url(../images/menu.jpg) no-repeat;
  height:65px;
}

#content #menu ul {
	margin: 0px;
	padding: 30px 0px 0px 10px;
	list-style: none;
	line-height: normal;
}

#content #menu li {
	float: right;
}

#content #menu a {
	display: block;
	float: left;
	height: 14px;
	padding: 0px 26px 0px 5px;
	background:url(../../../images/menudivide.JPG) no-repeat right top;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
    outline:none;
}

#content #menu a:hover {
	text-decoration: underline;
}

#content #banner {
  position:relative;
  float:left;
  height:91px;
  width:880px;
  margin-top:4px;
  margin-left:10px;
  _margin-left:5px;
  background:url(../images/banner.jpg) no-repeat;
}

#content #left {
  position:relative;
  float:left;
  width:171px;
  background:url(../images/lefttop.jpg) no-repeat;
  min-height:120px;
  margin-top:7px;
  padding:44px 10px 0px 14px;
}

#content #left p {
  font-size:9px;
}

#content #left strong {
  font-size:10px;
}

#content #left #clear {
  position:relative;
  float:left;
  width:171px;
  height:85px;
}

#content #left #clear {
  *height:60px;
  _height:45px;
}

#content #right {
  position:relative;
  float:left;
  width:618px;
  background:url(../images/righttop.jpg) no-repeat;
  min-height:120px;
  margin-top:7px;
  margin-left:1px;
  padding:44px 40px 10px 42px;
}

#content #right p {
  margin:10px 0 10px 0;
}

#content #right p .left {
  float:left;
}

.floatleft {
  float:left;
}

#packages {
  padding-top:7px;  
  padding-bottom:7px;
  float:left;
  width:100%;
}

#packagesul {
  width:450px;
  float:left;
}

#content #right #reg {
  position:relative;
  float:left;
  width:605px;
  border-left:1px solid #FFCC00;
  border-top:1px solid #FFCC00;
  border-bottom:1px solid #FFCC00;
  margin-top:10px;
}

#content #right #reg #stages {
  position:relative;
  float:left;
  width:150px;
  border-right:1px solid #FFCC00;
  border-bottom:1px solid #FFCC00;
  height:100px;
  text-align:center;
}

#content #right #reg #regnav {
  position:relative;
  float:left;
  margin-top:10px;
  width:100%;
}

#stages.selected {
  background:url(../images/stages.jpg) bottom left no-repeat;
}

#content #right #reg #form {
  position:relative;
  float:left;
  width:584px;
  border-right:1px solid #FFCC00;
  padding:10px;
}

#footer {
  position:relative;
  float:left;
  width:100%;
  background:url(../images/footer.jpg) no-repeat;
}

#footer p {
	margin: 0px;
	padding: 25px 0px 0px 199px;
	text-align: center;
}

#footer a, #footer a:visited {
	color: #494949;
    outline:none;
}

#footer a:hover {
  text-decoration:none;
}


h1, h2, h3, h6 {
	margin: 0px;
	text-transform: uppercase;
	color: #171717;
}

h1 span, h2 span, h3 span {
	color: #FF9900;
}

h1 {
	font-size: 18px;
}

h1.style1 {
	font-size:16px;
	font-weight:normal;
	margin:5px;
}

h2 {
	font-size: 15px;
}

h2.style1 {
	font-size: 11px;
	color: #9F9F9F;
	margin-bottom: 25px;
}

h2.style2 {
	font-size: 11px;
	color: #000000;
	margin-top: 25px;
	text-decoration:underline;
}

h3 {
	margin-bottom: 20px;
	font-size: 13px;
}

h4 {
  margin:0;
  font-size: 10px;
  padding-bottom:5px;
}

h4.style1 {
  padding-left:15px;
  color:#FF0000;
}

h5 {
  font-size:16px;
  text-decoration:underline;
}

h5.green {
  color:#090;
}

h5.bronze {
  color:#900;
}

h5.silver {
  color:#999;
}

h5.gold {
  color:#FC0;
}

h5.platinum {
  color:#0CF;
}

h6 {
  padding-top:6px;
  padding-bottom:6px;
  font-size:12px;
  color:#666666;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

h6.style1 {
  font-size:9px;
}

.small {
  font-size: 9px;
  display:block;
  padding-left:20px;
  padding-bottom:3px;
}

p, ul, ol {
  margin-top: 0px;
  text-align: justify;
  line-height: 180%;
}

ol.style1 {
  list-style-type:upper-roman;
}

strong {
	color: #393939;
}

img { border: none; }

img.border {
	padding: 3px;
	border: 1px solid #CFCFCF;
}

img.left {
	float: left;
}

img.right {
	float: right;
	margin: 3px 0px 0px 28px;
}

img.bottom {
    margin-bottom:15px;
}

img.margin {
  margin-right:3px;
}

.button {
  background:#666666;
  border:1px solid #FFCC33;
  width:80px;
}

.button:hover {
  background:#999999;
}

.buttonsend {
  background:#666666;
  border:1px solid #FFCC33;
  width:150px;
  margin-top:10px;
}

.buttonsend:hover {
  background:#999999;
}

.button.right {
  float:right;
}

.button.left {
  float:left;
}

.centre {
  text-align:center;
}

.hrgold {
  color:#FFCC00;
  background-color:#FFCC00;
  border:0px;
  height:1px;
}

.hrgrey {
  color:#CCCCCC;
  background-color:#CCCCCC;
  border:0px;
  height:1px;
}

/* Registration PAGE */
blockquote.slim {
  margin:5px 5px 10px 10px;
}

#REG_left {
  width:49%;
  float:left;
}

#REG_right {
  width:49%;
  float:left;
}

#REG_container {
  width:100%;
}

#REG_container.hr {
  border-bottom:1px solid #CCCCCC;
  margin-bottom:10px;
}

.regtable {
  
}

.regtable td {
  padding:3px;
  vertical-align:top;
}

.regtable th {
  padding:3px;
}

.smltxt {
  font-size:9px;
}

.smltxtindent {
  padding-left:20px;
  padding-right:20px;
  padding-top:10px;
}

/* SITE MAP */

#sitemap {
  margin-top:18px;
}

#sitemap a, #sitemap a:visited {
  font-size:12px;
  font-weight:bold;
  color:#000000;
}

#sitemap ul {
  list-style:none;
}

#sitemap li {
  margin-top:10px;
}

#sitemap ul li ul li {
  list-style:circle;
}

#sitemap ul li ul li a, #sitemap ul li ul li a:visited {
  font-size:11px;
}

.promiseimgright {
  margin:5px 7px 0px 7px;
  border:1px solid #000;
  float:right;
}

.promiseimgleft {
  margin:7px 7px 0px 7px;
  border:1px solid #000;
  float:left;
}
