@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WebSymbolsRegular';
	src: url('websymbols/websymbols-regular-webfont.eot');
    src: url('websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('websymbols/websymbols-regular-webfont.woff') format('woff'),
         url('websymbols/websymbols-regular-webfont.ttf') format('truetype'),
         url('websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background: no-scroll white;
    color: white;
    font-family: 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
    font-size: 11px;
    line-height: 13px;
	margin: 0;
	max-height: 800px;
}
p {
	text-align: justify;
	margin: 0 0 10px 0;
}

a img{
	text-decoration: none;
	border:none;
}

strong {
	font-weight : 700;
}

#wrapper {
	background : #b22024;
	width: 768px;
	margin: 0 auto;
	height: 800px;
	box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.25);
}

/* ----------- HEADER --------- */

#header {
	height: 457px;
	margin: 0 auto;
	width: 768px;
}

.theme-default #slider {
    margin:0 auto 0 auto;
    width:768px; /* Make sure your images are the same size */
    height:457px; /* Make sure your images are the same size */
}

.theme-default #slidercontent {
    margin:0 auto 0 auto;
    width:768px; /* Make sure your images are the same size */
    height:163px; /* Make sure your images are the same size */
}

.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}

/* ----------- MENU ------------*/

.menubar{
    height: 68px;
	width: 420px;
	margin: -78px 0 0 -10px;
	position: absolute;
	z-index: 20;
}
.menubar li{
    width: 53px;
    height: 68px;
    overflow: hidden;
    position: relative;
    float:left;
    background: transparent;
    margin-right: 13px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.menubar li:last-child{
    margin-right: 0px;
}
.menubar li a{
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    color: #b93337;
    position: relative;
	text-decoration: none;
	text-transform: capitalize;
}
.menu-icon{
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(189, 32, 37);
	/* RGBa with 0.6 opacity */
	background: rgba(189, 32, 37, 0.75); 
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#75bd2025, endColorstr=#75bd2025);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#75bd2025, endColorstr=#75bd2025)";
    font-family: 'Trebuchet MS';
    font-size: 42px;
    color: #fff;
    text-shadow: 0px 0px 1px #333;
    line-height: 53px;
    position: absolute;
    width: 53px;
    height: 53px;
    left: 0px;
    top: 0px;
    text-align: center;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.menu-content{
    position: relative;
    left: 0px;
    width: 100%;
    height: 15px;
    top: 75%;
}
.menu-main{
    font-size: 8px;
	font-family: 'helvetica';
    opacity: 1;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.menu-sub{
    text-align:center;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    width: 100%; 
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.menubar li:hover{
    background-color: transparent;
}
.menubar li:hover .menu-icon{
    color: #fff;
	font-size: 80px;
	line-height: 53px;
	top:0;
	left:0;
    -webkit-animation: moveFromBottom 300ms ease;
    -moz-animation: moveFromBottom 300ms ease;
    -ms-animation: moveFromBottom 300ms ease;
}
.menubar li:hover .menu-main{
    color: #fff;
	font-weight: bold;
    -webkit-animation: smallToBig 300ms ease;
    -moz-animation: smallToBig 300ms ease;
    -ms-animation: smallToBig 300ms ease;
}
@-webkit-keyframes smallToBig{
    from {
        -webkit-transform: scale(0.1);
    }
    to {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes smallToBig{
    from {
        -moz-transform: scale(0.1);
    }
    to {
        -moz-transform: scale(1);
    }
}
@-ms-keyframes smallToBig{
    from {
        -ms-transform: scale(0.1);
    }
    to {
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}


/* ----------- CONTENT ---------*/

#container {
	height : 313px;
	margin: 0 auto;
	width: 768px;
}

.container_content {
	margin: 63px 30px 0 40px;
	width: 698px;
	height: 225px;
	display: inline-block;
}



.logo {
	margin: 25px 0 0 0;
	width: 180px;
	display: inline-block;
	vertical-align: top;
}

.logo-title {
	margin: 25px 0 20px 10px;
	height : 180px;
	width: 226px;
	display: inline-block;

}

.path {
	margin: 0 0 0 25px;
	height : 225px;
	width: 15px;
	display: inline-block;
}
div#product-slide {
	width: 458px;
	height: 225px;
	margin: 0 0 0 12px;
	display: inline-block;
}
.product {
	margin:	0 0 0 18px;
	width : 248px;
	height : 225px;
	display: inline-block;
	float: right;
}

.products_menu {
	margin: 0;
	display : inline-block;
	padding: 0;
}

.products_menu li {
	margin : 0 0 2px 0;
	list-style: none;
}

.products_menu_kecil {
	margin: 0;
	display : inline-block;
	padding: 0;
	height: 25px;
}

.products_menu_kecil li {
	list-style: none;
	display: inline;
	font-size: 7px;
}

.prodlist-title {
	margin: 0 0 0 3px;
	height : 25px;
	display: inline-block;
	float: left;
}


.contents {
	margin: 0;
	height: 225px;
	width: 428px;
	display: inline-block;
	position: absolute;
	padding: 0 15px 0 10px; 
}

.contents_title {
	margin: 4px 0 9px 0;
	width: 100%;
	height : 25px;
	display: inline-block;
	float: left;
	
}

.products_title {
	margin: -4px 0 9px 13px;
	width: 100%;
	height : 25px;
	display: inline-block;
	float: left;
	
}



.contents_content {
	padding: 0 5px 10px 0;
	width: 100%;
	height: 180px;
	color: white;
	text-align: top;
}

.contents-image {
	height: 180px;
	width: 140px;
	display: inline-block;
	margin: 0;
	vertical-align: top;
	
}

.panel, .panel_products {
	width: 462px;
	height: 225px;
    overflow-y: auto;
    overflow-x: hidden;
    margin:0  0 0 20px;
    position: absolute;
    background: #b22024;
    z-index: 2;
	opacity: 0;
	display: inline-block;
	-webkit-transition: opacity .6s ease-in-out;
	-moz-transition: opacity .6s ease-in-out;
	-o-transition: opacity .6s ease-in-out;
	-ms-transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;
}
.panel_home {
	width: 458px;
	height: 225px;
    overflow-y: auto;
    overflow-x: hidden;
    margin:0  0 0 20px;
    position: absolute;
    background: #b22024;
    z-index: 1;
	opacity: 1;
	display: inline-block;
	-webkit-transition: opacity .6s ease-in-out;
	-moz-transition: opacity .6s ease-in-out;
	-o-transition: opacity .6s ease-in-out;
	-ms-transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;
}
.panel_contact{
	width: 458px;
	height: 261px;
    overflow-y: auto;
    overflow-x: hidden;
    margin:-35px  0 0 20px;
    position: absolute;
    background: #b22024;
    z-index: 3;
	opacity: 1;
	display: inline-block;
	-webkit-transition: opacity .6s ease-in-out;
	-moz-transition: opacity .6s ease-in-out;
	-o-transition: opacity .6s ease-in-out;
	-ms-transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;
}

.panel_contact:target{
    margin:-35px 0 0 20px;
    background-color: #b22024;
	opacity: 1;
}


.panel:target{
    margin:0 0 0 20px;
    background-color: #b22024;
	opacity: 1;
}


.panel_products:target{
    margin:0 0 0 20px;
    background-color: #b22024;
	opacity: 1;
	z-index: 99;
}

.news-text {
	width: 306px;
	display: inline-block;
	margin: 0 0 0 5px;
	height: 180px;
	padding: 0;
	position: absolute;
	
}
.container_social {
	width: 192px;
	height: 20px;
	display: inline-block;
	float: right;
	font: 300 9px/14px helvetica, san-serif;
	color: white;
}

.container_social ul {
	clear: both;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.container_social ul li {
	float: right;
	padding: 0;
	margin: 0 2px;
	list-style: none;
}
.container_social a {
	padding: 0px;
	display: block;
	border: none;
}
	
/* ----------- FOOTER ----------*/

#footer {
	height : 25px;
	margin : 0 auto;
	width: 768px;
}	

.copyright {
	margin: auto 30px;
	font: 300 9px/12px Helvetica, san-serif;
	color: white;
}

/*----------- CONTACT US ---------- */

.contact-form {
	margin: -5px 0 0 0;
	width: 225px;
	height: 180px;
	display: inline-block;
	font-size: 11px;
}

.contact_title {
	margin: 4px 0 0 0;
	width: 100%;
	height : 25px;
	display: inline-block;
	float: left;
	
}
.contact-text {
	margin: 20px 0 0 30px;
	width: 173px;
	height : 210px;
	display: inline-block;
	float: right;
}
form {
    padding-top: 15px;
}
.txtinput {
    background-color: white;
    background-image: url("img/bg_txtinput.gif");
    border: medium none;
    color: #603913;
    display: block;
    float: left;
    font-size: 13px;
    height: 30px;
    margin-bottom: 7px;
    opacity: 0.9;
    outline: medium none;
    padding: 2px 4px 0;
    width: 225px;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
	vertical-align: middle;
}
.error {
    background-image: url("img/bg_txtinput_error.gif");
}
.txtinput:active, .txtinput:focus {
    background-image: url("img/bg_txtinput_active.gif");
    color: black;
}
.txtarea {
    background-color: white;
    background-image: url("img/bg_txtarea.gif");
    border: medium none;
    color: #603913;
    display: block;
    float: left;
    font-family: "Verdana","Arial","sans-serif";
    font-size: 13px;
    height: 60px;
    margin-bottom: 5px;
    opacity: 0.9;
    outline: medium none;
    padding: 2px 4px;
    resize: none;
    width: 225px;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}
.txtarea:active, .txtarea:focus {
    background-image: url("img/bg_txtarea_active.gif");
    color: black;
}
.txtareaerror {
    background-color: transparent;
    background-image: url("img/bg_txtarea_error.gif");
    border: medium none;
    color: #603913;
    display: block;
    float: left;
    font-family: "Verdana","Arial","sans-serif";
    font-size: 12px;
    height: 100px;
    margin-bottom: 5px;
    opacity: 0.9;
    outline: medium none;
    padding: 2px 4px;
    resize: none;
    width: 200px;
}
.txtareaerror:active, .txtareaerror:focus {
    background-image: url("img/bg_txtarea_active.gif");
    color: black;
}
label {
    display: block;
    float: left;
    margin-bottom: 2px;
    width: 225px;
}
.submit {
    background: url("../images/submit.png")no-repeat transparent;
    border: medium none;
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    margin-right: 0;
    margin-top: 4px;
    /*text-indent: -1500%;*/
    width: 80px;
	font-size: 12px;
	font-weight: bold;
	color: #b22024;
	font-family: helvetica;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.submit:active, .submit:hover, .submit:focus {
    background-position: 0 -21px ;
}


/* ------ khusus buat product slideshow ------- */

div.content {
	display: none;
	float: left;
	width: 186px; 
	margin: 0;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: white;
	
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 186px;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 186px;
	height: 186px; 
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 186px;
	height: 186px; 
	line-height: 186px; 
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: top;
	border: 1px solid #ccc;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 20px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 186px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 0 3px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {

}

#thumbs {
	height: 225px;
	width: 248x;
	display: inline-block;
}


ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li, ul.kosong li {
	float: right;
	padding: 0;
	margin: 0 2px 3px 0;
	list-style: none;
}
a.thumb {
	padding: 0;
	display: block;
	border: 2px solid #ccc;
}

a.kosong {
	padding: 0;
	display: block;
	border: 2px solid #b12025;
}

ul.thumbs li.selected {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img, ul.kosong img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	font-size: 10px;
	font-family: 'Arial Narrow', Verdana, sans-serif;
	color: white;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
	color:white;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 0 4px;
	border: 0px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #8f1417;
	border-color: #red;
	color: #fff;
}

/* ----------------------------------------------------*/

.lb-overlay{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: center;
	background: rgb(241,210,194);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(241,210,194,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
}
.lb-overlay > div{
	position: relative;
	color: rgba(27,54,81,0.8);
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	width: 400px;
	margin: 10px auto 0px auto;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	-webkit-transition: opacity 0.3s linear 1.3s;
	-moz-transition: opacity 0.3s linear 1.3s;
	-o-transition: opacity 0.3s linear 1.3s;
	-ms-transition: opacity 0.3s linear 1.3s;
	transition: opacity 0.3s linear 1.3s;
}
.lb-overlay div h3,
.lb-overlay div p{
	padding: 0px 10px;
	width: 350px;
	height: 60px;
}
.lb-overlay div h3{
	font-size: 24px;
	text-align: center;
}
.lb-overlay div h3 span,
.lb-overlay div p{
	font-size: 16px;
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-style: italic;
}
.lb-overlay div h3 span{
	display: block;
	line-height: 35px;
}
.lb-overlay div p{
	text-align: left;
	float: left;
	width: 260px;
	padding: 6px 0 0 10px;
}
.lb-overlay a.lb-close{
	background: rgba(27,54,81,0.8);
	z-index: 1001;
	color: #fff;
	position: absolute;
	top: 43px;
	left: 50%;
	font-size: 15px;
	line-height: 26px;
	text-align: center;
	width: 50px;
	height: 23px;
	overflow: hidden;
	margin-left: -25px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-webkit-transition: opacity 0.3s linear 1.2s;
	-moz-transition: opacity 0.3s linear 1.2s;
	-o-transition: opacity 0.3s linear 1.2s;
	-ms-transition: opacity 0.3s linear 1.2s;
	transition: opacity 0.3s linear 1.2s;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
}
.lb-overlay img{
	/* height: 100%; For Opera max-height does not seem to work */
	max-height: 100%;
	position: relative;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
}
.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 80px 100px 120px 100px;
}
.lb-overlay:target img {
	-webkit-animation: scaleDown 1.2s ease-in-out;
	-moz-animation: scaleDown 1.2s ease-in-out;
	-o-animation: scaleDown 1.2s ease-in-out;
	-ms-animation: scaleDown 1.2s ease-in-out;
	animation: scaleDown 1.2s ease-in-out;
}
.lb-overlay:target a.lb-close,
.lb-overlay:target > div{
	opacity: 60;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
	
}
@-webkit-keyframes scaleDown {
  0% { -webkit-transform: scale(10,10); opacity: 0; }
  100% { -webkit-transform: scale(1,1); opacity: 1; }
}
@-moz-keyframes scaleDown {
  0% { -moz-transform: scale(10,10); opacity: 0; }
  100% { -moz-transform: scale(1,1); opacity: 1; }
}
@-o-keyframes scaleDown {
  0% { -o-transform: scale(10,10); opacity: 0; }
  100% { -o-transform: scale(1,1); opacity: 1; }
}
@-ms-keyframes scaleDown {
  0% { -ms-transform: scale(10,10); opacity: 0; }
  100% { -ms-transform: scale(1,1); opacity: 1; }
}
@keyframes scaleDown {
  0% { transform: scale(10,10); opacity: 0; }
  100% { transform: scale(1,1); opacity: 1; }
}
/* 
	100% Height for Opera as the max-height seems to be ignored, not optimal for large screens 
	http://bricss.net/post/11230266445/css-hack-to-target-opera 
*/
x:-o-prefocus, .lb-overlay img {
    height: 100%;
}

/* ------------------- product menu -------------------------------*/

.ca-menu{
    padding: 0;
    margin: 5px auto;
    width: 362px;
}
.ca-menu li{
    width: 362px;
    height: 35px;
    overflow: hidden;
    display: block;
    background: #bc2024;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin-bottom: 4px;
    border-right: 8px solid #fff;
	border-bottom: 1px dashed #FFFFFF;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.ca-menu li:last-child{
    margin-bottom: 0px;
}
.ca-menu li a{
    text-align: left;
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    position:relative;
}
.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 12px;
    text-shadow: 0px 0px 1px #333;
    line-height: 35px;
    position: absolute;
    width: 90px;
    left: 12px;
    text-align: left;
	color: white;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-icon img{
    position: absolute;
    left: -58px;
	z-index: 9;
	opacity: 0;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
.ca-content{
    position: absolute;
    width: 362px;
    height: 35px;
	text-align: right;
}

.ca-content span {
	font: 300 12px/35px arial, sans-serif;
}

.ca-main{
    font-size: 13px;
	color: white;
	padding: 10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-sub{
    font-size: 14px;
    color: #666;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.ca-menu li:hover{
    border-color: #bc2024;
    background: #eb9b9d;
}
.ca-menu li:hover .ca-icon{
    color: #bc2024;
    text-shadow: 0px 0px 1px #fff004;
    font-size: 70px;
	top: -4px;
}
.ca-menu li:hover .ca-icon img{
	opacity: 1;
	top:4px;
	left:-12px
}
.ca-menu li:hover .ca-main{
    color: #bc2024;
    font-size: 16px;
	text-shadow: 0px 0px 1px #ccc;
}
.ca-menu li:hover .ca-sub{
    color: #fff;
    font-size: 30px;
}