html {
	overflow-y: scroll;
	background: #5f5f5f url('../images/html_bg.png') repeat-x scroll;
}

body {
	margin: 0;
	padding: 0 0 20px;
	background: transparent url('../images/body_bg.jpg') no-repeat center top;
	min-height: 100%;
	/* font-family: "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif"; */
	font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 12px;
}

#wrapper {
	margin: 0 auto;
	width: 956px;
	position: relative;
	/* 
	background: url('../images/body_footer_bg.jpg') no-repeat center bottom;
	padding-bottom: 365px;
	 */
}

#banner {
	height: 30px;
}

#content .bg {
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

table.layout-grid a.disabled, table.layout-grid a.disabled:hover {
	color: #aaa;
	cursor: default;
	text-decoration: line-through;
}

div.notice {
	background: #FFF1AF;
	padding: 3px;
	margin-bottom: 5px;
	font-size: 12px;
	border: 1px solid #EFD500;
}


/* Logo
   -------------------------------- */

h1.logo {
	position: absolute;
	top: 55px;
	left: 28px;
	margin: 0;
}

h1.logo,
h1.logo a {
	width: 235px;
	height: 55px;
}

h1.logo a {
	display: block;
	background: url('../images/logo.gif') no-repeat;
}

h1.logo a span {
	display: none;
}


/* Dock
   -------------------------------- */

#dock {
	height: 25px;
	float: left;
	position: absolute;
	top: 125px;
	right: 2px;
	margin-right:10px;
}

#dock .left {
	float: left;
	width: 3px;
	height: 25px;
	background: url('../images/dock.png') no-repeat left top;
}

#dock .right {
	float: left;
	width: 3px;
	height: 25px;
	background: url('../images/dock.png') no-repeat right top;
}

#dock ul,
#dock ul li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#dock ul {
	padding: 0 6px;
	height: 25px;
	background-color: #000;
}

#dock ul li {
	padding: 0 6px;
	position: relative;
}

#dock ul li a {
	float: left;
	display: block;
	padding: 0 5px;
	color: #ccc;
	text-decoration: none;
	font-size: 12px;
	line-height: 22px;
}

#dock ul li a:hover,
#dock ul li.selected a {
	color: #fff;
	border-bottom: 2px solid #ff9c08;
}

#dock ul li.selected a {
	font-weight: bold;
}



/* Content
   -------------------------------- */

#content-wrapper {
	background: #FFF url('../images/content_bg.png') repeat-y 0 0;
}

#content {
	background: url('../images/content_body_bg.png') no-repeat 0 13px;
	zoom: 1;
}

.content-top {
	font-size: 1px;
	height: 13px;
	background: url('../images/content_top_bg.png');
}

.content {
	padding: 0 3px 0 3px;
	overflow: hidden;
}

#content .content {
	min-height: 380px;
	background: url('../images/dot.png') repeat-y 203px 0;
}

#home #content .content,
#download #content .content,
#demos #content .content {
	background: none;
}

#ie6 #content .content {
	height: 380px;
	overflow-y: visible;
}

/* Layout */

.content-head {
	height: 120px;
	border-bottom: 1px solid #ccc;
	background:#FFFFFF url(../images/img01.jpg) repeat-x scroll left top;
}

.content-head h2 {
	float: left;
	margin: 0;
	padding: 20px 0 20px 24px;
	color: #ff9c08;
	font: normal 29px/30px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	letter-spacing: .5px;
}

.content-head h2 span {
	padding-right: 16px;
	border-right: 1px solid #ccc;
}

.content-head p {
	margin: 0;
	padding: 28px 0 0 12px;
	float: left;
	font: normal 15px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	letter-spacing: .5px;
}


/* Layout
   -------------------------------- */

.themes {
	background: url('../images/themes_bg.png') repeat-x scroll 0 -1px;
}


/* Layout
   -------------------------------- */

.layout-grid {
	width: 100%;
}


.layout-grid td.left-nav {
	width: 200px;
}

.layout-grid td.normal {
	border-left: 1px solid #ccc;
	padding: 20px 24px;
	font-family:  "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
}

#home-container{
	background: url('../images/bg.jpg') no-repeat;
	height: 324px;
	overflow: hidden;
}

#press-container{
	background-color: #444;
	height: 324px;
	overflow: hidden;
}
#about-container{
	
	background: url('../images/pressBG.jpg') no-repeat;
	height: 324px;
	overflow: hidden;
}


/* Launch Pad
   -------------------------------- */

#launch-pad {
	height: 127px;
	overflow: hidden;
	background: url('../images/launch-pad_bg.png') repeat-y center top;
	padding: 11px 0px 11px 16px;
}

#launch-pad .launch-pad-button {
	float: left;
	width: 255px;
	height: 106px;
	background: url('../images/launch-pad_button.png') no-repeat;
	padding: 21px 22px 0 23px;
	margin: 0 6px;
	cursor: pointer;
	cursor: hand;
	position: relative;
}

#ie6 #launch-pad .launch-pad-button {
	height: 106px;
}

#launch-pad .launch-pad-button .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 310px;
	height: 127px;
	background: url('../images/launch-pad_button.png') no-repeat left bottom;
}

#launch-pad .launch-pad-button h3,
#launch-pad .launch-pad-button p {
	position: relative;
}

#launch-pad .launch-pad-button.left {
	margin-left: 0;
}

#launch-pad .launch-pad-button.right {
	margin-right: 0;
}

#launch-pad .launch-pad-button h3 {
	margin: 0;
	padding: 0 0 4px;
	color: #ff9c08;
	font: normal 18px 'Arial', 'Helvetica', sans-serif;
	letter-spacing: .8px
}

#launch-pad .launch-pad-button h3 a,
#launch-pad .launch-pad-button h3 a:hover {
	color: #ff9c08;
	text-decoration: none;
}

#launch-pad .launch-pad-button p {
	margin: 0;
	padding: 0 2px;
	color: #cbcbcb;
	font: normal 11px/15px 'Arial', 'Helvetica', sans-serif;
	letter-spacing: .2px;
}


/* Footer
   -------------------------------- */

#footer {
	height: 45px;
	padding: 10px 0;
	position: relative;
}

#footer .inner {
	position: relative;
	z-index: 2;
}

#ie6 #footer .inner {
	zoom: 1;
}

#footer .bg {
	background: url('../images/footer_bg.png') no-repeat left top;
	width: 100%;
	height: 65px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#ie6 #footer .bg {
	background: transparent none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/footer_bg.png', sizingMethod='scale');
	zoom: 1;
}

#footer p {
	margin: 0;
	padding: 0;
	color: #5e5e5e;
	font: normal 12px 'Arial', 'Helvetica', sans-serif;
	/*text-transform: uppercase;*/
}

#footer p a {
	color: #bbb;
}

#footer span.first {
	display: block;
	float: left;
	padding: 6px 0 0 16px;
}

#footer .block {
	display: block;
	float: left;
}

#footer .block span,
#footer span.empty {
	display: none;
}

.pics {  
	
	float:right;
    height:  300px;  
    width:   500px;  
    padding: 0 10px 0 0;  
    margin:  0;  
} 
 
.pics img {  
margin:10px 10px 5px 0;
    padding: 0;  
    border:  0px;  
    background-color: #eee;  
    width:  300px; 
    height: 310px; 
    top:  0; 
    left: 0 
}
#aboutus {
font-size:10px;
padding:10px 0 20px 30px;
position:relative;
}
#aboutus h2 {

font-size:2em;
margin:5px 0 5px 375px;
}
p.intro {
	float:right;
color:#666666;
font-size:1.5em;
line-height:1.4;
margin:0 1em 0.5em;
width:520px;
text-align: justify;
}
/* jQuery lightBox plugin - Gallery style */
	#gallery {
		
		background-color: #444;
		padding: 10px ;
		width: 930px;
		height:305px;
	}
	#gallery h2 {
		color:white;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }

