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

/*css reset*/

button:focus, input:focus, img:focus, select:focus, a:focus{
outline:none;
outline:0;
}


a img{
border: none;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}

body {
font: 12px/18px Arial, Helvetica, sans-serif;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

a, a:hover {
text-decoration: none;
}

/*css reset ends*/

/* Wordpress classes to position images */

.alignRight {
float:right;
}

.alignLeft {
float:left;
}

.alignCenter {
display:block;
margin:0 auto;
}

/* Wordpress classes to position images Ends */

/*Sticky footer*/

html, body {
height:100%;
background:url(images/bg_main.jpg) repeat-y center center #2C2C2C;
}

.wrapperEnclose {
min-height:100%;
}

.footer {
background: none repeat scroll 0 0 #FFFFFF;
box-shadow: 0 14px 17px #939393;
clear: both;
margin: 0 auto;
position: relative;
width: 980px;
}

/*Sticky footer Ends*/


/*Home page styles starts here*/

.marginRht0 {
margin-right:0px !important;
}

.wrapperEnclose {
width:100%;
position:relative;
overflow:hidden;
}

.wrapperAll {
background-color: #FFFFFF;
box-shadow: 0 0 17px #939393;
height: 100%;
margin: 0 auto;
overflow: hidden;
position: relative;
width: 980px;

}

.headerEnclose {
border-bottom: 5px solid #1A1A1A;
margin: 0 auto;
overflow: hidden;
padding: 20px 10px;
width: 940px;
}

.logo {
float:left;
overflow:hidden;
background:url(images/logo.png) no-repeat;
width:546px;
height:77px;
}
.headerLinks {
float:right;
overflow:hidden;
width:300px;
}
.social {
width:100px;
overflow:hidden;
float:right;
}
.social ul {
padding:0px;
margin:0px;
}
.social ul li {
float:right;
margin-left:10px;
}
.social ul li a {
background:url(images/social_icons.png) no-repeat;
width:30px;
height:30px;
text-indent:-999px;
display:block;
}

#fb {
background-position: -31px 0;
}

#tweet {
background-position:0px 0px;
}

#fb:hover {
background-position:-31px -33px;
}

#tweet:hover {
background-position:0px -33px;
}

.topBtns {
float:right;
clear:both;
overflow:hidden;
}

.topBtns a {
border: 1px solid #A7A8AB;
border-radius: 4px;
color: #5D5F62;
float: left;
margin: 15px 10px 0 0;
padding: 4px 15px;
width:50px;
height:18px;
font-weight:bold;
text-align:center;
background: #efeeee; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #e6e8e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e8e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#e6e8e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#e6e8e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#e6e8e5 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#e6e8e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e8e5',GradientType=0 ); /* IE6-9 */
}

.topBtns a:hover {
border: 1px solid #A7A8AB;
border-radius: 4px;
color: #5D5F62;
display: block;
margin-top: 15px;
padding: 4px 15px;
background: #dddddd; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #bebfbd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#bebfbd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#bebfbd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#bebfbd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#bebfbd 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#bebfbd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bebfbd',GradientType=0 ); /* IE6-9 */
}

.topBtns #lastBtn{
margin-right:0px;
}

.contentEnclose {
margin: 0 auto;
min-height: 768px;
overflow: hidden;
padding: 60px 10px 30px;
width: 940px;
text-align: justify;
}

.serviceBox {
background-color: #ECECEC;
float: left;
margin-bottom: 40px;
margin-right: 20px;
min-height: 240px;
width: 460px;
}

h1 {
font-family: Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
color:#4f4e4e;
}

.serviceBox h1 {
line-height:21px;
width:410px;
text-align:center;
text-transform:uppercase;
display:table-cell;
vertical-align:middle;
*margin-top:14px;
}

.serviceBox a {
color:#4f4e4e;
}

.serviceBox a:hover {
color:#8f8d8d;
}

.serviceBoxTop {
width:410px;
background:url(images/line.png) bottom no-repeat;
height:66px;
margin:0 auto;
display:table;
}

.serviceBoxTopH {
background:url(images/line.png) bottom repeat;
height:66px;
margin:0 auto;
display:table;
}

.serviceBoxBottom {
padding: 20px 10px 10px;
width: 100%;
}

.serviceBoxImg {
width:30%;
float:left;
overflow:hidden;
}

.serviceBoxCont {
float: left;
margin-left: 10px;
overflow: hidden;
width: 64%;
}

.serviceBox img {
border:3px solid #d9d9d9;
}

p {
color: #4F4E4E;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
line-height: 18px;
margin-bottom: 15px;
}

.footerEnclose {
border-top: 5px solid #1A1A1A;
margin: 0 auto;
overflow: hidden;
padding: 20px 10px;
width: 940px;
text-align:center;
font-size: 10px;
}


.footerEnclose a {
color: #000000;
font-size: 10px;
text-align: center;
}

.footerEnclose a:hover {
color:#7d7d7d;
}

/*Home page styles Ends here*/


/*contact_us styles starts here*/

.mainConIp {

float: left;
margin: 0 15px 6px 17px;
min-height: 500px;
padding: 20px 19px 35px 17px;
width: 919px;
}

.otherPages h3 {
font-size: 18px;
margin: 18px 0 12px;
}
.otherPages h1, .otherPages h2, .otherPages h3, .otherPages h4, .otherPages h5, .otherPages h6 {
border-bottom: 1px solid #EFEFEF;
color: #434343;
font-family: swz721-webfont;
font-weight: normal;
line-height: 20px;
padding-bottom: 7px;
text-transform: uppercase;
}

.otherPages p {
padding-bottom: 12px;
}



.cftextbox {
background: url("images/input_box_bg.png") no-repeat scroll left top rgba(0, 0, 0, 0);
border: medium none;
clear: both;
color: #4F4F4F;
display: block;
font: 12px Arial,Helvetica,sans-serif;
margin-bottom: 5px;
padding: 6px 5px 8px;
width: 287px !important;
}

.contactmessage textarea {
background: url("images/textBox_bg.png") no-repeat scroll left top rgba(0, 0, 0, 0);
border: medium none;
color: #4F4F4F;
font: 12px Arial,Helvetica,sans-serif;
height: 129px;
padding: 6px 3px;
width: 297px;
}


.wpcf7-form img {
clear: both;
margin: 0 0 5px !important;
}

.otherPages img {
display: block;
height: auto !important;
max-height: 100%;
max-width: 100%;
width: auto !important;
}

.mainConIp img {
border: 3px solid #DFDFDF;
float: left;
margin: 0 20px 10px 0;
}

.contactsubmit input[type="submit"] {
background: url("images/send_btn.png") no-repeat scroll left top rgba(0, 0, 0, 0);
border: medium none;
cursor: pointer;
float: left;
height: 26px;
overflow: hidden;
text-indent: -999px;
text-transform: uppercase;
width: 76px;
}



#message{
height: 94px;
resize: none!important;
width: 381px;
}


.contactSubmitBtn {
border: 1px solid #A7A8AB;
border-radius: 4px;
color: #5D5F62;
display: block;
margin-top: 30px;
padding: 4px 15px;
background: #efeeee; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #e6e8e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e8e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#e6e8e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#e6e8e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#e6e8e5 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#e6e8e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e8e5',GradientType=0 ); /* IE6-9 */
cursor:pointer;
}

.contactSubmitBtn:hover{
background: #dddddd; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #bebfbd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#bebfbd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#bebfbd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#bebfbd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#bebfbd 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#bebfbd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bebfbd',GradientType=0 ); /* IE6-9 */
}

.*contactSubmitBtn {
*background: linear-gradient(to bottom, #FFFFFF 0%, #E6E8E5 100%) repeat scroll 0 0!important;
*border: 1px solid #A7A8AB!important;
*border-radius: 4px!important;
*color:#5d5f62!important;
*display: block!important;
*margin-top:0px!important;
*padding: 4px 15px!important;
}
.contactSubmitBtn:hover{
*-webkit-background: linear-gradient(to bottom, #FFFFFF 0%, #BEBFBD 100%) repeat scroll 0 0!important;
*-webkit-border: 1px solid #A7A8AB!important;
*-webkit-border-radius: 4px!important;
*-webkit-color:#5d5f62!important;
*-webkit-display:block!important;
*-webkit-margin-top:0px!important;
*-webkit-padding:4px 15px!important;
}



.contactFormDiv{
font:11px Arial, Helvetica, sans-serif;
}

#contactForm{
margin:30px 0 0;
}

#contactForm .formFieldsOuter {
clear: both;
float: left;
margin: 0 0 0px;
width: 100%;
}

#contactForm .formLeft{
width:150px;
float:left;
min-height: 50px;
}

#contactForm .formRight{
width:500px;
float:left;
min-height: 50px;
}

.erroMsg, .contErrorMsg {
font-size:11px;
color:#AE1500;
min-height: 10px;
}

#contactForm .formRightLarge{
min-height:130px!important;
}

.contactFormDiv #success{
min-height:20px;
margin:15px 0 0;
}

.HintRow {
font-weight: bold;
letter-spacing: 2px;
background: none repeat scroll 0 0 #e0e0e0;
float: left;
margin: 15px 0px 5px;
padding: 20px;
background: -moz-linear-gradient(top, #fefefe 0%, #c0c0c0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#c0c0c0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fefefe 0%,#c0c0c0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fefefe 0%,#c0c0c0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fefefe 0%,#c0c0c0 100%); /* IE10+ */
background: linear-gradient(to bottom, #fefefe 0%,#c0c0c0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#c0c0c0',GradientType=0 ); /* IE6-9 */
}


.ChapterRow {
font-weight: bold;
font-size: 18px;
background: none repeat scroll 0 0 #e0e0e0;
float: left;
margin: 15px 0px 5px;
padding: 20px;
text-transform: uppercase;
text-align: center;
background: -moz-linear-gradient(top, #fefefe 0%, #c0c0c0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#c0c0c0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fefefe 0%,#c0c0c0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fefefe 0%,#c0c0c0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fefefe 0%,#c0c0c0 100%); /* IE10+ */
background: linear-gradient(to bottom, #fefefe 0%,#c0c0c0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#c0c0c0',GradientType=0 ); /* IE6-9 */
}


.productsRow {
background: none repeat scroll 0 0 #ECECEC;
float: left;
margin: 10px 0 30px;
padding: 20px;
}

.productsRow h2{
font-family: Arial,Helvetica,sans-serif;
font-size: 20px;
font-weight: bold;
margin: 0 0 10px;
}

.productsRow > .productImages {
float: left;
width: 265px;
}

.productsRow > .productDescription {
float: left;
margin-left: 30px;
width: 580px;
text-align: justify;
}

.productsRow > .productDescription > p{
margin:0px 0 10px;
}

.productsRow > .productDescription > .priceBuyNowDiv {
float:left;
width:100%;
clear:both;
}


.productsRow > .productDescription > .priceBuyNowDiv > .priceDiv {
float:left;
width:300px;
font:bold 15px Arial, Helvetica, sans-serif;
color:#4d4d4d;
}

.productsRow > .productDescription > .priceBuyNowDiv > .priceDiv span{
color:#3a84c6;
}

.productsRow > .productDescription > .priceBuyNowDiv .buyNowDiv{
float:right;
}

.productsRow > .productDescription > .priceBuyNowDiv .buyNowDiv img{
border:none!important;
}

.productsRow .thumbImages{
float:left;
}

.productsRow .thumbImages img{
margin-right:7px;
cursor:pointer;
max-width:none!important;
}

.productsRow .thumbImages img.active{
border-color:#8E8D8D;
}