/* general reset */
html,
body {
	height:100%;
	width:100%;
}
body{min-width:960px;}

.enq_contenttable td {
	padding-left:5px;
	padding-right:5px;
	
	}

/*body{min-width:960px; height:100%; margin-bottom:0px;}*/
img{
	border-style:none;
}
a{
	color:#9c4775;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* start wrapper */
/* start wrapper */
#w1 {
	min-height:100%;
}
* html #w1 {
	height:100%;
}
#wrapper {
	margin:0 auto;
	background:url(../images/bg-main.jpg) no-repeat;
	position:relative;
	overflow:hidden;
	padding:0 0 118px;
	min-height:500px;
}
/* start header */
#header {
	position:absolute;
	left:0;
	top:0;
	width:950px;
	height:147px;
}
/* start logo */
.logo {
	margin:0;
	font-size:0;
}
.logo a {
	position:absolute;
	left:68px;
	top:22px;
	background:url(../images/bg-logo.png) no-repeat;
	width:103px;
	height:97px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	z-index:2;
}
/* end logo */
/* start nav */
#header .pagewidth {
	width:100%;
	margin:0 0 69px;
}
#header .pagewidth:after {
	clear:both;
	content:'';
	display:block;
}
#nav {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	position:relative;
	z-index:50;
}
#nav li {
	float:left;
	margin:0;
	position:relative;
}
#nav li a {
	float:left;
	background:#913867 url(../images/bg-nav.gif) repeat-y;
	color:#fff;
	font-weight:bold;
	padding:7px 9px 0;
	height:26px;
	line-height:15px;
	overflow:hidden;
}



/* first & last nav 
#nav li a.about {
	background:#913867 url(../images/bg-nav-l.gif) no-repeat;
	padding-left:17px;
}

#nav li a.about:hover {
	background:#7f2c58 url(../images/bg-nav-l.gif) no-repeat 0 -33px;
}
#nav li a.sitemap {
	background:#913867 url(../images/bg-nav-r.gif) no-repeat 100% 0;
	height:33px;
	padding:0;
}
#nav li a.sitemap:hover {
	background:#7f2c58 url(../images/bg-nav-r.gif) no-repeat 100% -33px;
}

/* test */



#nav li.first a.first{
	background:#913867 url(../images/bg-nav-l.gif) no-repeat;
	padding-left:17px;
}

#nav li.first a.first:hover {
	background:#7f2c58 url(../images/bg-nav-l.gif) no-repeat 0 -33px;
}




#nav li.last a.first {
	background:#913867 url(../images/bg-nav-r.gif) no-repeat 100% 0;
	height:26px;
	padding-right:17px;
	
}
#nav li.last a.first:hover {
	background:#7f2c58 url(../images/bg-nav-r.gif) no-repeat 100% -33px;
}
/* test */

/* end first & last nav */





#nav li a span {
	float:left;
	cursor:pointer;
	height:26px;
	padding:7px 17px 0 11px;
	background:url(../images/bg-nav.gif) repeat-y;
}

#nav li a:hover {
	text-decoration:none;
	background:#7f2c58 url(../images/bg-nav.gif) repeat-y;
}
#nav li ul {
	position:absolute;
	left:2px;
	width:126px;
	top:31px;
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}
#nav li:hover ul,
#nav li.hover ul {
	display:block;
}
#nav li:hover ul ul,
#nav li.hover ul ul {
	display:none;
}
#nav li ul ul {
	left:126px;
	width:126px;
	top:0;
	display:none;
}
#nav li ul li:hover ul,
#nav li ul li.hover ul {
	display:block;
}
#nav li ul li {
	float:none;
	margin:2px 0 -2px;
	height:1%;
	vertical-align:top;
}
#nav li ul a {
	float:none;
	display:block;
	background:url(../images/bg-sub-nav.gif) no-repeat;
	width:126px;
	font-weight:normal;
	padding:0;
	overflow:hidden;
	height:auto;
}
#nav li ul a em {
	display:block;
	width:92px;
	background:url(../images/arrow5.gif) no-repeat 108px 50%;
	padding:7px 20px 8px 14px;
	cursor:pointer;
	position:relative;
	z-index:2;
	font-style:normal;
}
#nav li ul a.first {
	background:url(../images/bg-sub-nav2.gif) no-repeat;
}
#nav li ul a.first:hover {
	background:url(../images/bg-sub-nav2.gif) no-repeat 0 -56px;
}
#nav li ul a:hover {
	background:url(../images/bg-sub-nav.gif) no-repeat 0 -56px;
}
/* end nav */
#header .holder {
	width:100%;
	overflow:hidden;
}
/* start search */
.search fieldset {
	float:right;
	background:url(../images/bg-search.gif) no-repeat;
	height:32px;
	padding:13px 0 0;
}
.search .text {
	float:left;
	background:#fff;
	border:1px solid #d1d1d1;
	width:128px;
	padding:4px 5px;
	color:#7e7e7e;
	font-size:11px;
	margin:0 13px 0 22px;
}
.search .submit {
	float:left;
	border:none;
	text-indent:-9999px;
	line-height:0;
	background:url(../images/btn-search.gif) no-repeat;
	width:68px;
	height:23px;
	cursor:pointer;
}
/* end search */
/* start breadcrumbs */
.breadcrumbs {
	margin:20px 0 0 270px;
	padding:0;
	list-style:none;
	overflow:hidden;
	position:relative;
	height:1%;
}
.breadcrumbs li {
	float:left;
	padding:0 7px 0 12px;
	background:url(../images/devider.gif) no-repeat 0 60%;
	margin:0 12px 0 -12px;
	color:#fff;
	display:inline;
}
.breadcrumbs li a {
	color:#fff;
}
/* end breadcrumbs */
/* start main */
#main {
	margin:147px 0 0;
	width:100%;
	overflow:hidden;
	
}
#twocolumns {
	float:right;
	margin:0;
	padding:31px 0 49px;
}
#twocolumns .holder {
	/*background:url(../images/bg-twocolumns.gif) repeat-y 440px 0;*/
	height:1%;
	overflow:hidden;
	padding:0 0 0 5px;
		

}
/* start add-nav */
.add-nav .t {
	background:url(../images/bg-nav-t.png) no-repeat;
	width:220px;
	height:4px;
	overflow:hidden;
}
.add-nav .c {
	background:url(../images/bg-nav-c.gif) repeat-y;
	width:220px;
	overflow:hidden;
}
.add-nav .b {
	background:url(../images/bg-nav-b.png) no-repeat;
	width:220px;
	height:5px;
	overflow:hidden;
}
.add-nav ul {
	margin:0 0 -2px;
	padding:0;
	list-style:none;
}
.add-nav ul li {
	margin:0;
	height:1%;
	vertical-align:top;
	padding:2px 0;
	background:url(../images/bg-add-nav.gif) repeat-x 0 100%;
}
.add-nav ul a {
	display:block;
	padding:6px 0 6px 22px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
	background:url(../images/arrow.gif) no-repeat 190px 50%;
}
.add-nav ul a:hover {
	text-decoration:none;
}
/*test iwan*/
.add-nav ul a.active {
	background:url(../images/arrow2.gif) no-repeat 190px 60%;
}
/*test iwan*/

.add-nav ul a.ui-state-active {
	background:url(../images/arrow2.gif) no-repeat 190px 60%;
}
.add-nav .slide {
	overflow:hidden;
	background:url(../images/bg-slide.gif) repeat-y;
	width:220px;
}
.add-nav .slide a:hover {
	text-decoration:underline;
}
.add-nav .slide ul {
	background:url(../images/bg-add-nav.gif) repeat-x;
	padding:9px 0 9px 32px;
	margin:0;
	overflow:hidden;
	width:188px;
}
.add-nav .slide ul ul {
	background:none;
	padding:0;
}
.add-nav .slide li {
	margin:0;
	padding:0 0 3px;
	background:none;
}
.add-nav .slide li a {
	display:inline;
	font-size:11px;
	background:url(../images/arrow3.gif) no-repeat 100% 50%;
	padding:0 15px 0 0;
	
}
/**/
.add-nav .slide li li {
	padding:0 0 0 10px;
}
.add-nav .slide li li a {
	font-size:10px;
	font-weight:normal;
	background:none;
	padding:0 0 0 10px;
	background:url(../images/bullet.gif) no-repeat;
	background-position:left;
	color: #fff8a9;
	
}
/* end add-nav */
/* start content */
/*#main h2 {
	margin:0;
	color:#8d336a;
	font-size:19px;
	line-height:22px;
}
#main h3 {
	margin:0 0 25px;
	color:#8d336a;
	font-size:19px;
	line-height:22px;
	font-weight:normal;
}*/
#content {
	margin:0 0 -6px;
}
#content .left {
	float:left;
	margin:0 14px 0 0;
}
#content .frame {
	height:1%;
	overflow:hidden;
	padding:0 64px 0 0;
}
#content p {
	margin-bottom: 19px;
}
.heading {
	margin:0 0 27px 12px;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1%;
}
.heading li {
	color:#7e7e7e;
	font-size:14px;
	font-weight:bold;
	margin:0 7px 0 -7px;
	float:left;
	padding:0 5px 0 7px;
	background:url(../images/devider2.gif) no-repeat 0 50%;
}
.heading li a {
	color:#7e7e7e;
}
/* end content */
/* start sidebar */
#sidebar {
	font-size:13px;
	line-height:18px;
	padding:0 27px 0 0;
	width:193px;
	position:static;
	color:#6b6b6b;
}
#sidebar h2 {
	margin:0;
}
#sidebar p {
	margin:0 0 19px;
}
#sidebar dl {
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
	font-weight:bold;
}
#sidebar dt {
	float:left;
	clear:left;
	padding:0 3px 0 0;
}
* +html #sidebar dt {
	padding:0;
}
* html #sidebar dd {
	float:none;
}
* +html #sidebar dd {
	float:none;
}
#sidebar dd {
	float:left;
	margin:0;
}
#sidebar .email {
	padding:0 12px 0 0;
	background:url(../images/arrow4.gif) no-repeat 100% 50%;
	font-weight:bold;
}
#sidebar .side-contacts .email {
	padding:0 9px 0 0;
}
#sidebar .side-contacts {
	font-size:11px;
	line-height:15px;
	color:#000;
	font-weight:normal;
	padding:8px 0 0 19px;
	height:1%;
	overflow:hidden;
}
#sidebar .side-contacts dl {
	font-weight:normal;
	margin:0 0 23px;
}
#sidebar address {
	display:block;
	margin:0 0 15px;
	font-style:normal;
}
#sidebar address span {
	display:block;
}
#sidebar .side-logo a {
	display:block;
	margin:0 0 22px;
	background:url(../images/bg-side-logo.gif) no-repeat;
	width:42px;
	height:40px;
	text-indent:-9999px;
	overflow:hidden;
}
/* end sidebar */
/* start contact-form */
.contact-form fieldset {
	margin:0;
	padding:13px 0 0;
	width:430px;
	
}
.contact-form .row {
	height:1%;
	overflow:hidden;
	margin:0 0 6px;
	border:0px solid;
	width:420px;
	
}
.contact-form .area {
	float:left;
	width:197px;
	display:inline;
	margin:0 10px 0 0;
	border:0px solid;
}
.contact-form .area2 {
	float:right;
	width:197px;
	display:inline;
	margin:0 0px 0 10px;
	border:0px solid;
}
.contact-form label {
	display:block;
	margin:0 0 3px;
	color:#4c4c4c;

}
.contact-form .text {
	display:block;
	margin:0;
	padding:6px 5px;
	color:#7e7e7e;	
	font-size:11px;
	width:185px;
	border:1px solid #bdbdbd;
	background:#fff;
}
.contact-form .focus {
	border-color:#913867;
}
.contact-form textarea {
	border:1px solid #bdbdbd;
	overflow:auto;
	width:403px;
	height:143px;
	color:#7e7e7e;
	font-size:11px;
	padding:0 0 0 5px;

}
.contact-form select {
	border:1px solid #bdbdbd;
	overflow:auto;
	width:198px;
	height:26px;
	color:#7e7e7e;
	font-size:11px;
	padding:0 0 0 5px;

}
.contact-form .submit {
	float:right;
	margin:11px 23px 0 0;
	background:url(../images/btn-send.gif) no-repeat;
	width:69px;
	height:26px;
	text-indent:-9999px;
	line-height:0;
	cursor:pointer;
	border:none;
}
/* end contact-form */
/* end main */
/* end wrapper */
/* start footer */
#footer {
	background:#f7f7f7;
	padding:0px 0 0;
	height:152px;
	position:relative;
	margin-top:-152px;
	position:relative;
	width:100%;
	overflow:hidden;
}
#footer .holder {
	width:935px;
	overflow:visible;
	margin:0 auto;
	color:#484848;
}
#footer .litic {
	width:300px;
	overflow:hidden;
	margin:0 auto;
	margin-top:100px;
	margin-left:-292px;
	color:#484848;
	padding:2px;
	border:0px solid;
	float:left;
}
a.footer-logo {
	float:left;
	background:url(../images/bg-footer-logo.gif) no-repeat;
	width:47px;
	height:44px;
	text-indent:-9999px;
	overflow:hidden;
	margin:20px 36px 0 14px;
}
#footer .frame {
	float:left;
	width:135px;
	padding:10px 10px 0 0;
	line-height:19px;
}
#footer address {
	display:block;
	font-style:normal;
	margin:0;
}
#footer dl {
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
#footer dt {
	float:left;
	clear:left;
	padding:0 3px 0 0;
}
* +html #footer dt {
	padding:0;
}
* html #footer dd {
	float:none;
}
* +html #footer dd {
	float:none;
}
#footer dd {
	float:left;
	margin:0;
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
}
#footer ul li {
	margin:0;
}
#footer ul li a {
	color:#484848;
}

.subscribe fieldset {
	float:right;
	margin:0;
	width:188px;
}
.subscribe .row {
	height:1%;
	overflow:hidden;
	margin:0 0 7px;
}
.subscribe .text {
	float:right;
	width:128px;
	border:1px solid #d1d1d1;
	background:#fff;
	padding:4px 5px;
	margin:0 0 0 9px;
}
.subscribe label {
	float:left;
	margin:3px 0 0;
}
.subscribe strong {
	display:block;
	text-align:right;
	margin:0 0 11px;
	color:#9e3568;
	font-size:14px;
	line-height:15px;
	font-weight:normal;
}
.subscribe .submit {
	float:right;
	background:url(../images/btn-subscribe.gif) no-repeat;
	width:70px;
	height:23px;
	text-indent:-9999px;
	line-height:0;
	border:none;
	cursor:pointer;
}
/* end footer */

/* LITIC */
.name {
	position:relative; top:160px; right:10px;
	border:solid 0px; 
	border-color:#F00;
	width:220px;
	float:right;
	text-align:right;
	
}


.iso {
	float:left;
	width:300px;
	height:81px;
	line-height:17px;
	margin-top: 15px;	
}

#footer .frameright {
	float:right;
	width:135px;
	padding:10px 10px 0 0;
	line-height:19px;
	
}
.slideshow {
	height: 232px;
	width: 232px;
	margin: auto;
}
.slideshow img {
	border: none;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.inlineh5 {
	font-size:12px;
	font-weight: normal;
	color: #8d336a;
	padding-bottom:2px;
	line-height: 18px;
}

/*validation*/
.LV_validation_message {
	font-weight:normal;
	margin:0 0 0 5px;
}
.LV_valid {
	color:#00CC00;
}
.LV_invalid {
	color:#CC0000;
}
.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
	border: 1px solid #00CC00;
}
.LV_invalid_field, input.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active {
	border: 1px solid #CC0000;
}
/* LITIC */