﻿body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif, Tahoma, Verdana;
	font-size:10pt;
}

/***************** Homepage *****************/
.homeslide{
	height:314px;
	border-top:1px #cccccc dotted;	
	border-bottom:1px #cccccc dotted;	
}

#slideshow {
	position:relative;
	width:980px;
	height:314px;
}

#slideshow img {
	position:absolute;
	z-index:8;
	opacity:0.0;
	margin-left:15px;
	width:950px;
	height:314px;
}

#slideshow img.active {
	z-index:10;
	opacity:1.0;
}

#slideshow img.last-active {
	z-index:9;
}


#homecaption {
	position:absolute;
	width:500px;
	top:230px;
	padding:20px;
	margin-left:auto;
	margin-left:200px;
	text-align:left;
	z-index:1500;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image:url('../images/site/recback.png');
	background-repeat:repeat;
}

#homecaption h4 {
	font-size:11pt;
	font-weight:normal;
	padding:0px;
	margin:0px;
	line-height:150%;
}

.hometable {
	width: 982px;
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
}

.header h1 , h2 {
	display:none
}

.header td {
	vertical-align:top;
}

.logoinfo {
	display:block;
	width:176px;
	height:90px;
	padding-top:25px;
	padding-bottom:5px;
	float:left;
}

.header img {
	border:0px;
	cursor:default;
}

.homemenu {
	font-size:10pt;
	font-weight:bold;
	margin-top:10px;
	float:left;
	text-align:center;
}

.homemenu ul {
	list-style-type: none;
	line-height:150%;
	padding:0px;
	text-align:left;
	margin-left:300px;
}
.homemenu li {
	width:450px;
}

.homemenu li h3 {
	font-size:10pt;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

.homemenu li a {
	float:left;
	color:#666666;
	text-decoration:none;
	padding-right:30px;
}

.homemenu li a:hover{
	color:#000000;
}

.homemenu em {
	margin-top:2px;
	width:2px;
	height:15px;
	background-color:#cccccc;
	z-index:0;
	display:block;
	float:left;
}

/***************** Template *****************/

#temtb {
	width: 980px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
}

#temtb thead tr {
	height:90px;
}

#temtb tbody p {
	padding:0px 8px;
	margin:0px;
	line-height:150%;
	margin-bottom:10px;
}

#temtb tbody p a{
	color:black;
	text-decoration:none;
}

#temtb tbody p a:hover{
	text-decoration:underline;
}



.corp-logo h1 {
	display:none;
}

.corp-logo img {
	border:0px;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
}

/*************/

.pagecontent {
	border-top:1px #fa44a7 dotted;	
	width:980px;
	vertical-align:top;
	padding-top:10px;
}

.pagecontent p {
	padding:0px 8px;
	margin:0px;
	line-height:150%;
	margin-bottom:10px;
	text-align:justify;
}

.pagecontent address {
	padding:0px 8px;
	margin:0px;
	line-height:150%;
	font-style:normal;
}

.pagecontent address a {
	color:black;
	text-decoration:none;
}

.pagecontent address a:hover {
	text-decoration:underline;
}

.pagecontent strong {
	margin:0px 8px;
}

/***************** Brand Menu & Sub Menu *****************/

.brand-names {
	vertical-align:top;
}

.brand-names ul {
	float:left;
	display:block;
	list-style-type: none;
	padding-left:5px;
	margin:0px;
/*	
	Standard Size
	width:170px;
*/
	width:190px;
	
}

.brand-names li h3 {
	font-size:10pt;
	font-weight:bold;
	padding:0px;
	margin:0px;
	line-height:280%;
}

.brand-names a {
	color:#666666;
	text-decoration:none;
}

.brand-names a:hover{
	color:#000000;
}

.brandcolor {
	width:11px;
	height:11px;
	float:left;
	margin-top:13px;
	padding:0px;
	margin-right:5px;
	cursor:default;
}

#brands-logo {
	float:left;
	margin-top:25px;
	padding-top:10px;
}

#brands-logo img {
	width:950px;
	height:140px;
}

/***************** Top Menu *****************/

#topmenu {
	vertical-align:top;
	margin-top:63px;
}

#topmenu ul {
	list-style-type: none;
	margin:0px;
	float:right;
	text-align:right;
}

#topmenu ul li {
	display:block;
	width:410px;
}

#topmenu li h3 a {
	float: left;
	font-size:9pt;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

#topmenu li h3 a:hover {
	color:gray;
}

#topmenu li div {
	background-color:#fa44a7;
	width:6px;
	height:6px;
	float:left;
	cursor:default;
	margin:5px 2px 0px 15px;
	padding:0px;
}

#topmenu ul ul {
	position:absolute;
	width:800px;
	right:110px;
	height:15px;
	margin-top:19px;
	padding:0px;
}

#topmenu ul ul li {
	width:100%;
}

#topmenu li h4 {
	margin:0px;
	padding:0px;
}

#topmenu li h4 a {
	float: left;
	font-size:7.5pt;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	padding-left:10px;
}

#topmenu li h4 a:hover {
	color:gray;
}

/***************** Contact Form *****************/

#contact-form {
	margin:20px 8px;
}

#contact-form td {
	height:30px;
}

#contact-form td div {
	font-size:9pt;
	display:none;
	color:#950000;
}

#contact-form td span {
	display:none;
}

#contact-form input {
	font-family:Arial, Helvetica, sans-serif, Tahoma, Verdana;
	font-size:9pt;
	width:210px;
	height:16px;
}

#contact-form textarea {
	font-family:Arial, Helvetica, sans-serif, Tahoma, Verdana;
	font-size:9pt;
	width:210px;
	height:70px;
}

.mess1 {
	background:url(../images/site/loader.gif) no-repeat;
	background-position:left;
	color:black;
	font-weight:bold;
}

.mess2 {
	color:green;
	font-weight:bold;
}

.mess3 {
	color:red;
	font-weight:bold;
}

/***************** Dealers *****************/
.dealers {
	padding-bottom:10px;
	margin-right:50px;
	margin-bottom:10px;
	width:100%;
	float:left;
}
.dealers i {
	font-size:8pt;
	color:gray;
}

.dealers img {
	margin-bottom:-5px;
	margin-right:2px;
	padding-bottom:10px;
}

/***************** News *****************/

#news-content {
	margin:0px;
	padding:0px;
	overflow:auto;
	overflow-y: auto;
	overflow-x: hidden; 
	width:100%;
	height:420px;
}


.olderrecord {
	width:100%;
	text-align:left;
	float:left;
	padding-top:8px;
	padding-left:0px;
}

.olderrecord a {
	color:black;
	text-decoration:none;
}

.olderrecord a:hover {
	color:#0052D9
}

#newstable div {
	line-height:2em;
	float:left;
}

.newsrow {
	line-height:2em;
	float:left;
	width:100%;
}

.newsrow div {
	font-size: 8pt;
	color:gray;
	padding-left:14px;
	margin-top:-5px;
	margin-bottom:10px;
}

.newssqure {
	background-color:#fa44a7;
	width:6px;
	height:6px;
	float:left;
	cursor:default;
	margin:9px 5px 0px 3px;
	padding:0px;
}

.newsrow h1 {
	font-size:10pt;
	font-weight:normal;
	margin:0px;
	padding:0px;	
}

.newsrow h1 a {
	color:black;
	text-decoration:none;
}

.newsrow h1 a:hover {
	text-decoration:underline;
}

.newsline {
	height:1px;
	border-bottom:2px #9696B1 solid;
	width:500px;
}

.close {
	display:none;
}

.deactive { 
	color:#999999; 
	cursor:default; 
}

.pagenum {
	border:1px silver solid;
	background-color:#f2f2f2;
	text-align:center;
	margin-right:5px;
	font-size:8pt;
	text-decoration:none;
	color:black;
	float:left;
}

.pagenum:hover {
	background-color:#ffffff;
	border:1px gray solid;
}

.page-act {
	border:1px gray solid;
	background-color:#ffffff;
	cursor:default;
}

.newsdetails {
	font-size:8pt;
	padding:0px 8px;
	line-height:200%;
	color:gray;
}

.newsdetails a {
	color:gray;
	text-decoration:none;
}

.newsdetails a:hover {
	color:black;
}

/***************** Products *****************/
.brandlogo {
	border-bottom:1px #fa44a7 dotted;
	margin-bottom:10px;
	height:45px;
}

.brandlogo img {
	padding:3px 0px 0px 0px;
}

.brandlogo div {
	float:left;
	height:45px;
}

.brandlogo div:first-child {
	float:left;
	text-align:left;
	padding-top:5px;
	padding-left:10px;
	line-height:20%;
	color:gray;
}

.brandlogo h1 a {
	font-size:9pt;
	margin:0px;
	padding:0px;
	text-align:left;
	text-decoration:none;
	color:black;
}

.brandlogo h1 a:hover {
	color:gray;
}

.products {
	width:138px;
	height:81px;
	float:left;
	margin:0px 12px 40px 8px;
	text-align:center;
}

.products img , products a  {
	border:4px white solid;
}

/***************** Next , Previous & Disable mode *****************/
.prev-dis, .next-dis, .prev, .next {
	border:0 none;
	float:left;
	height:19px;
	margin:0 3px;
	padding:0;
	width:20px;
}

.prev {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url('../images/site/btn-bars.png') no-repeat scroll -29px 0;
	cursor:pointer;
}

.prev:hover {
	background:transparent url('../images/site/btn-bars.png') no-repeat scroll -109px 0;
}

.prev-dis {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url('../images/site/btn-bars.png') no-repeat scroll -149px 0;
}

.next {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url('../images/site/btn-bars.png') no-repeat scroll -129px 0;
	cursor:pointer;
}

.next:hover {
	background:transparent url('../images/site/btn-bars.png') no-repeat scroll -169px 0;
}

.next-dis {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url('../images/site/btn-bars.png') no-repeat scroll -334px 0;
}


/***************** Product View *****************/
#productview {
	width:100%;
}

#moreimages {
	margin:0px;
	padding:0px;
	width:138px;
	height:405px;
	float:right;
}

#moreimages img {
	width:138px;
	height:81px;
	cursor:pointer;
}

.more {
	border-right:2px white solid;
}

.activemore {
	border-right:2px #fa44a7 solid;
}

#largeview {
	float:left;
	text-align:center;
	height:405px;
	background-image:url('../images/site/loader2.gif');
	background-repeat:no-repeat;
	background-position:center;
}

#product-leftdetails {
	width:145px;
	height:405px;
	float:left;
}

#productinfo{
	margin:0px;
	padding:0px;
	width:145px;
	height:85px;
	font-size:8pt;
	line-height:150%;
}

#productinfo h1{
	font-size:9pt;
	margin:0px;
	padding:0px;
	line-height:100%;
}

#productinfo span {
	color:silver;
	margin:0px;
}

#productinfo p{
	margin:0px;
	margin-top:10px;
	padding:0px;
	cursor:pointer;
}

#productinfo p:hover{
	color:red;
}

#productinfo img {
	border:0px;
	margin:5px 0px; 
}

#technicaldetails {
	position:absolute;
	width:670px;
	height:385px;
	top:133px;
	font-size:8pt;
	line-height:180%;
	overflow:auto;
	overflow-y: auto;
	overflow-x: hidden;
	background-image:url('../images/site/recback2.png');
	background-repeat:repeat;
	text-align:left;
	padding:10px;
}

#technicaldetails span {
	color:silver;
}

#technicalclose {
	position:absolute;
	right:0px;
	padding:0px 5px;
	top:0px;
	cursor:pointer;
}

#technicalclose:hover {
	color:red;
}

#techinfo {
	border-top:1px #fa44a7 dotted;
	margin-top:20px;	
	padding-top:20px;
}


#nextproducts {
	margin:0px;
	padding:0px;
	width:145px;
	height:300px;
	float:left;
	font-size:8pt;
	line-height:150%;
}



/***************** Brands Page *****************/

#brandimages {
	text-align:left;;
}

#brandimages img {
	border:0px;
	margin:10px;
}

/***************** About Page *****************/

#about-content {
	margin:0px;
	padding:0px;
	overflow:auto;
	overflow-y: auto;
	overflow-x: hidden; 
	width:100%;
	height:420px;
}



/***************** Verical Scrollable  *****************/

/* root element for scrollable */
.vertical {  
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 183px;	 
	width: 140px;
	border-top:1px #ddd dotted;
}

/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.items div {
/*	border-bottom:1px solid #ddd; */
	margin:6px 0px;
	padding:0px;
	font-size:12px;
	height:85px;
}

/* elements inside single item */
.items img {
	float:left;
	margin:0px;
	width:138px;
	height:81px;
	border:0px;
}


.items h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions {
	width:140px;
	margin:115px 0 10px 0;
	color:#666;
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	color:#000224;
}

.disabled {
	visibility:hidden;		
}

.nextPage {
	float:right;
}	

.prevPage {
	float:right;
}
