﻿@charset "utf-8";
/* CSS Document */

/* Reset CSS*/
*
{
	padding: 0px;
	margin: 0px;
    text-align: left;
    vertical-align: top;
}
/* Clear Fix */
.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

html[xmlns] .clearfix
{
	display: block;
}

* html .clearfix
{
	height: 1%;
}
.divClear
{
	text-align: left;
	vertical-align: top;
	width: 100%;
	clear: both;
	height: 0px;
}
html, body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Tahoma;
	font-size: 12px;
	color: #2b2b2b;
}
.floatLeft
{
    float: left !important;
}
.floatRight
{
    float: right !important;
}
input, select{
    font-family: Tahoma;
	font-size: 11px;
	color: #2b2b2b;
}
/* Common Classes start*/
h1
{
	font-family: Trebuchet MS, verdana,'MS Sans Serif';
	font-size: 26px;
	line-height: 22px;
	color: #0085c3;
	font-weight: normal;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	border-bottom: #cccccc 2px solid;
}
h2
{
	font-family: Trebuchet MS, verdana,'MS Sans Serif';
	font-size: 16px;
	color: #20a5e3;
	font-weight: bold;
}
h2 a
{
	display: block;
	text-decoration: none;
	color: #2b2b2b;
}
h2 a:hover
{
	text-decoration: underline;
}

h3
{
	font-size: 14px;
	color: #2b2b2b;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.displayInlineBlock
{
    display: inline-block !important;
    *display: inline;
    zoom:1;
}
.displayBlock
{
    display: block !important;
}
.autoWidth
{
    width: auto !important;
}
.tblPlainBg
{
    width: auto;
    border: #2b2b2b 1px solid;
}
.tblPlainBg th:last-child, .tblPlainBg td:last-child
{
    border-right: 0px;
}
.tblPlainBg tr:last-child th, .tblPlainBg tr:last-child td
{
    border-bottom: 0px;
}
.tblPlainBg th, .tblPlainBg td
{
    padding: 2px 2px 2px 5px;
    border-right: #2b2b2b 1px solid;
    border-bottom: #2b2b2b 1px solid;
}
.tblPlainBg th
{
    text-align: center;
    font-weight: bold;
    background-color: #e1e1e1;
}
.tblPlainBg td
{
    text-align: left;
    background-color: #ffffff;
}

/* Customize bullet list classes */
.smallBullet1, .smallBullet1 li
{
    display: block;
    list-style: none;
    width: 100%;
    font-size: 12px;
}
.smallBullet1
{
    margin: 0px;
    padding: 0px;
}

.smallBullet1 li
{
    margin: 0px;
    padding: 5px 0px;
}


/* Icons */
.img16x16, .img24x24
{
    display: inline-block;
    *display:inline;
    zoom:1;
    padding: 1px;
    background-repeat: no-repeat;
}
.img16x16
{
    width: 16px;
    height: 16px;
    background-image: url(../Images/16x16img.png);
}
.img24x24
{
    width: 24px;
    height: 24px;
    background-image: url(../Images/icons.png);
}
.bullet1
{
    background-position: left top;
}
.tickBullet
{
    background-position: left -18px;
}
.bigPrintIcon
{
    background-position: -26px -18px;
}

/* 16x16img classes */
.smallBullet1
{
    background-position: left top;
}
.closeIcon
{
    background-position: -18px   top;
}

/* Icons */
p
{
	font-size: 12px;
	color: #2b2b2b;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	line-height: 16px;
	vertical-align: middle;
}
.divMainOuter
{
    width: 100%;
    height: 100%;
    text-align: left;
    vertical-align: top;
    background: url(../Images/topdividerLine.gif) left 130px repeat-x;
}
.divMain
{
    width: 960px;
    height: 100%;
    text-align: center;
    vertical-align: top;
    margin: 0px auto;
}
.wrapper
{
    text-align: left;
    vertical-align: top;
    padding: 10px;
}
.divTopMasterHead
{
    width: 100%;
}
.divTopMasterHead .divLeft
{
    width: 25%;
    float: left;
}
.divLogo
{
    margin: 10px 0px 0px 0px;
}
.divTopMasterHead .divRight
{
    width: 75%;
    float: left;
}
.divTopRightBanner
{
    padding: 35px 0px 35px 0px;
}
.divTopRightBanner h2
{
    font-size: 22px;
    float: right;
}
.divTopMenu ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block;
    float: right;
}
.divTopMenu ul li
{
    margin: 0px 5px 0px 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.divTopMenu ul li a
{
    display: block;
    color: #2b2b2b;
    text-decoration: none;
    padding: 5px 5px;
    min-width: 90px;
    background-color: #ffffff;
    border: #a1a1a1 1px solid;
    border-radius: 13px 13px;
    text-align: center;
    white-space: nowrap;
}
.divTopMenu ul li a:hover,.divTopMenu ul li a.selected
{
    color: #ffffff;
    background-color: #ffffff;
    background-color: #20a5e3;
    border: #20a5e3 1px solid;
}
.divBanner
{
    text-align: left;
    vertical-align: top;
    background: url(../Images/bannerShadow.png) center 170px no-repeat;
    padding: 0px 0px 30px 0px;
    margin: 10px 0px 0px 0px;
    position: relative;
}
.carousel-container
{
    border: #96cae2 1px solid;
}

/* Body Content */
.divBodyContent
{
    border: #20a5e3 1px dotted;
    border-radius: 10px 10px;
}
.divBodyContainer
{
    margin: 15px 10px;
}
.divFromRow
{
    display: block;
    margin: 5px 0px;
}
.divFromCoulmn
{
    width: 290px;
    float: left;
    margin: 0px 10px 0px 0px;
}

.ulServices, .ulServices li, .ulProductList, .ulProductList li
{
   list-style: none;  
   display: block;
}

.ulServices
{
    margin: 10px 0px;
    padding: 0px;
    
}
.ulServices li
{
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
}
.ulServices li .tickBullet
{
    margin: 3px 5px 0px 0px;
}

/* Products Page */
.divProdhead
{
    background-color: #009cff;
    padding: 5px;
}
.divProdhead h3
{
    color: #ffffff;
    font-weight: bold;
    margin: 0px;
}
.divProdList
{
}
.divProdList .ulProductList
{
    margin: 5px 0px;
}
.divProdList .ulProductList li
{
    margin: 0px 5px 5px 5px;
    padding: 0px 0px 0px 21px;
    font-size: 14px;
    background: url(../Images/bullet1.png) left 1px no-repeat;
}
.emailList a
{
    color: #2b2b2b;
}

/* Products Page */

/* Feedback Form */
.divFeedbackForm label
{
    display: block;
    font-size: 12px;
}
.divFeedbackForm .txtBox
{
	border: #a1a1a1 1px solid;
	padding: 2px;
	width: 200px;
}
.divFeedbackForm .txtBoxAddress
{
	border: #a1a1a1 1px solid;
	padding: 2px;
	height: 60px;
	width: 460px;
	text-align: left;
}
.divFeedbackForm .btn
{
    background: url(../Images/btnBg.gif) left top repeat-x #02a9ff;
    padding: 5px;
    width: 100px;
    border: #0097e5 1px solid;
    border-radius: 5px 5px;
    color: #2b2b2b;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.divFeedbackForm .btn:hover
{
    background-color: #02a9ff;
    background-image: none;
    color: #ffffff;
}
.divFeedbackForm .divFromCoulmn
{
    width: 250px;
}

/* Feedback Form */

/* Body Content */
.divFooterContent
{
    background-color: #009cff;
    padding: 5px;
    margin: 10px 0px;
}

.divFooterContainer
{
    
}
.divFooterContent p
{
    margin-top: 0px;
}
.divFooterContent p, .divFooterContent a
{
    color: #ffffff;
}

.divPrintHeading
{
    border-top: #20a5e3 2px solid;
    border-bottom: #20a5e3 1px solid;
    padding: 4px 0px;
    margin: 0px 0px 10px 0px;
}

.divEnquiry
{
    position: absolute;
    width: 100%;
    left: 0;
    top:0;
    z-index: 10;
    margin: 202px 0px 0px 0px;
}
.divEnquiryForm
{
    display: inline-block;
    padding:10px;
    background-color: #96cae2;
    border-bottom-left-radius: 8px 8px;
    box-shadow: -1px 2px 2px #888888;
}
.divEnquiryForm label
{
    margin-bottom: 2px;
}
.divEnquiryFormHeading
{
    padding: 3px 0px; 
    border-bottom: #2b2b2b 1px dotted;
}
.divEnquiryFormHeading h2
{
    color:#2b2b2b;
}
.lbtnEnquiryForm
{
    display: inline-block;
    background: url(../Images/btnBg2.gif) left bottom repeat-x;
    padding: 3px 15px;
    font-family: Trebuchet MS;
    font-size: 16px;
    line-height:16px;
    font-weight: bold;
    color: #000000;
    white-space: nowrap;
    text-align: center;
    border-bottom-left-radius: 8px 8px;
    border-bottom-right-radius: 8px 8px;
    position: absolute;
    right:0;
    bottom:0;
    z-index: 15;
    margin: 0px 0px -20px 0px;
    cursor: pointer;
    box-shadow: -1px 2px 2px #888888;
}
.