@import url(http://fonts.googleapis.com/css?family=PT+Sans);

.body
{
	margin:0px;
	padding:0px;
}
#wrapper
{
	max-width:100%;
	margin:0 auto;
}
#header
{
	max-width:100%;
	background-image:url(../images/header-bg.jpg);
	height:44px;
}
.head
{
	max-width:969px;
	margin:0 auto;
}
img
{
	max-width:100%;
	height:auto;
}
.font-1
{
	font-family: 'PT Sans', sans-serif;
	font-size:20px;
	color:#000000;
	font-weight:bold;
}
.font-2
{
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	color:#000000;

}
.second
{
margin-top:-60px;
}
.fimg
{
	
}
.font-2 a:hover
{
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	color:#e77914;
	text-decoration:none;
	transition-duration:800ms;

}
#banner
{
width:100%;
margin:0 auto;
}
#content
{
	max-width:1089px;
	margin:0 auto;
}
.title-font
{
	font-family: 'PT Sans', sans-serif;
	font-size:30px;
	color:#09b2f3;

}
.title-font1
{
	font-family: 'PT Sans', sans-serif;
	font-size:45px;
	color:#09b2f3;
	font-weight:bold;

}
.common-font
{
	font-family: 'PT Sans', sans-serif;
	font-size:15px;
	color:#000000;
	font-weight:normal;
	text-transform:capitalize;
	line-height: 24px;
}
.product-fonts
{
	font-family: 'PT Sans', sans-serif;
	font-size:24px;
	color:#000000;
	font-weight:bold;
}
.product-list
{
	background-color:#ffffff; padding:5px; margin-bottom:5px; border-radius:10px; display:block; font-family: 'PT Sans', sans-serif;
	font-weight:bold;
}
#footer
{
	max-width:100%;
	margin:0 auto;
	background-color:#d1d0d0;
}
.footer-content
{
	max-width:1100px;
	margin:0 auto;
	}
.footer-fonts
{
	font-family: 'PT Sans', sans-serif;
	font-size:25px;
	color:#000000;
	font-weight:bold;
}
.footer-common
{
	font-family: 'PT Sans', sans-serif;
	font-size:15px;
	color:#6d6d6d;
	
}
#copyright
{
	max-width:100%;
	margin:0 auto;
	background-color:#388aab;
}
.copy-font
{
	font-family: 'PT Sans', sans-serif;
	font-size:15px;
	color:#ffffff;
	
}
.footer-line
{
	background-color:#14555b;
	height:8px;
}
.admin-width
{
	width:260px;
	margin-left:15px;
}

@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
.admin-width
{
	width:300px;
	margin-left:15px;
}

}
