/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/ 
*/
/* reset */
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,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
/* table{border-collapse:collapse;border-spacing:0;} */
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
@font-face {
    font-family:Helvetica,"Trebuchet MS", arial;
}
@font-face {
    font-family:Helvetica,"Trebuchet MS", arial;
}


html { 
  background: #FFFFFF;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

 body{
	 font-family:arial, Helvetica,"Trebuchet MS",serif;
     font-size: 12pt;
     background: url("/customize/images/bg-body.jpg");
     width: 100%;
 }

input[type='text'] {
    padding: 10px;
}

 tr.tr {
     height: 30px;
     padding-top: 5px;
 }

 tr.tr:hover {
     background-color: #eae9d4;
 }

 .accountLink {
     font-weight: bold;
     font-size: 130%;
     color: #990000;
 }

 a.accountLink  {
     color: #030303;
 }

a.accountLink:hover  {
    opacity: .3;
}

.sticky {
    position: fixed;
    top: 0;
    z-index: 999;
}

h1 {
    font-size: 250%;
    font-weight: bold;
}

.detail {
   width: auto;
    padding-top: 28px;
}

.calculatorFrame {
    background-color: #ffffff;
    float: right;
}


.calculator {
    overflow: hidden;
    width:440px;
    height: 100vh;
    z-index: 9999;
}

.calculatorTop {
    border: 2px solid gray;
    padding: 10px;
    background-color:black;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;

}



.formFrame {
    background-color: #ffffff;
    padding: 2px;
    margin: auto;
    width: 98%;
    height: 100vh;
}


img .rightIcon {
    position: absolute;
    z-index: 99;
}



.wrap01{
    width:100%;
    position: fixed;
    height: 110px;
    z-index: 999;
    background: url("/customize/images/bgNav.jpg") repeat-x;
    box-shadow: 1px 5px 5px #cccccc;
}

.wrap02{
    width:100%;
    position: fixed;
    height: 80px;
    top:111px;
    z-index: 888;
}



.wrapFooter{
    width:100%;
    background:  #333333;
}

.wrapFooter a {
    color: white;
}

.wrapFooter a:hover {
    color: #949494;
}

.wrap03{
    width:100%;
    transition:all .2s linear;
    -moz-transition:all .2s linear;/* firefox */
    -webkit-transition:all .2s linear; /* safari and chrome */
    -o-transition:all .2s linear; /* opera */
    -ms-transition:all .2s linear;
    padding-bottom: 10px;
}

.wrap{
    width:1100px;
    margin:0 auto;
    transition:all .2s linear;
    -moz-transition:all .2s linear;/* firefox */
    -webkit-transition:all .2s linear; /* safari and chrome */
    -o-transition:all .2s linear; /* opera */
    -ms-transition:all .2s linear;

}

.minHeight {
    min-height: 800px;
    height: 100%;
}


.menuTable {
    width: 100%;
}

.menuTable a {
    color: #666666;
    font-weight: bold;
}

.menuTable a:hover {
    color: white;
}


.header_banner{
    height: 5px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

 .header_desc{
 	position:absolute;
 	bottom:10px;
 	width:100%;
 	z-index:9;
 }



#tooltip {
    background: #fff;
    border: 1px solid red;
    padding: 3px 10px;
}
  .logo{
	float:left;
 	width:50%;
	padding:5px 5px;
	border-right: 5px solid #030303;
	background:#FFFFFF;
    opacity:0.9;
 }

.header-bottom{
}

.menu{
    z-index: 999;
}

.downloadMenu{
    position: relative;
}

.shoppingCart {
    background-color: #EFEFEF;
    color: #330066;
    font-size: 110%;
    font-weight: bold;
    height: 50px;
    width: 200px;
}

.shoppingCart:hover {
    opacity: .8;
}

/** Social Icons **/
.social-icons{
	float:right;
	margin:12px 0;
}
.social-icons ul li:first-child, ol li:first-child {
	margin-left:0;
}
.social-icons li {
	float: left;
	width: 40px;
	height: 40px;
	background: none;
	padding: 0;
	margin-left:5px;
}
.social-icons a.facebook:hover {
	background-position: 0px bottom;
}
.social-icons a.facebook {
	background-position: 0px top;
}
.social-icons li a {
	height: 40px;
	width: 40px;
	display: block;
	text-indent: -9999px;
	background:#000 url(/images/social-icons.png);
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.social-icons a.twitter {
	background-position: -40px top;
}
.social-icons a.twitter:hover {
	background-position: -40px bottom;
}
.social-icons a.googleplus {
	background-position: -440px top;
}
.social-icons a.googleplus:hover {
	background-position: -440px bottom;
}
.social-icons a.youtube {
    background-position: -520px top;
}
.social-icons a.youtube:hover {
    background-position: -520px bottom;
}

.social-icons a.rss {
	background-position: -400px top;
}
.social-icons a.rss:hover {
	background-position: -400px bottom;
}
.social-icons a.yelp {
	background-position: -320px top;
}
.social-icons a.yelp:hover {
	background-position: -320px bottom;
}
.social-icons a.instagram {
	background-position: -600px top;
}
.social-icons a.instagram:hover {
	background-position: -600px bottom;
}

/*** Buttons ****/
.button {
	font-size:0.85em;
	margin-top:5px;
	padding:10px 15px;
	text-shadow:0px 1px 1px rgba(94, 94, 94, 0.9);
	display: inline-block;
	background:red;
	color: #FFF;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.button a {
    color: #ffffff;
}

.button:hover {
	text-shadow: 0px 0px 1px #000;
	background:#000;
}
.post-grid {
	padding:15px 0px;
}
.post-grid img {
	float: left;
	width: 39%;
}
.post-grid p {
	 float: right;
	 width: 55%;
	 font-size: 0.85em;
	 color:#777;
	 line-height: 1.6em;
}
.post-grid p span{
	color:#FFF;
	font-size:1.2em;
}
.post-grid p a{
	color:#E5B840;
}
.post-grid p a:hover{
	color:#FFF;
}




.post{
   padding-bottom:15px;
 }
 .post p{
	font-size:0.8125em;
	color:#949494;
	line-height:1.6em;
	padding:3px 0;
}
 .post p span a{
	color:#E5B840;
	font-size:1em;
	cursor:pointer;
 }
 .post p span a:hover{
 	color:#FFF;
 }
 /*** footer social icons ***/
 .social_icons li{
 	list-style: none;
 }
 .social_icons ul li a.facebook span.icon {
	background: url(/images/social_icons.png) no-repeat 0 0;
 }
 .social_icons ul li a.facebook:hover span.icon{
 	background-position:0 -56px;
 }
 .social_icons ul li a.twitter span.icon{
 	background:url(/images/social_icons.png) no-repeat -55px 0;
 }
 .social_icons ul li a.twitter:hover span.icon{
 	background-position:-55px -56px;
 }
  .social_icons ul li a.google span.icon{
 	background:url(/images/social_icons.png) no-repeat -110px 0;
 }
 .social_icons ul li a.google:hover span.icon{
 	background-position:-110px -56px;
 }
  .social_icons ul li a.yelp span.icon{
 	background:url(/images/social_icons.png) no-repeat -165px 0;
 }
 .social_icons ul li a.yelp:hover span.icon{
 	background-position:-165px -56px;
 }
  .social_icons ul li a.instagram span.icon{
 	background:url(/images/social_icons.png) no-repeat -220px 0;
 }
 .social_icons ul li a.instagram:hover span.icon{
 	background-position:-220px -56px;
 }




 .social_icons ul li a span.icon {
	display: inline-block;
	margin-right:8px;
	width: 55px;
	height: 56px;
	vertical-align: top;
}
.social_icons ul li a span.inner {
	display: inline-block;
	padding-top: 20px;
	line-height: 18px;
	color:#949494;
	font-size:1em;
}
.social_icons ul li a span.inner:hover {
	color:#FFF;
}
.social_icons ul li a span.inner strong{
	font-size:1.4em;	
}
.span_1_of_4 li{
	font-size:0.85em;
	color:#949494;
	padding:7px 0px;
	cursor:pointer;
	display:block;
}
.span_1_of_4 li a{
	font-size:1em;
	color:#949494;
	text-transform:uppercase;
	cursor:pointer;
	display:block;
}

  .copy_right{
	text-align:center;
	padding:0px 0;
	border-bottom:5px solid #E5B840;
 }
  .copy_right p{
	font-size:100%;
	line-height:20px;
  	color:#FFFFFF;
 }
  .copy_right p a{
	color:#E5B840;
	text-decoration:underline;
 }
  .copy_right p a:hover{
	color:#FFF;
	text-decoration:none;
 }
/* About */
.header_image{
	position:relative;
}
.image {
	clear: both;
	margin: 0px;
	padding:1.5%;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.desc{
	display: block;
	float:left;
	margin: 0% 0 0% 2.6%;
}
.images_3_of_2 {
	width:30.2%;
	float:left;
}
.span_3_of_2{
	width:67.2%;
}
.images_3_of_2  img {
	max-width:100%;
	display:block;
}
.span_3_of_2  p span{
	color:#AAA;
	margin-bottom:0.3em;
	font-size:1em;
}
.span_3_of_2  p,.about_desc p{
	font-size:0.85em;
	padding:0.3em 0;
	color:#787878;
	line-height: 1.8em;
}
.grid_1_of_3{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.grid_1_of_3:first-child { 
	margin-left: 0; 
} 
.images_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.images_1_of_3  img {
	max-width:100%;
	display:block;
	border:1px solid #EBEBEB;
}
.images_1_of_3  h3{
	color:#E5B840;
	margin-top:0.4em;
	margin-bottom:0.2em;
	font-size:1.5em;
	text-align:center;
}
.images_1_of_3  p  {
	font-size:0.85em;
	color:#777;
	line-height: 1.8em;
	padding:0;
	text-align:center;
}
/* Services  ============================================================================= */
.listview_1_of_2{
	display: block;
	float:left;
	margin: 0% 0 0% 1.6%;
}
.listimg{
	display: block;
	float:left;
}
.text{
	display: block;
	float:left;
	margin: 0% 0 0% 3.6%;
}
.listview_1_of_2:first-child { margin-left: 0; } 

.images_1_of_2 {
	width: 46.2%;
	padding:1.5%; 
}
.listimg_2_of_1 {
	width:18.2%;
}
.list_2_of_1 {
	width: 78.2%;
}
.images_1_of_2  img {
	max-width:100%;
	display:block;
}
.list_2_of_1  h3{
	color:#FFF;
	margin-top:0.4em;
	margin-bottom:0.2em;
	font-size:1.5em;
	font-weight : normal;
}
.list_2_of_1  p{
	font-size:0.85em;	
	color:#787878;
	line-height: 1.8em;
	padding:0; 	
}
/***** Blog*****/
.image {
	clear: both;
	margin: 0px;
	padding: 1.5%;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid {
	display: block;
	float:left;
	margin: 0% 0 0% 2.6%;
}
.grid:first-child { margin-left: 0; }

.images_3_of_1 {
	width:30.2%;
	position:relative;
}
.blog-leftgrids{
	margin-bottom:25px;
}
.blog-desc{
	width: 66.1%;
}
.images_3_of_1  img {
	max-width:100%;
	display:block;
}
.blog-desc  h3 a{
	color:#FFF;
	font-size:1.5em;
	padding:0px;
}
.blog-desc  p {
	font-size:0.85em;
	color:#787878;
   line-height:1.8em;
   padding:10px 0;
}
/*** Page numbers ***/
.content-pagenation{
	text-align:right;
	padding:20px 0;
}
.content-pagenation li {
	display: inline-block;
}
.content-pagenation li a {
	color:#E5B840;
	font-size: 0.8em;
	background:#FFF;
	padding: 10px 12px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.content-pagenation li a:hover,.content-pagenation li.active a{
	background:#E5B840;
	color:#FFF;
}
/******* contact Form ******/
.col{
	display: block;
	float:left;
	margin: 0% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 63.1%;
	padding:1.5%; 
}
.span_1_of_3 {
    position: relative;
    display: block;
    float: left;
	width: 340px;
    height: 330px;
    margin: 10px;
}

.disable {
    background-color: #E0E0E0;
}

.defaultHeader {
    background-color: #edeb1f;
    font-weight: bold;
    font-size: 16px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom: solid 2px;
}
.company {
    font-weight: bold;
    font-size: 16px;
}

.borderSolid {
    border: solid 1px #777777;
    line-height: 24px;
}
.borderSolid a {
    color: #030303;
    font-weight: bold;
}

.borderSolid a:hover {
    color: #949494;
}

.borderAdd {
    background-image: url("/customize/images/account/add-background.png");
    border: dashed 1px #777777;
}

.borderAdd:hover {
    opacity: .6;
}

.divBottom {
    position: absolute;
    left: 10px;
    bottom: 15px;
}

div.categoryDiv {
    float: left;
    width: 47%;
    margin: 1%;
    height: 600px ;
}

div.categoryDiv4 {
    float: left;
    width: 22%;
    margin: 1%;
    height: 350px ;
}


.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	color: #949494;
	padding-bottom:5px;
	font-size:0.85em;
	text-transform:uppercase;
}
.contact-form input[type="text"],.contact-form textarea{
	padding:8px;
	display:block;
	width:98%;
	background:#444;
	border: none;
	outline:none;
	color:#FFF;
	font-size:1em;
	-webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height:120px;		
}
.contact-form input[type="submit"]{
	font-size:0.85em;
	padding:10px 20px;
	text-shadow:0px 1px 1px rgba(94, 94, 94, 0.9);
	color:#FFF;
	border:none;
	cursor:pointer;
	background:#E5B840;
	text-decoration: none;
	text-transform:uppercase;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    position:absolute;
    right:0;
}
.contact-form input[type="submit"]:hover{
	text-shadow: 0px 0px 1px #000;
    background:#000; 
    color:#E5B840; 
}


.company_address{
	margin-bottom:10px;
}
.company_address p{
	font-size:0.85em;
	color:#949494;
	padding:2px 0;
}
.company_address p span a{
	text-decoration:underline;
	color:#AAA;
}
.company_address p span a:hover{
	text-decoration:none;
	color:#FFF;
}
/*** Scroll top **/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:48px;
	height:48px;
	border:none;
	text-indent:100%;
	background:url(/customize/images/arrow_up.png) no-repeat right top;
}
#toTopHover {
	width:48px;
	height:48px;
	display:block;
	overflow:hidden;
	float:right;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline:none;
}

.leftP {
    width: 250px;
    line-height: 28px;
    vertical-align: top;
    background-color: #F5F5F5;
    padding-top: 15px;
    margin-top: 7px;
    margin-left: 2px;
    padding-left: 20px;
}


.rightP {
    width: 950px;
    margin-top: -8px;
    margin-left: -38px;
    padding-bottom: 20px;
    padding-left: 20px;
    min-height: 900px;
}

/*** Content bottom ***/
.col_1_of_3{
	display: block;
	float:left;
	margin: 0% 0 0% 1.6%;
}


#tbl_desc {
    background: #F5F5F5;
    width: 100%;
}

#tbl_desc01 {
    background: url("/customize/images/bg-printing01.jpg") repeat-x;
    width: 100%;
    border: 0px;
    padding: 0;
    margin: 0;
}

#tbl_desc02 {
    background: url("/customize/images/bg-store01.png") repeat-x;
    width: 100%;
    border: 0px;
    padding: 0;
    margin: 0;
}

#tbl_desc03 {
    background: url("/customize/images/bg-services01.png") repeat-x;
    width: 100%;
    border: 0px;
    padding: 0;
    margin: 0;
}


#printFrame {
    color: white;
    background: url("/customize/images/bg-printing.png") no-repeat #000000;
    background-size: cover;
    height: 100%;
    padding-left: 12px;
}

#storeFrame {
    color: white;
    background: url("/customize/images/bg-store.png") no-repeat #cc0033;
    background-size: cover;
    height: 100%;
    padding-left: 8px;
}

#servicesFrame {
    color: white;
    background: url("/customize/images/bg-services.png") no-repeat #03a5dd;
    background-size: cover;
    height: 100%;
    padding-left: 8px;
}

.divS01 {
    padding-left: 8px;
    float: left;
    width: 78%;
    vertical-align: bottom;
    text-align: left;
}

.goStart {
    float: left;
    padding-top: 100px;
    width: 30%;
    text-align: center;
}

a.readLess {
    color: white;
}

a.readLess:hover {
    color: #030303;
}

.footer{
    width:100%;
    background: #333333;
}

.footer02{
    width:100%;
    height: 68px;
    background: #000000;
}

.hrPad{
    padding-top: 1px;
    padding-bottom: 1px;
}

button.shoppingCart {

}

.paymentDiv {
    border: double;
    margin-top: 110px;
}

.paymentNav {
    padding: 0px;
    color: #aaaaaa;
    background-color: #dddddd;
    width: 100%;
    height: 48px;
    padding-bottom: 10px;
}

.paymentNav li {
    display: inline-block;
    font-size: 20px;
    padding: 18px;
}

.paymentNav a {
    color: #aaaaaa;
}


ul.paymentNav li.active {
    color: #1F1F1F;
}


.paymentNav a:hover {
    color: #990000;
}

.errMsg {
    color: #990000;
    font-size: 14pt;
}


table.list {
    width: 100%;
    mso-cellspacing: 5px;
}

table.list th {
    background-color: #1F1F1F;
    color: white;
    font-weight: bold;
    padding: 3px;
    text-align: left;
}
table.list td {
    border: solid #dddddd 1px;
    padding: 3px;
}

table.list td.na {
    background-color: #f1f1f1;
}


table.list1 {
    width: 100%;
    mso-cellspacing: 5px;
}

table.list1 th {
    background-color: #1F1F1F;
    color: white;
    font-weight: bold;
    padding: 3px;
    text-align: left;
}
table.list1 td {
    padding: 3px;
}

table.list1 td.na {
    background-color: #f1f1f1;
}



table.form {
    width: 100%;
    cellspacing: 0;
	cellpadding: 3;
}

table.form td {
	padding: 1px;	
}

table.form td input {
	padding: 8px;
}

table.form td select {
	padding: 8px;
}

a.readMore {
    color: #ffffff;
    padding: 15px;
    border: solid 3px #ffffff;
}

a.readMore:hover {
    background-color: white;
    color: #000000;
}

a.getStarted {
    color: #ffffff;
    background-color: black;
    font-weight: bold;
    border: solid 3px #ffffff;
    padding: 10px;
}

a.getStarted:hover {
    background-color: red;
}

span.titleHeader {
    font-size: 38pt;
    font-weight: bold;
}