@charset "utf-8";
/* CSS Document created by stalin@shojaru.com */

@import "reset.css";
.header_cont {
	width:100%;
	height:241px;
	background:#fa50a7 url(../images/header_bg.png) no-repeat center top;
}
.header {
	width:1000px;
	height:241px;
	background:url(../images/header_shadow.png) center top;
	margin:auto;
	position:relative;
}
.header_cont2 {
	width:100%;
	height:auto;
	background:#fa50a7 url(../images/header_bg.png) no-repeat center top;
}
.header2 {
	width:1000px;
	height:190px;
	background:url(../images/header_shadow.png) center top;
	margin:auto;
	position:relative;
}
.top_text {
	width:1000px;
	height:20px;
	margin:auto;
	padding:10px 0 0 0;
}
.top_text_site {
	float:left;
	color:#fff;
	font-size:14px;
}
.top_text_call {
	float:right;
	color:#fff;
	font-size:14px;
}
.logo {
	width:390px;
	height:85px;
	margin:auto;
}
/*==============================================================*/
.navigate {
	width:690px;
	height:42px;
	margin:10px auto 0;
}
#nav {
	margin: 0;
	padding: 7px 6px 0;
	background: #fff;
	line-height: 100%;
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav a {
	color: #fa50a7;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#nav a:hover {
	background: #fff;
	color: #fff;
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #fa50a7;
	color: #fff;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #fa50a7 !important;
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
/* level 2 list */
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #fff;
	-webkit-border-radius:1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	z-index:1000;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
	font-size:13px;
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
/*=============================================================*/
.slider_cont {
	width:1000px;
	height:398px;
	background:#fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	-moz-box-shadow:0px 0px 8px #2d2d2d;
	-webkit-box-shadow:0px 0px 8px #2d2d2d;
	position:absolute;
	top:180px;
	padding:6px 0 0 3px;
}
#slider-wrapper {
	background:url(../images/slider.png) no-repeat;
	width:1000px;
	height:403px;
	margin:0 auto;/*   padding-top:74px;
    margin-top:50px;*/
}
#slider {
	position:relative;
	width:618px;
	height:246px;
	margin-left:8px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}
.nivo-controlNav {
	position:absolute;
	left:425px;
	bottom:-25px;
	background:#fff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow:0px 0px 8px #2d2d2d;
	-webkit-box-shadow:0px 0px 8px #2d2d2d;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
.nivo-caption {
	text-shadow:none;
	font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
	color:#efe9d1;
	text-decoration:underline;
}
.clear {
	clear:both;
}
.slider_spacer {
	width:1000px;
	height:370px;
}
.container {
	width:100%;
	height:auto;
	background:url(../images/stripes.png) repeat-x;
}
.body_container {
	width:1000px;
	height:auto;
	margin:auto;
}
.welcome_note_cont {
	width:1000px;
	height:60px;
	text-align:center;
}
.welcome_note_cont p {
	font-size:30px;
	font-style:italic;
	color:#a1a1a1;
}
.three_box_cont {
	width:1000px;
	height:auto;
}
.box_cont {
	width:303px;
	height:230px;
	background:url(../images/box_bg.png) no-repeat;
	float:left;
	margin:0 14px 0 0;
	padding:10px;
}
.box_cont.last {
	margin:0;
}
.box_top {
	height:60px;
	width:auto;
}
.box-icon {
	width:56px;
	height:56px;
	float:left;
}
.box-title {
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	color:#373737;
	text-transform:uppercase;
	margin:15px 0 0 0;
	float:left;
}
.box-title span {
	color:#fa50a7;
}
.box-desc {
	padding:0 5px;
}
.box-desc p {
	font-size:13px;
	color:#484848;
	text-align:justify;
	line-height:18px;
}
.readmore {
	width:70px;
	height:18px;
	background:#f1f1f1;
	border:1px solid #ccc;
	text-align:center;
	padding:5px 0 0 0;
	float:right;
	margin:10px 0 0 0;
}
.readmore a {
	font-size:10px;
	color:#666;
}
.box_bottom_shadow {
	width:1000px;
	height:14px;
	background:url(../images/box-bottom-shadow.png) no-repeat;
	margin:10px 0 0 0;
}
.social_network_cont {
	background:#ef60a8;
	width:100%;
	height:50px;
	-moz-box-shadow:1px 1px 8px #2d2d2d;
	-webkit-box-shadow:1px 1px 8px #2d2d2d;
	border-bottom:1px solid #b0427a;
}
.social_icon {
	width:1000px;
	margin:auto;
	padding:13px 0 0 20px;
}
.social_icon p {
	font-size:20px;
	font-style:italic;
	color:#fff;
	text-transform:uppercase;
	margin:2px 30px 0 0;
	text-shadow:#333 1px 1px 1px;
}
.social_icon ul {
}
.social_icon ul li {
	display:inline;
	margin:0 20px 0 0;
}
.footer_cont {
	width:100%;
	height:300px;
	background:#fa50a7 url(../images/header_bg.png) repeat-y center top;
}
.footer {
	width:1000px;
	height:250px;
	margin:auto;
	padding:10px 0 0 0;
}
.footer_box {
	width:225px;
	height:230px;
	float:left;
	margin:0 5px 0 0;
	padding:10px;
}
.footer_box p.title {
	font-size:20px;
	color:#FFF;
	margin:0 0 15px 0;
	text-shadow:#333 1px 1px 1px;
}
.footer_box p.company_name {
	font-size:14px;
	color:#FFF;
	margin:0 0 10px 0;
	font-weight:bold;
}
.footer_box p.foot_desc {
	font-size:10px;
	color:#fff;
	margin:0 0 10px 0;
}
.footer_box ul {
}
.footer_box ul li {
	line-height:20px;
}
.footer_box ul li a {
	font-size:13px;
	color:#fff;
}
.footer_box ul li a:hover {
	font-size:13px;
	color:#F06;
}
.input_fld {
	width:100px;
	height:30px;
	background:#fff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:none;
	color:#666;
	padding:0 0 0 5px;
}
.input_fld2 {
	width:220px;
	height:30px;
	background:#fff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:none;
	color:#666;
	padding:0 0 0 5px;
}
ul.newsletter li {
	line-height:40px;
}
.subscribe_btn {
	width:110px;
	height:30px;
	border:none;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background: rgb(249,222,236); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(249, 222, 236, 1) 0%, rgba(250, 80, 167, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(249, 222, 236, 1)), color-stop(100%, rgba(250, 80, 167, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(249, 222, 236, 1) 0%, rgba(250, 80, 167, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(249, 222, 236, 1) 0%, rgba(250, 80, 167, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(249, 222, 236, 1) 0%, rgba(250, 80, 167, 1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(249, 222, 236, 1) 0%, rgba(250, 80, 167, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9deec', endColorstr='#fa50a7', GradientType=0 ); /* IE6-9 */
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	float:right;
	margin:5px 0 0 0;
}
.subscribe_btn:hover {
	width:110px;
	height:30px;
	border:none;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background: rgb(250,80,167); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(250, 80, 167, 1) 0%, rgba(249, 222, 236, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(250, 80, 167, 1)), color-stop(100%, rgba(249, 222, 236, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(250, 80, 167, 1) 0%, rgba(249, 222, 236, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(250, 80, 167, 1) 0%, rgba(249, 222, 236, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(250, 80, 167, 1) 0%, rgba(249, 222, 236, 1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(250, 80, 167, 1) 0%, rgba(249, 222, 236, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa50a7', endColorstr='#f9deec', GradientType=0 ); /* IE6-9 */
	margin:5px 0 0 0;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	float:right;
}
.footer_border {
	width:1000px;
	height:5px;
	background:url(../images/footer_border.png) no-repeat;
	margin:auto;
}
.copyright_cont {
	width:1000px;
	margin:auto;
	padding:15px 0 0 0;
}
.copyright {
	font-size:12px;
	color:#fff;
	float:left;
}
.designed {
	font-size:12px;
	color:#fff;
	float:right;
}
.inner_cont {
	width:960px;
	height:auto;
	background:#FFF;
	-moz-box-shadow:0px 0px 6px #666;
	-webkit-box-shadow:0px 0px 6px #666;
	padding:0 20px;
}
/*-------------------------------------NEW----------------------------------*/

.page_title_cont {
	width:960px;
	height:auto;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.page_title {
	width:700px;
	height:auto;
	float:left;
}
.first_title {
	font-size:30px;
	color:#fa50a7;
	margin:0 0 5px 0;
}
.first_title2 {
	font-size:25px;
	color:#fa50a7;
	margin:0 0 5px 0;
}
.drag_note {
	font-size:10px;
	color:#999;
}
.form_title_cont {
	width:930px;
	height:122px;
	background:url(../images/title_bg.png) repeat-x;
	padding:15px;
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
}

/* CSS Document created by stalin@shojaru.com */

.form_cont_left {
	width:635px;
	height:auto;
	float:left;
	font-size:12px;
	color:#666;
	padding:0 0 20px 0;
}
.form_cont_right {
	width:290px;
	height:auto;
	float:right;
	padding:0 0 0 30px;
	background:url(../images/rightzone_shadow.png) repeat-y left;
}

.small_title {
	font-size:16px;
	font-weight:bold;
	color:#fa50a7;
	margin:15px 0;
}
ul.level_choose li{
	margin:0 0 15px 0;
	}
ul.level_choose li a{
	font-size:14px;
	color:#600;
	padding:10px 15px;
	}
ul.level_choose li a:hover , ul.level_choose li a.current{
	font-size:14px;
	color:#fa50a7;
	background:#e9e9e9;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	padding:10px 15px;
	}
.prod_title{
	font-size:20px; color:#333; margin:15px 0 0 0; line-height:25px;
	}
.prod_img{
	margin:20px auto; width:395px; height:295px;
	}
.features_tan{

	margin:0 0 0 30px;
	float:left;
	width:275px;

	}

.features_tan ul{}

.features_tan ul li{

	line-height:25px;

	list-style:url(../images/check_16x16.png);
	
	
	color:purple;

	font-size:15px;

	}
/**********************************************************************************/
.accordion

{

 	border: 1px solid #ebebeb;

 	-moz-box-shadow: 0 1px 3px #ebebeb;

 	-webkit-box-shadow: 0 1px 3px #ebebeb;

 	box-shadow: 0px 1px 3px #ebebeb;

}



.accordion h3, .accordion div

{

	border: 0;

	background: transparent;

}



.pp_accordion, .pp_accordion_close

{

 	margin:0;

	margin-bottom: 10px;

}



.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus

{

	border: 1px solid #ebebeb;

}



.ui-corner-all, .ui-corner-top, .ui-corner-bottom

{

	-moz-border-radius: 0;

	-webkit-border-radius: 0;

	border-radius: 0;

}



.ui-state-default, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-widget-content

{

	border: 1px solid #ebebeb;

}



.ui-accordion .ui-accordion-header

{

	font-weight: bold;

	display: block;

	position: relative;

}



.ui-accordion-content

{

	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));

	background: -moz-linear-gradient(top,  #ffffff,  #ebebeb);

	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb');

}



.pp_accordion

{

	

}



.accordion div

{

	border-top: 1px solid #ebebeb;	

}



.accordion h3

{

	padding: 5px 0 5px 8px;

}



.ui-accordion .ui-accordion-header .ui-icon

{

	left: 10px;

}



.ui-tabs-panel

{

	margin-top: 10px;

	-moz-box-shadow: 0 1px 3px #ccc;

 	-webkit-box-shadow: 0 1px 3px #ccc;

 	box-shadow: 0px 1px 3px #ccc;

}



.ui-widget-header

{

	border-bottom: 1px solid #ebebeb;

}



.tabs .ui-state-default

{

	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));

	background: -moz-linear-gradient(top,  #ffffff,  #ebebeb);

	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb');

}



.tabs .ui-state-default a

{

	color: #999;

}



.ui-tabs .ui-tabs-nav li a 

{

	padding: 5px 20px 5px 20px;

	font-size: 14px;

}



.tabs .ui-state-active

{

	font-weight: bold;

	background: #fff;

	text-shadow: 0 1px 1px #fff;

	display: block;	

}



.tabs .ui-widget-header

{

	border: 0;	

}



.tabs .ui-tabs-panel

{

	border: 1px solid #ccc;

	margin:0;

	padding-top: 0em;

	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));

	background: -moz-linear-gradient(top,  #ffffff,  #ebebeb);

	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb');

}



.tabs .ui-state-active a

{

	color: #666;

	font-weight: bold;

}



.ui-tabs li:first-child

{

	margin-left: -2px;

}
.ui-accordion .ui-accordion-header a

{

	color: #666;

	font-size: 13px;

	font-weight: bold;

	text-transform: none;

	margin: 5px 0 5px 10px;

}



.ui-accordion .ui-accordion-content

{

	padding-top: .2em;

	padding-bottom: .7em;

}
.one_half h4{
	font-size:18px;
	color:#666;
	font-weight:normal;
	}
ul.our_address li{
	line-height:25px;
	font-size:18px;
	color:#333;
	}
ul.our_address li a{
	color:#9A0000;
	}
ul.our_address li a:hover{
	color:#cfae08;
	}