@charset "utf-8";
/* CSS Document */

/* Predefineded Styles */

* html img, 
* html .png{
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "http://komodomedia.com/wp-content/uploads/2007/11/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
   );
}
	
body{
	margin:0px;
	padding:0px;
	background:url(../images/bg.jpg) repeat-x top #E3E3E3;
	}
	
p,td,div,form,ul,ol,html{
	margin:0px;
	padding:0px;
	}
	
td{
	font:12px Arial, Helvetica, sans-serif;
	color:#000000;
	}
	
p{	
	font:12px Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:20px;
	}
	
img{
	border:none;
	}
	
.input{
	width:150px;
	border:1px solid #BDBDBD;
	font:12px Arial, Helvetica, sans-serif;
	color:#000000;
	height:18px;
	}
	
select{
	width:150px;
	border:1px solid #BDBDBD;
	font:12px Arial, Helvetica, sans-serif;
	color:#000000;
	height:18px;
	}

	
/* Predefineded Styles */

/* Customized Styles */

#main-container{
	width:896px;
	margin:0 auto;
	border:3px solid #ccc;
	border-top:none;
	padding:0 9px 5px 9px;
	background:#fff;
	overflow:hidden;
	}
	
#bdy-main{
	width:890px;
	float:left;
	padding:0 5px 0 5px;
	}
	
#hdr{
	width:890px;
	float:left;
	padding:3px 0 0 0;
	}
	
#hdr .logo{
	width:316px;
	float:left;
	height:120px;
	text-align:center;
	padding:18px 0 0 0;
	}
	
#hdr .ryt-part{
	width:574px;
	height:136px;
	float:left;
	background:url(../images/hdr-bg.jpg) repeat-y top right;
	}
	
#hdr #top-links{
	width:130px;
	float:left;
	background:url(../images/vr-dotted.gif) repeat-y top left;
	height:116px;
	margin:10px 0 10px 0;
	}
	
#top-links ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
	
#top-links ul li{
	margin:0 15px 0 4px;
	padding:0px;
	background:url(../images/hr-dotted.gif) repeat-x bottom;
	}
	
#top-links ul li img{
	position:absolute;
	margin-top:-3px;
	margin-left:110px;
	}
	
#top-links ul li a{
	font:12px Arial, Helvetica, sans-serif;
	color:#012E5E;
	text-decoration:none;
	display:block;
	padding:12px 0 12px 10px;
	.padding:10px 0 10px 10px;
	}
	#top-links ul li a:hover{
		color:#990000;
		}
		
.solid-ace{
	width:444px;
	height:136px;
	float:left;
	background:url(../images/solid-ace.jpg) no-repeat right;
	}
	
.dvd{
	width:890px;
	height:2px;
	float:left;
	background:#ffffff;
	}
	
.clear{
	clear:both;
	float:left;
	}
	
#bdy{
	width:890px;
	float:left;
	}
	
#bdy #left-main{
	width:251px;
	float:left;
	}

#left-main #left-part{
	width:246px;
	float:left;
	}
	
#left-part #login{
	width:246px;
	float:left;
	}
	
#login .hdng{
	width:233px;
	height:26px;
	float:left;
	border:1px solid #D72222;
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#ffffff;
	padding:8px 0 0 11px;
	margin:0 0 1px 0;
	background:url(../images/login-hdng-bg.gif) repeat-x top;
	}
	
#login .content{
	width:244px;
	height:122px;
	float:left;
	border:1px solid #CFCFCF;
	background:url(../images/login-bg.gif) repeat-x top;
	}
	
#register{
	width:244px;
	height:90px;
	float:left;
	border:1px solid #CFCFCF;
	margin:4px 0 0px 0;
	background:url(../images/register-bg.gif) repeat-x top;
	}
	
#register .hdng{
	font:18px Arial, Helvetica, sans-serif;
	color:#B00000;
	}
	
#register .desc{
	font:16px Arial, Helvetica, sans-serif;
	color:#000000;
	}
	
#left-nav{
	width:234px;
	height:452px;
	float:left;
	border:1px solid #CFCFCF;
	margin:4px 0 0px 0;
	padding:5px;
	background:url(../images/left-nav-bg.gif) no-repeat bottom;
	}
	
#left-nav ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}

#left-nav ul li{
	margin:0px;
	padding:0px;
	background:url(../images/hr-dotted.gif) repeat-x bottom;
	}
	
#left-nav ul li a{
	font:12px Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
	background:url(../images/arrow2.gif) 8px 13px no-repeat;
	.background:url(../images/arrow2.gif) 8px 14px no-repeat;
	display:block;
	padding:9px 0 9px 22px;
	.padding:7px 0 7px 22px;
	}
	#left-nav ul li a:hover{
		color:#1D5A98;
		}
		
.on-demand{
	width:246px;
	float:left;
	margin:4px 0 0 0;
	}
	
#body-ryt-part{
	width:638px;
	padding:0 1px 0 0;
	overflow:hidden;
	}

#flash-main{
	width:638px;
	float:left;
	margin:0px;
	padding:0px;
	}
	
#flash-submain{
	width:634px;
	float:left;
	background:#165696;
	}
	
#flash-desc{
	width:352px;
	float:left;
	}
	
#flash-hdng{
	width:352px;
	height:55px;
	float:left;
	background:url(../images/flash-hdng.jpg) no-repeat;
	text-align:center;
	padding:20px 0 0 0;
	}
	
#flash-hdng span{
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#ffffff;
	}

#flash-hdng strong{
	font:bold 20px Arial, Helvetica, sans-serif;
	color:#ffffff;
	}
	
#flash-slogan{
	width:352px;
	height:148px;
	float:left;
	}
	
#flash-img{
	width:276px;
	float:left;
	padding:7px 6px 6px 0;
	}

#bdy-content-main{
	width:614px;
	float:left;
	border:1px solid #DDDDDD;
	padding:18px 10px 8px 10px;
	background:url(../images/body-bg.gif) 0 70px no-repeat;
	}

#hmbdy-content-main{
	width:614px;
	float:left;
	border:1px solid #DDDDDD;
	padding:18px 10px 8px 10px;
	background:url(../images/hmbdy-bg.gif) no-repeat top;
	}
	
#bdy-content-inner{
	width:614px;
	float:left;
	border:1px solid #DDDDDD;
	padding:10px 10px 8px 10px;
	background:url(../images/body-bg.gif) no-repeat bottom;
	}

#bdy-content{
	width:614px;
	float:left;
	}


.bdy-hdng{
	width:614px;
	height:35px;
	float:left;
	background:url(../images/hr-dotted.gif) repeat-x bottom left;
	}
	
.bdy-hdng-inner{
	width:614px;
	height:30px;
	float:left;
	background:url(../images/hr-dotted.gif) repeat-x bottom left;
	}
	
.hr-dooted{
	background:url(../images/hr-dotted.gif) repeat-x bottom left;
	}
	
.bdy-hdng-inner span{
	font:22px Arial, Helvetica, sans-serif;
	color:#440101;
	}


.bdy-hdng span{
	font:22px Arial, Helvetica, sans-serif;
	color:#440101;
	}

.bdy-hdng strong{
	font:22px Arial, Helvetica, sans-serif;
	color:#145494;
	}

.content p{
	text-align:justify;
	}
	
.content{
	width:614px;
	float:left;
	padding:5px 0 0px 0;
	}
	
.content a{
	font:12px Arial, Helvetica, sans-serif;
	color:#185796;
	text-decoration:none;
	}
	.content a:hover{
		text-decoration:underline;
		}
		
.content h2{
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#990000;
	margin:0px;
	padding:0 0 3px 0px;
	}
	
.content .soon{
	font:bold 22px Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:center;
	}
	
#product-main{
	width:614px;
	float:left;
	padding:10px 0 0 0;
	}
	
#product-main ul{
	margin:0 0 0 20px;
	padding:0px 0 0 0;
	}

#product-main ul li{
	margin:0px;
	padding:5px 0 7px 0px;
	font:12px Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:20px;
	}


#product-submain{
	width:614px;
	float:left;
	}
	
#product{
	width:303px;
	float:left;
	}
	
#product .hdng{
	width:291px;
	height:25px;
	float:left;
	border:1px solid #CFCFCF;
	margin:0 0 3px 0;
	background:url(../images/product-hdng-bg.gif) repeat-x top;
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#000000;
	padding:7px 0 0 10px;
	}
	
#product .desc{
	width:303px;
	float:left;
	}
	
.product-img{
	width:116px;
	float:left;
	}

.product-desc{
	width:175px;
	float:left;
	border:1px solid #E3E3E3;
	padding:5px;
	background:#F3F3F3;
	}
	
.product-desc p{
	font:12px Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:justify;
	line-height:17px;
	}
	
.read-more{
	width:175px;
	height:17px;
	float:left;
	text-align:right;
	}
	
.read-more a{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#D41414;
	text-decoration:none;
	}
	.read-more a:hover{
		color:#000000;
		}
		
.dvd2{
	width:8px;
	height:130px;
	float:left;
	}
	
.dvd3{
	width:614px;
	height:6px;
	float:left;
	}

#shadow-bot-curv{
	width:918px;
	height:15px;
	margin:0 auto;
	}

#footer-main{
	width:900px;
	margin:0 auto;
	height:35px;
	}
	
#footer-links{
	width:400px;
	float:left;
	font:12px Arial, Helvetica, sans-serif;
	color:#000000;
	padding:5px 0 0 10px;
	}
	
#footer-links a{
	font:12px Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
	}
	#footer-links a:hover{
		text-decoration:underline;
		}
		
#copyright{
	width:300px;
	float:right;
	font:12px Arial, Helvetica, sans-serif;
	color:#000000;
	padding:5px 10px 0 0;
	text-align:right;
	}
	
.tbl-bdr{
	border:1px solid #cccccc;
	}
	
.map-hdng-bg{
	font:18px Arial, Helvetica, sans-serif;
	color:#180B7F;
	width:604px;
	background:url(../images/map-hdng-bg.gif) no-repeat top;
	}
	
.tdbglc{
	background:#CCDFF3;
	}

.tdbglc td{
	padding:0 0 0 5px;
	}

.tdbglc:hover{
	background:#E4EEF9;
	}

.tbl-bdr2{
	border:1px solid #447EB7;
	}
	
.customer-base{
	background:#CCDFF3;
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#000000;
	padding:0 0 0 10px;
	}
	
.customer-base2{
	background:#163470;
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#ffffff;
	}

.bdy-desc{
	font:15px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:18px;
	}
	
.bdy-desc span{
	font:13px Arial, Helvetica, sans-serif;
	color:#000;
	}
	
.click{
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#CC0001;
	text-decoration:none;
	}
	.click:hover{
		text-decoration:underline;
		}

.buttons{
border:#145494 solid 1px;
font-weight:bold;
color: #ffffff;	
background-color:#195896;
font-size:11px;
font-family:Tahoma, Arial, Helvetica, sans-serif;
width:80px;
height:20px;
text-decoration:none;
}
/* Customized Styles */

	

