@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	background:url(../images/bg.jpg) repeat-x #cb3794;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#505050;
}

@font-face {
    font-family: 'MSReferenceSansSerifRegular';
    src: url('../font/refsan.eot');
    src: url('../font/refsan.eot') format('embedded-opentype'),
         url('../font/refsan.woff') format('woff'),
         url('../font/refsan.ttf') format('truetype'),
         url('../font/refsan.svg#MSReferenceSansSerifRegular') format('svg');
}

h2{
	font-family: 'MSReferenceSansSerifRegular';
	font-size:18px;
	font-weight:100;
	color:#a2387c;
}

img a
{
	border:none;
}
#wrapper{
	width:990px;
	margin:0 auto;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#top{
	width:auto;
	height:95px;
	background:#FFF;
}

#logo{
	float:left;
	margin:15px 0px 0px 20px;
	border:none;
}
#logo img 
{
	border:none !important;
}
#rit_img{
	float:right;
	margin:15px 20px 0px 0px;	
}

p{
	color:#505050;
	text-align:justify;
}

p span{
	font-weight:bold;
}

#menu{
	height:34px;
	width:auto;
	background:url(../images/menu_bg.png) repeat-x;
}

#menu ul{
	float:right;
	margin-top:9px;
	margin-bottom:8px;
}

#menu ul li{
	float:left;
	list-style:none;
	font-size:14px;
	font-weight:bold;
}

#menu ul li a{
	color:#FFF;
	text-decoration:none;
	padding:9px 20px 8px 20px;
}

#menu ul li a:hover{
	background:#ce70ac;
}

.select{
	background:#ce70ac;
}

/*  ========== Banner ========== */

#banner{
	width:auto;
	margin-top:-5px;
	height:278px;
	border-bottom:3px solid #a2387c;
	clear:both;
}

#bannerRotator { width:990px; height:278px; position:absolute; margin:0px auto;}
#bannerRotator ul li img{ }


/*---------- YOU MIGHT BREAK IT IF YOU CHANGE THIS STUFF -----------*/
#bannerRotator { position:relative; }
#bannerRotator ul { list-style:none; padding:0; position:relative; margin:0; }
#bannerRotator ul li { display:none; position:absolute; }
#bannerRotator ul li a { text-decoration:none; }

#bannerNav { position:absolute; right:15px; bottom:15px; background:url(img/transBlack75.png) repeat 0 0; padding:5px 5px 5px 10px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#bannerNav a { margin:3px 10px 0 0; height:10px; width:10px; display:block; background:url(img/dotDark.png) no-repeat 0 0; float:left; }
#bannerNav a.active { background-image:url(img/dotLight.png); }
#bannerNav span.pause, #bannerNav span.play { cursor:pointer; height:15px; width:15px; display:block; background:url(img/pause.png) no-repeat 0 0; float:left; }
#bannerNav span.play { background-image:url(img/play.png) } /*  ------------------- Banner rotater end -------------- */



/*  ========Banner End========== */

#content_area{
	height:auto;
	width:auto;
	background:#FFF;
	padding-bottom:20px;
}

.home_left{
	width:620px;
	padding:0 10px;
	float:left;	
}

.home_rit{
	width:330px;
	padding:0 10px;
	float:left;	
}

.new{
	position:relative;
	z-index:9;
	top:-235px;
	margin-left:242px;
}

.prod_img{
	width:320px;
	height:180px;
	position:relative;
	z-index:1;
}

#prod_slid{
	margin-top:50px;
}

.prod_slid{
	width:620px;
	height:95px;
	border:1px solid #e8e8e8;
	overflow:hidden;
	display:block;
}

.new_prod_area{
	width:325px;
	height:240px;
	border:1px solid #d9d9d9;
}

#footer{
	height:40px;
	padding-top:10px;
	width:auto;
	background:#FFF;
	border-top:5px solid #a2387c;
}

#footer li{
	float:left;
	padding:0 2px;
	font-size:11px;
	list-style:none;
}

#footer ul{
	margin:5px 0px 0px -20px;
}

#footer li a{
	color:#505050;
	text-decoration:none;
}

#footer p{
	float:right;
	font-size:11px;
	margin:0px 20px 0px 0px;
}

#footer p a{
	text-decoration:none;
	color:#505050;
}


/* ---------------- Slide -----------------  */

.slides1_wrap {
	position: relative;
	width: 350px;
}

#slides1 {
	overflow: hidden;
	height: 235px;
	margin:0px 0px 0px -40px;
}

#slides1 li {
	list-style: none;
	width: 325px;
}

#slides1 li img {
	float: left;
	

}

#slides1 .content {
	float: left;
	width: 310px;
	padding-left: 10px;
}

#slides1 li p {
	line-height: 14px;
}

#slides1 h3 {
	font-size: 36px;
	color: #8d8d8d;
	font-weight: normal;
	text-transform: lowercase;
}

#slides1 h4 {
	font-size: 18px;
	color: #000;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	padding-bottom: 16px;
}

.slides1_wrap .prev {
	position: absolute;
	left: -10px;
	top: 100px;
	outline: 0;
	display:none;
}

.slides1_wrap .next {
	position: absolute;
	right: 20px;
	top: 100px;
	outline: 0;
	display:none;
}

.slides1_wrap a:active {
	top: 102px;
}

.bx_pager a {
	float: left;
	background: url(bg_pager.png) no-repeat 0 -21px;
	width: 14px;
	height: 17px;
	color: #fff;
	font-size: 11px;
	margin-right: 6px;
	padding: 4px 0 0 7px;
}

.bx_pager a:hover, .bx_pager a.active {
	background-position: 0 0;
	text-decoration: none;
}

.auto_controls {
	position: absolute;
	bottom: -11px;
	left: 394px;
}

.auto_controls a {
	font-size: 16px;
	color: #a3a3a3;
	outline: 0;
	padding: 2px;
}

.auto_controls a:hover {
	text-decoration: none;	
	background: ;
	color: #e41996;
}

#content #notes li, #content #changes li {
	font-size: 12px;
	color: #8f8f8f;
	margin-left: 43px;
	padding-bottom: 6px;
}

#content #notes li a {
	color: #e41996;
}

#idc-container a {
	color: #e41996;	
}

#idc-container h3 {
	color: #666;
}

/*  =============  CONTACT  =================  */

.contact_left{
	width:560px;
	height:220px;
	float:left;
	margin-top:25px;
	border-right:1px solid #d9d9d9;
}

.add_area{
	width:260px;
	float:left;
	margin-left:20px;
	font-size:12px;
}

h3{
	font-size:16px;
	font-weight:100;
	color:#a2387c;
	font-family: 'MSReferenceSansSerifRegular';
}

.enquiry{
	width:375px;
	float:left;
	margin-left:20px;
}

.form_area{
	width:370px;
	height:210px;
	border:1px solid #e7e7e7;
	color:#a2387c;
	padding:5px 0px 0px 10px;
	font-size:14px;
}

.txt_area{
	width:260px;
	height:18px;
	margin-bottom:2px;
	margin-top:4px;
	border:1px solid #a2387c;
	padding-left:5px;
	color:#505050;
	font-size:11px;
}

.txt_area2{
	width:260px;
	height:60px;
	margin-bottom:2px;
	margin-top:4px;
	border:1px solid #a2387c;
	padding-left:5px;
	color:#505050;
	font-size:11px;
}

.button{
	width:60px;
	height:20px;
	background:#a2387c;
	font-size:11px;
	font-weight:bold;
	color:#FFF;	
	float:right;
	margin-right:5px;
	border:none;
}


/*  =============  CONTACT END  =================  */

/*  =============  PRODUCT  =================  */

#product{
	width:500px;
	height:auto;
	float:left;
	margin-left:10px;
	display:block;
	
}

#product ul{
	margin-left:-30px;
}

#product ul li{
	display:inline;
	list-style:none;
	margin-left:35px;
}

#product ul li img{
	padding:10px 10px 10px 20px;
	border:none;
}

#product_news{
	width:248px;
	height:200px;
	float:left;
	margin-left:15px;
	display:block;
}

#product_news img{
	margin-top:-10px;
	border:1px solid #d9d9d9;
}

.topnav {
	width:auto;
	margin-left:0px;
}

.topnav li{
	color:#505050;	
}

.topnav li a{
	
}

ul.topnav ul {
	display:none;
	padding-top:10px;
}

ul.topnav ul li{
	border:none;
}

ul.topnav span{
	float:right;
	padding-right:10px;
}

/*  =============  PRODUCT END  =================  */

/*  =============  ABOUT  =================  */

#about_menu_area{
	width:200px;
	float:left;
	margin-left:10px;
	font-family: 'MSReferenceSansSerifRegular';
}

.about_menu{
	padding:10px 15px 30px 10px;
	border-right:1px solid #d3d3d3;
	font-size:14px;
}

.about_menu ul{
	margin-left:-20px;
	margin-top:-5px;
}

.about_menu li{
	border-bottom:1px solid #d3d3d3;
	padding:5px 0px 5px 10px;
	list-style-type:none;
	list-style-image:none;
	line-height:20px;
}

.about_menu li a{
	text-decoration:none;
	cursor:pointer;
}

.about_menu li a:hover{
	color:#9c3677;
}

.about_menu li:hover{
	color:#9c3677;
	list-style:url(../images/li_bg.png);
}

.scroll_cont { display:none; }

.about_content{
	width:500px;
	margin-left:10px;
	float:left;
}

.hilite{
	color:#9c3677 !important;
	list-style:url(../images/li_bg.png) !important;
}



/*  =============  ABOUT END  =================  */



















