@charset "utf-8";
/* color
#096 - green

*/
body {
	font-family:"Segoe UI", Georgia, "Times New Roman", Times, serif;
	color:#666;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
/*****************************
 Headings 
*****************************/
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.571em
}	/* 22px */
h3 {
	font-size: 1.429em
}	/* 20px */
h4 {
	font-size: 1.286em
}	/* 18px */
h5 {
	font-size: 1.143em
}	/* 16px */
h6 {
	font-size: 1em
}	/* 14px */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.1;
	margin-bottom: .8em;
}
/***************************/
#pages {
	width: 980px;
	margin: 0 auto;
}
/********************************************
Header
**********************************************/
#header {
	width: 980px;
	margin: 0 auto;
	height:100px;
	padding:20px 0 20px 0;
}
#header h1 {
	display:inline-block;
	margin:0;
	padding:0
}
#header h1 a {
	background: url(../Images/logo.jpg) no-repeat scroll;
	display:block;
	height:96px;
	width:250px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
#logo {
	width:400px;
}
#toplinks {
	width:580px;
	padding:20px 0 0 0;
	text-align:right;
}
#toplinks a {
	text-decoration:none;
	color:#666;
	font-size:0.875em;
}
#toplinks a:hover {
	text-decoration:underline;
}
.ft-title {
    padding:10px 20px 0;
    text-align: left;
    width: 940px;
}
.ft-title a {
	font-size:0.75em;
	font-style:italic;
	color:#39c;
	text-decoration:underline;
}
.ft-title a:hover{
	text-decoration:none;
}
/************************************************
Top nav
*************************************************/
#topnav {
	background:url(../Images/navbar-bg.gif) repeat-x top left;
	height:40px;
}
#topnav ul {
	width: 980px;
	margin: 0 auto;
}
#topnav ul ul {
	width: auto;
}
#topnav ul li {
	display:inline-block;
}
#topnav ul li a {
	text-decoration:none;
	display:block;
	width:auto;
	color:#fff;
	padding:10px 20px;
	text-transform:uppercase;
	font-size:1em;
}
#topnav ul ul li a {
	padding:10px 5px;
}
#topnav ul li a:hover {
	color:#9f0;
}
/************************************************
home
*************************************************/
#homecontent-container {
	margin:20px 0 0px 0;
}
#about {
	width:630px;
	padding:0 30px 0 0;
}
#projects {
	background:#f7f7f7;
	width:300px;
	padding:10px;
}
#projects h1 {
	color:#66cc00;
}
p {
	font-size:0.875em;
	margin:0 0 1.5em 0;
}
p.more {
	margin:20px 0 0 0;
}
p.more a {
	background:#096ead;
	font-size:0.75em;
	text-decoration:none;
	display:block;
	padding:5px 10px;
	color:#fff;
	float:right;
	text-transform:uppercase;
}
p.more a:hover {
	background:#006699;
	color:#fff;
}
/*************************************************
inner pages
************************************************/
#main-container{
	margin:40px 0 0 0;
}
#content-container {
	width:650px;
	margin:0 30px 0 0;
}
#sidebar-container {
	width:300px;
	margin:0px 0 0 0;
}
#sidebar-container ul {
	background:#069;
	padding:0px 0 40px 0;
}
#sidebar-container ul li {
	display:block;
	text-transform:uppercase;/*border-bottom:1px solid #999;	*/
}
#sidebar-container h2 {
	background:#6c0;
	color:#fff;
	padding:10px 20px 10px;
	font-size:1.25em;
	margin:0;
	text-transform:uppercase;
	position:relative;
}
#sidebar-container h2 span {
	background: url("../Images/down-arrow.png") no-repeat scroll 0 0 transparent;
	bottom: -10px;
	display: block;
	height: 11px;
	left: 7px;
	position: absolute;
	width: 24px;
}
#sidebar-container ul li a {
	background:#39c url(../Images/bullet.png) no-repeat 20px center;
	text-decoration:none;
	display:block;
	width:250px;
	padding:10px 10px 10px 40px;
	color:#fff;
	margin:0 0 1px 0
}
#sidebar-container ul li a:hover {
	background:#069 url(../Images/bullet.png) no-repeat 20px center;
	padding:10px 10px 10px 40px;
}
#breadcrumb {
	color:#eaeaea;
	text-transform:uppercase;
	font-weight:bold;
	padding:14px 0 10px 0;
	border-bottom:1px solid #eaeaea;
	margin:0 0 18px 0;
	letter-spacing:0.001em;
}
#breadcrumb a {
	color:#666;
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:none;
}
#breadcrumb a:hover {
	color:#66cc00;
}
.pageheading {
	color:#66cc00;
}
/**********************************************
contact us
**********************************************/
.formlayout {
	width:600px;
}
.formlayout label {
	font-size:0.875em;
	display:block;
	font-weight:bold;
	text-align:right;
	width:200px;
	float:left;
}
.formlayout .small {
	color:#999;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:200px;
}
.formlayout .asterisk {
	color: red;
	display: block;
	float: right;
	font-size: 1.125em;
	width: 80px;
}
.formlayout input, .formlayout textarea {
	float:left;
	font-size:12px;
	padding:6px 2px;
	border:solid 1px #eee;
	width:300px;
	margin:4px 0 20px 10px;
}
.formlayout button {
	clear:both;
	margin-left:210px;
	background:#096ead;
	/* background: url("../Images/btn-bg-black.png") repeat-x scroll 0 0 transparent;*/
    border: 1px solid #434343;
	color: #FFFFFF;
	display: block;
	font-size: 1em;
	padding: 2px 20px 6px;
	text-align: center;
}
.formlayout button:hover {
	/*background-position:0px -33px;*/
 background:#069;
}
address {
	background:#069;
	padding:20px 20px 40px 20px;
	color:#fff;
}
address a{
	color:#fff;
}
address a:hover{
	color:#6c0;
	text-decoration:none;
}
/************************************************
 accordion
 *****************************************************/
 #page-wrap {
	width: 100%;
	padding: 0 0 0 0px;
	margin: 0 auto;
	overflow: hidden;
	height: 100%;
}
dt {
	width: auto;
	background: #eee;
	color: white;
	height:26px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}
dd {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: auto;
	background: #f7f7f7;
	padding: 20px;
	color: #666;
	font-size:0.875em;
	border-right: 1px solid white;
}
 dt:nth-of-type(1) {
background: #656b60;
}
 dt:nth-of-type(2) {
background: #4c443c;
}
 dt:nth-of-type(3) {
background: #c2a25c;
}
 dt:nth-of-type(4) {
background: #069;
}
 dt:nth-of-type(5) {
background: #39c;
}
 dt:nth-of-type(6) {
background: #999;
}
/******gallery****************/
#gallery {
	padding: 0px;
}
#gallery ul {
	list-style: none;
}
#gallery ul li {
	display: inline;
}
#gallery ul li a {
	font-size:1%;
}
#gallery ul img {
	border: 5px solid #eee;
	border-width: 5px;
	margin:0 16px 16px 0
}
#gallery ul a:hover img {
	border: 5px solid #ccc;
	border-width: 5px;
	color: #fff;
}
#gallery ul a:hover {
	color: #fff;
	
}
/************************vertical tabs**************/
 #vtab {
	margin: auto;
	width: 100%;
	height: 100%;
}
#vtab > ul > li {
	color:#fff;
	cursor:pointer;
	width: 140px;
	font-size:1em;
	background-color: #096!important;
	list-style-type: none;
	display: block;
	margin: auto;
	padding: 10px;
	border: 1px solid #fff;
	position: relative;
	border-right: none;
	/*opacity: .3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);*/
}
#vtab > ul > li.home {
	background: url(../Images/home.png) no-repeat center center;
}
#vtab > ul > li.login {
	background: url(../Images/login.png) no-repeat center center;
}
#vtab > ul > li.support {
	background: url(../Images/support.png) no-repeat center center;
}
#vtab > ul > li.selected {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	border: 1px solid #009966 ;
	border-right: none;
	color:#444 ;
	z-index: 10;
	background-color: #fff !important;
	position: relative;
	text-transform:uppercase;
}
#vtab > ul {
	float: left;
	width: 110px;
	text-align: left;
	display: block;
	margin: auto 0;
	padding: 0;
	position: relative;
	top: 10px;
}
#vtab > div {
	background-color: #fff;
	margin-left: 160px;
	border: 1px solid #009966 ;
	min-height: 500px;
	padding: 20px 20px 20px 30px;
	position: relative;
	z-index: 9;
	-moz-border-radius: 20px;
}
#vtab > div > h4 {
	color:#66CC00 ;
	font-size: 1.5em;
	border-bottom: 1px dotted #009966 ;
	padding:0 0 10px;
	margin-top: 0;
}
#loginForm label {
	float: left;
	width: 100px;
	text-align: right;
	clear: left;
	margin-right: 15px;
}
#loginForm fieldset {
	border: none;
}
#loginForm fieldset > div {
	padding-top: 3px;
	padding-bottom: 3px;
}
#loginForm #login {
	margin-left: 115px;
}
.image-part{
	width:500px;
	border:10px solid #009966 ;
	min-height:400px;
	background:#eee;
}
.image-part1{
	width:750px;
	border:10px solid #009966 ;
	min-height:400px;
	background:#eee;
}
.fullimage-part{
	width:748px;
	border:10px solid #fff;
	min-height:400px;
	background:#eee;
}
.text-part{
	width:228px;
	padding:0 0px 0 20px;
	min-height:200px;
	color:#444;
	line-height:1.4;
	/*background:#39c;*/
}
.text-part li{
	list-style:disc;
	font-size:0.875em;
	list-style-position:outside;
	margin:0 0 0 20px;
	
}
table.specifications td
{	
	padding:5px;
	font-size:0.875em; 	
}
table.specifications td.col1
{	
	width:248px;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
	
}
table.specifications td.col2
{	
	width:500px;
}
/***************** verticle tabs IE7 Support***************/
#vtab > ul {
	right: 1px;
	z-index: 10;
}
#vtab > ul > li.selected {
	border-right: 1px solid #fff !important;
}
#vtab > ul > li {
	border-right: 1px solid #009966 !important;
}
/************************************************
Footer
*************************************************/
#footer {
	background:#036;
	margin:40px 0 0px 0;
}
#footer-header {
	height:36px;
	background:#069;
}
#footer-header-container, #features {
	width: 980px;
	margin: 0 auto;
}
#copyrights {
	font-size:0.75em;
	color:#9cf;
	padding:10px 0 0 0;
}
#footer-nav {
	font-size:0.875em;
	color:#9cf;
	padding:6px 0 0 0;
}
#footer-nav a {
	text-decoration:none;
	color:#9cf;
}
#footer-nav a:hover {
	color:#fff;
}
#features {
	padding:20px 0 30px 0;
}
.features-col1{width:220px; background:url(../Images/footer-sec-bg.gif) repeat-y right top; padding:10px 10px 10px 0;}
.features-col2{width:160px; background:url(../Images/footer-sec-bg.gif) repeat-y right top; padding:10px 30px;}
.features-col3{padding:10px 0px 10px 20px; width:510px;}

#features h5 {
	color:#fff;
	text-transform:uppercase;
}	/* 16px */
#features h6 {
	color:#6c0;
	text-transform:uppercase;
}	/* 16px */
.features-col1 li{
	list-style:none;
	padding:0 0 0 10px;
}
.features-col1 li a{
	font-size:0.875em;
	color:#6c0;
	text-decoration:none;
}
.features-col1 li a:hover{
	text-transform:uppercase;
}
address.footer{
	
	background:none;
	color:#6c0;
	padding:0
}
address.footer a{
	color:#6c0;
}
address.footer a:hover{
	color:#fff;
	text-decoration:none;
}