/* ----------------------- page layout -----------------------------*/

html {height:100%;}
body {
margin:0; padding:0; height:100%;
font-family:arial, serif;
background-color: #000000;
}

#wrap {
background: url(assets/wrap-bg.jpg) top left repeat-y;
min-height:70%;
width:990px;
margin: 0 auto;
position:relative;
}

* html #wrap {height:100%}

#header {
background: url(assets/red-apple-layout_01.jpg) right no-repeat;
margin:0; padding:0;
height:66px;
}

#left {
float:left;
width:236px;
height: 448px;
text-align:center;
background:url(assets/red-apple-layout_02.jpg) top left no-repeat;
padding-top: 175px;
}

#menubox-left {
width: 236px;
}

#main {
position:relative;
margin-left:236px;
}

#right {
float:right;
width:176px;
height: 448px;
background: url(assets/red-apple-layout_04.jpg) top left no-repeat;
text-align: center;
padding-top: 175px;
}

#content {
padding:0;
margin-right:176px;
margin-top: 0;
text-align:left;
min-height:630px;
}

/*
#inner-wrap {
padding-bottom:166px;
}

#inner-wrap:after {
content:" ";
display:block;
clear:both;
}
*/

#footer {
height:266px;
background:url(assets/red-apple-layout_05.jpg);
text-align:center;
width:990px;
clear: both;
margin: 0 auto;
margin-top: -10px;
}

.menu{
	display:block; 
	font-size: 14px; 
	margin-left:0px; 
	color:#fff; 
	text-decoration:none; 
	line-height:20px; 
	margin-bottom:6px;
	}

.menu:hover{
	border-bottom: 2px #ff0000 solid; 
	margin-bottom:4px;
}
h1 {
	font-size: 14px;
	font-color: #000000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
}

h2 {
	font-size: 14px;
	font-color: #000000;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	text-decoration: none;
	padding: 10px;
	border-bottom: 1px solid #990000;
}

.bodytext {
	font-size: 12px;
	line-height: 16px;
	font-color: #000000;
	text-align: left;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
}

.footer{
	font-size: 10px;
	font-color: #000000;
	line-height: 15px;
	text-align: center;
	text-decoration: none;
	padding: 10px 0px 0px 50px;
}

.lcolors{color:#000000; text-decoration:underline}
.lcolors:hover{text-decoration:none}

/* -------------------------- Forms ---------------------------*/

fieldset {
width:500px; 
display:block;
font: 11px Verdana, Arial, Helvetica, sans-serif;
}

legend {
color:#000;
padding:5px;
text-transform:uppercase;
font-size:120%;
}

input {
float:right;
width:300px;
}

label {
float:left;
text-align:left;
}

textarea {
float:right;
width:300px;
}

select {
float:right;
width:275px;
}

.box {
float:right;
width:270px;
}

.box2 {
width:185px;
float:left;
}

.checkbox {
float:right;
width:20px;
margin-right:130px;
}

.button {
width:100px;
margin:20px 250px 0 0;
}


/*--------------- Highlighter ---------------*/
.ctrlHolder {
overflow:hidden;
clear:both;
margin:0;
padding:7px 4px;
}

.ctrlHolder span {
position:relative;
}

.focused {
background:#279BCC;
border:1px solid #666;
border-width:1px 0;
padding:6px 4px;
}

.ctrlHolder .textInput:focus {
border-color:#666;
}

div.focused .formHint {
color:#000;
}


