@charset "utf-8";
* {
	padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
body {
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-image:url(../images/debut_light.png);
}
.wrap {
	width: 1000px;
	margin: 0 auto;
	
	overflow: hidden;
}
.header {
	width: 1000px;
	float: left
}
.topbg
{
	width:1000px;
	height:6px;
	background-color:#ed399c;
}
.logo {
	float: left;
	width: 323px;
	margin:35px 0;
}
.logo img
{
	width:220px;
}
.header_right {
	width: 671px;
	float: right;
}
.search {
	width: 150px;
	float: right;
	margin:10px 0 8px 0;
	
	
}
.shopping-cart
{
	float:right;
	background-image:url(../images/shopping_cart.png);
	width:32px;
	height:32px;
	margin-right:5px;
}
#block {width:200px; float:right; border-radius:5px; }
#block .top {background-color:#474747;padding:2px 3px 3px 2px;position:relative;overflow:hidden;}
#block .top .cart {background:url(img/a.cart.png) no-repeat 0 0;text-indent:-9999px;width:136px;height:32px;float:left;}
#block .top .cart:hover {background:url(img/a.cart.png) no-repeat 0px -32px;width:136px;height:32px;}
#block .top .cart:active {background:url(img/a.cart.png) no-repeat 0px -64px;width:136px;height:32px;}
#block .top .active {background:url(img/a.cart.png) no-repeat 0px -64px;}
#block .top .active:hover {background:url(img/a.cart.png) no-repeat 0px -64px;}
#block .top .path {background-color:#797979; padding:0; padding-left:2px;position:relative;overflow:hidden;
	border-top:1px solid #353535;border-bottom:1px solid #989898;border-right:1px solid #626262;}
#block .top .path li {float:left;overflow:hidden; margin:0; padding:0}
#block .top .path li a {color:family:;font-size:10px;line-height:30px;padding:0 7px 0 8px; font-family:Tahoma, Geneva, sans-serif}
#block .top .path li a.first {background:url(img/ul.path-li-a.first.gif) no-repeat right;}

.search img
{
	margin-top:2px;
}
.search input
{
	float: left;
}
.search input[type=text] {
	
	width: 100px;
	height: 20px;
	border: 1px solid #d0d0d0;
	padding: 0 2px 0 10px;
	border-radius:8px;
	-webkit-border-radius:8px;
	color: #666;
	outline:none;
}
.search input[type=image]
{
	margin-top:2px;
}

.floatL {
	float: left
}
.bottom_header {
	float: right;
	width: 544px;
	margin: 15px 0 0 0;
}
.shop {
	width: 112px;
	float: right;
	margin: 0 5px 0 0
}
.shopping {
	width: 78px;
	float: left
}

.shopping p {
	width: 78px;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}
.shopping input {
	width: 44px;
	margin: 2px 0 0;
	border: 1px solid #d0d0d0;
	float: right;
	webkit-box-shadow: 1px 1px 2px 1px rgba(1, 1, 1, 0.1);
	box-shadow: 1px 1px 2px 1px rgba(1, 1, 1, 0.1);
	outline:none;
}
.shopping img {
	float: left
}
.button {
	float: left;
	margin: 10px 0 0
}
.login {

	float: left
}
.login p {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	float: right;
	line-height:16px;
	margin-right:5px;
}
.button2 {
	float:right;
    text-decoration: none;
    font: normal 13px Tahoma, Geneva, sans-serif;
    display: block;
    margin: 15px  0 0 10px;
    padding: 6px 14px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	color: #217aa6;
    text-shadow: #ccc 0 1px 0;
    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
    transition: all 0.5s ease;}

.button2:hover {
    -moz-border-radius: 15px;
    border-radius: 15px;}


.blue {
    color: #fff;
background: #45484d; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top,  #EC9C00 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EC9C00), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #EC9C00 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #EC9C00 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #EC9C00 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #EC9C00 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EC9C00', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
    text-shadow: #ccc 0 1px 3px;
    -webkit-box-shadow:
        inset 0 1px 0 #ff3019,
        inset 0 2px 0 #cf0404,
        0 1px 3px #777,
        0 0px 1px #ccc;
    -moz-box-shadow:
        inset 0 1px 0 #ff3019,
        inset 0 2px 0 #cf0404,
        0 1px 3px #777,
        0 0px 1px #ccc;
    box-shadow:
        inset 0 1px 0 #ff3019,
        inset 0 2px 0 #cf0404,
        0 1px 3px #777,
        0 0px 1px #ccc;}


.login input {
	float: left;
	width: 138px;
	height: 20px;
	border: 1px solid #d0d0d0;
	padding: 0 2px 0 10px;
	border-radius:8px;
	-webkit-border-radius:8px;
	color: #666;
	outline:none;
	margin-bottom:5px;
}
.login input[type=submit]
{
	color:#fff;
	width:60px;
	height:24px;
	padding:2px 10px;
	border:none;
	border-radius:4px;
	-webkit-border-radius:4px;
	background: #cb60b3; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #cb60b3 0%, #ad1283 50%, #de47ac 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb60b3), color-stop(50%,#ad1283), color-stop(100%,#de47ac)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cb60b3 0%,#ad1283 50%,#de47ac 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cb60b3 0%,#ad1283 50%,#de47ac 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cb60b3 0%,#ad1283 50%,#de47ac 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cb60b3 0%,#ad1283 50%,#de47ac 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#de47ac',GradientType=0 ); /* IE6-8 */
}
.logb {
	float: left;
	width: 26px;
	margin: 10px 0 0 2px
}
.borderT {
	border-top: none !important
}
.login_p {
	float: right;
	width:300px;
}

.social {
	width: 64px;
	float: left;
	margin: 0 0 0 20px;
}

.social img {
	padding: 5px 5px 0 0;
	float:left;
}


.banner {
	float: left;
	width: 1000px;
	height:340px;
	overflow:hidden;
	margin:4px 0 3px 0;
}

.side_nav {
	width: 250px;
	float: left;
	background: #231f20;
	padding: 12px 0 0;
	margin-top:5px;
}
.side_nav h2 {
	float: left;
	font-family: 'Droid Sans', sans-serif;
	font-size: 22px;
	color: #fff9fc;
	margin: 0 0 0 20px;
	font-weight: normal
}
/*.side_nav ul{
	float:left;
	width:329px;
	background:#414143;
	border:1px solid #7c7a7b;
	}
.side_nav ul li{
	padding:10px 0;
	border-bottom: 1px solid #7c7a7b;
	padding:8px 0 8px 61px;
	list-style:none}
.side_nav ul li a{
	background:url(../images/nav_bg.png) no-repeat 4px 4px;
	padding:0 0 0 30px;
	text-decoration:none;
	color:#FFF;
	font-family:"Myriad Pro", sans-serif;
	font-size:16px;}
.side_nav ul li a:hover{
	background:url(../images/hover_bg.png) no-repeat 4px 4px;
	padding:0 0 0 30px;
	color:#e6bc70}*/

	
.glossymenu {
	margin: 5px 0;
	float: left;
	padding: 0;
	width: 250px; /*width of menu*/
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	border-bottom-width: 0;
	background: #414143;
}
.glossymenu a.menuitem {
	background: url(../images/nav_bg.png) no-repeat 20px 9px;
	padding: 7px 0 7px 40px;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	border-top: 1px solid #7c7a7b;
	text-decoration: none;
	width: 210px;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active {
	color: white;
}
.glossymenu a.menuitem .statusicon { /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}
.glossymenu a.menuitem:hover {
	background: url(../images/hover_bg.png) no-repeat 20px 9px;
	color: #e6bc70;
}
.glossymenu div.submenu { /*DIV that contains each sub menu*/
	background: white;
}
.glossymenu div.submenu ul { /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.glossymenu div.submenu ul li {
	border-bottom: 1px solid #666;
	background:#b1b1b1;
	color:#FFF
}
.glossymenu div.submenu ul li a {
	display: block;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #323232;
	text-decoration: none;
	padding: 5px 0;
	padding-left: 40px;
}
.glossymenu div.submenu ul li a:hover {
	background: rgba(230,188,112,0.5);
	color: #fff;
}
.news {
	float: left;
	width: 237px;
	margin: 10px 0 0 13px
}
.news h2 {
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #FFF;
	margin: 0 0 0 10px
}
.news p {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	float: left;
	color: #FFF;
	width: 292px;
	margin: 10px 0 0 10px
}
.ad {
	float: left;
	margin: 10px 0 10px 12px
}
.right_contain {
	float: left;
	width: 750px; margin-top:5px;
}

.right_contain h2 {
	float: left;
	width: 710px;
	font-size: 30px;
	font-family: 'Source Sans Pro';
	color: #000;
	margin: 20px 0 0 20px;
	font-weight:300;
}
.right_contain h4 {
	float: left;
	width: 710px;
	font-size: 18px;
	font-family: 'Source Sans Pro';
	color: #000;
	margin: 20px 0 0 20px;
	font-weight:300;
}
.myriad {
	font-family: "Myriad Pro", sans-serif;
	font-size: 25px;
	
}
.right_contain p {
	float: left;
	width: 710px;
	font-size: 14px;
	line-height:22px;
	font-family: 'Open Sans', sans-serif;
	color: #666;
	margin: 10px 0 0 20px;
	text-align: justify
}
.product-right {
	float: left;
	width: 400px; 
}
.product-right h2 {
	float: left;
	width: 380px;
	font-size: 30px;
	font-family: 'Source Sans Pro';
	color: #000;
	margin: 20px 0 0 20px;
	font-weight:300;
}
.product-right p {
	float: left;
	width: 380px;
	font-size: 14px;
	line-height:22px;
	font-family: 'Open Sans', sans-serif;
	color: #666;
	margin: 10px 0 0 20px;
	text-align: justify
}
.product-right ul
{
	width:380px;
	float:left;
	margin: 10px 0 0 20px;
}
.product-right li
{
	
		font-size: 14px;
	line-height:22px;
	font-family: 'Open Sans', sans-serif;
	color: #666;
	list-style:inside;

}
.store_locator {
	width: 224px;
	float: left;
	margin: 58px 26px 0 0
}
.store_locator h2 {
	background: url(../images/store_locator.png) no-repeat 0 0;
	float: left;
	font-size: 17px;
	font-family: 'Droid Sans', sans-serif;
	width: 151px;
	height: 32px;
	padding: 5px 0 0 45px;
	margin: 10px 0 0 10px;
	font-weight: normal
}
.catalogue {
	background: url(../images/cat.png) no-repeat 0 0 !important
}
.call {
	background: url(../images/call.png) no-repeat 0 0 !important
}
.social_resp {
	background: url(../images/social.png) no-repeat 0 0 !important
}
.store_locator p {
	float: left;
	width: 204px;
	margin: 4px 0 0 10px;
	font-size: 12px;
	line-height:16px;
	font-family: 'Open Sans', sans-serif;
	color: #7b7676
}
.more {
	float: left;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #f58322;
	width: 167px;
	margin: 10px 0 0 10px
}
.more a {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #f58322;
	text-decoration: none
}
.more a:hover {
	color: #d90a8c
}
.company {
	float: left;
	width: 150px;
	margin: 26px 0 0;
	padding: 0 20px 0 0;
	border-right: 2px solid #918f90;
	height: 164px
}
.company h2 {
	font-size: 16px;
	font-family: 'Droid Sans', sans-serif;
	color: #010101;
	width: 141px;
	float: left;
	margin:0 0 0 20px
}
.company ul {
	margin: 14px 0 0 21px;
	float: left;
}
.company ul li {

	font-size: 10px;
	line-height:13px;
	font-family: 'Open Sans', sans-serif;
	list-style: none
}
.company ul li a {
	text-decoration: none;
	color: #9d9999
}
.company ul li a:hover {
	text-decoration: none;
	color: #000;
}
.establishment {
	width: 135px !important;
	padding: 0 !important
}
.footer {
	width: 1000px;
	float: right;
	margin: 10px 0 0 0;
	padding: 4px 10px 0 0;
	background: #ec9c00;
	color: #fff;
	font-size: 11px;
	line-height:16px;
	font-family: 'Open Sans', sans-serif;
	text-align: right
}
.borderN {
	border-right: none !important
}
.right_contain1 {
	width: 667px;
	float: left
}
.footer_top {
	width: 1000px;
	float: left
}

/*------about starts here-------*/
.margT50{
	margin-top:50px !important}
.abt_img{
	border:1px solid #333;
	float:left;
	margin:0 10px 0 0}
.contact_input{
	width:610px;
	padding:7px;
	background:#e2dddd;
	margin:0 0 10px 25px;
	border:1px solid #231f20;
	-webkit-border-radius: 5px;
border-radius: 5px;
font:14px 'Myriad Pro', Tahoma }
 .button1{
	 font:'Myriad Pro', Tahoma;
	 border:none;
	 float:right;
	 -webkit-border-radius: 6px;
border-radius: 6px; 
	 margin:0 10px 0 0;
	 color:#FFF;
	 width:101px;
	 padding:10px 0;
	 background:#666; /* Old browsers */
 }	 
.des{
	float:left;
	font-family: "Myriad Pro", sans-serif;
	font-size:14px;
	color:#000000;
	padding:0 0 10px;
	border-bottom:1px solid #333}
.margL10{
	margin:15px 0 0 20px}
.table_con{
	float:left;
	font-family: 'Droid Sans', sans-serif;
	font-size:14px;
	color:#000000;
	padding:5px 0 0}
.table_con h2{
	float: left;
    font-family: 'Droid Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    margin: 10px 0 10px 20px;
    width: 135px;
	}
.table_con ul {
	margin: 14px 0 0 21px;
	
}
.table_con ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    list-style: none outside none;
	margin:0 0 6px
}
.table_con ul li a {
	text-decoration: none;
	color: #000
}
	

.bredcum {
    background: url("../images/bg.png") no-repeat scroll 0 19px transparent;
    float: left;
    height: 26px;
    padding: 5px 0 5px 10px;
    width: 649px;
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
}	
.bredcum a{
	text-decoration:none;
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	color:#C0C}	
.shadow{
	float:left;
	margin:20px 0 0;
	width:120px}
.margT50{
	margin:90px 0 0 !important}
.left_contain{
	float:left;
	
	width:330px;
	margin:0 0 0px 20px}

.right_part{
	float:left;
	width:410px;
	}
.right_part h2{
	float:left;
	width:410px;
	font-weight:normal;
	font:27px 'Droid Sans', sans-serif;}
.pinkC{
	color:#111;
	float:left}
.right_part p{
	float:left;
	width:410px;
	font:14px "Myriad Pro", Tahoma}
a.button_add{
	float:left;
	width:86px;
	margin:10px 0 0 20px;
	
	background-color:#555;
	background-image:url(../images/shop_1.png);
	background-repeat:no-repeat;
	border-radius:5px;
	padding:10px 0 10px 50px;
	color:#FFF;
	font:14px Tahoma, Geneva, sans-serif;
	background-position:10px 10px;
	text-decoration:none;}

#map-container {
	float: left;
	width: 750px
}
#map
{
	float:left;
	width:720px;
	height:500px;
	margin-left:20px;
	margin-top:10px;
}
.gallery
{
	float:left;
	margin:0 3px 10px 35px;
	width:200px;
-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
}

.gallery:hover
{
	position:relative;
	z-index:100000;
	-moz-transform: scale(1.2) ;
		-webkit-transform: scale(1.2) ;
        -o-transform: scale(1.2) ;
        -ms-transform: scale(1.2) ;
        transform: scale(1.2) ;
}
		
a.gallery
{
	text-decoration:none;
	color:#FFF;
}
.gallery img
{
	width:200px;
	
	border:none;
}
.product-name
{
	float:left;
	width:164px;
	padding-right:10px;
	background-color:#666;
	color:#FFF;
	font-family:'Source Sans Pro', sans-serif;
	font-size:16px;
	line-height:22px;
	text-align:right;
}
.gallery2
{
	float:left;
	margin:0 0px 10px 11px;
	border:1px solid #cccccc;
	width:174px;
-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
}
.gallery2:hover
{
	position:relative;
	z-index:100000;
	-moz-transform: scale(1.2) translateX(-10px) ;
		-webkit-transform: scale(1.2) translateX(-10px);
        -o-transform: scale(1.2) translateX(-10px);
        -ms-transform: scale(1.2) translateX(-10px);
        transform: scale(1.2) translateX(-10px);
}
		
a.gallery2
{
	text-decoration:none;
	color:#FFF;
}
.gallery2 img
{
	width:174px;
	
	border:none;
}
.product-name2
{
	float:left;
	width:164px;
	padding-right:10px;
	background-color:#666;
	color:#FFF;
	font-family:'Source Sans Pro', sans-serif;
	font-size:16px;
	line-height:22px;
	text-align:right;
}
.related-pro
{
	float:left;
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	width:708px;
	margin:10px 10px 0px 10px;
	background-color: rgba(255,255,255,0.8);
	-webkit-transition: all 0.1 ease-in-out;
		-moz-transition: all 0.1 ease-in-out;
        -ms-transition: all 0.1 ease-in-out;
        -o-transition: all 0.1 ease-in-out;
		transition: all 0.1 ease-in-out;
}
.related-pro-box:hover
{
	-moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
		-webkit-transform-style: preserve-3d;
}
.related-pro h2
{
	font-size:18px;
	line-height:26px;
	font-weight:400;
	color:#000;
	width:100%;
	margin-top:5px; 
}
.related-pro-box
{
	float:left;
	width:90px;
	padding:0 7px;
	margin:7px;-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		-webkit-transform-style: preserve-3d;
}
.related-pro-box img
{
	width:90px;
	height:90px;
}
.related-pro-box h3
{
	font-size:12px; line-height:18px; color:#000; width:90px; text-align:center;
}
.select-product
{
	width:100px;
	padding:5px 0;
	outline:none;
	border:none;
	background:#fff; color:#666;
}
.product-selection
{
	float:left; width:710px; margin:10px 0 10px 20px;
}
.color-box
{
	float:left;
	width:42px;
		margin-right:10px;
}
.color-patch
{
	float:left;
	width:38px;
	height:40px;
	margin:2px;
}

.color-name
{
	float:left;
	font:12px 'Droid Sans', sans-serif;
	color:#000;
	width:38px;
	line-height:14px;
text-align:center;
margin:2px;
margin-top:0px;

}
.color-box:hover, .selected
{
	background-color:#666;cursor:pointer;
}
.color-box:hover > .color-name, .selected > .color-name
{
	color:#fff;
	
}
.login_contain
{
	float:left;
	width:1000px;
	font-family: 'Source Sans Pro';
	overflow:hidden;margin:30px 0 0 0;
}
.login_panels{
	
	width:430px;
	float:right;
	margin-left:10px;
	overflow:hidden;}
.login_circle {
 width: 87px;
 height: 87px;
 background: #ffffff;
 -moz-border-radius: 90px;
 -webkit-border-radius: 90px;
 border-radius: 90px;
 border:3px solid #af1a1b;
 padding:15px;
 float:left;
}
.login_heading{
	float:left;
		font-family: 'Source Sans Pro';
font-size:22px;
	color:#FFF;
	padding:10px;
	
	width:296px;
	background: rgb(162,16,17); /* Old browsers */
background: -moz-linear-gradient(top, rgba(162,16,17,1) 0%, rgba(204,47,48,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(162,16,17,1)), color-stop(100%,rgba(204,47,48,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(162,16,17,1) 0%,rgba(204,47,48,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(162,16,17,1) 0%,rgba(204,47,48,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(162,16,17,1) 0%,rgba(204,47,48,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(162,16,17,1) 0%,rgba(204,47,48,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a21011', endColorstr='#cc2f30',GradientType=0 ); /* IE6-9 */
}

.login_form{	
	float:left;
	padding:9px;
	width:292px;
	border:3px solid #900;background:white;
	border-top:none;
	
}
.login_form form
{
 width:295px;
 margin:0 auto;
 overflow:hidden;
}
.login_name{
	float:left;
	margin:0 10px 0 0;
	width:70px;
	font:15px;
	line-height:28px;
	color:#000000}
	
.login_form input[type=text], .login_form input[type=password]{
	width:200px;
	float:left;
	border:1px solid #868686;
	padding:5px 5px;
	outline:none;
	}
.forgot{
	float:left;
	margin:16px;
	font:12px Arial, Helvetica, sans-serif;
	color:#000}
.forgot a{
	text-decoration:none;
	color:#000}
.log10{
	margin:5px 0 0 4px !important}
.button_login{
	text-decoration:none;
	float:right;
	margin:8px 4px 0 0;
	width:80px;
	color:#FFF;
	padding:10px 10px;
	border:none;
	background: rgb(219,46,46); /* Old browsers */
background: -moz-linear-gradient(top, rgba(219,46,46,1) 0%, rgba(155,18,48,1) 45%, rgba(214,27,30,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,46,46,1)), color-stop(45%,rgba(155,18,48,1)), color-stop(100%,rgba(214,27,30,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(219,46,46,1) 0%,rgba(155,18,48,1) 45%,rgba(214,27,30,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(219,46,46,1) 0%,rgba(155,18,48,1) 45%,rgba(214,27,30,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(219,46,46,1) 0%,rgba(155,18,48,1) 45%,rgba(214,27,30,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(219,46,46,1) 0%,rgba(155,18,48,1) 45%,rgba(214,27,30,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2e2e', endColorstr='#d61b1e',GradientType=0 ); /* IE6-9 */
font:12px Arial, Helvetica, sans-serif;
text-align:center}

.button_login:hover
{ 
	background:#a41112;
	-webkit-animation-name: glow2;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;	
	
	-moz-animation-name: glow1;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-animation-timing-function: ease-in-out;
	
	-ms-animation-name: glow1;
	-ms-animation-duration: 1s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-direction: alternate;
	-ms-animation-timing-function: ease-in-out;	
}

	
.fs10{
	font-size:14px !important;
	line-height:20px;}

.margT10{
	margin:10px}
	
.MargT190{
	margin:60px 0 0 !important}	
.employeeleft
{
	float:left;
	width:500px;
}
.employeeleft h2
{
	float: left;
	width: 100%;
font-size: 24px;
font-family: 'Source Sans Pro';
color: #000;
font-weight: 300;
text-align:center
}
.employeeleft h3
{
	float: left;
	width: 100%;
	font-size: 18px;
	font-family: 'Source Sans Pro';
	color: #000;
	margin: 10px 0 0 0;
	font-weight: 300;
	text-align:center
}
.employeeleft a
{
	float: left;
	width: 50%;
	font-size: 16px;
	font-family: 'Open Sans';
	color: #000;
	margin: 5px 0;
	text-align:center;
}
.employeeleft p
{
	float: left;
	width: 100%;
	font-size: 14px;
	font-family: 'Open Sans';
	color: #000;
	margin: 5px 0;
	text-align:center
}