body {
 background-color: #3A565D;
 font-family: Georgia, Times, Serif;
 font-size: 12px;
 margin: 0;
}
h1{
  font-family: Verdana,Georgia, Times, Serif, Arial;
  color: #00FFFF;
}
.center { text-align: center; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.nowrap { white-space:nowrap; }
.clear { clear: both; }
.clear_r { clear: right; }
.float-left { float: left; }
.float-right { float: right; }
.font16px { font-size: 16px; }

#left .offwhite { color: #E0FFFF; }
#left .offwhite strong { color: #ffffff; background-color: transparent; }

#left p .green { color: #99FF33; }
#left p .yellow { color: #FBFF00; }
#left p .orange { color: #FF8000; }
#left p .red { color: #FF4500; }
#left p .magenta { color: #FF00FF; }
.thanks-home a, .thanks-home a:visited {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 20px;
  color:#006666;
  padding: 7px;
  background-color:#00CC99;
  border: 1px dashed #00FF00;
  text-decoration:none;
}
.thanks-home a:hover {
  background-color:#99FF99;
}
/* ----------container to center the layout---------- */
#container {
  clear: both;
  width: 938px;
  \width: 938px;
  w\idth: 938px;
  border: 0px solid gray;
  margin: 0px auto;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
}

/* -----------------top--------------------- */
#top {
  margin: 0;
  padding: 0px;
  display: block;
  width: 100%;
  height: 200px;
  background: #3A565D url('../../images/bck_top.gif') no-repeat;
}
#top-state {
  margin: 0;
  padding: 0px;
  display: block;
  width: 100%;
  height: 200px;
  background: #3A565D url('../../images/bck_top-state.gif') no-repeat;
}

/* -------------- top Menu buttons --------------- */
#top-name{
 float: left;
 margin: 0;
 padding-left: 90px;
 padding-top: 115px;
}
#top-menu {
 margin: 0;
 padding-left: 465px;
 padding-top: 129px;
}

#top-menu ul {
 list-style: none;
 padding: 0;
 margin: 0;
}

#top-menu li {
 float: left;
 padding-left: 2px;
 margin: 0;
}

#top-menu li.home a {
  background: url("../../images/btn_home.gif");
  width: 68px;
  height: 49px;
  text-indent: -9000px;
  display: block;
}

#top-menu li.home a:hover {
  background-position: 0px -49px;
}

#top-menu li.services a {
  background: url("../../images/btn_services.gif");
  width: 72px;
  height: 49px;
  text-indent:-9000px;
  display:block;
}

#top-menu li.services a:hover {
  background-position: 0px -49px;
}

#top-menu li.prices a {
  background: url("../../images/btn_prices.gif");
  width: 70px;
  height: 53px;
  text-indent:-9000px;
  display:block;
}

#top-menu li.prices a:hover {
  background-position: 0px -53px;
}

#top-menu li.samples a {
  background: url("../../images/btn_samples.gif");
  width: 65px;
  height: 53px;
  text-indent:-9000px;
  display:block;
}

#top-menu li.samples a:hover {
  background-position: 0px -53px;
}

#top-menu li.contact a {
  background: url("../../images/btn_contact.gif");
  width: 70px;
  height: 53px;
  text-indent:-9000px;
  display:block;
}

#top-menu li.contact a:hover {
  background-position: 0px -53px;
}

/* -----------------content--------------------- */
#content {
  width: 100%;
  float: left;
  padding: 0px;
  background: url("../../images/bck_contant.gif") repeat-y;
}
#content-state {
  width: 100%;
  float: left;
  padding: 0px;
  background: url("../../images/bck_contant-state.gif") repeat-y;
}

#content h3 {
  margin:0;
  margin-bottom:10px;
  padding-left:13px;
  clear:both;
}

hr {
  border: 1px dashed #CCCCCC;
  color: #ffffff;
  margin:15px;
  background-color: transparent;
}

.hr-list {
  width:600px;
  text-align:center;
}

.clear {
  clear:both;
  margin:0px;
}
.v-spacer150px {
  display: block;
  width: 1px;
  height: 150px;

}
/* --------------left------------- */
#left {
  float: left;
  width: 510px;
  margin: 0;
  padding: 5px;
  padding-left: 105px;
  color:#ffffff;
  background-color: transparent;
}

#left h2 {
  margin-top:10px;
  margin-bottom:0px;
  font-size: 18px;
  font-family: Georgia, Times, Serif;
  font-weight:bold;
  color: #99FF33;
}

#left h3 {
  margin-top:10px;
  margin-bottom:0px;
  font-size: 14px;
  font-family: Georgia, Times, Serif;
  font-weight:bold;
  color: #99FF33;
}

#left p.list{
	background: url("../../images/bck-contant-list.gif") no-repeat;
	background-position: 0px 0px;
	display:block;
	padding: 12px;
}

#left p,#left p a{
  font-family:Georgia, Times, Serif;
  font-size:14px;
  line-height:23px;
  color:#ffffff;
  background-color: transparent;
}
#left p a{
  text-decoration: none;
  border-bottom: 1px dashed #CCCCCC;
}
#left p a:hover{
  text-decoration: none;
  border: 0px;
}

#left p .strong{
  font-size: 16px;
  font-family: Georgia, Times, Serif;
  font-weight:bold;
}

.sitemap{
	padding: 0;
	margin: 0;
	width: 200px;
}
.sitemap li{
	background: url("../../images/bck_list.gif") no-repeat;
	background-position: 5px 5px;
	padding: 1px;
	font-size:14px;
	list-style:none;
	margin: 0;
}
.sitemap li a,.sitemap li a:visited{
	border-bottom: 1px dashed #FF4500;
	color: #FEC529;
	text-decoration: none;
	padding : 0px 5px 0px 20px; /* top, right, bottom, left */
	
}
.sitemap li a:hover{
	background: url("../../images/bck_list.gif") no-repeat;
	background-position: 15px 5px;
	padding : 0px 5px 0px 30px; /* top, right, bottom, left */	
	text-decoration: none;
	background-color:#132022;
	color:#FFFFFF;
}

/* -------------- gallery-pix ------------- */
.gallery-pix {
        clear: both;
	margin: 0;
	font-size:14px;
	list-style:none;
	padding : 0px 5px 0px 0px; /* top, right, bottom, left */
}
.gallery-pix a.link,.gallery-pix a.link:visited {
	background: url("../../images/bck_list.gif") no-repeat;
	background-position: 5px 5px;
	border-bottom: 1px dashed #FF4500;
	color: #FEC529;
	text-decoration: none;	
	padding : 0px 5px 0px 20px; /* top, right, bottom, left */
}
.gallery-pix a.link:hover {
	background: url("../../images/bck_list.gif") no-repeat;
	background-position: 15px 5px;
	border-bottom: 0px dashed #FF4500;
	padding : 0px 5px 0px 30px; /* top, right, bottom, left */	
	text-decoration: none;
	background-color:#132022;
	color:#FFFFFF;
}
.gallery_right {
  float: right;
  width: 280px;
  text-align: left;
  line-height:25px;
}
.dates {
  padding : 0px 0px 0px 0px; /* top, right, bottom, left */
  font-size:15px;
}
.menu-sel {
  margin : 0px 0px 0px 20px; /* top, right, bottom, left */
}
a.menu-sel,a.menu-sel:visited {
  margin : 0px 0px 20px 10px; /* top, right, bottom, left */
  border-bottom: 1px dashed #FF4500;
  font-size:15px;
  color: #FEC529;
  text-decoration: none;	
  padding : 0px 5px 0px 5px; /* top, right, bottom, left */
}
a.menu-sel:hover {
  border-bottom: 0px dashed #FF4500;
  text-decoration: none;
  background-color:#132022;
  color:#FFFFFF;
}

#gallery_2004-06-03_2004-10-07 {
  display: block;
  width: 208px;
  height: 200px;
  float: left;
  background: url('../../images/gallery-pix/2004-06-03_2004-10-07_bck.gif') no-repeat;
  background-position: 0px 0px;
  padding : 2px 0px 0px 2px; /* top, right, bottom, left */	
}
#gallery_2005-02-06_2005-05-26 {
  display: block;
  width: 208px;
  height: 200px;
  float: left;
  background: url('../../images/gallery-pix/2005-02-06_2005-05-26_bck.gif') no-repeat;
  background-position: 0px 0px;
  padding : 2px 0px 0px 2px; /* top, right, bottom, left */	
}
#gallery_2005-05-28_2005-05-30 {
  display: block;
  width: 208px;
  height: 200px;
  float: left;
  background: url('../../images/gallery-pix/2005-05-28_2005-05-30_bck.gif') no-repeat;
  background-position: 0px 0px;
  padding : 2px 0px 0px 2px; /* top, right, bottom, left */	
}
#gallery_2005-11-21_2005-11-29 {
  display: block;
  width: 208px;
  height: 200px;
  float: left;
  background: url('../../images/gallery-pix/2005-11-21_2005-11-29_bck.gif') no-repeat;
  background-position: 0px 0px;
  padding : 2px 0px 0px 2px; /* top, right, bottom, left */	
}
#gallery_2005-11-18_2005-12-04 {
  display: block;
  width: 208px;
  height: 200px;
  float: left;
  background: url('../../images/gallery-pix/2005-11-18_2005-12-04_bck.gif') no-repeat;
  background-position: 0px 0px;
  padding : 2px 0px 0px 2px; /* top, right, bottom, left */	
}
#gallery_2006-04-13_2006-05-10 {
  display: block;
  width: 208px;
  height: 200px;
  float: left;
  background: url('../../images/gallery-pix/2006-04-13_2006-05-10_bck.gif') no-repeat;
  background-position: 0px 0px;
  padding : 2px 0px 0px 2px; /* top, right, bottom, left */	
}
#gallery_2006-05-20_2006-05-22 {
  display: block;
  width: 208px;
  height: 200px;
  float: left;
  background: url('../../images/gallery-pix/2006-05-20_2006-05-22_bck.gif') no-repeat;
  background-position: 0px 0px;
  padding : 2px 0px 0px 2px; /* top, right, bottom, left */	
}
#gallery_2006-05-27_2006-06-04 {
  display: block;
  width: 208px;
  height: 200px;
  float: left;
  background: url('../../images/gallery-pix/2006-05-27_2006-06-04_bck.gif') no-repeat;
  background-position: 0px 0px;
  padding : 2px 0px 0px 2px; /* top, right, bottom, left */	
}
#gallery_2006-10-31_2006-12-19 {
  display: block;
  width: 208px;
  height: 200px;
  float: left;
  background: url('../../images/gallery-pix/2006-10-31_2006-12-19_bck.gif') no-repeat;
  background-position: 0px 0px;
  padding : 2px 0px 0px 2px; /* top, right, bottom, left */	
}
#gallery_2007-01-01_2007-07-18 {
  display: block;
  width: 208px;
  height: 200px;
  float: left;
  background: url('../../images/gallery-pix/2007-01-01_2007-07-18_bck.gif') no-repeat;
  background-position: 0px 0px;
  padding : 2px 0px 0px 2px; /* top, right, bottom, left */	
}
#gallery_2007-03-24_2007-04-03 {
  display: block;
  width: 208px;
  height: 200px;
  float: left;
  background: url('../../images/gallery-pix/2007-03-24_2007-04-03_bck.gif') no-repeat;
  background-position: 0px 0px;
  padding : 2px 0px 0px 2px; /* top, right, bottom, left */	
}
#gallery_2007-04-10_2007-04-18 {
  display: block;
  width: 208px;
  height: 200px;
  float: left;
  background: url('../../images/gallery-pix/2007-04-10_2007-04-18_bck.gif') no-repeat;
  background-position: 0px 0px;
  padding : 2px 0px 0px 2px; /* top, right, bottom, left */	
}
#gallery_2007-04-20_2007-04-22 {
  display: block;
  width: 208px;
  height: 200px;
  float: left;
  background: url('../../images/gallery-pix/2007-04-20_2007-04-22_bck.gif') no-repeat;
  background-position: 0px 0px;
  padding : 2px 0px 0px 2px; /* top, right, bottom, left */	
}
#gallery_2007-07-14_2007-07-15 {
  display: block;
  width: 208px;
  height: 200px;
  float: left;
  background: url('../../images/gallery-pix/2007-07-14_2007-07-15_bck.gif') no-repeat;
  background-position: 0px 0px;
  padding : 2px 0px 0px 2px; /* top, right, bottom, left */	
}
#gallery_2007-07-16_2007-09-03 {
  display: block;
  width: 208px;
  height: 200px;
  float: left;
  background: url('../../images/gallery-pix/2007-07-16_2007-09-03_bck.gif') no-repeat;
  background-position: 0px 0px;
  padding : 2px 0px 0px 2px; /* top, right, bottom, left */	
}
#gallery_2007-09-28_2007-10-04 {
  display: block;
  width: 208px;
  height: 200px;
  float: left;
  background: url('../../images/gallery-pix/2007-09-28_2007-10-04_bck.gif') no-repeat;
  background-position: 0px 0px;
  padding : 2px 0px 0px 2px; /* top, right, bottom, left */	
}
#gallery_2007-10-06_2007-12-19 {
  display: block;
  width: 208px;
  height: 200px;
  float: left;
  background: url('../../images/gallery-pix/2007-10-06_2007-12-19_bck.gif') no-repeat;
  background-position: 0px 0px;
  padding : 2px 0px 0px 2px; /* top, right, bottom, left */	
}
#gallery_2008-01-01_2008-02-03 {
  display: block;
  width: 208px;
  height: 200px;
  float: left;
  background: url('../../images/gallery-pix/2008-01-01_2008-02-03_bck.gif') no-repeat;
  background-position: 0px 0px;
  padding : 2px 0px 0px 2px; /* top, right, bottom, left */	
}
#gallery_2008-03-10_2008-03-13 {
  display: block;
  width: 208px;
  height: 200px;
  float: left;
  background: url('../../images/gallery-pix/2008-03-10_2008-03-13_bck.gif') no-repeat;
  background-position: 0px 0px;
  padding : 2px 0px 0px 2px; /* top, right, bottom, left */	
}
#gallery_2008-10-27_2008-11-02 {
  display: block;
  width: 208px;
  height: 200px;
  float: left;
  background: url('../../images/gallery-pix/2008-10-27_2008-11-02_bck.gif') no-repeat;
  background-position: 0px 0px;
  padding : 2px 0px 0px 2px; /* top, right, bottom, left */	
}

#DV_Stage {
  clear: both;
  width: 735px;
}
.thumb {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  background-color: #003333;
}
#thumb-menu {
  width: 97%;
  text-align: right;
  padding: 7px;
}
/* --------------right------------- */
#right {
  float: left;
  width: 216px;
  margin: 0;
  padding: 5px;
  color:#ffffff;
  background-color: transparent;
}
#right .title{
 padding-left: 5px;
 font-family: "Trebuchet MS", Tahoma, Arial;
 color: #3abbff;
 font-size: 18px;
 font-weight: normal;
 text-align: left;
 margin:0px;
 height:23px;
}
#phone_right span {
 padding-left: 5px;
 font-size: 15px;
 /*letter-spacing: 2px;*/
}
#phone_right span.number {
 font-size: 11px;
 font-family: verdana, lucida, arial, helvetica, sans-serif;

}
#phone_right p {
 padding-left: 5px;
 font-size: 14px;
}

/*  ----------------footer-divider---------------------- */
#footer-divider {
  clear: both;
  width: 760px;
  \width: 760px;
  w\idth: 760px;
  margin: 0;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px dotted #3abbff;
}
/*  ----------------footer---------------------- */
#footer {
  clear: both;
  width: 100%;
  float: left;
  margin: 0;
  padding: 10px;
  padding-left: 105px;
  color:#ffffff;
  background-color: transparent;
  background: url("../../images/bck_footer.gif") repeat-y;
}

#footer_mid {
 float: left;
 width: 170px;
 margin-left: 30px;
 color: #759398;
}

#footer_right {
 float: left;
 width: 170px;
 margin-left: 30px;
 color: #759398;
}
.hobby {
	background: url("../../images/bck_footer-hobby.gif") no-repeat;
	background-position: 0px 0px;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;

}
.footer_submenu {
	list-style:none;
	padding:0px;
	margin:0px 0px 15px;
	background-color: #000000;
	border-top: #272727 1px dotted;
}
.footer_submenu ul{
	padding: 0;
	margin: 0;
}
.footer_submenu li{
	border-bottom: #272727 1px dotted;
	line-height: 130%;
	list-style:none;
	padding: 0;
	margin: 0;
}
.footer_submenu li a{
	color: #759398;
	text-decoration: none;
	padding: 4px 0px 4px 20px;
	display:block;
	background: url("../../images/star-list.gif") no-repeat;
	background-position: 0% 5px;
}
.footer_submenu li a:visited{
	color: #759398;
	text-decoration: none;
}
.footer_submenu li a:hover{
	text-decoration: none;
	background-color:#132022;
	color:#FFFFFF;
}
/*------------------feature-------------------------*/
#feature {
 text-align: center;
}

#feature a,#feature a:visited {
 padding: 0;
 margin: 0;
 line-height: 20px;
 color: #759398;
 text-decoration: none;
}
#feature a:hover{
 color:#FFFFFF;
 background-color: transparent;
}

#feature_1{
  display: block;
  height: 200px;
  background: url('../../images/feature_akalautosales_bck.gif') no-repeat;
  background-position: 4px 20px;
}
#feature_2{
  display: block;
  height: 200px;
  background: url('../../images/feature_dipvandan_bck.gif') no-repeat;
  background-position: 4px 20px;
}
#feature_3{
  display: block;
  height: 200px;
  background: url('../../images/feature_mandapdesign_bck.gif') no-repeat;
  background-position: 4px 20px;
}
#feature_4{
  display: block;
  height: 200px;
  background: url('../../images/feature_cnhr_bck.gif') no-repeat;
  background-position: 4px 20px;
}
#feature_5{
  display: block;
  height: 200px;
  background: url('../../images/feature_hot_bck.gif') no-repeat;
  background-position: 4px 20px;
}

/*------------------contact form--------------------*/
#contact-form {
 width: 320px;
 float: left;
}

#contact-form form{
 padding-left: 12px;
 margin-top: 15px;
}

#contact-form .title,#footer_mid .title,#footer_right .title{
 padding-left: 12px;
 font-family: "Trebuchet MS", Tahoma, Arial;
 color: #3abbff;
 font-size: 18px;
 font-weight: normal;
 margin:0px;
 padding-top: 10px;
 height:23px;
 border-bottom: 1px dotted #3A4F68;
}

#contact-form p{
  clear: left;
  margin: 5px 0 10px 0px;
}

#contact-form label{
  margin-right: 8px;
  font-size: 13px;
  width: 110px;
}

#contact-form input{
  width:190px;
  height:16px;
  border: solid #3abbff 1px;
  background-color: #568089;
  padding:1px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

#contact-form textarea{
  width: 300px;
  height: 90px;
  border: solid #3abbff 1px;
  background-color: #568089;
  padding:1px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

#contact-form .contact-submit {
  background: url(../../images/btn-search.gif) no-repeat;
  background-color: transparent;
  height: 19px;
  width: 49px;
  font: 10px Arial, Helvetica, sans-serif;
  color: #ffffff;
  border:none;
  padding-bottom:2px;
}

#contact-form .indent {
  color: #ffffff;
  background-color: transparent;
}

#contact-form .required {
  color: #97b5c2;
  padding-left: 5px;
}

#contact-form textarea:focus, #contact-form input[type="text"]:focus {
  background-color: #ccffcc;
}

/*----------------copyright----------------------*/
#copyright {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 938px;
  height: 39px;
  text-align: center;
  padding-top: 40px;
  color:#ffffff;
  background-color: transparent;
  background: url("../../images/bck-copyright.gif") no-repeat;
}

ul.services {
  margin-top: 0;
}

ul.services li {
  margin-top: 5px;
   color: #E0FFFF;
}
/*--------------------contact form--------------*/
#cform {
}

#cform form{
margin:0px;
padding:0px;
margin-top: 15px;
}

#cform label,
#cform button {
cursor:pointer;
}

#cform input,
#cform textarea {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
width:300px;
border:1px solid #CCCCCC;
padding:4px 4px 4px 24px;
color:#333333;
}
#cform select {
width:329px;
}
#cform input:focus,
#cform textarea:focus {
border:1px solid #999999;
}

#cform .bginput{
}

#cform legend {
display:none;
}

#cform label {
float:left;
width:140px;
padding:5px 10px;
text-align:right;
}

#cform fieldset {
border:none;
padding:2px;
margin:0px;
}

#cform fieldset div {
margin:0px;
margin-bottom:10px;
padding:0px;
display:block;
}

#cform .checkbox, #cform .radio{
padding:0px;
margin:0px;
border:none;
background-color:transparent;
width:20px;
}

#cform_submit input {
margin:0px;
padding:3px;
border:none;
background-image:url(../../images/icons/send.gif);
background-position:top left;
background-color:transparent;
background-repeat:no-repeat;
color:#ffffff;
font-weight:bold;
width:200px;
height:28px;
cursor:pointer;
}

#cform .cform_preferred_contact {
width:30px;
border:1px solid #CCCCCC;
background:#009966;
padding:2px 0px 2px 0px;
margin:0px 3px 0px 0px;
color:#dcdcdc;
}

#cform .cform_preferred_contact label {
float:none;
padding:0px 10px 2px 0px;
text-align:left;
}

#cform .cform_frmname{
background:url(../../images/icons/user.gif) no-repeat #FFFFFF 3px 3px;
}

#cform .cform_frmemail{
background:url(../../images/icons/email.gif) no-repeat #FFFFFF 3px 3px;
}

#cform .cform_frmcompany{
background:url(../../images/icons/building.gif) no-repeat #FFFFFF 3px 3px;
}

#cform .cform_frmwebsite{
background:url(../../images/icons/world.gif) no-repeat #FFFFFF 3px 3px;
}

#cform .cform_frmcomment{
background:url(../../images/icons/comment.gif) no-repeat #FFFFFF 3px 3px;
}

#cform .cform_frmhome_phone{
background:url(../../images/icons/phone-icon.gif) no-repeat #FFFFFF 3px 3px;
}

#cform .cform_frmcell_phone{
background:url(../../images/icons/phone.gif) no-repeat #FFFFFF 3px 3px;
}

#cform .cform_frmfax{
background:url(../../images/icons/icon_fax.gif) no-repeat #FFFFFF 3px 3px;
}

#cform .cform_frmcompany{
background:url(../../images/icons/office_address_16.gif) no-repeat #FFFFFF 3px 3px;
}

#cform .cform_frmtitle{
background:url(../../images/icons/icon_title.gif) no-repeat #FFFFFF 3px 3px;
}
/*------------------------samples-------------------*/
.sample {
 text-align: center;
}

.sample a,.sample a:link,.sample a:visited {
 padding: 0;
 margin: 0;
 line-height: 25px;
 color: #1bbd99;
 text-decoration: none;
 font-size:16px;
}
.sample a:hover{
 color:#FFFFFF;
 background-color: transparent;
}
#sample_akalautosales{
  display: block;
  height: 320px;
  background: url('../../images/samples/akalautosales_bck.gif') no-repeat;
  background-position: 8px 21px;
}
#sample_dipvandan{
  display: block;
  height: 320px;
  background: url('../../images/samples/dipvandan_bck.gif') no-repeat;
  background-position: 8px 21px;
}
#sample_mandap-design{
  display: block;
  height: 320px;
  background: url('../../images/samples/mandapdesign_bck.gif') no-repeat;
  background-position: 8px 21px;
}
#sample_primocasinos{
  display: block;
  height: 320px;
  background: url('../../images/samples/primocasinos_bck.gif') no-repeat;
  background-position: 8px 21px;
  padding: 10px 0px 0px 0px;
}
#sample_lucky-cuts-landscaping{
  display: block;
  height: 320px;
  background: url('../../images/samples/l-landscaping_bck.gif') no-repeat;
  background-position: 8px 21px;
  padding: 10px 0px 0px 0px;
}
#sample_cnhr{
  display: block;
  height: 320px;
  background: url('../../images/samples/cnhr_bck.gif') no-repeat;
  background-position: 8px 21px;
}
#sample_hot{
  display: block;
  height: 320px;
  background: url('../../images/samples/hot_bck.gif') no-repeat;
  background-position: 8px 21px;
}
#sample_armando-flower{
  display: block;
  height: 320px;
  background: url('../../images/samples/armando-flower_bck.gif') no-repeat;
  background-position: 8px 21px;
}
#sample_djravi{
  display: block;
  height: 320px;
  background: url('../../images/samples/djravi_bck.gif') no-repeat;
  background-position: 8px 21px;
}
#sample_dv-f{
  display: block;
  height: 320px;
  background: url('../../images/samples/dv-f_bck.gif') no-repeat;
  background-position: 8px 21px;
}
#sample_hfs-tranto{
  display: block;
  height: 320px;
  background: url('../../images/samples/hfs-tranto_bck.gif') no-repeat;
  background-position: 8px 21px;
}
#sample_ttoe{
  display: block;
  height: 320px;
  background: url('../../images/samples/ttoe_bck.gif') no-repeat;
  background-position: 8px 21px;
  padding: 10px 0px 0px 0px;
}
#sample_jv{
  display: block;
  height: 320px;
  background: url('../../images/samples/jv_bck.gif') no-repeat;
  background-position: 8px 21px;
  padding: 10px 0px 0px 0px;
}
#sample_a-shepard{
  display: block;
  height: 320px;
  background: url('../../images/samples/a-shepard_bck.gif') no-repeat;
  background-position: 8px 21px;
  padding: 10px 0px 0px 0px;
}
#sample_bombay-masala{
  display: block;
  height: 320px;
  background: url('../../images/samples/bombay-masala_bck.gif') no-repeat;
  background-position: 8px 21px;
}
#sample_delite-party{
  display: block;
  height: 320px;
  background: url('../../images/samples/delite-party_bck.gif') no-repeat;
  background-position: 8px 21px;
}
#sample_sargam-entertainment{
  display: block;
  height: 320px;
  background: url('../../images/samples/sargam-entertainment_bck.gif') no-repeat;
  background-position: 8px 21px;
}
/* --------------none--------------------------- */
.hide_input {
 visibility:hidden;
 display:none;
}

