/*Author: Ahmed*/
/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{ 
	margin:0; 
	padding:0; 
	border:0; 
	outline:0; 
	font-size:100%; 
	vertical-align:baseline; 
}
ol,ul{ 
	list-style:none; 
}
blockquote,q{ 
	quotes:none; 
}
blockquote:before,blockquote:after,q:before,q:after{ 
	content:''; 
	content:none; 
}
:focus{ 
	outline:0; 
}
ins{ 
	text-decoration:none; 
}
del{ 
	text-decoration:line-through; 
}
table{ 
	border-collapse:collapse; 
	border-spacing:0; 
}

/*--------------- General Styles 
*/
.skiplink{ 
	display:none; 
}
a,a:visited{ 
 text-decoration:none; 
}
a:focus,a:hover{ 
	text-decoration:underline; 
}
body{ 
	background:#fff; 
	color:#000; 
	font:62.5%/1 Verdana,"Trebuchet MS",Georgia, Lucida, Arial,Helvetica, sans-serif;
	background:url(images/bgr_bodydown.jpg) repeat;
}
.hide{
     position: absolute;
     left: -9999px;
}
/*---------------------------------------page stucture----------------------------------------*/
#wraperwhole{
	background:url(images/bgr_body.jpg) repeat-x;
	width:100%
}

#wraper{
	width:950px;
	margin:0 auto;
	position:relative;
}
.clock{
	background:url(images/clockBg.jpg);
	height:57px; 
	width:57px; 
	padding:5px 11px 10px 11px;
	position:absolute;
	top:0;
	left:436px;
}
#header{
	width:950px;
	padding-bottom:11px;
}
/* headertopnav */
#headertopnav{
	width:928px;/*950*/
	height:42px;
	overflow:hidden;
	padding-left:13px;
	padding-right:9px;
}
#headertopnav span{
	display:block;
	float:left;
	line-height:30px;
	font-size:14px;
	color:#067EF9;
}
#headertopnav span small{
	color:#5B5B5B;
}
#headertopnav div{
	float:right;
	overflow:hidden;
}
#headertopnav div a{
	font-size:12px;
	color:#595959;
	line-height:30px;
	float:left;
	display:block;
}
.news{
	background:url(images/icon_news.jpg) no-repeat 0 8px;
	padding-left:22px;
	margin-right:23px;
}
.comments{
	background:url(images/icon_comments.jpg) no-repeat 0 10px;
	padding-left:27px;
}	
/* headerlogoarea */
#headerlogoarea{
	width:913px;/*950*/
	padding:0 25px 18px 12px;
	background:#fff;
	overflow:hidden;
}
#headerlogoarea h1{
	padding-top:20px;
	float:left;
}
#headerlogoarea h1 a{
	display:block;
	background:url(images/vinert_delarship.jpg) no-repeat;
	width:273px;
	height:76px;
}
#headerlogoarea .textwidget{
	float:right;
	margin-top:50px;
}
#headerbtm{
	background:url(images/bgr_headerbtm.png) no-repeat;
	width:950px;
	height:11px;
}
/*-------------------------------------------------menubar
*/
#menubar{
	width:950px;
	height:42px;
	margin-bottom:11px;
}
.menulft,
.menurgt,
.menubg{
	height:42px;
}
.menulft{
	background:url(images/bgr_menulft.png) no-repeat;
	padding-left:12px;
}
.menurgt{
	background:url(images/bgr_menurgt.png) no-repeat right top;
	padding-right:12px;
}
.menubg{
	background:url(images/bgr_menubg.png) repeat-x;
}
#menu{
	width:926px;
	overflow:hidden;
	height:42px;
}
#menu ul{
	float:left;
	height:42px;
}
#menu ul li{
	float:left;
	display:block;
	
	overflow:hidden;
}
#menu ul li a{
	text-decoration:none;
	height:27px;
	float:left;
	display:block;
	padding:7px 5px 8px 5px;
}
#menu ul li a span{
	padding:0 7px 0 12px;
	font-size:12px;
	color:#fff;
	display:block;
	float:left;	
	line-height:27px;
	cursor:pointer;
}

#menu ul li a:hover, #menu ul li.current_page_item a{background:url(images/navhoverbg.jpg) repeat-x;}

#menu form{
	float:right;
	overflow:hidden;
	width:212px;
	padding-top:9px;
}
#menu form .lftfield{
	float:left;
	background:url(images/bgr_inplft.png) no-repeat;
	width:172px;
	height:18px;
	margin-top:3px;
	border:none;
	color:#fff;
	padding:4px 4px 3px 6px;
}
#menu form .rgtfield{
	float:left;
	background:url(images/bgr_inprgt.png) no-repeat;
	width:30px;
	height:31px;
	cursor:pointer;
	border:none;
}

/*==================================drop down menu=======================*/
#menu ul li ul{
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0px;
	padding:0;
	top:223px;
	_top:40px;
	border-left:1px solid #33669B;
	border-right:1px solid #33669B;
	border-bottom:1px solid #33669B;
	background:#044384;
	clear:both;
}
#menu ul li li {
	margin: 0px;
	padding: 0px;
	float:left;
	display:block;
	position:relative!important;
	z-index:10000!important;
	border-top:1px solid #33669B;
	}
#menu ul li ul a, #menu ul li.current_page_item li a{
	width:162px;
	padding:0;
	margin:0;
	padding-left:18px;/*12*/
	background:url(images/icon_drop.jpg) no-repeat 10px 11px;
}

#menu ul li ul a:hover{background:url(images/icon_drop.jpg) no-repeat 10px 11px;}


#menu ul li ul a span{
	width:168px;
	height:0;
	height:29px;
	line-height:0; 
	line-height:29px;
	color:#A2CCFF;
	font-size:12px;
	display:block;
	padding:0;
	margin:0;
	float:none;
	}
#menu ul li ul a:hover span, #menu ul li ul a:active{
	text-decoration:none;
	color:#fff;
	}
#menu ul li ul ul {
	}

#menu ul li:hover ul ul, #menu ul li:hover ul ul ul, #menu ul li.sfhover ul ul, #menu ul li.sfhover ul ul ul {
	left: -999em;
	}
#menu ul li:hover ul, #menu ul li li:hover ul, #menu ul li li li:hover ul, #menu ul li.sfhover ul, #menu ul li li.sfhover ul, #menu ul li li li.sfhover ul {
	left: auto;
	}
#menu ul li:hover, #menu ul li.sfhover { 
	position: static;
	}



#menu ul li ul li a:hover strong{
	background:none;
}
#menu ul li ul li a:hover small{
	background:none;
}
#menu ul li ul li a:hover span{
	background:none;
}


/*---------------------------------------------------------mainarea
*/
#mainarea{
	width:950px;
	padding-bottom:11px;
}
#mainareatop{
	background:url(images/bgr_maintop.png) no-repeat;
	width:950px;
	height:13px;
	z-index:-100;
}
#mainareabtm{
	background:url(images/bgr_mainbtm.png) no-repeat;
	width:950px;
	height:13px;
}
#maincontent{
	width:926px;/*950*/
	background:#fff;
	padding:0 12px;
	overflow:hidden;
}
/*---------------------------------content
*/
#content{
	width:593px;
	float:left;
}
.contenttop{
	width:593px;
	padding-bottom:12px;
}
.commonbg,
.commonbtm,
.commontop{
	width:593px;
}
.commonbg{
	background:url(images/bgr_commonbg.jpg) repeat-y;
}
.commonbtm{
	background:url(images/bgr_commonbtm.jpg) no-repeat bottom left;
}
.commontop{
	background:url(images/bgr_commontop.jpg) no-repeat;
}
/* post */
.post{
	padding:12px;
	width:569px;/*593*/
}
.feature{
	font-size:18px;
	color:#315475;
	padding-left:7px;
	font-weight:normal;
}
.music{
	width:537px;
	background:url(images/bgr_headline.jpg) no-repeat bottom left;
	padding-bottom:8px;
}
.music a{
	font-size:18px;
	color:#067EF9;
	font-weight:normal;
	text-decoration:none;
}
.music a:hover{
	text-decoration:none;
}
/* entry */
.entry{
	padding-top:11px;
	overflow:hidden;
}
.img_box{ float:left;}
.entry img{
	margin-right:14px;
}
.entry p{
	font-size:12px;
	color:#717171;
	line-height:18px;
	padding-bottom:20px;
}
.entry a{
	font-size:12px;
	color:#48A0FB;
	line-height:18px;
	text-decoration:underline;
}
.entry a:hover{
	text-decoration:none;
}
.entry strong{
	font-size:12px;
	color:#52708A;
	padding-bottom:10px;
	display:block;
}
.entry span{
	font-size:12px;
	color:#52708A;
	padding-bottom:18px;
	display:block;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	color:#067EF9;
	font-weight:normal;
	padding:5px 0;
}
.entry h1{
	font-size:20px;
}
.entry h2{
	font-size:18px;
}
.entry h3{
	font-size:17px;
}
.entry h4{
	font-size:16px;
}
.entry h5{
	font-size:14px;
}
.entry h6{
	font-size:14px;
}
.entry ul{
	list-style-type:disc;
	list-style-position:inside;
	padding:10px 0 15px 30px;
}
.entry ul li{
	line-height:18px;
	font-size:12px;
	color:#717171;
	list-style-type: disc;
	list-style-position:inside;
}
.entry ol{
	list-style-type:decimal;
	list-style-position:inside;
	padding:10px 0 15px 34px;
}
.entry ol li{
	line-height:18px;
	font-size:12px;
	color:#717171;
	list-style-type:decimal;
	list-style-position:inside;
}
.entry blockquote{
	margin:15px 30px;
	font-size:12px;
	color:#717171;
	font-style:italic;
	padding:10px;
	border:1px dashed #719BC0;
}
/*------------------------------------------sidebar
*/
#sidebar{
	width:321px;
	float:right;
}
.sidebartop{
	width:321px;
	padding-bottom:13px;
}
.sidebartopbg,
.sidebartopbtm,
.sidebartoptop{
	width:321px;
}
.sidebartopbg{
	background:url(images/bgr_rgtbg.jpg) repeat-y;
}
.sidebartopbtm{
	background:url(images/bgr_rgtbtm.jpg) no-repeat bottom left;
}
.sidebartoptop{
	background:url(images/bgr_rgttop.jpg) no-repeat;
}
.contentrgttop{
	padding:0 12px 8px 12px;
	width:297px;/*321*/
}
.contentrgttop h2{
	font-weight:normal;
	font-size:14px;
	color:#fff;
	line-height:24px;
}
.newsupdate{
	padding-top:10px;
}
.newsupdate form{
	width:297px;
}
.newsupdate form p{
	line-height:24px;
	font-size:12px;
	color:#5A5A5A;
}
.newsupdate form div{
	width:297px;
	overflow:hidden;
}
.selectinp{
	background:url(images/bgr_inprgt1.jpg) no-repeat right top;
	width:246px;
	height:15px;
	border:none;
	float:left;
	margin-top:8px;
	padding:5px 5px 4px 5px;
	font-size:11px;
	color:#52708A;
	text-align:center;
}
.go{
	background:url(images/bgr_inpgo.jpg) no-repeat;
	width:34px;
	height:34px;
	cursor:pointer;
	border:none;
	float:right;
	margin-top:3px;
}
.newsupdate ul{}

.newsupdate ul li{
	background:url(images/icon_list.jpg) no-repeat 0 4px;
	display:block;
	padding-bottom:10px;
}
.newsupdate ul li a{
	font-size:12px;
	color:#5A5A5A;
	line-height:18px;
	padding-left:15px;
	display:block;
}
#sidebarpost{
	width:321px;
	overflow:hidden;
}
/* sidebarlft */
#sidebarlft{
	width:178px;
	float:left;
}
.sidebarlftcommon{
	padding-bottom:13px;
}
.sidebarlftbg,
.sidebarlftbtm,
.sidebarlfttop{
	width:178px;
}
.sidebarlftbg{
	background:url(images/bgr_sidebarlftbg.jpg) repeat-y;
}
.sidebarlftbtm{
	background:url(images/bgr_sidebarlftbtm.jpg) no-repeat bottom left;
}
.sidebarlfttop{
	background:url(images/bgr_sidebarlfttop.jpg) no-repeat;
}
.sidebarlftcont{
	width:166px;
	padding-left:12px;
}
.sidebarlftcont h2{
	font-weight:normal;
	font-size:14px;
	color:#fff;
	line-height:24px;
}
.sidebarlftcont ul{
	width:155px;
	padding-top:10px;
}
.sidebarlftcont ul li{
	background:url(images/icon_list.jpg) no-repeat 0 4px;
	display:block;
	padding-bottom:10px;
}
.sidebarlftcont ul li a{
	font-size:12px;
	color:#5A5A5A;
	line-height:18px;
	padding-left:15px;
	display:block;
}
#sidebarrgt{
	width:131px;
	float:right;
}
.blogbg{ margin-bottom:13px }
.blogbg,
.blogbtm,
.blogtop{
	width:131px;
}
.blogbg{
	background:url(images/bgr_blogbg.jpg) repeat-y;
}
.blogbtm{
	background:url(images/bgr_blogbtm.jpg) no-repeat bottom left;
}
.blogtop{
	background:url(images/bgr_blogtop.jpg) no-repeat top;
}
.blogroll{
	padding-left:6px;
	padding-bottom:7px;
	width:125px;
}
.blogroll h2{
	font-weight:normal;
	font-size:14px;
	color:#fff;
	line-height:24px;
	padding-left:6px;
}
.blogroll img{
	margin-top:10px;
	border:1px solid #6595D3;
	display:block;
}
.blogroll ul{
	width:122px;
	padding-top:10px;
}
.blogroll ul li{
	background:url(images/icon_list.jpg) no-repeat 0 4px;
	display:block;
	padding-bottom:10px;
}
.blogroll ul li a{
	font-size:12px;
	color:#5A5A5A;
	line-height:18px;
	padding-left:15px;
	display:block;
}
.btngo{
	background:url(images/btn_go.jpg) no-repeat;
	width:120px;
	height:26px;
	display:block;
}
/* widgettop */
#widgettop{
	background:url(images/bgr_widgettop.png) no-repeat;
	width:950px;
	height:13px;
}
#widgetcont{
	width:926px;
	background:#fff;
	padding-left:24px;
	padding-bottom:8px;
	overflow:hidden;
}
.widgetlft{
	width:210px;
	margin-right:15px;
	float:left;
}
.widgetlft h2{
	background:url(images/bgr_underline.jpg) no-repeat bottom left;
	width:193px;
	font-size:18px;
	color:#067EF9;	
	padding-bottom:6px;
	margin-bottom:8px;
	font-weight:normal;
}
.widgetlft h2 a{
	font-size:18px;
	color:#067EF9;
	text-decoration:none;
}
.widgetlft h2 a:hover{
	text-decoration:none;
}
.widgetlft p{
	font-size:12px;
	color:#516F89;
	line-height:18px;
	padding-bottom:10px;
}
#wedgetbtm{
	background:url(images/bgr_wedgetbtm.jpg) no-repeat;
	width:950px;
	height:5px;
}
/*--------------------------------------footer
*/
#footer{
	background:url(images/bgr_footer.jpg) repeat-x;
	height:38px;
	width:100%;
}
#footercontent{
	width:950px;
	padding-top:10px;
	margin:0 auto;
	overflow:hidden;
}
#footercontent p{
	float:left;
	font-size:11px;
	color:#6F6F6F;
	padding-top:5px;
}
#footercontent p a{
	color:#067EF9;
}
.vinart{
	display:block;
	float:right;
}
/*------------------------------------------about page------------------------*/
#aboutcontent{
	width:569px;
	padding-top:8px;
}
#aboutcontent p{
	font-size:12px;
	color:#717171;
	line-height:18px;
	padding-bottom:15px;
}
/*---------------------------------------------------full page--------------------*/
.fullpagecontent{
	width:926px;
	padding-bottom:12px;
}
.full{
	padding-left:3px;
}
.fullpagebg,
.fullpagebtm,
.fullpagetop{
	width:926px;
}
.fullpagebg{
	background:url(images/bgr_fullbg.jpg) repeat-y;
}
.fullpagebtm{
	background:url(images/bgr_fullbtm.jpg) no-repeat bottom left;
	padding-bottom:8px;
}
.fullpagetop{
	background:url(images/bgr_fulltop.jpg) no-repeat 0 0;
	padding-top:8px;
}
.fullboxcont{
	padding:0 12px;
}
.magicfull{
	background:url(images/bgr_underline2.jpg) no-repeat bottom left;
	width:885px;
	padding-bottom:7px;
	margin-bottom:8px;
}
.magicfull a{
	font-size:18px;
	color:#067EF9;
	font-weight:normal;
	text-decoration:none;
}
.fullboxcont p{
	font-size:12px;
	color:#717171;
	line-height:18px;
	padding-bottom:15px;
}
/*---------------------------------------------vinart contact page-------------------*/
.warrenty{
	width:569px;
	background:url(images/bgr_headline.jpg) no-repeat bottom left;
	padding-bottom:8px;
}
.warrenty h2{
	font-size:18px;
	color:#067EF9;
	font-weight:normal;
	text-decoration:none;
}
.warrenty h2 a{
	font-size:18px;
	color:#067EF9;
	text-decoration:none;
}

.presswriter{
	width:569px;
	overflow:hidden;
	padding-top:8px;
}
.presswriter span{
	display:block;
	float:left;
	font-size:12px;
	color:#717171;
	letter-spacing:-1px;
}
.presswriter a{
	color:#52708A;
}
.presswriter small{
	display:block;
	float:right;
	font-size:12px;
	color:#717171;
}
.btnshare{
	background:url(images/btn_share.jpg) no-repeat;
	width:83px;
	height:16px;
	display:block;
}
.samplepost{
	width:593px;
}
.samplepost h6{
	font-size:14px;
	color:#717171;
	font-weight:normal;
	padding:8px 0;
}
.gardenar{
	overflow:hidden;
}
.gardenarlft{
	float:left;
}
.gardenar strong{
	font-size:12px;
	color:#52708A;
	padding-bottom:10px;
	display:block;
}
.gardenar span{
	font-size:12px;
	color:#52708A;
	display:block;
}
.gardenar img{
	display:block;
	float:right;
}
.btnreplay{
	background:url(images/btn_replay.jpg) no-repeat;
	width:75px;
	height:26px;
	display:block;
	margin-top:6px;
}
.samplepost form{
	padding-top:13px;
}
.samplepost form div{
	width:582px;/*593*/
	margin-bottom:11px;
	padding-left:11px;
	overflow:hidden;
	background:url(images/bgr_inpcontact.jpg) no-repeat;
}	
.samplepost form div label{
	width:73px;
	height:25px;
	line-height:25px;
	font-size:12px;
	color:#52708A;
	float:left;
	display:block;
}
.samplepost form div input{
	float:left;
	background:url(images/bgr_inpmain.jpg) no-repeat right;
	width:220px;
	height:17px;
	border:none;
	padding:4px 6px;
}
.samplepost form div textarea{
	background:url(images/bgr_txt.jpg) no-repeat;
	width:451px;
	height:147px;
	float:left;
	border:none;
	overflow:hidden;
	padding:0;
	margin:0;
	padding:5px;
	margin-bottom:13px;
}
.samplepost form div .btnleave{
	background:url(images/btn_leave.jpg) no-repeat;
	width:140px;
	height:26px;
	border:none;
	cursor:pointer;
	margin-left:73px;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 5px 20px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 20px 5px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

.pagination{
	overflow:hidden;
	padding:10px 0;
	color:#067EF9;text-decoration:none; font-size:12px;
}
.pagination a{color:#067EF9;text-decoration:none; font-size:12px;}
.palignright {float: right;}

.palignleft {float: left;}

/*comment*/

.cancel-comment-reply{ clear:both; padding:4px 0 }

.commentlist li ul li { 
	margin-left:25px;
}
.commentlist a, .loginfo a{ color:#067EF9; }
.comment-reply-link{
	background:url(images/btn_replay.jpg) no-repeat;
	width:55px;
	height:19px;
	clear:both;
	display:block;
	margin:6px 0;
}

#respond h3{
	font-size:18px;
	color:#067EF9;
	font-weight:normal;
	text-decoration:none;
	margin-bottom:6px;
}
.loginfo{
	font-size:12px;
	padding:5px 0;
	color:#717171;
}

/*-------------------------------------extension------------------------------------*/
#extentsidebar-lft{
	width:593px;
	overflow:hidden;
}
#extent-lft{
	width:290px;
	float:left;
}
.extent-top{
	width:290px;
	padding-bottom:12px;
}
.extentheading-bg,
.extentheading-lft,
.extentheading-rgt{
	width:290px;
}
.extentheading-bg{
	background:url(images/bgr_ext_bg.jpg) repeat-y;
}
.extentheading-lft{
	background:url(images/bgr_ext_lft.jpg) no-repeat;
}
.extentheading-rgt{
	background:url(images/bgr_ext_rgt.jpg) no-repeat bottom left;
}
.extent-box{
	width:290px;
	margin-bottom:12px;
}
.extent-boxbg,
.extent-boxbtm,
.extent-boxtop{
	width:290px;
}
.extent-boxbg{
	background:url(images/bgr_ext_box_bg.jpg) repeat-y;
}
.extent-boxbtm{
	background:url(images/bgr_ext_boxbtm.jpg) no-repeat bottom left;
}
.extent-boxtop{
	background:url(images/bgr_ext_boxtop.jpg) no-repeat;
}

.post-extention{
	padding:11px 0 10px 12px;
	width:278px;
	height:230px;
	overflow:hidden;
}
.mclachlan{
	width:260px;
	padding-bottom:8px;
	background:url(images/bgr_extheading_bdr.jpg) no-repeat bottom left;
	margin-bottom:12px;
}
.mclachlan a{
	font-size:18px;
	color:#067EF9;
	font-weight:normal;
	text-decoration:none;
	display:block;
	line-height:22px;
}
.post-extention p{
	font-size:12px;
	color:#717171;
	line-height:18px;
	padding-right:3px;
}
.post-extention span a{
	font-size:12px;
	color:#48A0FB;
	line-height:18px;
	text-decoration:underline;
}

#extent-rgt{
	width:290px;
	float:right;
}

.imageslide{
	position:relative;
	z-index:1;
}










