@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url(http://fonts.googleapis.com/css?family=Satisfy);
@import url(http://fonts.googleapis.com/css?family=Clicker+Script);
/* CSS Document */

body {
	background-color: #B5B5B5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana; color: #333333; font-size:12px; line-height:18px; text-align:justify;
}


#divNav{width:100%; height:35px; background-color:#023e7b; color:#FFFFFF;}

#divmain{width:1000px; margin:auto; background-color:#FFFFFF;}

.divFreenLine{background-color:#19974D; height:5px; width:100%; margin-top:-4px;}

.txtSmall{
	font-family: verdana;
	color: #353434;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
}
.linkwhite{font-family:verdana; font-size:11px; text-decoration:none; color: #860305; }

.linkwhite:hover{font-family:verdana; font-size:11px; text-decoration:underline; color: #860305; }
.headingG{
	font-family: 'Roboto', sans-serif;
	font-size: 29px;
	color: #407205;
}
.headingR{
	font-family: 'Roboto', sans-serif;
	font-size: 29px;
	color: #9C0104;
}
#divfooter{width:1000px; margin:auto;}
.curvetxt{
	font-family: 'Satisfy', cursive;
	;
	font-size: 30px;
	color: #023E7C;
}

.curvetxt1{
	font-family: 'Clicker Script', cursive;
	;
	font-size: 30px;
	color: #363636;
}
.dashline{border-bottom:1px dashed #B9B9B9; width:100#; height:1px; margin-top:5px;}
.heading_sub{
	font-family: abel;
	background-image: url(images/bullet.jpg);
	font-size: 18px;
	color: #02408A;
	padding-left: 18px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	vertical-align: top;
	background-position: 0% 50%;
}

.Hline{
	border-bottom: 1px solid #d0d0d0;
width:100#; 	height: 1px;
	margin-top: 5px;
}

.divLogo{border:2px solid #DFDFDF; border-radius:5%; padding:10px; margin:auto; width:160px; height:80px;}

.divLogo:hover{border:2px solid #ccc;}

.floatL{float:left; margin-left:8px; margin-top:6px;}

.divproduct{
	width: 220px;
	height:400px;
	border: 1px solid #DBDADA;
	padding: 5px;
	float: left;
	-webkit-transition: all .5s ease-in .2s;
	-o-transition: all .5s ease-in .2s;
	transition: all .5s ease-in .2s;
	overflow:hidden;
	margin:5px;
}

.txtWhite{font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; font-size:20px; color:#fff;}
/*.divproduct:hover {
	height: 350px;
	position:relative;
}*/

.Vline{background-color:#CCCBCB; width:1px; height:150px; margin:5px;}
