@charset "utf-8";
/* CSS Document */
* {
	padding:0px;
	margin:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-position:center top;
	background-repeat:repeat;
	background-image: url(../images/bg.jpg);
}
a {
	text-decoration:none;
	color:#1C2542;
}
a:hover {
	text-decoration:none !important;
}
a img {
	border:none;
}
a:active {
  outline: none;
}
a {
	outline:none;
}
a.readmore {
	font-weight:bold;
	color:#999999;
	background-image:url(../images/arow.gif);
	background-position:7px 6px;
	background-repeat:no-repeat;
	padding-left:15px;
	padding-top:1px;
	border:#f6efe8 solid 1px;
	padding:4px 10px 4px 20px;
	display:inline-block;
}
a.readmore:hover {
	color:#fff !important;
	background-color:#8b4041;
}

p {
	font-size:12px;
	text-align:justify;
}
a.graylink {
	color:#c59fa0 !important;
	
}
.graytxt {
	color:#606060;
}
.clear {
	clear:both;
}
.bold {
	font-weight:bold;
}
h1 {
	font-size:26px;
	font-weight:normal;
	color:#000000;
}
h1.heading {
	font-size:18px;
	font-weight:normal;
	color: #000000;
	padding-bottom:5px;
}
h1.heading span{
	font-size:35px;
	font-weight:normal;
	color:#fe0000;
	
}

h2 {
	font-size:22px;
	font-weight:normal;
	color:#8b4041;
}
h3 {
	font-size:22px;
	font-weight:normal;
	color:#000;
}
h4 {
	font-size:18px;
	font-weight:normal;
	color:#8b4041;
}
h5 {
	font-size:16px;
	font-weight:normal;
	color:#000;
}
h6 {
	font-size:14px;
	font-weight:normal;
	color:#000;
}
span.imgzoom {
	z-index:9;
	position:absolute;
	height:150px;
	width:281px;
	margin-left:-284px;
}
span.imgzoom:hover {
	background-image:url(../images/magnify.png);
	background-repeat:no-repeat;
	background-position:110px 50px;
	background-color:#000;
	opacity:.3;
}
span.play {
	z-index:9;
	position:absolute;
	height:150px;
	width:281px;
	margin-left:-284px;
	
}
span.play:hover {
	background-image:url(../images/play.png);
	background-repeat:no-repeat;
	background-position:110px 50px;
	background-color:#000;
	opacity:.3;
}
/*====================================================================
	Wrapper
====================================================================*/
#wrapper {
	width:1020px;
	margin:0px auto 0px auto;
	padding:0px auto 0px auto;
	background-color:#f1f6f9;
}

/*====================================================================
	Header
====================================================================*/

#header {
	height:159px;
	widows:1020px;
	background:#184580;
	
	}

.logo {
	padding:0px;
	margin:0px 0px 0px 20px;
	float:left;
}
.logo a{
	height:162px;
	width:159px;
}

.network_links {
	float:right;
	padding-top:10px;
}
p.phone {
	float:left;
	margin-right:10px;
	font-size:14px;
	color:#000;
}
.network_links ul{
	float:left;
	list-style:none;
}
.network_links ul li{
	float:left;
	margin-right:3px;
}
/*====================================================================
	top email
====================================================================*/
.topmail{
	width:272px;
	height:112px;
	color:#FFFFFF;
	padding-left:5px;
	padding-top:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:lighter;
	margin:5px 0px 0px 0px;	
}
.topmail a{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.input_top{
	width:152px;
	height:19px;
	border:2px #990707 solid;
	color:#990707;
	padding-left:5px;
	padding-top:2px;
	font-family:Arial, Helvetica, sans-serif;
	margin:5px 0px 0px 0px;	
}

/*====================================================================
	Navigation
====================================================================*/
#navigation {
	padding:0px;
	margin:0px;
	width:1020px;
	height:36px;
	background-color: #2c7bc8;
}

#breaking_news {
	padding:0px;
	margin:0px;
	width:1020px;
	height:31px;
	background-color:#E3E3E3;
	background-image:url(../images/hotnewsbg.jpg);
}
#newshaeding
{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
padding-left:20px;
background: url(../images/next_f2.png) right no-repeat;

}
/*====================================================================
	Bread Crumb
====================================================================*/
.crumb {
	width:980px;
	border-bottom:#d3d3d3 dotted 1px;
	padding:7px 0px;
}
.crumb ul{
	list-style:none;
	float:left;
}
.crumb ul li{
	float:left;
}
.crumb ul li a{
	float:left;
	font-weight:bold;
	color:#7f7f7f;
	background-image:url(../images/sep_crumb.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:18px;
	margin-right:10px;
}
.crumb ul li a.active{
	float:left;
	font-weight:bold;
	color:#ababab;
	background-image:none;
}
/*====================================================================
	Search bar
====================================================================*/
.search {
	float:left;
	padding:5px 5px 0px 0px;
	width:272px;
}
.search input{
	float:left;
}
.search input.bar{
	float:left;
	height:20px;
	background-color:#FFF;
	border:#e9e9e9 solid 1px;
	border-right:none;
	width:232px;
	padding:0px 3px;
	color:#999;
}
/*====================================================================
	Banner Area
====================================================================*/
.banner_shadow {
	width:922px;
	height:253px;
	margin-top:0px;
	padding-bottom:5px;
	padding-left:49px;
	padding-right:49px;
	background-image:url(../images/header_bg.jpg); 
	background-repeat:repeat-x;
	padding-top:5px;
	
}
.bordr {
	width:1018px;
	height:303px;
	border:#fff solid 1px;
	padding:0px;
	margin-top:2px;
}
.welcome{
height:50px;
width:1000px;
padding-left:20px;
padding-top:10px;

}
.news_top{
	width:520px;
	float:left;
	text-align:justify;
	padding:0px 5px 5px 5px;
	margin:0px 0px 5px 5px;
	border:#E2E2E2 solid 2px;
	font-size:14px;
	color:#626060;
	
}
.news_heading {
	font-size:18px;
	font-weight:normal;
	color:#D20117;
	width:510px;
	float:left;
	padding-bottom:5px;
	padding-left:10px;
}
/*====================================================================
	contents
====================================================================*/
#content {
	width:1010px;
	padding:0px 5px 0px 5px;
	margin-bottom:5px;
	float:left;
}
.mission{
width:412px;
margin:10px 10px 0px 10px ;
color:#FFFFFF;
text-align:justify;
}
.vission{
width:352px;
margin:10px 0px 0px 20px;
color:#FFFFFF;
padding-right:10px;
text-align:justify;

}

/*====================================================================
	main_content
====================================================================*/
.main_content{
	width:1020px;
	float:left;
	background-color:#F1F6F9;
	height:auto;
	padding:0px 0px 0px 0px;
	margin-left:0px;
	margin-right:0px;
}

#main_middle{
	width:697px;
	float:left;
	background-color:#F1F6F9;
	height:auto;
	padding:0;
	margin-left:10px;
	margin-right:0px;
	color:#000000;
}
#text_content{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#1c2542;
text-align:justify;
line-height:18px;
font-weight:normal;
text-align:justify;
}

#services{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#184580;
text-align:justify;
line-height:18px;
font-weight:bold;
text-align:justify;
}


.about_content{
	width:760px;
	float:left;
	padding:0px 0px 0px 0px;
	margin-left:10px;
	margin-right:0px;
}


.main_heading {
	font-size:18px;
	font-weight:normal;
	color:#D20117;
	float:left;
	padding-bottom:5px;
	padding-left:10px;
}
.news_box{
	width:auto;
	float:left;
	padding:0px 0px 0px 0px;
	margin-bottom:0px;
	border-bottom:#E2E2E2 solid 2px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	
}
p.commentssec{
	float:left;
	margin-left:20px;
}
p.commentssec a{
	color:#c59fa0;
}
.details a.title{
	color:#000;
	font-size:14px;
	margin-bottom:5px;
	float:left;
	width:100%;
}
p.date{
	color:#c59fa0;
	margin-bottom:3px;
	float:left;
}
.details p.desc{
	margin-bottom:3px;
	float:left;
	width:100%;
	text-align:justify;
	
}
/*====================================================================
	right_box
====================================================================*/
.right_box {
	width:200px;
	padding:0px 5px 0px 0px;
	float:right;
/*	background-image:url(http://chimpstudio.co.uk/themeforest/portfolio/red/images/shadow.gif);
	background-position:5px 0px;
	background-repeat:repeat-y;
*/
}
.right {
	width:200px;
	float:right;
	background:url(../images/headingright.jpg) no-repeat ;
}
.right h3{
	padding:8px 0px 10px 50px;
	color:#FFFFFF;
	font-size:20px;
}

.left_box {
	width:220px;
	padding:0px 0px 0px 5px;
	float:left;
}
/*====================================================================
	col3
====================================================================*/
/*====================================================================
	Our Services
====================================================================*/
.ourservices {
	width:175px;
	padding:0px 0px 0px 25px;
	text-align:justify;
	float:left;
	background-image:url(../images/right_event_mid.jpg);
}
.ourservices h3{
	padding:5px 0px 5px 0px;
	margin-bottom:5px;
	border-bottom:#b3b3b3 dotted 2px;
}
.ourservices p{
	padding:5px 0px;
}
/*====================================================================
	Twitter
====================================================================*/
.twitter {
	background-image:url(../images/twiter_top.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#4fc0de;
	width:300px;
	padding-top:16px;
}
.twitter span{
	background-image:url(../images/twiter_botm.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:280px;
	color:#FFF;
	display:inline-block;
	padding:0px 10px 70px 10px;
	line-height:18px;
}
.twitter span a{
	color:#FFF;
	font-weight:bold;
}
/*====================================================================
	Projects
====================================================================*/
.projects {
	width:100%;
	float:left;
	padding-top:20px;
}
.projecttxt {
	width:620px;
	float:left;
}
.projecttxt p{
	padding:0px 0px 8px 0px;
}
.big_thumb {
	width:298px;
	float:left;
	margin-left:42px;
}
.big_thumb h3{
	padding:10px 0px 5px 0px;
}

.pre_work {
	width:100%;
	margin-top:20px;
}
.heading_navi {
	width:100%;
	border-bottom:#f6efe8 solid 3px;
}
.heading_navi h1{
	float:left;
}
.heading_navi ul{
	float:right;
	list-style:none;
	padding-top:10px;
}
.heading_navi ul li{
	float:left;
	text-align:right;
	padding-left:30px;
	background-image:url(../images/plus.gif);
	background-position:10px 4px;
	background-repeat:no-repeat;
}
.heading_navi ul li.first{
	background:none;
}
.heading_navi ul li a{
	font-weight:bold;
	color:#7f7f7f;
}
.heading_navi ul li a.activelink{
	color:#000;
}
.heading_navi ul li a:hover{
	color:#000;
}
ul.items {
	width:100%;
	list-style:none;
	float:left;
}
ul.items li{
	width:100%;
	float:left;
	padding:30px 0px;
	border-bottom:#e6e6e6 solid 1px;
}
ul.items li .description{
	width:340px;
	float:left;
}
ul.items li .description{
	width:340px;
	float:left;
}
.description h3{
	padding:0px 0px 10px 0px;
}
.description p{
	padding:0px 0px 10px 0px;
}
.description a.readmore{
	margin-right:30px;
	margin-top:10px;
	float:left;
}
.thumb_big {
	margin-left:28px;
	float:left;}
/*====================================================================
	Paging
====================================================================*/
.paging {
	float:right;
	padding-top:10px;
	text-align:right;
}
.paging p{
	float:left;
	padding-right:15px;
}
.paging ul.bullets{
	float:left;
	list-style:none;
	padding-top:6px;
}
.paging ul.bullets li{
	float:left;
	padding-left:5px;
}
a.page_link{
	height:8px;
	width:8px;
	display:inline-block;
	background-image:url(../images/bullets.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	font-size:0px;
	margin-left:5px;
}
a.page_link:hover{
	background-position:0px -8px;
}
a.active_page{
	background-position:0px -8px;
}

.paging ul.arows{
	float:left;
	list-style:none;
	padding-left:15px;
}
.paging ul.arows li{
	float:left;
	padding-left:5px;
}
.paging ul.arows li a.prev{
	height:19px;
	width:20px;
	display:inline-block;
	background-image:url(../images/arows.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.paging ul.arows li a.prev:hover{
	background-position:0px -19px;
}
.paging ul.arows li a.next{
	height:19px;
	width:20px;
	display:inline-block;
	background-image:url(../images/arows.png);
	background-repeat:no-repeat;
	background-position:-20px 0px;
}
.paging ul.arows li a.next:hover{
	background-position:-20px -19px;
}
/*====================================================================
	Advertise
====================================================================*/
.adv {
	width:220px;
	margin-bottom:10px;
}
.adv h3{
	padding:12px 0px 5px 0px;
	margin-bottom:15px;
	border-bottom:#b3b3b3 dotted 2px;
}
.adv ul{
	list-style:none;
	float:left;
}
.adv ul li{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.adv ul li.last{
	margin-right:0px;
}
.left {
	width:220px;
	background:url(../images/headingleft.jpg) no-repeat ;
}
.left h3{
	padding:8px 0px 10px 35px;
	color:#FFFFFF;
	font-size:20px;
}

/*====================================================================
	Featured Project
====================================================================*/
.featured_pro {
	width:300px;
	margin-bottom:10px;
	float:left;
}
.featured_pro h3{
	padding:5px 0px 5px 0px;
	margin-bottom:15px;
	border-bottom:#f6efe8 solid 1px;
}
.featured_pro h5{
	padding:10px 0px 5px 0px;
}
.featured_pro p{
	padding:0px 0px 10px 0px;
}

/*====================================================================
	Blog Page Rules
====================================================================*/
.blog {
	width:97.9%;
}
.blog_sec {
	width:588px;
	padding:20px 20px 10px 20px;
	background-image:url(../images/blog_bg.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
	border:#dedcd0 solid 1px;
	margin-top:15px;
}
.blog_sec h2{
	padding:0px 0px 5px 0px;
}
.blog_sec h3{
	padding:0px 0px 5px 0px;
}
.blog_sec .date_com{
	padding:0px 0px 5px 0px;
	margin:0px 0px 15px 0px;
	width:100%;
	float:left;
	border-bottom:#cacaca solid 1px;
}
.datesec{
	float:left;
	background-image:url(../images/date.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	color:#A1A0A0;
	padding-bottom:0px !important;
}
.commentssec{
	float:right;
	background-image:url(../images/coments.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	color:#A1A0A0;
}
.thumb_sec{
	padding-right:20px;
	float:left;
}
.thumb_sec img{
	height:89px;
	width:138px;
}

.desc_blog {
	float:left;
	width:69%;
}
.desc_blog p {
	padding:0px 0px 8px 0px;
}
.blog_sec .categories_bar{
	padding:5px 0px 0px 0px;
	margin:10px 0px 0px 0px;
	width:100%;
	float:left;
	border-top:#cacaca dotted 1px;
}
.blog_sec h1, .blog_sec h2, .blog_sec h3, .blog_sec h4, .blog_sec h5, .blog_sec h6{
	float:left;
	width:99%;
}
.blog_sec a.full {
	float:left;
	margin-bottom:10px;
}
.blog_sec a.full img {
	float:left;
}
.desc_blog_full {
	float:left;
	width:100%;
	padding-top:10px;
}
.desc_blog_full hr{
	border:#f6efe8 solid 1px;
	margin:5px 0px;
}
.desc_blog_full p{
	padding-bottom:6px;
	float:left;
}
.desc_blog_full p.testimonial{
	width:93%;
	margin:10px 0px 30px 20px;
	border-left:#e5e5e5 solid 2px;
	padding-left:20px;
}
.desc_blog_full h1{
	padding:16px 0px;
	float:left;
}
.desc_blog_full h2{
	padding:14px 0px;
}
.desc_blog_full h3{
	padding:8px 0px;
}
.desc_blog_full h4{
	padding:10px 0px;
}
.desc_blog_full h5{
	padding:8px 0px;
}
.desc_blog_full h6{
	padding:6px 0px;
}
.desc_blog_full ul.static{
	list-style:none;
	padding-left:20px;
	margin:20px 0px;
}
.desc_blog_full ul.static li{
	background-image:url(../images/bullet_arow_small.gif);
	background-position:0px 7px;
	background-repeat:no-repeat;
	padding-left:10px;
	line-height:20px;
	float:left;
	width:100%;
}
.desc_blog_full ul.static li ul{
	padding-left:0px;
	margin:0px;
	list-style:none;
}
.desc_blog_full ul.static li ul li{
	background-image:url(../images/bullet_arow_small1.gif) !important;
	background-position:0px 6px;
	background-repeat:no-repeat;
	padding-left:10px;
}
.desc_blog_full a{
	color:#000;
}
.imgright {
	float:right !important;
	margin:0px 0px 10px 20px;
}
.imgleft {
	float:left !important;
	margin:0px 20px 10px 0px;
}
.categories_bar ul{
	list-style:none;
	float:left;
}
.categories_bar ul li{
	float:left;
	padding-right:15px;
	background-image:url(../images/sep1.gif);
	background-position:right;
	background-repeat:no-repeat;
	margin-right:5px;
}
.categories_bar ul li a{
	color:#CCC;
}

.desc_blog_full table {
	width:100%;
	text-align:center;
	padding-bottom:10px;
}
.desc_blog_full table tr.table_title{
	background-color:#999;
	color:#FFF;
}
.desc_blog_full table tr{
	background-color:#f6efe8;
}
.desc_blog_full table tr td{
	padding:3px 0px;
	border-right:#FFF solid 1px;
}
.thumb_gallery {
	
}
/*====================================================================
	Map
====================================================================*/
.map {
	width:270px;
	padding:5px;
	background-color:#f6efe8;
	margin-bottom:15px;
}
.map .mapframe{
	border:#FFF solid 1px;
}
.map a.enlarge{
	float:right;
	background-image:url(../images/zoom.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:17px;
	color:#8a8a8a;
	margin:5px 0px;
}
/*====================================================================
	404 Error page
====================================================================*/
.errorpage {
	width:700px;
	margin:0px auto;
	padding:50px 0px;
}
h1.notfound{
	margin:6px 0px 20px 0px;
	float:left;
}
span.error404 {
	background-color:#f95450;
	border:#cc5b5d solid 1px;
	color:#FFF;
	float:left;
	margin-right:10px;
	color:#FFF;
	padding:5px 10px;
	font-size:26px;
	font-weight:bold;
}
.errorpage h6{
	margin:10px 0px;
	float:left;
	line-height:25px;
}
.errorpage h6 a{
	color:#000;
	border-bottom:#000 solid 2px;
}
/*====================================================================
	Tags
====================================================================*/
.tags {
	width:590px;
	padding:10px 20px;
	border:#dedcd0 solid 1px;
	margin-top:15px;
	float:left;
}
.tags p{
	width:70px;
	float:left;
	font-weight:bold;
	color:#989393;
}
.tags ul{
	float:left;
	list-style:none;
}
.tags ul li{
	float:left;
	padding-right:10px;
}
.tags ul li a{
	color:#989393;
}
/*====================================================================
	Share
====================================================================*/
.share {
	width:590px;
	padding:10px 20px;
	border:#dedcd0 solid 1px;
	background-color:#fafafa;
	margin-top:15px;
	float:left;
}
.share h3{
	width:80px;
	float:left;
	margin-top:12px;
}
.share ul{
	float:left;
	list-style:none;
}
.share ul li{
	float:left;
	margin-right:6px;
}
.share ul li a{
	height:46px;
	width:46px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	display:inline-block;
}
.share ul li a:hover{
	background-position:0px -46px;
}
.share ul li a.twit_icon{
	background-image:url(../images/twitter_icon.gif);
}
.share ul li a.rss_icon{
	background-image:url(../images/rss_icon.gif);
}
.share ul li a.redit_icon{
	background-image:url(../images/reddit_icon.gif);
}
.share ul li a.in_icon{
	background-image:url(../images/linkdin_icon.gif);
}
.share ul li a.fb_icon{
	background-image:url(../images/facebook_icon.gif);
}
.share ul li a.dig_icon{
	background-image:url(../images/diggit_icon.gif);
}
.share ul li a.flikr_icon{
	background-image:url(../images/flickr_icon.gif);
}
.share ul li a.del_icon{
	background-image:url(../images/delicious_icon.gif);
}
.share ul li a.tec_icon{
	background-image:url(../images/techno_icon.gif);
}
/*====================================================================
	Related Posts
====================================================================*/
.related_posts {
	width:630px;
	padding-top:30px;
}
.related_posts h1{
	width:100%;
	margin-bottom:10px;
}
.related_posts ul{
	width:100%;
	float:left;
	list-style:none;
}
.related_posts ul li{
	width:175px;
	float:left;
	padding:12px;
	background-color:#f7f7f7;
	margin-right:16px;
}
.related_posts ul li h4{
	float:left;
}
.related_posts ul li a.banner{
	margin-left:8px;
}
.related_posts ul li:hover{
	background-color:#e8e7e7;
}
.related_posts ul li.last{
	margin-right:0px;
}
p.date_rel {
	padding:8px 0px 5px 0px;
	float:left;
	width:169px;
}
/*====================================================================
	Discussion
====================================================================*/
.discussion {
	width:630px;
	padding-top:30px;
}
.discussion h5 a{
	color:#000;
}
.discussion h1{
	width:100%;
	margin-bottom:10px;
}
.discussion ul{
	width:100%;
	list-style:none;
	float:left;
}
.discussion ul li{
	width:100%;
	float:left;
	padding-bottom:20px;
}
.discussion ul li ul{
	width:87.3%;
	float:right;
	background-color:#f7f7f7;
}
.discussion ul li ul li{
	border-bottom:#FFF solid 1px;
	float:left;
	padding-bottom:0px;
}
.discussion ul li ul li ul{
	width:100%;
	float:right;
	background-color:#fbfbfb;
}
.discussion ul li ul li ul li{
	border-bottom:#FFF solid 1px;
	float:left;
	padding-bottom:0px;
	padding-left:65px;
	width:88%;
}
.discussion ul li .avatar {
	width:50px;
	margin-right:30px;
	float:left;
}
.discussion ul li .avatar img{
	width:50px;
	height:50px;
}
.discussion ul li .disc {
	width:87.2%;
	float:left;
	border-bottom:#f6efe8 solid 1px;
	padding-bottom:10px;
}

.discussion ul li .avatar1 {
	width:50px;
	margin:15px;
	float:left;
}
.discussion ul li .disc1 {
	width:78%;
	float:left;
	padding-bottom:10px;
	padding-top:15px;
}
.discussion ul li .avatar2 {
	width:50px;
	margin:15px;
	float:left;
}
.discussion ul li .disc2 {
	width:75%;
	float:left;
	padding-bottom:10px;
	padding-top:15px;
}
.discussion p.date_dis{
	width:100%;
	margin-bottom:5px;
}
.discussion p.dis_txt{
	width:100%;
	margin-bottom:10px;
}
/*====================================================================
	Leave comments
====================================================================*/
.leavecomment {
	width:630px;
	padding:30px 0px;
}
.leavecomment h1{
	width:100%;
	margin-bottom:20px;
}
/*====================================================================
	Tabs
====================================================================*/
.column_right {
	width:300px;
	float:left;
	background-color:#f6efe8;
	margin-top:0px;
	margin-bottom:10px;
}
ul#tab_menu {
	width:280px;
	padding:10px;
	float:left;
	list-style:none;
}
ul#tab_menu li{
	float:left;
	margin-right:3px;
}
ul#tab_menu li.last{
	margin-right:0px;
}
ul#tab_menu li.last a{
	padding:2px 12px;
}
ul#tab_menu li a{
	padding:2px 12px;
	background-color:#8b4041;
	color:#FFF;
	cursor:pointer;
}
ul#tab_menu li a.current{
	background-color:#c59fa0;
}
ul#tab_menu li a:hover{
	background-color:#c59fa0;
}
.tab_container_in {
	width:270px;
	background-color:#FFF;
	margin:0px 10px 10px 10px;
	padding:6px;
}
ul.tab_sidebar_list {
	list-style:none;
}
ul.tab_sidebar_list li{
	padding:0px 0px 5px 0px;
	margin:0px 0px 8px 0px;
	border-bottom:#999 dotted 1px;
}
ul.tab_sidebar_list li img{
	float:left;
	padding:0px 10px 5px 0px;
}
ul.tab_sidebar_list li a{
	color:#000;
}

ul.tab_sidebar_comments {
	list-style:none;
}
ul.tab_sidebar_comments li{
	padding:0px 0px 5px 0px;
	margin:0px 0px 8px 0px;
	border-bottom:#999 dotted 1px;
}
ul.tab_sidebar_comments li img{
	float:left;
	padding:0px 10px 5px 0px;
}
ul.tab_sidebar_comments li a{
	color:#000;
}
.tab-comments-text p{
	width:185px;
	float:left;
}
#tab_sidebar_popular ul li{
	padding:5px 0px;
	border-bottom:#999 dotted 1px;
}
.mcplist {
	list-style:none;
}
.tab_sidebar_list a{
	color:#333;
}
/*====================================================================
	Site Map
====================================================================*/
.sitemap {
	padding:20px;
	width:590px;
}
.sitemap h3{
	border-bottom:#f6efe8 solid 1px;
	padding-bottom:5px;
}
.sitemap ul{
	list-style:none;
	padding:10px 20px;
}
.sitemap ul li{
	background-image:url(../images/bullet_arow_small.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	padding:3px 0px 3px 15px
}
.sitemap ul li a{
	color:#858585;
}
.sitemap ul li a span{
	color:#CCC;
}
/*====================================================================
	Gallery
====================================================================*/
.gallerysec {
	width:100%;
}
ul.gallerysec{
	width:100%;
	list-style:none;
	float:left;
	padding:20px 0px 0px 0px;
}
ul.gallerysec li{
	width:300px;
	float:left;
	margin-right:30px;
	margin-bottom:20px;
}
ul.gallerysec li.last{
	margin-right:0px;
}
ul.gallerysec li h3{
	width:300px;
	padding:15px 0px 5px 0px;
	float:left;
}
/*====================================================================
	Blog Roll
====================================================================*/
.blogroll {
	width:300px;
	float:left;
	margin-bottom:15px;
}
.blogroll h3{
	padding:5px 0px 5px 0px;
	margin-bottom:5px;
	border-bottom:#f6efe8 solid 1px;
}
.blogroll ul{
	list-style:none;
	float:left;
	width:300px;
}
.blogroll ul li{
	background-color:#fafafa;
	float:left;
	background-image:url(../images/arows_bullet.gif);
	background-position:12px 10px;
	background-repeat:no-repeat;
	border-bottom:#e1e1e1 solid 1px;
	width:270px;
	padding:7px 0px 7px 30px;
}
.blogroll ul li a{
	color:#646464;
}
.blogroll ul li a:hover{
	color:#000;
}
/*====================================================================
	Calender
====================================================================*/
.calendr {
	width:300px;
	margin-bottom:20px;
}
.calendr h3{
	padding:5px 0px 5px 0px;
	margin-bottom:5px;
	border-bottom:#f6efe8 solid 1px;
}
.calender_sec {
	background-color:#ededed;
	width:290px;
	padding:5px;
}
.months {
	background-color:#FFF;
	width:290px;
	padding:5px 0px 5px 0px;
	float:left;
}
.months a.month_prev{
	background-image:url(../images/month_arows.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:9px;
	height:12px;
	display:inline-block;
	margin:4px 10px 0px 10px;
	float:left;
}
.months a.month_next{
	background-image:url(../images/month_arows.gif);
	background-position:-9px 0px;
	background-repeat:no-repeat;
	width:9px;
	height:12px;
	display:inline-block;
	margin:4px 10px 0px 10px;
	float:right;
}
.months a.month_name{
	width:225px;
	display:inline-block;
	text-align:center;
	float:left;
	color:#000;
}
.calender_sec table{
	background-color:#fff;
	width:290px;
}
.calender_sec table td, th{
	width:38px;
	text-align:center;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
	padding:2px 0px;
}
.calender_sec table td a{
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}
.calender_sec .last{
	border-right:none;
}
.dgray {
	background-color:#8b4041;
	color:#FFF;
}
.gray {
	background-color:#c59fa0;
	color:#FFF;
}
.mgray {
	background-color:#eacacb;
	color:#FFF;
}
#calendar {
	padding:0px;
	float:left;
	padding-top:5px;
}
#calendar span {
	float: left; 
	text-align:center;
	width:38px;
	height:17px;
	padding-top:3px;
	margin: 0.140em;
  	text-align: center; 

}
#calendar, .sun {
	clear: left;
}
#calendar {
	padding:0px;
	float:left;
	padding-top:5px;
}
#calendar span {
	float: left; 
	text-align:center;
	width:38px;
	height:17px;
	padding-top:3px;
	margin: 0.140em;
  	text-align: center; 

}
#calendar, .sun {
	clear: left;
}
/*====================================================================
	Contact
====================================================================*/
.contact_form {
	padding:0px;
	margin:0px;
	width:97%;
}
.contact_form p{
	padding:10px 0px;
}
.adres {
	float:left;
	width:210px;
	padding:20px 0px 0px 0px;
	margin-right:60px;
}
.adres p span{
	width:70px;
	float:left;
	display:inline-block;
}
.adres p a{
	color:#000;
}
.messngrs {
	float:left;
	width:280px;
	padding:20px 0px 0px 0px;
}
.messngrs p span{
	width:70px;
	float:left;
	display:inline-block;
}
.messngrs p a{
	color:#000;
}
.c_form {
	width:100%;
	padding-bottom:20px;
}
.c_form h1{
	margin:30px 0px;
	width:100%;
}
.form_margin {
	margin-right:20px;
}
ul.forms{
	list-style:none;
	float:left;
	width:275px;
	margin-bottom:10px;
}
ul.forms li{
	float:left;
	width:275px;
}
ul.forms li.txt{
	color:#000;
	height:20px;
}
ul.forms li.txt span{
	float:right;
	color:#bfbebe;
}
ul.forms li.inputfield input.bar{
	width:273px;
	height:21px;
	border:#e4e4e6 solid 1px;
	border-top:#adadad solid 1px;
	background-color:#FFF;
}
ul.forms li.inputfield select.bar{
	width:267px;
	height:26px;
	border:#e4e4e6 solid 1px;
	border-top:#adadad solid 1px;
	background-color:#FFF;
	padding:3px;
}
ul.txtforms{
	list-style:none;
	float:left;
	margin-bottom:10px;
}
ul.txtforms li{
	float:left;
	width:568px;
}
ul.txtforms li.txt{
	color:#000;
	height:20px;
}
ul.txtforms li.txt span{
	float:right;
	color:#bfbebe;
}
ul.txtforms li.txtfield textarea{
	color:#000;
	width:568px;
	height:150px;
	overflow:auto;
	background-color:#FFF;
	border:#e4e4e6 solid 1px;
	border-top:#adadad solid 1px;

}
/*====================================================================
	News
====================================================================*/

.featured_news {
	width:610px;
	background-color:#f6f6f6;
	padding:10px;
	margin-top:5px;
}
.featured_news h2{
	width:93.9%;
	padding:0px 0px 5px 0px;
}
.featured_news h3{
	padding:10px 0px 5px 0px;
}
.featured_news p{
	padding:0px 0px 10px 0px;
}
.featured_news p.date{
	padding:0px 0px 0px 20px;
}
a.banner {
	background-color:#FFF;
	border:#e2e2e2 solid 1px;
	padding:6px;
	float:left;
}
.c_news {
	width:97.0%;
}
.c_news_full{
	width:100%;
}
.c_news h3.heading{
	border-bottom:#dddddd solid 1px;
	padding:20px 0px 10px 0px;
}

/*====================================================================
	bottom sections
====================================================================*/
#btm_secs {
	width:1020px;
	padding:0px 0px;
	background-color:#b3b3b3;
	float:left;
	height:41px;
	margin:0px 0px 20px;
}

/*====================================================================
	bottom sections
====================================================================*/
a.more {
	float:right;
	color:#000;
	font-weight:bold;
}
a.comment {
	float:left;
	color:#000;
	font-weight:bold;
}

.follow {
	width:100%;
	float:left;
	padding-right:20px;
	height:260px;
}
.follow h3{
	padding:5px 0px 15px 0px;
}
.follow ul{
	width:280px;
	list-style:none;
	float:left;
}
.follow ul li{
	float:left;
	padding-bottom:10px;
}
.follow ul li .numbr{
	float:left;
	height:21px;
	width:26px;
	padding-top:5px;
	display:inline-block;
	background-image:url(../images/numbr.gif);
	background-repeat:no-repeat;
	text-align:center;
	color:#FFF;
	margin-right:14px;
	margin-top:5px;
}
.follow ul li p a{
	color:#c59fa0;
	text-decoration:underline;
}
.follow ul li p a:hover{
	text-decoration:none;
}

.services_tab {
	width:280px;
	float:left;
	padding:0px 30px 0px 40px;
	background-image:url(../images/shadow_medium.gif);
	background-repeat:no-repeat;
	background-position:left center;
	height:260px;
}
.services_tab h3{
	padding:5px 0px 15px 0px;
}
.services_tab p{
	padding:5px 0px;
}

.news_tab {
	width:280px;
	float:left;
	padding:0px 0px 0px 30px;
	background-image:url(../images/shadow_medium.gif);
	background-repeat:no-repeat;
	background-position:left center;
	height:260px;
}
.news_tab h3{
	padding:5px 0px 15px 0px;
}
.news_tab ul{
	float:left;
	list-style:none;
	width:280px;
}
.news_tab ul li{
	float:left;
	width:280px;
	padding-bottom:10px;
}
.news_tab ul li a.news_title{
	width:280px;
	color:#000;
	border-bottom:#eeeeee solid 1px;
	display:inline-block;
	padding-bottom:3px;
	color:#626060;
}
.news_tab ul li p.posted{
	float:left;
	color:#c59fa0;
}
.news_tab ul li p.comments{
	float:right;
}
.news_tab ul li p.comments a{
	color:#c59fa0;
}
/*====================================================================
	Services
====================================================================*/
ul.services {
	width:100%;
	float:left;
	list-style:none;
	border-bottom:#f6efe8 solid 1px;
	padding:10px 0px;
}
ul.services li{
	float:left;
	list-style:none;
	width:440px;
	padding:10px 40px 10px 0px;
}
ul.services li span{
	width:90px;
	height:80px;
	display:inline-block;
	background-repeat:no-repeat;
	background-position:10px 10px;
	float:left;
}
ul.services li span.icon1{
	background-image:url(../images/icon1.gif);
}
ul.services li span.icon2{
	background-image:url(../images/icon2.gif);
}
ul.services li span.icon3{
	background-image:url(../images/icon3.gif);
}
ul.services li span.icon4{
	background-image:url(../images/icon4.gif);
}
ul.services li span.icon5{
	background-image:url(../images/icon5.gif);
}
ul.services li span.icon6{
	background-image:url(../images/icon6.gif);
}
ul.services li span.icon7{
	background-image:url(../images/icon7.gif);
}
ul.services li span.icon8{
	background-image:url(../images/icon8.gif);
}
ul.services li .ser_cont{
	float:left;
	width:350px;
}
ul.services li h4{
	clear:both;
}
ul.services li p{
	
}
ul.services li h4 a{
	color:#000;
}

.shadow {
	background-image:url(../images/shadow_small.gif);
	background-position:right;
	background-repeat:no-repeat;
}

/********************************************************************************************* 

5. Featured Slider  -------------------------  featured.php

*********************************************************************************************/   
 
.featured_posts {
	width:966px;
	height:288px;
	border:#f6efe8 solid 1px;
	padding:6px;
	margin-top:10px;
}
#navi {
  }

#navi ul {	
 	margin:0 auto;	
 	width:100px;
 	margin-top:-282px;
	margin-left:442px;
 	left:670px;
 	
}

#navi li {	
 	float:left;
	padding-left:1px;
	list-style-type:none;
	text-align:center;
}

#navi a {
	color:#000;
	display:block;
	position:relative;
	word-spacing:-2px;
	font-size:11px;		
	text-decoration:none;
	opacity:0.5;
}	

#navi a.current {
	 opacity:1;
 
 }
 
 #navi a:hover {
	opacity:1;

}

#navi img {
	border:2px solid #000;
	margin:0 0 6px 0;
	display:block;
	width:90px;
	height:60px;
	  
}

#navi strong {
	display:block;		
	font-size:13px;
}

/* panes */
#panes {
	height:288px;
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
	overflow:hidden;
}

/* crossfading effect needs absolute positioning from the elements */
#panes div {
	display:none;		
	position:absolute;
	color:#000;	
	background-color:#f3f3f3;
	height:288px;
	width:946px;
	padding-right:20px;
 }
 
#panes a {
color:#A1A0A0;
}

#panes img {
	float:left;
	width:430px;
	height:275px;
	margin:6px 120px 6px 6px;
}

#panes p.more {
	color:#000;
	font-weight:bold;
}
#panes a.readmore {
	margin-top:10px;
	float:left;
}
#panes h3 {
padding:0;
margin:20px 0 10px 0;
}

#panes h3 a {
color:#8b4041;
line-height:1.2;
font-weight:normal;

}

#panes .more {
float:right;
font-weight:bold;
font-size:14px;
padding-right:24px;
margin-top:20px;
}

#panes .more a {
color:#000;
}

.meta-feature {

padding:1px 0 5px 0;
float:left;
padding-right:150px;
}
 
 .meta-feature  li {
 display:inline;
 }
 .meta-feature  li p.datesec{
 	padding-left:20px !important;
	padding-top:2px !important;
}
  .meta-feature  li p.commentssec{
 	padding-left:20px !important;
	padding-top:2px !important;
	font-weight:normal !important;
 }
 .meta-feature  li p.commentssec a{
	color:##A1A0A0 !important; 
 }
.meta-feature  a
{


}

.meta-feature a:hover
{
text-decoration:none;
border-bottom:1px solid #fff;

}
#panes p {
padding:5px 0 0 0;

}
 
 .overlay {
	background:#000000;
	left:6px;
	opacity:0.7;
	position:absolute;
	height:36px;
	top:237px;
	width:400px;
	font-size:18px;
	font-weight:bold;
	padding:8px 15px 0 15px;
	overflow:hidden;
}

	.overlay a {
	color:#fff !important;
	}


/*====================================================================
	Footer
====================================================================*/
#footer {
	width:1020px;
	padding:0px 0px;
	background-color:#b3b3b3;
	float:left;
	height:auto;
	margin:0px 0px 20px;
}
.leftlink {
	display:inline-block;
	padding:10px 0px 5px 10px;
	width:550px;
	float:left;
	color:#FFFFFF;
	font-weight:bold;
}
.rightlink {
	display:inline-block;
	padding:10px 10px 5px 0px;
	width:250px;
	float:right;
	color:#FFFFFF;
	font-weight:bold;
}
.rightlink  a {
	color:#333333;
}
.rightlink  a:hover {
	border-bottom:dotted 1px #333333;
}

#legal {
	margin:0;
	float:left;
	margin-top:10px;
	padding-left:200px;
	font-size: 11px;
	color: #2a2a2a;
	width:820px;
}

#legal a {
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
	margin:0 10px;
	color: #454545;
}
#legal a:hover, #legal a.red{
	color: #a30002;
}
#legal a.start {
	margin-right:10px;
	margin-left:0;
}
/*====================================================================
	Misc
====================================================================*/

/* styling for the image wrapper  */
#image_wrap {
	/* dimensions */
	width:586px;
	margin:0px 0 0px 0px;
	padding:6px 0;
	text-align:center;
	border:#e2e2e2 solid 1px;
}
#image_wrap img{
	/* dimensions */
	width:574px;
	height:390px;
}

.entries {
	float:left;
	width:99.1%;
	padding:10px 0px;
}
.entries a.left {
	float:left;
	margin:0px !important;
}
.entries a.right {
	float:right;
	margin:0px !important;
}
 .phone {
	left:6px;
	font-size:15px;
	color:#FFFFFF;
	font-weight:bold;
}
 .phone a {
	left:6px;
	font-size:15px;
	color:#FFFFFF;
	font-weight:bold;
}
/************************************************form*****************************/

/************************************************form*****************************/

/************************************************form*****************************/

/************************************************form*****************************/
.enquiry{
font-size:14px;


}
.input{
	width:150px;
	height:23px;
	border:2px #b3b3b3 solid;
	color:#a8a8a8;
	padding-left:5px;
	padding-top:2px;
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 10px 0px 0px;	
}

.textarea{
	width:445px;
	height:85px;
	background-image:url(../images/input-textarea.gif);
	border:0px;
	color:#22538a;
	margin:10px 10px 0px 20px;
	padding-left:5px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
}



.readmore{
	border:0px;
	background:url(file:///C|/xampp/htdocs/index/images/button2_bg.gif);
}

.span{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	font-weight:bold;
}
select{
		width:199px;
	float:left;
	font:normal 11px/25px Verdana, Arial, Helvetica, sans-serif;
	color:#a8a8a8;
	background-color:#E6E6E6;
	padding:4px 0 0 10px;	
	margin:0 18px 0 0;
	height:25px;	
	border:none;
	outline:none;
}


.select1{
		background-image:url(../images/input-select.gif);
		border:0px;
		padding:0.2em;
		width:50px;
		color:#22538a;
		height:25px;
		margin:10px 10px 0px 0px;	
}



.select2{
		background-image:url(../images/input-select.gif);
		border:0px;
		padding:0.2em;
		width:70px;
		color:#22538a;
		height:25px;
		margin:10px 10px 0px 0px;	
}


.select3{
		background-image:url(../images/input-select.gif);
		border:0px;
		padding:0.2em;
		width:60px;
		color:#22538a;
		height:25px;
		margin:10px 10px 0px 0px;	
}


.mini{
	width:35px;
	height:25px;
	background-image:url(../images/input-mini.gif);
	border:0px;
	color:#22538a;
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 10px 0px 20px;	
}
.required{
color:#FF0000;

}
.car{
width:710px;
border:4px solid #22538a; padding:15px 20px;
margin-top:0px;
float:left;

}
.logout{
width:930px;
border:4px solid #22538a; padding:15px 20px;
margin-top:10px;
background-color:#dfeafa;

}
.purc{
width:930px;
border:4px solid #22538a; padding:15px 20px;
margin-top:10px;
}
/************************************************form*****************************/
.bazzar{
border-right:1px #22538a dashed;
margin-right:10px;
height:100%;
}

.home{
width:648px;
padding:10px 0px 0px 0px ;
font-size:13px;
text-align:justify;
}
/************************************************form*****************************/
.imgbor{
	width:80px;
	height:89px;
	border:#22538a solid 1px;
	padding:10px;
	
}


=====================================================================================================
Footer Rules
=====================================================================================================
#footer {
	width:1020px;
	padding:0px 0px;
	background-color:#b3b3b3;
	float:left;
	height:41px;
	margin:0px 0px 20px;
}
.inner_sec {
	margin:0px auto;
	width:940px;
}
.foot_sec {
	width:274px;
	float:left;
	margin-right:59px;
}
.last {
	margin-right:0px !important;
}
.foot_sec h4{
	width:274px;
	background-color:#302f2d;
	border:#5e5e5e solid 1px;
	height:18px;
	padding-top:3px;
	text-align:center;
	text-transform:uppercase;
	font-weight:normal;
}
.foot_sec ul.botm_links{
	width:276px;
	list-style:none;
}
.foot_sec ul.botm_links li{
	width:261px;
	padding:7px 0px 7px 15px;
	border-bottom:#5e5e5e solid 1px;
	background:url(arow5.gif) left no-repeat;
}
.foot_sec ul.botm_links li.linkd{
	width:246px;
	padding:7px 0px 7px 30px;
	background:url(icon1.gif) left no-repeat;
}
.foot_sec ul.botm_links li.facebook{
	width:246px;
	padding:7px 0px 7px 30px;
	background:url(icon2.gif) left no-repeat;
}
.foot_sec ul.botm_links li.twitter{
	width:246px;
	padding:7px 0px 7px 30px;
	background:url(icon3.gif) left no-repeat;
}
.foot_sec ul.botm_links li.rss{
	width:246px;
	padding:7px 0px 7px 30px;
	background:url(icon4.gif) left no-repeat;
}
.foot_sec ul.botm_links li.technorat{
	width:246px;
	padding:7px 0px 7px 30px;
	background:url(icon5.gif) left no-repeat;
}

.foot_sec ul.botm_links li a{
	color:#5e5e5e;
}
.foot_sec ul.botm_links li a:hover{
	color:#fff;
}
.foot_sec p{
	text-align:center;
	padding:0px 10px;
	width:256px;
}
.foot_sec ul.cards{
	list-style:none;
	float:left;
	margin:20px 0px 20px 60px;
}
.foot_sec ul.cards li{
	float:left;
	margin-right:7px;
}
.foot_sec ul.cards li a.visa{
	background-repeat:no-repeat;
	background-image:url(card1.gif);
	height:22px;
	width:35px;
	display:inline-block;
}
.foot_sec ul.cards li a.a_expres{
	background-repeat:no-repeat;
	background-image:url(card2.gif);
	height:22px;
	width:35px;
	display:inline-block;
}
.foot_sec ul.cards li a.paypal{
	background-repeat:no-repeat;
	background-image:url(card3.gif);
	height:22px;
	width:35px;
	display:inline-block;
}
.foot_sec ul.cards li a.mastercard{
	background-repeat:no-repeat;
	background-image:url(card4.gif);
	height:22px;
	width:35px;
	display:inline-block;
}


/*
=======================================================================
	Product Scroller Rules
=======================================================================
*/
#prod_scroller {
	width:650px;
	height:238px;
	background-image:url(../images/prod_scrol.gif);
	background-repeat:no-repeat;
	margin-bottom:20px;
}
.scrol {
	width:550px!important;
	float:left;
	margin-top:12px;
	margin-left:10px;
}
.scrol ul li{
	margin:0px 0px 0px 0px;
	width:160px !important;
	height:194px !important;
	background-image:url(../images/scroll_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding:10px;
}
.scrol ul li h6{
	margin:0px 0px 0px 0px;
	width:160px;
	padding:6px 0px;
}
.scrol ul li a img{
	border:#ccc solid 4px;
	width:152px;
	height:103px;
}
.scrol ul li p.price{
	float:left;
	font-size:14px;
	padding:3px 0px 0px 0px;
}
.scrol ul li a.adcart{
	float:left;
	background-image:url(../images/adcart.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:149px;
	height:22px;
	padding:7px 0px 0px 10px;
	margin:6px 5px 0px 0px;
	color:#FFF;
	text-transform:uppercase;
}
.scrol ul li p a{
	color:#000;
	
}
#prod_scroller a.prev {
	float:left;
	margin:88px 2px 0px 15px;
	width:31px;
	height:22px;
	background-image:url(../images/prevbig.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#prod_scroller a.next {
	float:left;
	margin:88px 0px 0px 0px;
	width:31px;
	height:22px;
	background-image:url(../images/nextbig.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#leftmenu{
float:left;
width:200px;
height:100%;
}


.box{ 
width:218px;
background-color:#184580;
padding-left:0px;
height:auto;
}
.box a{ 
font-size:14px;
color:#626060;
 

}
.box a:hover{ 

color:#FF0000; 
}
/*.box-head{ height:41px; background:url(../img/box-head.jpg) no-repeat; text-align:left;}
.box-head h2{color:#FFFFFF; font-size:14px; text-transform:uppercase; padding:11p;}
.box-body{ border:1px solid #E0E0E0;border-top:0px; border-bottom:0px;}
.box-body ul{ padding:0px;}
.box-body ul li{border-collapse:collapse;} 
*/
.sexypanels{
list-style-type: none;
margin: 0px 0px 0px 0px;
padding: 0;
width: 218px;
}

.sexypanels li{
border-bottom: #b3b3b3 dotted 2px; 
height:12px;

text-indent: 8px;
padding-bottom:5px;

margin-bottom:5px;
/* white border beneath each menu item */
}

.sexypanels li a{
display: block;
color: #FFFFFF;
width: auto;
height:12px;
padding: 0px 0px; /* Vertical (top/bottom) padding for each menu link */
}

.sexypanels .main{
font:  20px "Times New Roman", Times, serif;
display: block;
color: #000000;
width: auto;
height:0px;
padding: 2px 0px; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
border-bottom: #b3b3b3 dotted 2px; 

}


.sexypanels li a:visited, .sexypanels li a:active{
	color: #FFFFFF;
}

.sexypanels li a:hover{
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	height:0px;
}

.sexypanels li.lastitem{
	clear:both;
}

.advertisement-block{padding:6px;}


.middlebox{
	float:left;
	margin:0px 0px 0px 0px;
	width:500px;
	height:auto;
	border-left:#f9ad01 solid 1px;
	border-right:#f9ad01 solid 1px;
}

.middlebox h3{
	padding:8px 5px 5px 10px;
	margin-bottom:15px;
	font-size:18px;
	font-weight:normal;
	color:#000;
	border-bottom:#b3b3b3 dotted 2px;
}

.middlebox span{
	font-size:18px;
	color:#fa4c00;
	
}

#box_image{
width:150px;
height:115px;
border:solid  #FFFFFF;
}

.red {
	color: #dd3c2d;
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.text {
      font-family:Arial, Helvetica, sans-serif;
      font-size: 13px}
.black {
      font-family:Arial, Helvetica, sans-serif;
      color: #000000; font-size: 20px;
	  }
.orange {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FF6600;
	font-size: 11px;
}
.ora a:link {
	color: #FF6600;
	
}
.ora a:visited {
	color: #FF6600;
	
}
.ora a:hover {
	color: #0000FF;
	
}
.ora a:active {
	color: #0000FF;
	
}
.bottomtext { 
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size: 12px;
}
.bot a:link {
	color:#000000;
	
}
.bot a:visited {
	color:#000000;
	
}
.bot a:hover {
	color:#FF6600;
	
}
.bot a:active {
	color:#FF6600;
	
}
	
.gray a:link {
	color:#666666;
	
}
.gray a:visited {
	color:#666666;
	
}
.gray a:hover {
	color:#000000;
	
}
.gray a:active {
	color:#000000;
	
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
#top{
     width:105px; 
	 height:36px; 
	 padding-right:9px; 
	 padding-top:58px;
}
.menuline{
	 height:1px;
	 width:45px;
     color:#000;
}
.font_heading{
font-family:Arial, Helvetica, sans-serif;
color:#336699;
font-size:16px;
}
.red1 {
	color: #dd3c2d;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}


.inputbox {
    background:#EAEAEA;
    font-size:16px;
	font:Verdana;
	font-weight:bold; 
    color:#12628A; 
    width:200px; 
    height:20px;
    border:1px #D3D1D1 solid;
    vertical-align:middle ;
	padding-left:3px;
}
.redC { color:#F00; font-weight:bold;}
/*
#gallery{
      width:200px; 
	  height:200px;
	  }*/

/*main_haiding*/
#main_heading{
background-image:url(../images/main_heading.jpg);
background-repeat:no-repeat;
float:left;
height:53px;
width: 700px;
border-bottom:dotted #000000 2px;
margin-left:10px;

}

#leftmenu{
float:left;
width:100px;
height:100%;
background:url(images/left_menu_bottompcorner.jpg) no-repeat #31a3d5;
background-position:bottom;
}


#image1{
background-image:url(../images/image1.jpg);
width:212px;
height:153px;
}

#readmore{

/*background-repeat:no-repeat;*/
float: right;
height:19px;
width: 88px;

}

#image2{
background-image:url(../images/image2.jpg);
width:212px;
height:153px;
}

#image3{

width:207px;
height:136px;
text-align:center;
}


#footer{
width:1020px;
height:101px;
background-image: url(../images/footer_84.jpg);
background-repeat: repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
}

#dotline{
border-bottom:dotted #000000 2px;
}

#ouraim{
width:123px;
height:24px;
background-image: url(../images/our_aim_61.jpg);
margin-left: 12px;
}

#menu_haiding{
font-family: "Comic Sans MS";
font-size:14px;
font-weight:200;
color:#FFFFFF;
}

#signin_btn{
width:68px;
height:20px;
background-image:url(../images/signin_btn.jpg);
margin-left:83px;
}
#signin_text{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFFFFF;
margin-left:8px;
margin-top:5px;
}

#health_news{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#FFFFFF;
font-weight: 600;
padding-bottom:10px;
}

#email_login{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFFF;
font-weight: 600;
margin-bottom:7px;

}

#heading{
float:left;
height:53px;
width: 700px;

margin-left:10px;

}


.sex{
float:left;
width:20px;
height:10px;
margin-right:20px;
}

.career{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#0066CC;
}

.career1{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#185880;

}


.structure
{
width:960px; 
height:1850px;
margin:0 auto;
border:1px solid #cccccc;
background:#fff;

}

.struser
{
width:960px; 
height:2640px;
margin:0 auto;
border:1px solid #cccccc;
background:#fff;
}

.linuxuser3
{
width:750px; 
height:2840px;
margin:0 auto;
border:1px solid #cccccc;
background:#fff;
}

.linuxrese4
{
width:750px; 
height:1000px;
margin:0 auto;
border:1px solid #cccccc;
background:#fff;

}

.linuxrese5
{
width:960px; 
height:auto;
margin:0 auto;
border:1px solid #cccccc;
background:#fff;

}

.clear
{
clear:both;
}
.reselimg1
{
width:750px; 
margin:0 auto;
background:##3A95CC;

background-repeat:no-repeat;
height:auto;
}

.reselimg1 p
{
font-size:17px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
padding:6px;
}
#boxing5
{
width:40px;
height:auto;
float:left;
border:1px solid #cccccc;
}

#boxing5 li
{
font-family:Verdana, Arial, Helvetica, sans-serif;
list-style-type:none;
font-size:13px;
color:#333333;
text-align:left;
border-bottom:1px solid #cccccc;
padding:.35em;
font-weight:bold;
}

#boxing6
{
width:400px;
height:auto;
float:left;
border:1px solid #cccccc;
}

#boxing6 li
{
font-family:Verdana, Arial, Helvetica, sans-serif;
list-style-type:none;
font-size:13px;
color:#660066;
text-align:left;
border-bottom:1px solid #cccccc;
padding:.35em;
font-weight:bold;
}

#boxing6 li span
{
color:#ff0000;
font-weight:bold;
font-size:12px;
}

#boxing7
{
width:80px;
height:auto;
float:left;
border:1px solid #cccccc;
}


#boxing7 li
{
font-family:Verdana, Arial, Helvetica, sans-serif;
list-style-type:none;
font-size:13px;
color:#660066;
text-align:left;
border-bottom:1px solid #cccccc;
padding:.35em;
font-weight:bold;
}
#boxing7 li span
{
color:#ff0000;
font-weight:bold;
font-size:12px;
}

#boxing8
{
width:80px;
height:auto;
float:left;
border:1px solid #cccccc;
}

#boxing8 li
{
font-family:Verdana, Arial, Helvetica, sans-serif;
list-style-type:none;
font-size:13px;
color:#660066;
text-align:left;
border-bottom:1px solid #cccccc;
padding:.35em;
font-weight:bold;
}
#boxing8 li span
{
color:#660066;
font-weight:bold;
font-size:12px;
}


#bottom_matter
{
font-family:Verdana, Arial, Helvetica, sans-serif;
list-style-type:none;
font-size:13px;
color:#FFFFFF;
text-align:left;
border-bottom:1px solid #cccccc;
padding:0.35em;
font-weight:bold;
background:#3A95CC;
 
}


											/*SUPPORTED FEATURRES CODING START
											*/										
				







.structure
{
width:960px; 
height:1850px;
margin:0 auto;
border:1px solid #cccccc;
background:#fff;

}

.struser
{
width:960px; 
height:2640px;
margin:0 auto;
border:1px solid #cccccc;
background:#fff;

}

.linuxuser
{
width:750px; 
height:2840px;
margin:0 auto;
border:1px solid #cccccc;
background:#fff;
}

.linuxresel
{
width:960px; 
height:2290px;
margin:0 auto;
border:1px solid #cccccc;
background:#fff;

}

.linuxrese2
{
width:960px; 
height:auto;
margin:0 auto;
border:1px solid #cccccc;
background:#fff;

}

.clear
{
clear:both;
}
.reselimg
{
width:960px; 
margin:0 auto;
background:url(images/resell.jpg);
background-repeat:no-repeat;
height:40px;
}

.reselimg p
{
font-size:17px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
padding:6px;
}
#boxing1
{
width:235px;
height:auto;
float:left;
border:1px solid #cccccc;
}

#boxing1 li
{
font-family:Verdana, Arial, Helvetica, sans-serif;
list-style-type:none;
font-size:13px;
color:#333333;
text-align:left;
border-bottom:1px solid #cccccc;
padding:.35em;
font-weight:bold;
}

#boxing2
{
width:235px;
height:auto;
float:left;
border:1px solid #cccccc;
}

#boxing2 li
{
font-family:Verdana, Arial, Helvetica, sans-serif;
list-style-type:none;
font-size:13px;
color:#660066;
text-align:left;
border-bottom:1px solid #cccccc;
padding:.35em;
font-weight:bold;
}

#boxing2 li span
{
color:#ff0000;
font-weight:bold;
font-size:12px;
}

#boxing3
{
width:235px;
height:auto;
float:left;
border:1px solid #cccccc;
}


#boxing3 li
{
font-family:Verdana, Arial, Helvetica, sans-serif;
list-style-type:none;
font-size:13px;
color:#660066;
text-align:left;
border-bottom:1px solid #cccccc;
padding:.35em;
font-weight:bold;
}
#boxing3 li span
{
color:#ff0000;
font-weight:bold;
font-size:12px;
}

#boxing4
{
width:235px;
height:auto;
float:left;
border:1px solid #cccccc;
}

#boxing4 li
{
font-family:Verdana, Arial, Helvetica, sans-serif;
list-style-type:none;
font-size:13px;
color:#660066;
text-align:left;
border-bottom:1px solid #cccccc;
padding:.35em;
font-weight:bold;
}
#boxing4 li span
{
color:#ff0000;
font-weight:bold;
font-size:12px;
}

											/*SUPPORTED FEATURRES CODING START
											*/										
											
												
#feature1
{
width:235px;
height:auto;
float:left;
border:1px solid #cccccc;
}

#feature1 li
{
font-family:Verdana, Arial, Helvetica, sans-serif;
list-style-type:none;
font-size:13px;
color:#333333;
text-align:left;
border-bottom:1px solid #cccccc;
padding:.35em;
font-weight:bold;
}

#feature2
{
width:235px;
height:auto;
float:left;
border:1px solid #cccccc;
}

#feature2 li
{
font-family:Verdana, Arial, Helvetica, sans-serif;
list-style-type:none;
font-size:13px;
color:#660066;
text-align:left;
border-bottom:1px solid #cccccc;
padding:.35em;
font-weight:bold;
}

#feature2 li span
{
color:#ff0000;
font-weight:bold;
font-size:12px;
}

#feature3
{
width:235px;
height:auto;
float:left;
border:1px solid #cccccc;
}


#feature3 li
{
font-family:Verdana, Arial, Helvetica, sans-serif;
list-style-type:none;
font-size:13px;
color:#660066;
text-align:left;
border-bottom:1px solid #cccccc;
padding:.35em;
font-weight:bold;
}
#feature3 li span
{
color:#ff0000;
font-weight:bold;
font-size:12px;
}

#feature4
{
width:235px;
height:auto;
float:left;
border:1px solid #cccccc;
}

#feature4 li
{
font-family:Verdana, Arial, Helvetica, sans-serif;
list-style-type:none;
font-size:13px;
color:#660066;
text-align:left;
border-bottom:1px solid #cccccc;
padding:.35em;
font-weight:bold;
}
#feature4 li span
{
color:#ff0000;
font-weight:bold;
font-size:12px;
}										
													/*SUPPORTED FEATURRES CODING FINISH
											*/															





.structure
{
width:960px; 
height:1850px;
margin:0 auto;
border:1px solid #cccccc;
background:#fff;

}

.struser
{
width:960px; 
height:2640px;
margin:0 auto;
border:1px solid #cccccc;
background:#fff;
}

.linuxuser
{
width:750px; 
height: auto;
margin:0 auto;
border:1px solid #cccccc;
background:#fff;
}

.linuxresel
{
width:750px; 
height:1000px;
margin:0 auto;
border:1px solid #cccccc;
background:#fff;

}

.linuxrese2
{
width:960px; 
height:auto;
margin:0 auto;
border:1px solid #cccccc;
background:#fff;

}

.clear
{
clear:both;
}
.reselimg
{
width:750px; 
margin:0 auto;
background: url(../images/resel.jpg);

height:40px;
}

.reselimg p
{
font-size:17px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
padding:6px;
}
#boxing1
{
width:214px;
height:auto;
float:left;
border:1px solid #cccccc;
}

#boxing1 li
{
font-family:Verdana, Arial, Helvetica, sans-serif;
list-style-type:none;
font-size:13px;
color:#333333;
text-align:left;
border-bottom:1px solid #cccccc;
padding:.35em;
font-weight:bold;
}

#boxing2
{
width:230px;
height:auto;
float:left;
border:1px solid #cccccc;
}

#boxing2 li
{
font-family:Verdana, Arial, Helvetica, sans-serif;
list-style-type:none;
font-size:13px;
color:#660066;
text-align:left;
border-bottom:1px solid #cccccc;
padding:.35em;
font-weight:bold;
}

#boxing2 li span
{
color:#660066;
font-weight:bold;
font-size:12px;
}

#boxing3
{
width:100px;
height:auto;
float:right;
border:1px solid #cccccc;
}


#boxing3 li
{
font-family:Verdana, Arial, Helvetica, sans-serif;
list-style-type:none;
font-size:13px;
color:#660066;
text-align:left;
border-bottom:1px solid #cccccc;
padding:.35em;
font-weight:bold;
}
#boxing3 li span
{
color:#ff0000;
font-weight:bold;
font-size:12px;
}

#boxing4
{
width:300px;
height:auto;
float:right;
border:1px solid #cccccc;
}

#boxing4 li
{
font-family:Verdana, Arial, Helvetica, sans-serif;
list-style-type:none;
font-size:13px;
color:#660066;
text-align:left;
border-bottom:1px solid #cccccc;
padding:.35em;
font-weight:bold;
}
#boxing4 li span
{
color:#ff0000;
font-weight:bold;
font-size:12px;
}


#bottom_matter
{
font-family:Verdana, Arial, Helvetica, sans-serif;
list-style-type:none;
font-size:13px;
color:#FFFFFF;
text-align:left;
border-bottom:1px solid #cccccc;
padding:0.35em;
font-weight:300;
background:#3A95CC;
 }

#mob_number{
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
color:#FF0000;
}

#reserv{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
}
#email_text{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#184580;
font-weight:normal;
padding-left:20px;
border-bottom:#999999 dotted 2px;
}

#email_text1{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#184580;
font-weight:bold;
float:left;

}
