/* CSS Document */

* {
	behavior: url("js/PIE.htc");
}

.pngfix {
	behavior: url("js/iepngfix.htc")
}
body {
	behavior: url("js/csshover3.htc");
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'Open Sans', Helvetica, sans-serif;
	background-color: #000;
	font-size: 13px;
	position: relative;
}
div, h1, h2, h3, h4, p, form, label, textarea, img, span, .phone p {
	margin:0;
	padding:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

td {
	padding:3px;
	vertical-align: top;	
}
img {
	border:none;
	max-width: 100%;
}
ul {
	margin:0;
	list-style-type:none;
	padding: 0;
}
.spacer {
	clear:both;
	font-size:0;
	line-height:0;
	height: 10px;
}
.fl, .goleft{
	float:left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.fr, .goright{
	float:right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.cl {
	clear:left;
}
.clearfix {
	clear:both;
}

.flush {
	clear: both;
	height:0px;
	margin:0;
	padding:0;
	font-size: 0px;
}
.noborder {
	border: 0;
	padding: 0;
	margin: 0;
}



/*-------------------body--------------------*/

#container {
	color:#000;
	margin:0 auto;
	padding: 0px;
}

.mainbox {
	background-color: #eee;
	width:100%;
	min-width:1000px;
	background:url(/images/tile.jpg);
}

.main {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	position: relative;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 40px;
}

#content {
	line-height: 18px;
	padding-top: 70px;
	padding-bottom: 30px;
}

/*---------------------nav--------------------*/
#nav {
	top: 92px;
	position: absolute;
	left: 0;
}

/*------------------header--------------------*/
#headerbox {
	background-color: #000;
	min-width: 1000px;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.3);  /*For IE9/Final CSS3 spec*/
	-moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.3);  /*For Firefox*/
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
	position: relative;
	background-image: url(../images/glow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header {
	height: 140px;
	padding: 0px;
}

#header .logo {
	position: absolute;
	left: 0;
	top: 15px;
	font-size: 36px;
	color: #FFF;
}

p {
	font-size: 13px;
	margin-bottom: 10px;
}
h1 {
	font-size: 28px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 25px;
	color: #bf3063;
	line-height: 30px;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 15px;
	font-weight: 600;
	padding-top: 5px;
	color: #bf3063;
	line-height: 22px;
}
h3 {
	font-size: 14px;
	margin-bottom: 6px;
	font-weight: 600;
}

a {
	font-weight: 600;
	text-decoration: none;
	color: #bf3063;
}

a:hover{
	color: #000;
}

ul {
	list-style-position: outside;
	line-height: 15px;
	font-size: 13px;
	margin-bottom: 10px;
	padding-left: 20px;
	list-style-type: disc;
}

ul li {
	margin-bottom: 15px;
}

#ban ul {
	color: #a1a1a1;
	list-style-position: outside;
	line-height: 15px;
	font-size: 18px;
	margin-bottom: 10px;
	padding-left: 20px;
	list-style-type: disc;
}

#ban ul li {
	margin-bottom: 30px;
	line-height:20px;
}

.box {
	margin-bottom: 20px;
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);  /*For IE9/Final CSS3 spec*/
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);  /*For Firefox*/
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);  /*For Chrome/Safari*/
	position:relative;
}

small {
	font-size: 9px;
	display: block;
	text-align: right;
	clear: both;
}

#footer {
	position: relative;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	height:100px;
}
.copyright {
	color:#666666;
	font-size: 9px;
	padding: 10px;
}
.copyright a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
.copyright a:hover {
	color: #5E5E60;
}

#footer .login a {
	color: #8cc63f;
	font-weight: bold;
	text-decoration: none;
}
#footer .login a:hover {
	color: #D9FFA8;
	font-weight: bold;
}

a img:hover{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}



hr {
	border:none;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #E8E8E8;
	border-top-color: rgba(0,0,0,0.1);
	border-bottom-color: rgba(255,255,255,0.5);
	height: 0;
	margin: 10px 0 25px 0;
	display: block;
}


#banner {
	display:none;
	position: relative;
	height: 400px;
	width: 950px;
}

#ban #banner {
	display:block;
}

#banner img{
	border: 10px solid #FFF;
	width:650px;
	height:401px;
	-webkit-box-shadow: 0px 3px 20px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 20px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 20px rgba(50, 50, 50, 0.75);
}
#banner .slide.hideborder1 img{
	border:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	padding-top: 38px;
}
	
.inputbox {
	background-color: #eee;
	border: 2px solid #253F65;
	padding: 5px;
	width: 400px;
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.3);  /*For IE9/Final CSS3 spec*/
	-moz-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.3);  /*For Firefox*/
	-webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.3);  /*For Chrome/Safari*/
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
	margin-bottom: 20px;
}


.logo {
	-webkit-transition: -webkit-transform 0.5s ease-in-out
}
.logo:hover {
	/*-webkit-transform: perspective(500px) rotateY(50deg);*/
}

.cs-buttons {
	font-size: 0px;
	padding: 10px;
	float: left;
}
#bannernav {
	display: block;
	padding: 10px;
	height: 20px;
	width:480px;
	text-align: center;
	z-index: 1000;
	position:relative;
	margin-left:460px;
}
#bannernav a {
	color: black;
	background-color: black;
	text-indent: -999999em;
	display: inline-block;
	height: 12px;
	width: 12px;
	margin-right: 5px;
	box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.3);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#bannernav a:hover{
	color: #bf3063;
	background-color: #bf3063;
}
#bannernav a.activeSlide{
	color: #5c5c5c;
	background-color: #5c5c5c;
}
.cs-title {
	width: 400px;
	padding: 10px;
	background-color: #0b3f61;
	color: #FFFFFF;
	font-size:18px;
	border-radius: 0 30px 0 0;
	-moz-border-radius: 0 30px 0 0;
	-webkit-border-radius: 0 30px 0 0;
}
.cs-prev, .cs-next {
	background-color: #0b3f61;
	color: #FFFFFF;
	padding: 0px 10px;
}
.cs-prev {
	border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	}
.cs-next {
	border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	}

.mid {
	width: 957px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.footerbox {
	min-width: 1000px;
}


#footer ul {
	display: block;
	margin:0;
	padding:0;
}
#footer ul li.home {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer ul li {
	float: left;
	list-style:none;
	margin: 0px;
	padding:0 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #404040;
}
#footer ul li a {
	color:#8f8f8f;
	font-size: 12px;
	font-weight: normal;
}
#footer ul ul li {
	border: none;
	float: none;
	margin: 0px 10px;
}
#footer ul ul li a {
	color:#8f8f8f;
	font-size: 11px;
	font-weight: normal;
	margin-left:0;
}

#footer a:hover {
	color:#FFFFFF;
}

a.bigbutton {
	/*display: inline-block;*/
	font-weight: bold;
	color: #FFF;
	font-size:30px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	box-shadow:  0px 2px 3px rgba(0,0,0,0.5), inset 0px 2px 3px rgba(255,255,255,0.5);  /*For IE9/Final CSS3 spec*/
	-moz-box-shadow:  0px 2px 3px rgba(0,0,0,0.5), inset 0px 2px 3px rgba(255,255,255,0.5);  /*For Firefox*/
	-webkit-box-shadow:  0px 2px 3px rgba(0,0,0,0.5), inset 0px 2px 3px rgba(255,255,255,0.5);  /*For Chrome/Safari*/
	text-shadow: 0px 1px 3px rgba(0,0,0,0.4);
background: #cb3975; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: -moz-linear-gradient(top,  #cb3975 0%, #b32750 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb3975), color-stop(100%,#b32750)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #cb3975 0%,#b32750 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #cb3975 0%,#b32750 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #cb3975 0%,#b32750 100%); /* IE10+ */

background: linear-gradient(to bottom,  #cb3975 0%,#b32750 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb3975', endColorstr='#b32750',GradientType=0 ); /* IE6-8 */

line-height: 1.5em;

}
a.bigbutton:hover {
	color:#fff;
	box-shadow: inset 2px 2px 4px rgba(0,0,0,0.5);  /*For IE9/Final CSS3 spec*/
	-moz-box-shadow: inset 2px 2px 4px rgba(0,0,0,0.5);  /*For Firefox*/
	-webkit-box-shadow: inset 2px 2px 4px rgba(0,0,0,0.5);
	filter: none;
	background: #b32750;
}
a.bigbutton:active {
	color:#ccc;
	background: #bf3063;
}

a.button, .button a, #content .cat_button, #footer .cat_button {
	display: inline-block;
	font-weight: bold;
	color: #FFF;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	border:none;
	border-radius: 100px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	box-shadow:  0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 2px rgba(255,255,255,0.5) ; /*For IE9/Final CSS3 spec*/
	-moz-box-shadow:  0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 2px rgba(255,255,255,0.5)  ;  /*For Firefox*/
	-webkit-box-shadow:  0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 2px rgba(255,255,255,0.5)  ;  /*For Chrome/Safari*/
	text-shadow: 0px 1px 3px rgba(0,0,0,0.4);
background: #cb3975; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: -moz-linear-gradient(top,  #cb3975 0%, #b32750 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb3975), color-stop(100%,#b32750)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #cb3975 0%,#b32750 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #cb3975 0%,#b32750 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #cb3975 0%,#b32750 100%); /* IE10+ */

background: linear-gradient(to bottom,  #cb3975 0%,#b32750 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb3975', endColorstr='#b32750',GradientType=0 ); /* IE6-8 */

}
a.button:hover , .button a:hover , #content .cat_button:hover,  #footer .cat_button:hover {
	color:#fff;
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.5);  /*For IE9/Final CSS3 spec*/
	-moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.5);  /*For Firefox*/
	-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.5);
	filter: none;
	background: #b32750;
}
a.button:active, .button a:active {
	color:#ccc;
	background: #bf3063;
}
.lightbox {
	float:left;
	margin: 0 15px 15px 0;
	background-color: #CCC;
	/*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	/* [disabled]padding: 5px; */
	box-shadow:  1px 1px 3px rgba(0,0,0,0.2);  /*For IE9/Final CSS3 spec*/
	-moz-box-shadow:  1px 1px 3px rgba(0,0,0,0.2);  /*For Firefox*/
	-webkit-box-shadow:  1px 1px 3px rgba(0,0,0,0.2);  /*For Chrome/Safari*/
	overflow: hidden;
}


.prices {
	text-align: right;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #eee;
	/* [disabled]margin-right: 15px; */
	/* [disabled]margin-left: 15px; */
	/*z-index:10;*/
}
.prices:hover {
	cursor:pointer;
	background:#eee;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2) , inset 0 0 5px rgba(255,255,255,0.2);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2) , inset 0 0 5px rgba(255,255,255,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2) , inset 0 0 5px rgba(255,255,255,0.2);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin: 0 -10px;
	padding: 0 10px;
}
.qty {
	text-align: left;
	float: left;
	/* [disabled]margin-left: 15px; */
}

.popout {
	position: absolute;
	right: 0px;
	z-index: 50;
	margin-top: -40px;
}


body .hide1 {
	display:none;
}

.borderpic {
	padding: 5px;
	background: white;
	border: 1px solid #DDD;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

#banner img {
	float: right;
	margin-top: 10px;
}
.slide {
	width:100%;
}
#banner div.text {
	font-size: 50px;
	color: #FFF;
	line-height: 55px;
	text-align: center;
	display: inline-block;
	position:absolute;
	top:10px;
	left:-27px;
	width: 300px;
	font-weight: bold;
}
#banner div.text h2{
	padding:0;
	margin:15px 0 0 0;
}
#banner div.text strong{
	color:#bf3063;
	font-weight:bold;
}
#banner #pBanner img {
	float: left;
	margin-top: 10px;
}
#banner #pBanner div.ptext {
	font-size: 27px;
	color: #FFF;
	line-height: 27px;
	text-align: center;
	display: inline-block;
	position:absolute;
	top:27px;
	right:0;
	width: 280px;
	font-weight: normal;
}
.special {
	display: inline-block;
	position:absolute;
	top: -275px;
	right:8px;
}
#banner #pBanner .homeSpecial h3{
	margin:0;
}
.column {
	width: 285px;
	float: left;
	margin-right: 5px;
}
.gap {
	margin-top: 100px;
}
.gap2{
	margin-top: 25px;
}
.last {
	margin-right: 0px;
}
.column .button {
	font-size: 24px;
	text-align: center;
	margin: 10px 50px 0;
	display: block;
	padding: 7px;
	border-radius: 20px;
}
.pricedisc {
	background-image: url(../images/disc.png);
	background-repeat: no-repeat;
	height: 160px;
	width: 160px;
	position: absolute;
	top: -80px;
	right: 5px;
	text-align: center;
	color: white;
}

.js .pricedisc {
	top: -180px;
	opacity: 0;

}

.pricedisc .price {
	font-size: 55px;
	position: absolute;
	top: 70px;
	left: 0;
	width: 160px;
}
.pricedisc .gst {
	font-size: 9px;
	position: absolute;
	top: 100px;
	left: 0;
	width: 160px;
	color: white;
}

.pricedisc img {
	position: relative;
	top: -10px;
}

.pagelist .edit a {
	margin-left:20px;
}
.loggedin0 .in, .loggedin1 .out {
	display:none;
}
.logme {
	color:#CCC;
}

.greenbox {
	background: #bf3063;
	color: white;
	margin-bottom: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);  /*For IE9/Final CSS3 spec*/
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);  /*For Firefox*/
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);  /*For Chrome/Safari*/
	position:relative;
}
.greenbox h2 {
	background: #fff;
	padding: 10px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
.greenbox label, .greenbox a {
	color:#000;
}
.greenbox a:hover {
	color: #fff;
}
#content .greenbox .cat_button {
	background: #7d7e7d; /* Old browsers */

background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */

background: linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */


}

.cat_button {
	font-size: 14px;
}
.editor {
	width: 500px;
	height:300px;
}

.quote {
	color: #888;
	position: relative;
	text-align: center;
	float: right;
	margin-right: 140px;
	width: 817px;
}

.bubble {
/* width: 380px; */
/* height: 238px; */
background: #E4E4E4;
padding: 15px 50px 15px 50px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
}
.speechmark {
	background:url(/images/speechmark.png);
	background-repeat:no-repeat;
	width: 37px;
	height:32px;
	margin-left: 75%;
	margin-top: -1px;

}
.quote .name {
	position:relative;
	width: 100%;
	padding-top:10px;
}
.pagelist {
	width: 270px;
	height: 300px;
	position: relative;
	/*padding-bottom: 40px;*/
}
.box .edit {
	position: absolute;
	bottom: 7px;
	text-align:right;
	right: 7px;
}

.smalltext, .smalltext p {
	font-size: 9px;
	line-height: 0.8em;
	height:250px;
	overflow: hidden;
}
.smalltext h1, .smalltext h2, .smalltext h3, , .smalltext h4 {
	font-size: 10px;
}
#tabmenu {
	list-style: none;
	margin: 0;
	padding: 0;
}
#tabmenu a {
	width:175px;
}
#tabmenu .active .button {
	background: #BBB;
	-moz-box-shadow: 1px 1px 3px #555 inset;
	-webkit-box-shadow: 1px 1px 3px #555 inset;
	box-shadow: 1px 1px 3px #555 inset;

}
#footer .cat_textbox_small {
	background:#666666;
	color: #ddd;
	margin-right: 3px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 3px 10px;
	border: none;
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
	width:120px;
}
#footer .cat_button {
	padding: 1px 10px;
	font-size: 12px;
}
.social {
	float:left;
	margin-left:20px;
}

ul.ticks {
	width: 250px;
	list-style:none;
}
ul.ticks li {
	height: 20px;
	margin-bottom: 10px;
	background-image: url(../images/ok-green.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 30px;
	padding-top: 5px;
}
ul.ticks li.cross {
	background-image: url(../images/ko-red.png);
	
}
#gallery {
	width: 520px;
}
#header .foot {
	display:none;
}
.pricedisc table , .pricedisc td{
	width:100%;
	height:100%;
	text-align: center;
	vertical-align: middle;
	font-size:24px;
	line-height:normal;
}
.faq-question h3 {
	padding:3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#eee;
}

#newpage {
    display:none;
}
.eq {
	margin-bottom:10px;
	height:445px;
}

.edit a {
	background: #bf3063;
	padding: 3px 8px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#fff;
}
.edit a:hover {
	color:#000;
	-moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.4);
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.4);
}


.greybox {
	background: #E4E4E4;
	padding: 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
}

.box .webform {
	padding: 10px;
	border-radius: 2px;
	margin: 0 -8px -12px;
	color: black;
}
.upper {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	margin: 25px 0;
}

.bbrk{
	display:block;
	height:50px;
}

#signature{
	position: absolute;
	top: 10px;
	left: 360px;
	font-family: 'Alex Brush', cursive;
	color: white;
	font-size: 40px;
	font-weight:100;
	display: none;
}

.homeSpecial{
	background:url(/images/special.png) no-repeat;
	width:215px;
	height:215px;
	text-align:center;
	color:#000;
	float:left;
	margin-right:20px;
	padding-top:23px;
	font-weight:bold;
}
.homeSpecial p{font-size:20px;font-weight: normal;line-height: 25px;color:#fff}
.homeSpecial h3{font-size:28px; margin: 20px 0 20px 0;color:#fff}
.homeSpecial h2{font-size:55px; font-weight:bold;color:#fff}
.homeSpecial p.save{color:#000}

#welcome{
	width:370px;
	float:left;
}

.sidecolumn{
	width:200px;
	float:right;
	margin-left: 40px
}

h3.block a {
	background: #bf3063;
	color: #fff;
	padding: 10px 5px;
	text-align: center;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	display: block;
}
h3.block a:hover {
	background: #000;
}
#phoneNo{
	position:absolute;
	top:15px;
	left:360px;
	color:#FFF;
	font-size:34px;
	font-weight: bold;
}

.topright {
	position: absolute;
	top: 20px;
	right: 10px;
}

#canvasGirl {
	width: 157px;
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 50;
}
.script, .script p {
	font-family: 'Architects Daughter', "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 18px;
	line-height: 25px;
}

#bannernav{
	display:none;
}

.pinkBox{
	padding:18px;
	width:284px;
	height:223px;
	background-color: #bf3063;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);  /*For IE9/Final CSS3 spec*/
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);  /*For Firefox*/
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);  /*For Chrome/Safari*/
	position:relative;
}
.pinkBox h3 , .pinkBox2 h3{
	color: white;
font-size: 22px;
margin-bottom: 10px;
font-weight: normal;
}
.pinkBox2 h3{margin-bottom: 17px;}
.pinkBox p{
	color: white;
}
.pinkBox strong{color: white;font-size: 14px}
.pinkBox a.greyButton{
	display: inline-block;
	font-weight: normal;
	color: #FFF;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	border:none;
	border-radius: 100px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	box-shadow:  0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 2px rgba(255,255,255,0.5)  !important; /*For IE9/Final CSS3 spec*/
	-moz-box-shadow:  0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 2px rgba(255,255,255,0.5)  !important;  /*For Firefox*/
	-webkit-box-shadow:  0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 2px rgba(255,255,255,0.5)  !important;  /*For Chrome/Safari*/
	text-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	background: #515151; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #515151 0%, #303030 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#515151), color-stop(100%,#303030)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #515151 0%,#303030 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #515151 0%,#303030 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #515151 0%,#303030 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #515151 0%,#303030 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#303030',GradientType=0 ); /* IE6-8 */
}
.pinkBox a.greyButton:hover{background:#303030}

#visit{
	color: #BF3063;
	font-size: 19px;
	text-align: center;
	font-weight:100;
	padding-top: 10px;
}
#visit .vbig{font-weight:normal; font-size:17px}

.cartheader{
	position:absolute;
	top:57px;
	right:0;
	color:#bf3063;
}

.cartheader a{
	display: inline-block;
	font-weight: bold;
	color: #FFF;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	border:none;
	font-size:11px;
	border-radius: 100px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	box-shadow:  0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 2px rgba(255,255,255,0.5)  ; /*For IE9/Final CSS3 spec*/
	-moz-box-shadow:  0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 2px rgba(255,255,255,0.5)  ;  /*For Firefox*/
	-webkit-box-shadow:  0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 2px rgba(255,255,255,0.5)  ;  /*For Chrome/Safari*/
	text-shadow: 0px 1px 3px rgba(0,0,0,0.4);
background: #cb3975; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: -moz-linear-gradient(top,  #cb3975 0%, #b32750 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb3975), color-stop(100%,#b32750)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #cb3975 0%,#b32750 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #cb3975 0%,#b32750 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #cb3975 0%,#b32750 100%); /* IE10+ */

background: linear-gradient(to bottom,  #cb3975 0%,#b32750 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb3975', endColorstr='#b32750',GradientType=0 ); /* IE6-8 */

}
.cartheader a:hover {
	color:#fff;
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.5);  /*For IE9/Final CSS3 spec*/
	-moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.5);  /*For Firefox*/
	-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.5);
	filter: none;
	background: #b32750;
}

.pinkBanner{
	color: #bf3063;
}

.product {
	float: left;
	margin-right: 28px;
	height:295px;
	width:260px;
}

.pb2{
	height:200px;
}

.pb3{
	width:570px;
	height:290px;
}

.pb3 .catProdAttributeItem{
	float:left;
}

.pb4{
	width:265px;
}

.pb5{
	height:244px;
}
.pb6{
	width: 540px;
	height: 230px;
}
.pb6 .productAttributes{
	margin:0;
}
.pb6 .product input.productSubmitInput {
	right: -23px;
}

.pb7{
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 11px;
	padding-bottom:0;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);  /*For IE9/Final CSS3 spec*/
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);  /*For Firefox*/
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);  /*For Chrome/Safari*/
	position:relative;
	
}
.pb8{
	width:100px;
	position:relative;
}
.product .popicon{
	position: absolute;
	right: -17px;
	top: -10px;
}

.product input.productSubmitInput{
	display: inline-block;
	font-weight: bold;
	color: #FFF;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	border:none;
	border-radius: 100px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	box-shadow:  0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 2px rgba(255,255,255,0.5);   /*For IE9/Final CSS3 spec*/
	-moz-box-shadow:  0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 2px rgba(255,255,255,0.5);    /*For Firefox*/
	-webkit-box-shadow:  0px 1px 2px rgba(0,0,0,0.5), inset 0px 1px 2px rgba(255,255,255,0.5);    /*For Chrome/Safari*/
	text-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	background: #cb3975; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #cb3975 0%, #b32750 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb3975), color-stop(100%,#b32750)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cb3975 0%,#b32750 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cb3975 0%,#b32750 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cb3975 0%,#b32750 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cb3975 0%,#b32750 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb3975', endColorstr='#b32750',GradientType=0 ); /* IE6-8 */
	font-size: 14px;
	text-align: center;
	margin: 10px 50px 0;
	display: block;
	border-radius: 20px;
	position: absolute;
	bottom: 15px;
	right: 47px;
	cursor:pointer;
}

.product input.productSubmitInput:hover {
	color:#fff;
	box-shadow: inset 2px 2px 4px rgba(0,0,0,0.5);  /*For IE9/Final CSS3 spec*/
	-moz-box-shadow: inset 2px 2px 4px rgba(0,0,0,0.5);  /*For Firefox*/
	-webkit-box-shadow: inset 2px 2px 4px rgba(0,0,0,0.5);
	filter: none;
	background: #b32750;
}
.product input.productSubmitInput:active {
	color:#ccc;
	background: #bf3063;
}

.product h5 {
	position: relative;
	font-size: 19px;
	margin-bottom: 20px;
	color: #000;
	left: -8px;
	top: -6px;
	display: block;
	text-align: left;
	padding: 8px;
}

.catProdAttributeItem{
	width:270px;
	font-size:13px;
}
.pinkBox2{
	width: 263px;
	height: 294px;
	background-color: #BF3063;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 13px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	position: relative;
	float: left;
	margin-right: 28px;
}


iframe.bv{
	float:none;
}

.colo1{
	float:left;
}
.colo2{
	float:left;
	padding-left: 42px;
}


.col1{
	width:300px;
}
.col2{
	width:615px;
}

/*****************Scroller***************/
.styleCol{
	float:left;
	width:300px;
	padding:5px;
}
.styleCol2{
	float:left;
	width:600px;
	padding:5px;
}
#styleBanner{
	display:none;
	position: relative;
	height: 300px;
	width: 950px;
	padding-top:20px;
}
#ban #styleBanner{
	display:block;
}
.bx-wrapper{
	height: 300px;
	width: 950px;
}
/*****************uForm***************/
#uploadForm {
	width: 600px;
	background-color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 13px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	position: relative;
	float: right;
}
.uName{width:600px; height:42px}
.uName div{float:left; margin-bottom: 5px}
.uName select{width:90px}
.uName input{width: 233px;}
.uContact{width:600px; height:42px}
.uContact div{float:left; margin-bottom: 5px}
.uContact input{width: 286px;}
.uSelect{width:435px;height:95px;float:left}
.uSelect select{width: 418px;}
.uSize{
	width: 147px;
	height: 78px;
	float: left;
	padding-left: 13px;
	padding-top: 2px;
	}
.uSize p{margin-bottom: 0;}
.uSize .bordered{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #eeeeee;
	padding: 5px;
}
.uSize input{width:55px}
.uFile{width:600px;height:70px}
.pad15{padding-right:15px}
textarea.uptxt{width:600px}
label.labPad{margin-right: 5px;}

#uploadForm input.cat_button{
	float: right;
	margin-top: 10px;
}
.faqCol{
	width:450px;
	float:left;
}
.gutter {
	margin-right:50px;
}

#girl{
	display: inline-block;
	position: absolute;
	top: -382px;
	right: 8px;
	z-index: 1000;
}

#muralBtn{
	width:215px;
	height:215px;
	background:url(/images/muralBtn.png);
	margin-left: 40px;
}

#muralBtn p{
	text-align: center;
	font-size: 22px;
	color: white;
	padding-top: 164px;
}

.fb_edge_widget_with_comment {
position: relative;
padding: 10px 0 0 6px;
}


.picframe {
	margin-bottom: 5px;
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);  /*For IE9/Final CSS3 spec*/
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);  /*For Firefox*/
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);  /*For Chrome/Safari*/
}

#photog {
	width: 300px;
}
.button ul {
	margin: 0;
	padding:0;
}
.button li {
	list-style:none;
	float:left;
	margin: 0 10px 10px 0;
}
.searchinput {
	width: 145px;
}

.my_listbox {
	height: 180px;
	width: 300px;
	margin-right: 3px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 6px;
	border: none;
	-moz-box-shadow: inset 1px 1px 3px #BBB;
	-webkit-box-shadow: inset 1px 1px 3px #BBB;
	box-shadow: inset 1px 1px 3px #BBB;
	font:Verdana, Geneva, sans-serif;
}
.form .my_textbox, .webform .my_textbox, .jHtmlArea iframe {
	margin-right: 3px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 6px;
	width: 300px;
	border: none;
	-moz-box-shadow: inset 1px 1px 3px #BBB;
	-webkit-box-shadow: inset 1px 1px 3px #BBB;
	box-shadow: inset 1px 1px 3px #BBB;
	background: #fff;
}
.my_dropdown {
	margin-right: 3px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	height: 25px;
	width: 310px;
	border: none;
	-moz-box-shadow: inset 1px 1px 3px #BBB;
	-webkit-box-shadow: inset 1px 1px 3px #BBB;
	box-shadow: inset 1px 1px 3px #BBB;
}
.newphoto {
	display:none;
}

.specialBox {
	width: 200px;
	background: #bf3063;
	float: left;
	margin-right: 20px;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5), inset 1px 1px 12px rgba(255,255,255,0.5);
	color: #fff;
	text-align: center;
}
.specialBox:hover {
	cursor: pointer;
}
.specialBox h1, .specialBox h2 {
	color: #fff;
	padding: 0;
	margin: 10px 0;
}
.specialBox img {
	width: 100%;
}
.specialBox .blk {
	font-family: 'Architects Daughter', "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background: #FFDB29;
	display: inline-block;
	padding: 15px;
	margin-top: -10px;
	font-size: 18px;
	color: #000;
	border-radius: 0 0 5px 5px;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5), inset 1px 24px 12px rgba(255,255,255,0.5);
}
.specialBox a {
	color: #000;
}
#inline1 {
	width: 800px;
	overflow: auto;
	background: #FFDB29;
	padding: 25px;
	text-align: center;
}
#inline1 .blk {
	font-family: 'Architects Daughter', "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background: #000;
	display: inline-block;
	padding: 15px;
	margin-top: -25px;
	font-size: 28px;
	color: #FFDB29;
	border-radius: 0 0 5px 5px;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5), inset 1px 24px 12px rgba(255,255,255,0.5);
}
#inline1 h1, #inline1 h2 {
	padding: 0;
	margin: 10px 0;
	line-height: normal;
}
#inline1 h1 {
	font-size: 40px;
}

/*--------------------- new form ----------------------*/

fieldset {
    /* [disabled]border-color: #fff; */
    border: none;
    margin-bottom: 10px;
    padding: 20px;
    background: #fff;
}

#formNav {
    width: 90%;
    margin: 0 auto 20px;
}

.stepy-titles {
    margin: 0 auto 20px;
    overflow: hidden;
    width: 100%;
    padding: 0;
	background-color: #aaa;
}

.stepy-titles li {
    padding: 5px 0;
    display: inline-block;
    text-align: center;
    margin: 0;
    width: 33%;
  
    color: #fff;
    /*border: 1px solid #fff;*/
    background-image: url(../images/arrowgrey.png);
    background-repeat: no-repeat;
    background-position: center right;
}

.stepy-titles li:hover {
    cursor: pointer;
}

.stepy-titles span {
    font-size: 11px;
}

.stepy-titles div {
    font-size: 18px;
}

#formProgress span.done {
    background-color: #85bc40;
    color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    /* [disabled]cursor: pointer; */
}

#ApplyForm-next-1, #ApplyForm-title-2 {
	display: none;
}

.stepy-titles li.current-step {
    background-color: #22C48D;
    color: #fff;
    filter: none;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
	display: inline-block !important;
}

.stepy-titles li.error-image {
    background-color: #bf3063;
    color: #fff;
}

.ApplyForm-buttons, .GiftVoucherForm-buttons {
    clear: both;
    margin-top: 20px;
	height: 20px;
}

.formitem div {
    /*padding-bottom:10px;*/
}

.formitem li {
    margin: 0 0 0 50px;
}

fieldset legend {
    font-size: 17px;
    margin: 0;
    padding: 10px 25px;
    background: #fff;
    color: #bf3063;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 10px;
}

#ApplyForm .formitem {
    font-size: 16px;
    margin-bottom: 10px;
}

select.error,  input.error, textarea.error {
	border: 1px solid #bf3063;
	background: #F6DAE4;
}
label {
	font-weight: bold;
}
label.error {
	font-weight: 600;
	margin-left: 5px;
}
fieldset input {
	padding: 5px;
}

.button-next {
	position: absolute;
	right: -10px;
	background: #bf3063;
	color: #fff;
	padding: 5px 20px;
	border-radius: 10px 30px 30px 10px;
	font-size: 1.2em;
}
.button-back {
	position: absolute;
	left: -10px;
	background: #444;
	color: #eee;
	padding: 5px 20px;
	border-radius: 30px 10px 10px 30px ;
	font-size: 0.8em;
}

input.button, a.formbutton {
	border: none;
	background: #bf3063;
	color: #fff;
	padding: 5px 20px;
	border-radius: 10px;
	font-size: 1.6em;
	line-height: 1.8em;
	display: inline-block;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	margin-top: 10px;
}
input.button:hover, .button-next:hover, .button-back:hover, a.formbutton:hover {
	background: #b32750;
	color: #eee;
	cursor: pointer;
}
input.button:active, .button-next:active, .button-back:active, a.formbutton:active {
	box-shadow: inset 2px 2px 5px rgba(0,0,0,0.5);
}

input.finish {
	width: auto !important;
}

.canvastype {
	border: 1px solid #eee;
	background: #fff;
	padding: 5px;
	margin-bottom: -1px;
}

.canvastype:hover {
	background: #eee;
	cursor: pointer;
}
.canvastype.selected {
	background: #bf3063;
	color: #fff;
}
.canvastype span {

}
.cname, .sizei, .sizem {
	display: inline-block;
	margin-right:10px;
}
.cname {
	
	font-weight: bold;
	width: 40%;
	
}

.cprice {
	float: right;
}
#totalprice {
	text-align: right;
	font-size: 1.6em;
	line-height: normal;
}
.customsize, .delopt {
	display: none;
}


fieldset .col {
	float: left;
	width: 30%;
	margin: 0 10%;
}
.biggy {
	font-size: 1.6em;
	display: block;
	line-height: 1.6em;
	color: #bf3063;
	background: #eee;
	padding: 5px 20px;
	border-radius: 50px;
	margin-bottom: 5px;
}
.biggy:hover {
	cursor: pointer;
	background: #ddd;
}

.biggy input {
	float: left;
	margin: 10px;
}
.Pickup {
	background: #444;
	color: #fff;
	padding: 10px;
	margin-top: 20px;
	font-size: 16px;
	line-height: normal;
}
.commentbox {
	width: 100%;
	height: 60px;
	padding: 5px;
	box-sizing: border-box;
}


#vouchermessage {
	color: #bf3063;;
}

.choosebox {
	text-align: center;
	padding-top: 20px;
}
.choosebox .item {
	width: 40%;
	margin: 0 5%;
	display: inline-block;
	float: left;

}
.acchead:hover {
	cursor: pointer;
}
.acctext {
	background: #fff;
	padding: 15px;
	margin-bottom: 10px;
	border-radius: 10px;
}
.uploadarea {
	float: right;
	width: 50%;
	background: #111;
	color: #fff;
	padding: 20px;
	margin: 20px 0;
}
#paymentother tr:last-child {display:none;}
