/* CSS Document for IONwebdesign */

body { 
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #FFF;
	margin:0em; 
	padding:0;
	background-image:url('../design1/top_bg_b.jpg');
	background-repeat: repeat-x;
	background-color: #000000;
	}
#wrapper {
	width: 924px;
	margin: 0px auto;
	background-image:url(../design1/midrift.jpg);
	/*background-repeat: repeat-y;padding: 4px;border: 1px solid #FFF;*/
}
#header {
	background-color: #000;
	background-image:url('../design1/header.jpg');
	height:150px;
	margin-top: 0px;
}
#header h1 {
		color:#000000;
		padding-top: 120px;
		padding-left: 12px;
		font-size:9px;
}

#main {
	padding-left: 25px;
	padding-right: 352px;
	height: 386px;
}

#main a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

.leftcol {
	width: 500px;
	float:left;
	background-color: #000000;
}

.rightcol {
	float: right;
	margin-top:70px;
	margin-right:4px;
	width:310px;
	/*background-image:url(../design1/picBG.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
}

#footbg {
	clear:both;
	
	/*margin-top:-1px;background-color: #000000;*/
}
#footwrap {
	width: 924px;
	margin: 0px auto;
	background-image:url(../design1/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#footcontent {
	margin-top:-20px;
}
#orchid {
	position:absolute;
	margin-top: 6px;
	margin-left:30px;
}
#box1 {
	position:absolute;
	height:300px;
	width: 450px;
	background-color: #000;
	border: 1px solid #FFF;
	visibility:hidden; 
	z-index: 100; 
	padding:6px;
	font-size: .8em;
}
#box2 {
	position:absolute;
	margin-left:80px;
	height:300px;
	width: 450px;
	background-color: #000;
	border: 1px solid #FFF;
 	visibility:hidden; 
	z-index: 150; 
	padding:6px;
	font-size: .8em;
}

#box3 {
	position:absolute;
	margin-left:120px;
	height:300px;
	width: 450px;
	background-color: #000;
	border: 1px solid #FFF;
 	visibility:hidden; 
	z-index: 200; 
	padding:6px;
	font-size: .8em;
}

#box4 {
	position:absolute;
	margin-left:160px;
	height:300px;
	width: 450px;
	background-color: #000;
	border: 1px solid #FFF;
 	visibility:hidden; 
	z-index: 200; 
	padding:6px;
	font-size: .8em;
}

#box1 h2, #box2 h2, #box3 h2, #box4 h2 {
	font-size: 1.1em;
}
#box1 img, #box2 img, #box3 img, #box4 img {
	padding-right:10px;
	padding-bottom: 4px;
	border:0px;
}
.closeIt {
	float:right;
	width:18px;
	height:18px;
	border: 1px solid #FFF;
	padding:1px;
	font-weight:bold;
	font-size: 15px;
	line-height: 18px;
	text-align:center;
}

.error {
	color:#FF0000;
}
.clear {
	clear: both;
}
/* slider */
#wibble1 {
    width: 500px; /* important to be same as image width */
    height: 400px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin-left: 20px;
}
#wibble1Content {
    width: 5000px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0px;
}
#wibble1 .wibble1Image {
    float: left;
    position: relative;
	display: none;
}
#wibble1 .wibble1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 500px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
#wibble1 .clear {
	clear: both;
}
#wibble1 .wibble1Image span strong {
    font-size: 14px;
}
#wibble1 .top {
	top: 0;
	left: 0;
}
#wibble1 .bottom {
	bottom: 0;
    left: 0;
}
#wibble1 ul { list-style-type: none;}
