/* ICY Styles */



/* ---------------------------------*/
/* MAIN STYLES						*/

body
{
margin: 0 0 0 0;
padding: 0 0 0 0;
background-color: #FFF;
background-image: url(../images/texture-mainbg.gif);
background-repeat: no-repeat;
height: 100%;
width: 100%;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 8pt;
color: #292929;
line-height: 1.4em;
}

#mainpage{
	background-color: #fff;
	background-image: url(../images/texture-mainbg-fade.gif);
	background-position: 0px -20px;
	background-repeat: repeat-x;
	width: 653px;
	margin-left : auto;
	margin-right : auto;
}

#ctopleft
{
position: absolute;
top: 0;
left: 0;
}

#ctopright
{
position: absolute;
top: 0;
right: 0;
}

#cbtmright
{
float: right;
}

#cbtmleft
{
float: left;
margin: 11px 0 0 0;
}


#bordertop{
	background-image: url(../images/border-top.gif);
	height: 22px;
	width: 654px;
	margin-top: 20px;
}


#mainframe{
	border-style: solid;
	border-color: #bdbdbd;
	border-width: 0 1px 0px 1px;
	width: 652px;
	min-height: 600px;
}
* html #mainframe{height:600px}


#borderbottom{
	background-image: url(../images/border-bottom.gif);
	height: 22px;
	width: 654px;
	clear:both;
}

.bluetext{
	color: #29b9ed;
}

a{
color: #292929;
text-decoration: none;
}

a.blue{
color: #29b9ed;
text-decoration: underline;
}

a:hover{
color: #29b9ed;
text-decoration: underline;
}

img{
border-width: 0;
}

/* ---------------------------------*/
/* TOP DIVIDE						*/

	#topdivider{
		clear: both;	
		background: url("../images/topdivider.gif");	
		width: 535px;
		height: 5px;
		margin: 0 0 0 50px;
		overflow: hidden; /*IE 6 fix*/
	}
	

/* ---------------------------------*/
/* NAVIGATION						*/

		#mainnav ul {
				font-family: Verdana,Arial,Helvetica,sans-serif;
				font-size: 11px;
				margin: 0 0 0 0;
				padding: 0 0 0 0;
		}
			
		#mainnav ul li {
				list-style: none;
				margin: 0 0 0 10px;
				padding: 0 0 0 10px;
				float: left;
				display: inline;
				background: url(../images/navdot.gif) left center no-repeat;
				background-position: 0 3px;
		}
		
		#mainnav ul li.bluel{
				list-style: none;
				background-image: none;
				color: #29b9ed;
				margin: 0 0 0 0;
				padding: 0 0 0 20px;
		}
			
			
		#mainnav ul li a {
				list-style: none;

				display: inline;
			}
			
		#mainnav ul li a:hover {
				text-decoration: none;
			}
			
			
			


/* ---------------------------------*/
/* MAIN CONTENT						*/


.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
	
	
#maincontent{
	margin: 0 -16px 0 18px;
	padding: 0 0 0 0;
}

#flashheader{
	margin: 0 0 5px 0;
}

#maincontent h1.title{
	float:left;
	color: #fff;
	background-color: #29b9ed;
	margin: 30px 0 20px 0;
	padding: 0.3em 0.3em 0.3em 0.3em;
}

#maincontent p.main{
	clear: both;
	float: left;
	width: 500px;
	color: #292929;
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
	line-height: 1.5em
}



#maincontent .promobox{
	width: 194px;
	height: 270px;
	padding: 0 0 0 0;
	margin: 15px 12px 0 0;
	float: left;
	display: block;
	text-align: right;
}

#maincontent .promobox img{
	width: 194px;
	height: 164px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-style:solid;
    border-top-color:#000;
    border-bottom-color:#000;
    border-left-color:#000;
    border-right-color:#29b9ed;
    border-width:2px;
}

#maincontent .promobox h1{
	font-size: 8pt;
	color: #29b9ed;
	border-style: dotted;
	border-color: #292929;
	border-width: 0 0 1px 0;
	margin: 0 2px 0 2px;
	padding: 5px 0 5px 5px;
}

#maincontent .promobox ul{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#maincontent .promobox ul li{
	border-style: dotted;
	border-color: #292929;
	border-width: 0 0 1px 0;
	margin: 0 2px 0 2px;
	padding: 5px 0 5px 5px;
	}
	
#maincontent .promobox ul li.btm{
	border-style: dotted;
	border-color: #292929;
	border-width: 0 0 0 0;
	margin: 0 2px 0 2px;
	padding: 5px 0 5px 5px;
}

#maincontent ul.releases{
	clear: both;
	list-style-type: none;
	line-height: 1.9em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.break{
	clear:both;
}

#floatimages{
clear:both;
}


.float {
  float: left;
  margin: 0 0 40px 0;
  }
  
.float img {
	border-style: solid;
	border-color: #292929;
	border-width: 1px;
	margin: 0 35px 0 0;
  }
  
.float p {
   width: 120px;
   text-align:center;
   position: absolute;
   font-size: 10px;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   }
   
#contactpage {
  clear:both;
  float:left;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
   }
   
#contactpage img.contactdetails {
position: relative;
  float:right;
   }

  
