/* CSS Document */
@charset "utf-8";
/* CSS Document */
body
{
padding:auto;
margin:auto;
font-family:Trebuchet MS;
width:100%;
height:100%;
}
h1,h2,h3,h4,h5,h6,p,div
{
padding:0px;
margin:0px;
font-weight:normal;
}
ul,li,a,span,input
{
padding:0px;
margin:0px;
border:none;
}
img
{
border:none;
}


#main_frame
{
padding:auto;
margin:auto;
width:1000px;
-moz-border-radius:15px;
-webkit-border-radius:15px;
user-select:none;
-moz-user-select:none;
-webkit-user-select:none;
display:table;
}
#main_header
{
padding:0px;
margin:0px;
width:100%;
height:100%;
background:url(../images/main_header-bg.png);
}

#header
{
padding:0px;
margin:0px;
float:left;
width:1000px;
height:602px;
background:url(../images/header_bg.png) #f4f4f2;
}


.example {
    position:relative;
    width:350px;
    height:auto;
    margin:80px 0px 0px 650px;
    padding:0px;
	z-index:999;
	position:relative;
	}

/* main menu styles */

.nav,.nav ul {
    list-style:none;
    margin:0;
    padding:0;
}

.nav {
    position:relative;
}

.nav ul {
    height:0;
    left:0;
    overflow:hidden;
    position:absolute;
    top:45px;
}

.nav li {
    float:left;
    position:relative;
}

.nav li a {
    -moz-transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    background-color:;
    
    color:#152226;
    display:block;
    font-size:14px;
    line-height:35px;
    padding:5px 11px;
    text-decoration:none;
    transition:0.5s;
	margin:0px 0px 0px 0px;
	font-weight:bold;
	
}

.nav li:hover > a {
   
    border-color:#6E67A6;
    color:#AB2767;
	border-bottom:2px solid #AB2767;
}

.nav li:hover ul.subs {
    height:auto;
    width:200px;
}

.nav ul li {
    -moz-transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    opacity:0;
    transition:0.5s;
    width:100%;
}

.nav li ul li {
    -moz-transition-delay:0s;
    -o-transition-delay:0s;
    -webkit-transition-delay:0s;
    transition-delay:0s;
}

.nav li:hover ul li {
    opacity:1;
    -moz-transition-delay:0.5s;
    -o-transition-delay:0.5s;
    -webkit-transition-delay:0.5s;
    transition-delay:0.5s;
}

.nav ul li a {
    background:#E7E9E6;
    color:#000000;
    line-height:1px;
    -moz-transition:1.5s;
    -o-transition:1.5s;
    -webkit-transition:1.5s;
    transition:1.5s;
}

.nav li:hover ul li a {
    line-height:20px;
}

.nav ul li a:hover {
    background:#AB2967;
    color:#FFFFFF;
}
 
 
 #show
 {
  color:#E7E9E6;
  border-bottom:2px solid #AB2767;
 }
 
 .banner{margin:45px 0 0 10px; padding:0px; width:980px; float:left;}
 
 
 .view_button
 {
 padding:0px;
 margin:-70px 0px 0px 190px;
 float:left;
 width:211px;
 height:52px;
 z-index:999;
 position:relative;
 }
 
 .images
 {
 padding:0px;
 margin:50px 0px 0px 0px;
 float:left;
 width:998px;
 height:16px;
 }
 
 #main_wrapper
{
padding:0px;
margin:0px;
width:100%;
height:100%;
background:#f4f4f2;
}


#wrapperr
{
padding:0px;
margin:0px 0px 5px 0px;
float:left;
width:1000px;
height:auto;
background:#f4f4f2;
}

#wrapper
{
padding:0px;
margin:0px 0px 5px 0px;
float:left;
width:1000px;
height:auto;
background:#f4f4f2;
}


.text
{
	padding:0px;
	margin:0px;
	float:left;
	width:700px;
	height:auto;
	
}


.text h1
{
padding:0px;
margin:20px 0px 0px 13px;
float:left;
width:680px;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
color:#aa2a67;
font-weight:bold;

}

.text h2
{
padding:0px;
margin:10px 0px 0px 0px;
float:left;
width:680px;
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
color:#EF4349;
font-weight:bold;
}



.text p
{
padding:0px 0px 0px 0px;
margin:10px 10px 10px 13px;
float:left;
width:670px;
font-size:12px;
font-family:Arial;
color:#424242;
text-align:justify;
font-style:none;
}


.customer_list
{
	padding:0px;
	margin:0px 0px 0px 0px;
	float:left;
	width:300px;
	height:auto;
	
}


.box
{
	padding:0px;
	margin:16px 0px 20px 18px;
	float:left;
	width:270px;
	height:450px;
	border:1px solid #989898;
	background:#ededed;
}

.box h1
{
padding:10px 0px 0px 0px;
margin:0px 0px 0px 0px;
float:left;
width:270px;
height:30px;
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
color:#FFF;
font-weight:bold;
background:#a82866;
text-align:center;
border-bottom:2px solid #d7a327;
}


.box ul
{
	padding:0px;
	margin:0px 0px 20px 0px;
	float:left;
	width:270px;
}

.box ul li
{
	padding:10px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	float:left;
	width:270px;
	font-size:14px;
	list-style:none;
	color:#474747;
	font-weight:bold;
	text-decoration:none;
	border-bottom:dotted 1px;
}
.box ul li a
{
	
	float:left;
	width:270px;
	font-size:14px;
	color:#474747;
	font-weight:bold;
	text-decoration:none;
}
.box ul li a:hover
{
color:#A82866;
}

.img_gallery
{
padding:0px;
margin:0px;
float:left;
width:700px;
height:auto;
}

.img_gallery div
{
padding:0px;
margin:0px 0px 0px 13px;
float:left;
width:200px;
height:auto;
}


.img_gallery div h1
{
padding:0px 0px 0px 0px;
margin:10px 0px 5px 0px;
float:left;
width:190px;
height:auto;
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
}


.img_gallery div p
{
padding:0px;
margin:10px 0px 0px 0px;
float:left;
width:200px;
height:auto;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#494949;
}


.read
{
padding:5px 0px 0px 0px;
margin:10px 0px 0px 0px;
float:right;
width:80px;
height:20px;
font-size:12px;
background:#a82866;
color:#FFFFFF;
text-decoration:none;
text-align:center;
font-weight:bold;
border:2px solid #c6c6c4;
}

.read hover:a
{
padding:5px 0px 0px 0px;
margin:10px 0px 0px 0px;
float:right;
width:80px;
height:20px;
font-size:12px;
background:#a82866;
color:#000000;
text-decoration:none;
text-align:center;
font-weight:bold;
border:2px solid #c6c6c4;
}


 .strip
 {
 padding:0px;
 margin:0px 0px 0px 0px;
 float:left;
 width:697px;
 height:15px;
 }
 
 #main_footer
{
padding:auto;
margin:auto;
display:table;
height:auto;
width:100%;
background:url(../images/footer_bg.png);
}

.footer
{
padding:0px;
margin:0px;
float:left;
height:63px;
width:1000px;
background:url(../images/footer_bg.png);
}

.logos
{
margin:5px 5px 0px 700px;
float:right;
width:150px;
height:auto;
}

.copyright
{
margin:-25px 10px 0px 14px;
float:left;
width:590px;
height:auto;
}

.copyright h5
{
margin:0px 0px 0px 0px;
float:right;
font-size:11px;
font-style:normal;
font-family:Trebuchet MS;
color:#FFF;
width:590px;
}


.enquiry_form
{
height:495px;
width:460px;
float: left;
margin:8px 0px 15px 35px;
background:none;
-moz-border-radius:10px 0px 0px 10px;
-webkit-border-radius:10px 0px 0px 10px;
border-radius:10px 0px 0px 10px;
background:#000000;
padding:15px 20px 10px 10px;
border-right:4px solid #E4E3E2;
}
.enquiry_form div
{
width:466px;
float: left;
height:auto;
color: #ffffff;
font-size:14px;
font-family:Trebuchet MS;
margin-top:4px;
font-weight: normal;
margin-right:13px;
position:relative;
display:block;
margin-bottom:5px;
text-shadow:none;
font-weight:bold;
}
.enquiry_form input
{
-moz-box-shadow: 0px 1px 0px #777;
-webkit-box-shadow: 0px 1px 0px #777;
background: #ddd url('img/inputSprite.png') no-repeat 4px 5px;
background: url('img/inputSprite.png') no-repeat 4px 5px, -moz-linear-gradient(
           center bottom,
           rgb(225,225,225) 0%,
           rgb(215,215,215) 54%,
           rgb(173,173,173) 100%
           );
	  background:  url('img/inputSprite.png') no-repeat 4px 5px, -webkit-gradient(
          linear,
          left bottom,
          left top,
          color-stop(0, rgb(225,225,225)),
          color-stop(0.54, rgb(215,215,215)),
          color-stop(1, rgb(173,173,173))
          );
color:#333;
text-shadow:0px 1px 0px;
-moz-border-radius:8px;
-o-border-radius:8px;
border-radius:8px;
-webkit-border-radius:8px;
}
.enquiry_form input:hover
{
background:;
}
.txt_box
{
color:#000000;
font-family:Arial;
font-size:11px;
font-weight: normal;
height:50px;
width:356px;
float:right;
margin:0px;
background:#CCCCCC;
-moz-border-radius:8px;
-o-border-radius:8px;
border-radius:8px;
-webkit-border-radius:8px;
}
.txt_area
{
color:#000000;
font-family:Arial;
font-size:11px;
font-weight: normal;
height:23px;
width:356px;
float:right;
margin:0px;
}
.enquiry_form  select 
{
height:23px;
width:360px;
float:right;
color: #000000;
font-family:Trebuchet MS;
font-size:11px;
font-weight: normal;
-moz-border-radius:8px;
-o-border-radius:8px;
border-radius:8px;
-webkit-border-radius:8px;
background:#CCCCCC;
}
.enquiry_form  textarea 
{
color:#000000;
font-family:Arial;
font-size:11px;
font-weight: normal;
height:50px;
width:356px;
float:right;
margin:0px;
border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px ;
background:#CCCCCC;
}
.enquiry_form textarea:hover
{
background:;
}
.enquiry_form select:hover
{
background:;
}
.button
{
height:25px;
width:80px;
border:none;
cursor:pointer;
color:#000000!important;
font-family: Arial!important;
 border:2px solid #E4E3E2;
 font-weight:bold;
box-shadow: 0px 3px 0px none!important;
-moz-box-shadow: 0px 3px 0px  #000000!important;
-webkit-box-shadow: 0px 3px 0px #000000 !important;
float:right !important;
margin-top:5px !important;
margin-right:5px !important;
}

#contact
{
height:500px;
width:420px;
float: left;
margin:8px 0px 8px 0px;
-moz-border-radius:0px 10px 10px 0px;
-webkit-border-radius:0px 10px 10px 0px;
border-radius:0px 10px 10px 0px;
background:#000000!important;
padding:10px 0px 10px 10px;
}
#contact a
{
color:#CCCCCC;
}
#contact a:hover
{
color:#CCCCCC;
text-decoration:underline;
}
#contact h3
{
height: auto;
width:410px;
float:left;
margin:0px 0px 20px 0px;
background: none;
padding:5px 5px 6px 0px;
text-align:left;
color:#FFFFFF;
font-size:18px;
font-weight:normal;
border-bottom:2px solid  #E4E3E2;
}
#contact font
{
font-family: Trebuchet MS;
font-size:14px;
color: #ffffff;
font-weight:bold;
width:295px;
float:left;
margin:10px 0px 5px 0px ;
height:40px;
}
#contact b
{
font-size:15px;
color:#B60101;
font-weight:bold;
float:left;
width:120px;
margin:10px 0px 0px 0px;
height:40px;
}

#contact h4
{
height: auto;
width:410px;
float:left;
margin:0px 0px 20px 0px;
background: none;
padding:5px 5px 6px 0px;
text-align:left;
color:#FFFFFF !important;
font-size:18px;
font-weight:normal;
}


#wrapper h1
{
padding:0px;
margin:20px 0px 10px 10px;
float:left;
width:980px;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
color:#A82866 !important;

}


#wrapper p
{
padding:0px;
margin:0px 10px 10px 10px;
float:left;
width:980px;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
color:#424242;!important;
font-weight:normal;
text-align:justify;
}

#wrapper p a
{
color:#424242;
text-decoration:none;
font-weight:bold;
}


#wrapper p a:hover
{
color:#A82967;
text-decoration:none;
font-weight:bold;
}


#wrapper h2
{
padding:0px;
margin:20px 0px 10px 10px;
float:left;
width:980px;
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
color:#000000 !important;
font-weight:bold;
}

.table
{
padding:0px;
margin:0px 0px 0px 200px;
float:left;
width:700px;
height:auto;
font-size:16px;
}

.presentation
{
margin:10px 0px 20px 240px;
float:left;
width:500px;
height:400px;
background:#000000;
}

.product_image
{
padding:0px;
margin:0px 10px 0px 0px;
float:left;
height:250px;
width:250px;
border:1px solid #A82967;
}


.product_image1
{
padding:0px;
margin:0px 0px 0px 10px;
float:right;
height:250px;
width:250px;
border:1px solid #A82967;
}


.pdf
{
padding:0px;
margin:10px 0px 20px 30px;
float:left;
width:123px;
height:128px;
}