body
{
	background-color:#fff;
	padding:0px;
	margin:0px;
	color:#2d2d2d;
	font-family:Verdana, Geneva, sans-serif;
}
p{padding:0px; margin:0px;}
#clr{clear:both}
/**Top Head
************/
#top-head
{
	width:1000px;
	height:26px;
	margin:0 auto;
	margin-top:10px;
	padding-top:5px;
	background-image:url(../images/top-head-bg.jpg);
	background-repeat:no-repeat;
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	font-size:14px;
	text-align:center;
}
/*Navigation
****************/
#menu
{
	width:1024px;
	height:31px;
	margin:0 auto;
	margin-top:10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1da36+49,fefcea+100,ffffff+100,ffffff+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left, #ffffff 0%, #f1da36 49%, #fefcea 100%, #ffffff 100%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ffffff 0%,#f1da36 49%,#fefcea 100%,#ffffff 100%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ffffff 0%,#f1da36 49%,#fefcea 100%,#ffffff 100%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
#menuul
{
	position:relative;
	display:inline-table;
}
#menuul
{
	list-style-type:none;
	width:1024px;
	height:31px;
	padding:0px;
	margin:0px;
}
#menuul a
{
	text-decoration:none;
	width:auto;
	height:31px;
	padding-left:45px;
	padding-right:45px;
	line-height:31px;
	display:block;
	float:left;
	text-align:center;
	color:#000;
	font-weight:bold;
	font-size:13px;
}
#menuul a:hover
{
	color:red;
}
#menuul ul
{
	display:none;
	list-style-type:none;
	position:absolute;
	top:100%;
	float:none;
	padding:0px;
	margin:0px;
	background-color:#000;
	left:250px;
	width:170px;
}
#menuul ul li
{
	float:none;
	background-color:#000;
}
#menuul ul li a
{
	padding:2px 10px;
	height:40px;
	width:150px;
	display:block;
	line-height:20px;
}
#menuul a:last-child {
    padding-left: 66px;
}
#menuul li:hover > ul
{
	display:block;
}
/**Banner Area
***************/
#banner-bg
{
	width:1000px;
	height:400px;
	margin:0 auto;
	margin-top:10px;
	background-image:url(../images/banner-bg.jpg);
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	color:#fff;
}
#banner-left
{
	width:254px;
	height:auto;
	float:left;
}
.order-now
{
	width:180px;
	height:47px;
	background-image:url(../images/order-now-bt.png);
	display:block;
	border:0px;
	margin-left:35px;
}
.order-now:hover
{
	background-image:url(../images/order-now-bt-hover.png);
}
#banner-right
{
	width:430px;
	height:auto;
	float:left;
	padding-top:25px;
	margin-left:20px;
}
#banner-right a
{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
#banner-right a:hover
{
	text-decoration:underline;
}
/*Cont Area
***************/
#cont-bg
{
	width:1000px;
	height:auto;
	margin:0 auto;
}
#left-cont
{
	width:601px;
	height:auto;
	float:left;
	font-size:13px;
}
#left-cont p
{
	padding-left:20px;
	padding-right:20px;
	line-height:19px;
}
#social
{
	width:641px;
	height:52px;
	float:left;
	margin-top:15px;
	background-image:url(../images/social-bg.jpg);
	padding-top:7px;
	color:#000;
	font-weight:bold;
	font-size:15px;
}
#right-cont
{
	width:332px;
	height:900px;
	background-image:url(../images/right-cont-bg1.png);
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:40px;
	float:right;
	font-size:14px;
}
#right-cont li
{
	text-align:justify;
	margin-left:-30px;
	margin-right:25px;
}
#right-cont img
{
	margin-left:-30px;
}
/*About the author
**********************/
#home-about
{
	width:940px;
	height:278px;
	margin:0 auto 75px;
	padding-top:70px;
	padding-left:30px;
	padding-right:30px;
	background-image:url(../images/home-about-bg.jpg);
	background-repeat:no-repeat;
	font-size:14px;
	color:#000;
	line-height:20px;
}