*{margin:0; padding:0;}
.img{border:none;}
.content {
 font-family:Arial, Verdana, Helvetica, sans-serif;
 font-size:12px;
 color:#666;
 padding:10px;
 text-align:justify;
 line-height:18px;
} 


.prop-name {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
 font-weight:bold;
 color:#FF0000;
 padding-left:5px;
}


.prop-details {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#000;
 padding-left:5px;
} 

.view-details {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
 color:#000;
}

.foot-links {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
 color:#fff;
 padding-left:5px;
 font-weight:bold;
} 

.title {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:18px;
 color:#006600;
 padding-left:5px;
 font-weight:bold;
} 

.title-r {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:18px;
 color:#FF0000;
 padding-left:5px;
 font-weight:bold;
} 

.properties-name {
 font-family:"Century Gothic", Arial, Verdana, sans-serif;
 font-size:20px;
 font-weight:bold;
 color:#fff;
 font-style:italic;
 padding-left:10px;
} 

.properties-links {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
 font-weight:bold;
 color:#fff;
 font-style:italic;
} 

.properties-subname {
 font-family:"Century Gothic", Arial, Verdana, sans-serif;
 font-size:25px;
 font-weight:bold;
 color:#006600;
 padding-left:10px;
} 

.properties-subname1 {
 font-family:"Century Gothic", Arial, Verdana, sans-serif;
 font-size:75px;
 font-weight:bold;
 color:#006600;
 padding-left:10px;
} 

.content-pro {
 font-family:Arial, Verdana, Helvetica, sans-serif;
 font-size:12px;
 color:#333;
 text-align:justify;
 line-height:25px;
} 

.spec-title {
 font-family:Arial, Verdana, Helvetica, sans-serif;
 font-size:12px;
 color:#006600;
 font-weight:bold;
 line-height:20px;
} 

.content-pro1 {
 font-family:Arial, Verdana, Helvetica, sans-serif;
 font-size:12px;
 color:#666;
 line-height:18px;
 padding-left:10px;
} 

.form {
 height:30px;
 width:250px;
 padding-left:10px;
 box-shadow: 1px 1px 2px #ccc;
}

.message{
 padding-left:10px;
 box-shadow: 1px 1px 2px #ccc;
}


ul{
margin:0;
padding:0;
height:50px;
}

li{
display:inline;
list-type:none;
}

a.glidebutton{
display: inline-block;
position: relative;
color: #FFFFFF; /* default color */
font:15px "Century Gothic", verdana, arial;
overflow: hidden;
height:50px; /* height of each button */
text-align: center;
text-transform:uppercase;
-moz-transition: all 0.3s ease-in-out; /* Enable CSS transition between property changes */
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

a.glidebutton > span:first-child{ /* first span inside button */
position: relative;
display: block;
height:50px;
padding: 15px; /* padding of button */
-moz-box-sizing: border-box;
box-sizing: border-box;
-moz-transition: all 0.3s ease-in-out; /* Enable CSS transition between property changes */
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

a.glidebutton > span:first-child:after{ /* CSS generated content */
content: attr(data-text); /* Duplicate text of span markup */
display: block;
width: 100%;
height:40px;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: inherit;
position: absolute;
top:100%;
left:0;
}

a.glidebutton:hover{
color:#FFFFFF; /* color of button on hover */
background: #EF0022; /* bg color of button on hover */
}

a.glidebutton:hover > span:first-child{
-moz-transform: translateY(-100%);
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
} 

.product-table-border td{
	border:solid 1px #999;
}

.product-spec-title{
font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	line-height:25px;
}

.product-spec-details{
font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	padding:5px;
	line-height:25px;
}



a.glidebutton1{
display: inline-block;
position: relative;
color: #FFFFFF; /* default color */
font:12 Verdana, Geneva, sans-serif;
overflow: hidden;
height:50px; /* height of each button */
text-align: center;
-moz-transition: all 0.3s ease-in-out; /* Enable CSS transition between property changes */
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

a.glidebutton1 > span:first-child{ /* first span inside button */
position: relative;
display: block;
height:50px;
padding: 10px; /* padding of button */
-moz-box-sizing: border-box;
box-sizing: border-box;
-moz-transition: all 0.3s ease-in-out; /* Enable CSS transition between property changes */
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

a.glidebutton1 > span:first-child:after{ /* CSS generated content */
content: attr(data-text); /* Duplicate text of span markup */
display: block;
width: 100%;
height:40px;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: inherit;
position: absolute;
top:100%;
left:0;
}

a.glidebutton1:hover{
color:#FFFFFF; /* color of button on hover */
background: #EF0022; /* bg color of button on hover */
}

a.glidebutton1:hover > span:first-child{
-moz-transform: translateY(-100%);
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
} 