/* ********************************************************************************
 * Building blocks
 * h2, h3, p, etc        Standard html tags
 * div.gbBlock           Sidebar or content section with style for contained lists
 * ul.gbBreadCrumb       List of links/path elements
 * table.gbDataTable     Table for data/form elements with styles for shading rows
 */

#gallery h2, #gallery h3, #gallery h4, #gallery form {
    margin: 0;
    padding: 0;
}

#gallery p {
    margin: 0.6em 0;
    padding: 0;
}

.gbBlock {
    padding: 0.7em;
    border-width: 0 0 1px 0;
    border-style: inherit;
    border-color: inherit;
    /* IE can't inherit these */
    border-style: expression(parentElement.currentStyle.borderStyle);
    border-color: expression(parentElement.currentStyle.borderColor);
}

.gbBlock ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.gbBlock ul ul {
    margin: 0 0 0.5em 1.0em;
}

.gbBlock li {
    padding: 6px 0 0 0;
}

#gallery .gbBlock h3 {
    margin-bottom: 0.5em;
}

#gallery .gbBlock h4 {
    margin-top: 0.5em;
}


#gsNavBar div.gbBreadCrumb {
    margin: 0;
    padding: 4px 8px;
}

table.gbDataTable {
    padding-bottom: 4px;
}

table.gbDataTable th, table.gbDataTable td {
    padding: 4px;
}


.giBlockToggle {
    padding: 0 0.4em 0.1em;
}
.giBlockToggle:hover {
    cursor: pointer;
}


.gbMarkupBar {
    margin: 4px 0;
}

#gallery .gbMarkupBar input {
    margin: 0;
    padding: 0;
}


/* ********************************************************************************
 * Sections
 * body.gallery     Page body in G2 standalone (doesn't apply to embedded)
 * #gallery         Page container
 * #gsNavBar   Top bar with breadcrumb and other links
 * #gsSidebar       Sidebar
 * #gsContent       Main content
 */

body.gallery {
    margin: 0;
    padding: 0;
}

#gallery {
    padding: 8px;
}
#gallery.rtl {
    direction: rtl;
}

#gsNavBar {
    border-top-width: 1px;
    border-bottom-width: 1px;
}

#gsNavBar div.gbSystemLinks {
    padding: 4px 6px;
}

#gsNavBar div.gbSystemLinks span {
    padding: 0 4px;
}

#gsSidebar {
    border-right-width: 1px;
    width: 175px;
    overflow: hidden;
}
#gsSidebarCol {
    width: 1%; /* Expand to fit content ("0" bad4 firefox, "1px" bad4 opera) */
}

td.giAlbumCell, td.giItemCell {
    padding: 1em;
    text-align: center;
}

#gallery td.giAlbumCell select, #gallery td.giItemCell select {
    margin-top: 0.8em;
}

/* So imageframed thumbs can be centered */
td.giAlbumCell table, td.giItemCell table {
    margin: auto;
}

#gsPages span {
    padding: 0 0.3em;
}

#gallery #gsSidebar ul {
    font-size: 1em;
}

/* ********************************************************************************
 * Matrix Theme for Gallery 2
 * by Ross A. Reyman, Jon Huang, and Chad Kieffer
 * updated by Alan Harder
 */

/* ********************************************************************************
 * Building blocks
 * #gallery              Default font/color settings
 * .gcBackground1,2..    Palette of backgrounds
 * .gcBorder1,2..        Palette of borders
 * a, h2, h3, etc        Standard html tags
 * .giTitle, .giSubtitle, .giDescription, .giInfo, .giSuccess, .giWarning, .giError
 *                       Palette of text styles
 * div.gbBreadCrumb      List of links/path elements
 * table.gbDataTable     Table for data/form elements with styles for shading rows
 * div.gbTabBar          UI component for selectable tabs
 * .autoComplete*        Styles for autoComplete popup lists
 */

#gallery {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    color: #333;
    background-color: #8FC7E2;
}
body.gallery {
    background-color: #8FC7E2;
}

.gcBackground1 {
    background-color: #75BCE0;
}

.gcBackground2 {
    background-color: #1B92C4;
}

.gcBorder1 {
    border: 0 solid #ccc;
}

.gcBorder2 {
    border: 0 solid #888;
}

#gallery a {
    font-weight: bold;
    text-decoration: none;
    color: #005073;
}
#gallery a:hover {
    text-decoration: underline;
    color: #fff;
}
#gallery a:active {
    text-decoration: none;
    color: #f9c190;
}

#gallery img {
    border-width: 0;
}

#gallery h2, #gallery h3, #gallery h4 {
    font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
}

#gallery input:focus, #gallery textarea:focus {
    background-color: #ffc;
    color: #000;
}

#gallery input.inputTypeSubmit, #gallery input.inputTypeButton {  /* No input[type=submit] in IE */
    color: #333;
    background-color: #75BCE0;
    border-width: 2px;
    border-style: solid;
    border-color: #1B92C4 #666 #666 #1B92C4;
}

#gallery select {
    font-size: 1em;
}

.giTitle, #gallery h2, #gallery h3, #gallery h4 {
    font-size: 1.3em;
    font-weight: bold;
}

#gallery pre, #gallery tt {
    font-family: Courier New;
    font-size: 1.2em;
}

.giSubtitle {
    font-size: 0.9em;
    font-weight: normal;
    vertical-align: text-bottom;
}

.giDescription {
    font-size: 1.1em;
    line-height: 1.4em;
}

.gbEmptyAlbum {
    height: 400px;
}

.giDescription h3.emptyAlbum {
    line-height: 4.0em;
    text-align: center;
}

.giInfo {
    font-size: 0.9em;
    color: #407595;
}

.giSuccess, .giWarning, .giError  {
    font-weight: bold;
}

.giSuccess { color: #5c0; }
.giWarning { color: #c50; }
.giError { color: #a44; }

.giNew, .giUpdated {
    border-width: 2px;
    border-style: ridge;
    padding: 0 6px;
    line-height: 1.9em;
}

#gsNavBar div.gbBreadCrumb {
    font-size: 1.1em;
    font-weight: bold;
}

#gsNavBar div.gbBreadCrumb a, #gsNavBar div.gbBreadCrumb span {
    padding: 0 0 0 14px;
    background: url('images/icon_path_separator.gif') no-repeat left;
}

#gsNavBar div.gbBreadCrumb a.BreadCrumb-1 {   /* no :first-child in IE */
    padding-left: 0;
    background-image: none;
    white-space: nowrap;
}

#gsThumbMatrix {
    width: 100%;
}

#gallery.IE div.gbBreadCrumb span {
    display: inline-block;   /* IE loses padding-left on wrapped inline nowrap element */
    padding-right: 4px;      /* IE has less space at right of each span */
}

#gsNavBar div.gbBreadCrumb span.BreadCrumb-1 {   /* no :first-child in IE */
    padding-left: 0;
    background-image: none;
}

#gsNavBar div.gbSystemLinks {
  float: right;
}

table.gbDataTable th {
    text-align: left;
    background-color: #1B92C4;
}

.gbEven {
    background-color: #8FC7E2;
}

.gbBusy {
    background-color: #78D478 !important;
}

.gbOdd {
    background-color: #75BCE0;
}


div.gbTabBar {
    font-size: 0.9em;
    font-weight: bold;
    margin: 0.8em 0 0;
    padding: 6px;
    background: url('../matrix/images/tab_bg.gif') repeat-x bottom;
    white-space: nowrap;
}

div.gbTabBar span.o {
    padding: 6px 0 5px 8px;
    background: url('../matrix/images/tab_left.jpg') no-repeat left top;
}
#gallery.IE div.gbTabBar span.o {
    display: inline-block;   /* IE loses padding-left on wrapped inline nowrap element */
    margin-bottom: 1px;      /* ..and then adds padding differently with inline-block.. */
}
/* IE may clip off the right end of a long set of tabs, so allow IE to wrap them */
#gallery.IE div.gbTabBar { padding-bottom: 0; white-space: normal; }
#gallery.IE div.gbTabBar span.giSelected { margin-bottom: 0; }

#gallery div.gbTabBar span span {
    padding: 6px 12px 5px 4px;
    background: url('../matrix/images/tab_right.jpg') no-repeat right top;
}

#gallery div.gbTabBar a {
    color: #777;
    text-decoration: none;
}

#gallery div.gbTabBar a:hover {
    color: #333;
}

#gallery div.gbTabBar span.giSelected {
    padding-bottom: 6px;
    background-image: url('../matrix/images/tab_left_on.jpg');
}

#gallery div.gbTabBar span.giSelected span {
    color: #333;
    padding-bottom: 6px;
    background-image: url('../matrix/images/tab_right_on.jpg');
}

.autoCompleteShadow {
    background-color: #a0a0a0 !important;
}

.autoCompleteContainer {
    border: 1px solid #404040;
    background-color: #8FC7E2;
    border-top: 0px;
    border-bottom: 1px dotted rgb(0, 128, 0);
    margin-bottom: -1px;
    margin-top: 0px;
}

.autoCompleteContainer li.yui-ac-highlight {
    background-color: #75BCE0;
}

#gallery .gbMarkupBar input {
    font-size: 1.1em;
}

.giSearchHighlight {
    font-weight: bold;
    background-color: #ff6;
}


/* ********************************************************************************
 * Sections
 * #gallery         Page container
 * #gsNavBar   Top bar with breadcrumb and other links
 * #gsSidebar       Sidebar
 * #gsContent       Main content
 */

#gsNavBar div {
    margin-top: 0.1em;  /* Align system links with breadcrumb */
    font-weight: bold;
}

#gsSidebar div ul {   /* no > in IE */
    font-size: 1.1em;
    font-weight: bold;
}
#gsSidebar div ul ul { font-size: 1.0em; }

#gsSidebar ul span {
    color: #999;
}

div.gbNavigator div.next-and-last {
  float: right;
}
div.gbNavigator div.next-and-last.no-previous {
  float: none;
  text-align: right;
}

div.gbNavigator a.first {
  padding-left: 27px;
  background: url('images/nav_first.gif') left no-repeat;
}

div.gbNavigator a.previous {
  padding-left: 27px;
  background: url('images/nav_prev.gif') left no-repeat;
}

div.gbNavigator a.next {
  padding-right: 27px;
  background: url('images/nav_next.gif') right no-repeat;
}

div.gbNavigator a.last {
  padding-right: 27px;
  background: url('images/nav_last.gif') right no-repeat;
}

div.gbNavigator div.first-and-previous img {
  vertical-align: middle;
  padding-right: 0.5em;
}
div.gbNavigator div.next-and-last img {
  vertical-align: middle;
  padding-left: 0.5em;
}

#gallery.rtl div.gbNavigator div.next-and-last {
  float: left;
}
#gallery.rtl div.gbNavigator div.next-and-last.no-previous {
  float: none;
  text-align: left;
}
#gallery.rtl div.gbNavigator div.first-and-previous {
  text-align: right;
}
/* Both IE and Gecko have bugs with omitting padding on rtl inline content */
#gallery.IE.rtl div.gbNavigator a {
  display: inline-block;
}
#gallery.gecko.rtl div.gbNavigator a {
  display: -moz-inline-box;
}

#gallery.rtl div.gbNavigator a.first {
  padding: 0 27px 0 0;
  background: url('images/nav_last.gif') right no-repeat;
}
#gallery.rtl div.gbNavigator a.previous {
  padding: 0 27px 0 0;
  background: url('images/nav_next.gif') right no-repeat;
}
#gallery.rtl div.gbNavigator a.next {
  padding: 0 0 0 27px;
  background: url('images/nav_prev.gif') left no-repeat;
}
#gallery.rtl div.gbNavigator a.last {
  padding: 0 0 0 27px;
  background: url('images/nav_first.gif') left no-repeat;
}
#gallery.rtl div.gbNavigator div.first-and-previous img {
  padding: 0 0 0 0.5em;
}
#gallery.rtl div.gbNavigator div.next-and-last img {
  padding: 0 0.5em 0 0;
}

div.block-search-SearchBlock a.advanced {
  display: block;
  padding: 3px;
}

div.block-core-ItemLinks {
  margin: 3px 0;
}
div.block-core-ItemLinks a {
  padding: 3px;
}
div#gsSidebar div.block-core-ItemLinks a {
  display: block;
}

div#gsSidebar div.block-core-PeerList a {
  display: block;
  padding: 3px;
}

div#gsSidebar div.block-core-PeerList span {
  font-weight: bold;
  display: block;
  padding: 3px;
}

div#gsSidebar div.block-core-PeerList span.current {
  color: #0b6cff;
}

/* ***************************************************** */
/*                   Dynamic blocks                      */
/* ***************************************************** */

div.block-comment-ViewComments {
  margin: 5px;
}

div.block-comment-ViewComments div.one-comment {
  border: 1px solid #1B92C4;
  padding: 5px;
  margin-bottom: 5px;
}

div.block-comment-ViewComments h3 {
}

div.block-comment-ViewComments span {
  padding-right: 5px;
}

div.block-comment-ViewComments p.info {
  font-style: italic;
  text-align: right;
  font-size: 0.95em;
}

div.block-core-GuestPreview {
  float: right;
}
#gallery.rtl div.block-core-GuestPreview {
  float: left;
}

span.block-core-SystemLink {
}

div.block-exif-ExifInfo {
  margin: 5px;
}

span.bsw_ButtonDisabled {
  color: #999;
}

span.bsw_ButtonEnabled {
  color: #000;
  cursor: pointer;
}

table.bsw_ParamTable {
  width: 100%;
  border: 1px solid #999;
  border-collapse: collapse;
}

tr.bsw_ParamHeaderRow {
  background-color: #75BCE0;
}

tr.bsw_ParamHeaderRow td {
  font-weight: bold;
  text-align: center;
  border: 1px solid #999;
}

td.bsw_BlockCommands {
  white-space: nowrap;
  text-align: center;
}

#gsFooter {
  padding-top: 4px;
}

/* ********************************************************************************
 * Rating module style fix for Matrix
 */
.giRatingUI {
    margin: 10px auto; /* Required to center default rating module star images */
}
#gsThumbMatrix .giRatingAverageContainer {
    margin: auto;
}





/* CSS Document */
/* ----------------------------------GENERAL---------------------------------- */
body{
	padding:0;
	margin:0;
	background-color:#fff; position:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(images/mainbg.jpg) repeat-x;
	background-position:top;
	background-color:#8FC7E2;
	}
td, img, p, a, ul, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, label, input{
	padding:0;
	margin:0;
	}
img{ border:none;}
a{ text-decoration:none;
	outline:none;
	}
ul, dl{ list-style-type:none;}
.spacer{
	font-size:0;
	line-height:0;
	clear:both;
	}
/* ----------------------------------Left Table---------------------------------- */
.main{
	border-bottom:1px solid #72B3D1;}
.leftTable{
	background:url(images/lefttable.jpg) repeat-x;
	background-color:#9ACCE5;
	width:320px;
	margin:0 0 1px 0;
	background-position:top;
	border-right:1px solid #ACD5EA;
	border-left:1px solid #ACD5EA;
	border-bottom:1px solid #ACD5EA;
	}
.logo{
	margin:44px 0 0 0;
	}
.ba{
	background:url(images/newtopm.jpg) repeat-y;
	background-position:top;
	width:317px;
	}
.menutable{
	margin:0 0 0 0;
	background-color:#66B8DA;
	}
.menutableNew{
	background:url(images/menu.jpg) no-repeat;
	height:167px; width:319px;
	background-position:top left;background-color:#7BC0DF;
	}
	
/* ----------------------------------Left Menu---------------------------------- */
	
ul.leftNav{
	font:bold 11px/22px Verdana, Arial, Helvetica, sans-serif;
	margin-top:22px; color:#fff;
	}

ul.leftNav li {
	background:url(images/horizontaldott.gif) 0 100% repeat-x;
	padding-bottom:1px;
	margin:0 58px 0 44px;
	}
ul.leftNav li.noline{
	background:none;
	}
ul.leftNav li a{
 	color:#fff;
	background:url(images/bullet.gif) no-repeat 0 12px;
	display:block;
	height:26px;
	padding-left:14px;
	}
ul.leftNav li a:hover{
	color:#004664;
	}
/* ----------------------------------Left Normal---------------------------------- */
.wing{
	margin:45px 0 0 19px ;
	}
.news{
	background:url(images/news.gif) no-repeat;
	width:79px; height:34px;
	margin:35px 0 17px 19px;
	}
.whitetext{
	font:bold 12px/17px Verdana, Arial, Helvetica, sans-serif;
	color:#fff; padding:0 0 19px 19px;
	}
.whitetextNew{
	font:bold 11px/17px Arial, Helvetica, sans-serif;
	color:#fff; padding:0 50px 0 50px;
	}
.tick{
	background:url(images/icon.gif) no-repeat;
	height:11px; width:11px;
	}
.newstext{
	font:normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#015E86;
	}
.newsTab{
	margin:0 0 0 19px;
	}
.client{
	margin:0 0 0 93px;
	}
/* ----------------------------------Right Top---------------------------------- */
.header{
	background:url(images/topheader.jpg) no-repeat;
	height:556px; width:570px;
	background-position:top left;
	}
.hedaeraircraft{
	background:url(images/aviationheader.jpg) no-repeat;
	height:464px; width:556px;
	background-position:top left;
	}
.shoppinghedaer{
	background:url(images/shopping-header.jpg) no-repeat;
	height:466px; width:396px;
	background-position:top left;
	}
.clickbt{
	margin:29px 0 0 388px;
	}
.onlineblue{
	font:bold 14px/22px Verdana, Arial, Helvetica, sans-serif;
	color:#004664;
	padding:0 0 0 367px;
	}
.onlinewhite{
	font:bold 14px/22px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	}
.textmain{
	margin:539px 0 0 056px;
	}
.bodyetxtNormal{
	font:normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#015E86; padding:0 0 25px 0;
	}
/* ----------------------------------Footer---------------------------------- */
.footbg{
	background:url(images/footbg.jpg) repeat-x;
	background-position:bottom;
	background-color:#8FC7E2;
	}
.copyright{
	font:normal 10px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#015E86; padding:30px 0 0 0;
	}
/* ----------------------------------Our Aircraft--------------------------------- */
.mainTable{
	margin:348px 0 0 56px;
	}
.boldwhite{
	font:bold 16px Verdana, Arial, Helvetica, sans-serif;
	color:#fff; padding:0 0 25px 0;
	}

.product{
	background:url(images/aircraftrangebg.jpg) no-repeat;
	background-position:top left;
	height:192px; width:219px;
	}
h2{
	font:bold 13px Verdana, Arial, Helvetica, sans-serif;
	color:#fff; text-align:center;
	padding:17px 0 0 0;
	}
.image{
	margin:12px 0 3px 9px;
	}
h3{
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	color:#fff; text-align:center;
	padding:0 0 15px 0;
	}
/*.clickbutton{
	background:url(images/click-herenew.gif) no-repeat;
	height:27px; width:93px;
	background-position:top center;
	padding:8px 0 0 35px;
	font:bold 11px Verdana;
	color:#0072AB
	}*/
.button{
	margin:8px 0 35px 0;
	}

/* ----------------------------------Our Shopping--------------------------------- */

.shoppingmenu{
	
background:url(images/menusmall.jpg) no-repeat;
	width:238px; height:170px;
	background-position:top;
	}
ul.smallleftNav{
	font:bold 11px/24px Verdana, Arial, Helvetica, sans-serif;
	margin-top:12px; color:#fff;
	}

ul.smallleftNav li {
	background:url(images/horizontaldott.gif) 0 100% repeat-x;
	padding-bottom:1px;
	margin:0 40px 0 22px;
	}
ul.smallleftNav li.noline{
	background:none;
	}
ul.smallleftNav li a{
 	color:#fff;
	background:url(images/bullet.gif) no-repeat 0 12px;
	display:block;
	height:24px;
	padding-left:14px;
	}
ul.smallleftNav li a:hover{
	color:#004664;
	}
.quickfind{
	background:url(images/quick-find.jpg) no-repeat;
	height:29px; width:130px;
	margin:20px 0 0 14px;
	}
.textfield{
	width:132px; height:14px;
	margin:10px 0 10px 14px;
	}
.search{
	margin:12px 10px 0 0;
	}
.bluetext{
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	padding:0 14px 10px 14px; color:#407595;
	}
.bluetext a{
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#407595;
	font-weight:bold;
	}
.bluetext a:hover{
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#407595;
	text-decoration:underline;
		font-weight:bold;
	}
.bluetext a:visited{
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#407595;
		font-weight:bold;
	}
.newborder{
	border-bottom:1px solid #ACD5EA;
	border-left:1px solid #ACD5EA;
	border-right:1px solid #ACD5EA;
	background-color:#9ACCE5;
	background:url(images/leftabbg.gif) repeat-x;
	background-position:top;
	}
.ourproduct{
	background:url(images/our-product.gif) no-repeat;
	height:36px; width:171px;
	margin:20px 0 0 14px;
	}
.mainbuttonTable{
	margin:349px 0 0 26px;
	}
.rightborder{
	border-bottom:1px solid #ACD5EA;
	border-left:1px solid #ACD5EA;
	border-right:1px solid #ACD5EA;
	background-color:#9ACCE5;
	background:url(images/rightablebg.gif) repeat-x;
	height:917px;
	background-position:top;
	}
ul.darkbullet{
	font:bold 10px/14px Verdana, Arial, Helvetica, sans-serif;
	margin-top:6px; color:#407595;
	}

ul.darkbullet li {
	padding-bottom:1px;
	padding-left:14px;
	}
ul.darkbullet li a{
 	color:#407595;
	background:url(images/darkbullet.gif) no-repeat 0 5px;
	display:block;
	height:14px;
	padding-left:8px;
	}
ul.darkbullet li a:hover{
	color:#fff;
	}
.shoppingcart{
	background:url(images/shopping-cart.gif) no-repeat;
	height:32px; width:180px;
	margin:40px 0 10px 14px;
	}
.item{
	background:url(images/shoppingitem.gif) no-repeat;
	width:203px; height:22px;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#407595; padding:0 0 0 5px;
	}
.protext{
	margin:46px 0 0 14px;
	}
.information{
	background:url(images/information.gif) no-repeat;
	height:32px; width:157px;
	margin:42px 0 13px 16px;
	}
.informationTExt{
	font:bold 11px/20px Verdana, Arial, Helvetica, sans-serif;
	color:#407595; text-decoration:underline; padding:0 16px 0 16px;
	}
.informationTExt a{
	color:#407595; text-decoration:underline;
	}
.informationTExt a:hover{
	color:#fff; text-decoration:none;
	}
.bestseller{
	background:url(images/bestsellers.jpg) no-repeat;
	height:31px; width:153px;
	margin:37px 0 13px 16px;
	}
ul.right{
	font:normal 10px/24px Verdana, Arial, Helvetica, sans-serif;
	margin-top:6px; color:#407595;
	}

ul.right li {
	padding-bottom:1px;
	background:url(images/hozdot.gif) 0 100% repeat-x;
	padding-left:0px;
	margin:0 16px 0 16px;
	}
ul.right li.nlolinelast{
	background:none;
	}
ul.right li a{
 	color:#407595;
	background:url(images/darkbullet.gif) no-repeat 0 10px;
	display:block;
	height:24px;
	padding-left:8px;
	}
ul.right li a:hover{
	color:#fff;
	}
.newsletter{
	margin:25px 0 0 15px;
	}
.newslettertext{
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	color:#407595;
	padding:10px 10px 5px 10px;
	}
.newslettetxtfield{
	width:90px;
	margin:2px 0 0 8px;
	}
.submit{
	margin:6px 11px 0 0;
	}
.producttab{
	margin:45px 0 40px 26px;
	}
.producttabNew{
	margin:0 0 40px 26px;
	}
.smallbt{
	background:url(images/smallproducts.gif) no-repeat;
	width:101px; height:82px;
	background-position:top left;
	}
.productsmalltext{
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	color:#005073;
	padding:5px 0 5px 0 ;
	}
.lasttab{
	margin:0 0 32px 0;
	}
/* ----------------------------------Dealers--------------------------------- */
	
.dealer_blue{
	font:bold 16px/22px Verdana, Arial, Helvetica, sans-serif;
	color:#004664;
	}
.mapTable{
	margin:0 0 18px 56px;
	}
.mapborder{
	border:1px solid #A5D7EE;
	margin:22px 0 22px 0;
	}
.dealer_search{
	margin:0 0 0 56px;
	}
.dealer_list{
	margin:10px 0 7px 0;
	width:220px; font:11px Verdana, Arial, Helvetica, sans-serif;
	}
.listtable{
	background-color:#9ACCE5;
	border:3px solid #A5D7EE;
	margin:0 0 28px 0;
	}
.listtext{
	font:normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#015E86; padding:0 0 0 10px;
	border-bottom:1px solid #A5D7EE;
	}
.listtext a{
	font:normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#015E86; 
	}
.listtext a:hover{
	color:#000;
	}
/* ----------------------------------About Us and Contact Us--------------------------------- */
.aboutbody{
	font:normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#015E86; padding:0 0 18px 0;
	}
.aboutbody_bold{
	font:bold 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#015E86; padding:0 0 18px 0;
	}
.whiteicon{
	background:url(images/white-arrow.gif) no-repeat;
	height:10px; width:7px;
	}
.contact_image{
	margin:1px 0 0 0;
	}
.contact_product{
	background:url(images/nn.jpg) no-repeat;
	background-position:top left;
	height:192px; width:219px;
	}
ul.newone{
 	color:#004664;
	list-style-type:none; margin-left:8px ; padding:0 ; 
	font:bold 12px/18px Verdana, Arial, Helvetica, sans-serif;
}

ul.newone li {
	background:url(images/white-arrow.gif) no-repeat 0 7px;
	font-family:Verdana, Arial, Helvetica, sans-serif; padding-left:8px;
}
ul.newone li.noimage{
	color:#fff; background:none;
	padding:0 0 25px 0;
	}
/* ----------------------------------Download--------------------------------- */
.dataTable{
	margin:0 0 0 56px;
	}
.downlaodbg{
	background:url(images/downloadbg.gif) no-repeat;
	width:148px; height:129px;
	}
.imagepadd{
	margin:4px 0 0 4px;
	}
.dataTable_new{
	margin:0 0 74px 56px;
	}
/* ----------------------------------For the flash Page--------------------------------- */
.paddima{
	margin:10px 0 0 0;
	}
.button{
	margin:12px 0 12px 0 ;
	}

