body {
	background:url(../Images/design-images/body-bg.jpg) #000000 top center no-repeat;
	color:#343434;	
	font-family: "Trebuchet MS" , Geneva, Arial, Helvetica, sans-serif;
	margin:0px;
	}
	
p {
	color:#343434;	
	font-family: "Trebuchet MS" , Geneva, Arial, Helvetica, sans-serif;
	font-family: Arial, Verdana, sans-serif;
	font-size:12px;
	margin:0px;
	}
	
form {
	margin:0px;
	}
	
.left  {
	float:left;
	}

.right {
	float:right;
	}
.clear {
	clear:both;
	}
	
.link {
	color:#cf2027;
	text-decoration:none;
	}
	
.link:hover {
	color:#000000;
	text-decoration:underline;
	}
	

/* Header Css Starts Here  */
#logo {
	width:162px;
	height:60px;
	float:left;
	text-align:left;
	padding:21px 0 0 24px;
	background:url(../Images/design-images/hdr-line.gif) right bottom no-repeat;
	}
	
.quote {
	font-family: "Trebuchet MS" , Geneva, Arial, Helvetica, sans-serif;;
	color:#FFFFFF;
	font-size:20px;
	text-align:left;
	width:230px;
	float:left;
	padding:30px 0 0 14px;
	}
	
.top-links-box {
	width:500px;
	height:100px;
	float:right;
	text-align:right;
	}	
	
.top-links {
	text-align:right;
	margin:12px 16px 0 0;
	color:#ffffff;
	}
	
.top-links a {
	color:#ffffff;
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	margin:0 5px;
	}
.top-links a:hover {
	color:#ffff00;
	text-decoration:none;
	}
	
.number {
	font-family: "Trebuchet MS" , Geneva, Arial, Helvetica, sans-serif;;
	text-align:right;
	margin:22px 16px 0 0;
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	}
	
#header {
	margin:0 auto;
	background:url(../Images/design-images/hdr-bg.jpg) top center no-repeat;
	color:#8b8d09;	
	width:950px;
	height:101px;
}
/* Header Css Starts Here  */


/* Menu Css Starts Here  */
#navigation {
	width:950px;
	height:40px;
	margin:0 auto;
	background:url(../Images/design-images/nav-bg.gif) top center no-repeat;
	font-family: "Trebuchet MS" , Geneva, Arial, Helvetica, sans-serif;
	}


.chromestyle{
	width: 950px;
	font-weight: bold;

}

.selected-tab {
background:url(../Images/design-images/nav-hover.gif) top repeat-x;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 950px;
	margin: 0;
	padding:0px;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	font-weight:bold;
	height:40px;
	padding: 0 0px 0 0;
	display:block; float:left;
	background: url(../Images/design-images/divider.gif) bottom right no-repeat;

}

.chromestyle ul li a{
	color:#434343;
	font-size:12px;
	font-weight:bold;
	display: inline-block;
	text-decoration:none;
	padding: 13px 26px 0 25px;
	text-transform:uppercase;
	height:27px;
	font-family: "Trebuchet MS" , Geneva, Arial, Helvetica, sans-serif;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background:url(../Images/design-images/nav-hover.gif) top repeat-x; /*THEME CHANGE HERE*/
	color:#434343;
	font-size:12px;
	font-weight:bold;
	display: inline-block;
	text-decoration:none;
	padding: 13px 26px 0 25px;
	height:27px;
	font-family:"Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	font-family:"Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
	z-index:100;
	width: 200px;
	visibility: hidden;
	text-align:left;
	background:#ecebeb;
	margin-top:-1px;
	}


.dropmenudiv a{
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#585858;
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
	padding: 4px 0 4px 15px;
	text-decoration: none;
	background:url(../Images/design-images/arrow.gif) left no-repeat;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #dbdbdb;
	color:#cf2027;
}	


.dropmenudiv1 {
	position:absolute;
	top: 0;
	left:0;
	border-bottom-width: 0;
	font-family:"Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
	z-index:100;
	visibility: hidden;
	text-align:left;
	background:#ecebeb;
	margin:-1px 0 0 -90px;
	}


.dropmenudiv1 a{
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#585858;
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
	padding: 4px 0 4px 15px;
	text-decoration: none;
	background:url(../Images/design-images/arrow.gif) left no-repeat;
}

* html .dropmenudiv1 a{ /*IE only hack*/
	width: 100%;
	}

.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
	background-color: #dbdbdb;
	color:#cf2027;
}	

.current{ /*THEME CHANGE HERE*/
	background-color: #dbdbdb;
	color:#cf2027;
}	
/*Menu css ends */


/* Body Css Starts */
.quote1 {
	width:921px;
	margin:0 auto;
	height:124px;
	padding:60px 0 0 29px;
	text-align:left;
	}
	
.box-top-crv {
	background:url(../Images/design-images/main-top-crv.gif) bottom center no-repeat;
	margin:0 auto;
	width:950px;
	height:12px;
	}
	
.box-bot-crv {
	background:url(../Images/design-images/main-bot-crv.gif) top center no-repeat;
	width:950px;
	height:11px;
	margin:0 auto;
	}
	
.main-container {
	margin:0 auto;
	width:950px;
	padding:10px 0 0 0; 
	}
	
.breadcrumb {
	width:100%;
	float:left;
	color:#65656a;
	font-size:11px;
	}
	
.breadcrumb a {
	color:#65656a;
	text-decoration:underline;
	font-size:11px;
	}

.breadcrumb a:hover {
	color:#cf2027;
	text-decoration:underline;
	font-size:11px;
	}
	
h1 {
	margin:0px;
	border-bottom:1px solid #d1d1ce;
	font-weight:bold;
	font-size:18px;
	color:#cf2027;
	line-height:40px;
	width:100%;
	}
	
h2 {
	margin:0px;
	font-weight:bold;
	font-size:16px;
	color:#343434;
	}
	
h3 {
	margin:0px;
	font-weight:bold;
	font-size:21px;
	color:#010101;
	height:30px;
	}


.box-bg {
	background:url(../Images/design-images/main-box-bg.gif) #ffffff bottom repeat-x;
	width:950px;
	overflow:hidden;
	text-align:left;
	}
.lft-margin {
	margin-left:16px;
	}	
	
.lft-margin1 {
	margin:0 50px 0 38px;
	}
	
#left-box {
	width:613px;
	float:left;
	height:auto;
	}
	
#left-box1 {
	width:591px;
	float:left;
	height:auto;
	}
	
.txt-area {
	width:259px;
	float:left;
	padding:0 23px 30px 23px;
	}
	
.heading-bg {
	background:url(../Images/design-images/heading-bg.gif) no-repeat;
	width:249px;
	height:29px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	padding:6px 0 0 10px;
	float:left;
	text-align:left;
	}
	
.right-box {
	width:319px;
	float:left;
	height:auto;
	margin:0px;
	}
	
.right-box1 {
	width:309px;
	float:right;
	height:auto;
	margin:0px 0 0 10px;
	}
	
.dir-img {
	float:left;
	padding:10px 0 0 20px;
	}
	
.heading-bg1 {
	background:url(../Images/design-images/heading-bg1.gif) no-repeat left top;
	width:295px;
	height:29px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	padding:6px 0 0 10px;
	float:left;
	}
	

.blog-bg {
	width:305px;
	height:318px;
	float:left;
	background:url(../Images/design-images/blog-bg.jpg) top no-repeat;
	}
	
.blog-post {
	font-size:10px;
	}
	
.blog-post font{
	font-size:10px;
	color:#cf2027;
	}

.comment-icon a {
	background:url(../Images/design-images/comment-icon1.gif) left no-repeat;
	color:#cf2027;
	text-decoration:none;
	font-size:14px;
	padding:0 0 0 30px;
	margin:10px 0 0 0;
	}
	
.blog-icons {
	margin:7px 0 10px 0;
	}
		
.blog-icons a{
	margin-right:5px;
	}

.dotted-line {
	float:left;
	background:url(../Images/design-images/dots.gif) repeat-x;
	height:1px;
	width:570px;
	}
	
.blog-entry {
	border-bottom:1px solid #d5cfc7;
	width:228px;
	height:44px;
	margin:10px 0 0 42px;
	color:#343434;
	font-size:12px;
	}
	
.blog-entry span{
	font-size:10px;
	color:#717272;
	margin-left:18px;
}

.blog-entry span a{
	font-size:12px;
	color:#cf2027;
	text-decoration:none;
}

.paging {
	float:left;
	width:570px;
	}
	
.paging .previous{
	text-align:left;
	width:270px;
	float:left;
	color:#454545;
	}
	
.paging .previous a{
	text-align:left;
	color:#454545;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	}
	
.paging .previous a:hover{
	color:#000000;
	}
	
.paging .next{
	text-align:right;
	width:270px;
	float:right;
	color:#454545;
	}
	
.paging .next a{
	text-align:right;
	color:#454545;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	}
	
.paging .next a:hover{
	color:#000000;
	}

.request-quote {
	background:url(../Images/design-images/request-quote-bg.jpg) left;
	width:241px;
	height:130px;
	float:left;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:35px;
	padding:5px 0 0 20px;
	}
.request-box {
	margin:10px 0 0 20px;
	width:241px;
	height:130px;
	}
	
.request-quote span{
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	}
	
.subscribe-bg {
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	background:url(../Images/design-images/subscribe-bg.gif) top no-repeat;
	width:241px;
	height:99px;
	float:left;
	padding:12px 0 0 20px;
	}
	
.subscribe-box {
	padding:5px 0 0 20px;
	float:left;
	width:241px;
	height:110px;
	}
	
.input-bg {
	border:none;
	width:190px;
	height:29px;
	float:left;
	padding:10px 0 0 0;
	margin-right:5px;
	color:#656565;
	background:url(../Images/design-images/input-bg.gif) left no-repeat;
	}


.logo-space {
	 margin:10px 45px 0 0;
	 float:left;
	 }
	 
.rt-nav-space {
	padding:0 0 0 16px;
	}

.rht-width {
	width:270px;
	}
	
.rht-nav-menu {	
	}	
	
#listing ul{
	margin:0px;
	}
	
#listing ul li{
	margin:0px;
	list-style:none;
	background:url(../Images/design-images/dot.gif) left no-repeat;
	padding:0 0 0 15px;
	font-size:10px;
	}
	
#listing1 {
	float:left;
	padding-left:15px;
	}
	
#listing1 ul{
	margin:0px;
	}
	
#listing1 ul li{
	margin:0px;
	list-style:none;
	background:url(../Images/design-images/dot1.gif) left no-repeat;
	padding:0 0 0 15px;
	line-height:25px;
	font-size:10px;
	}

#listing1 ul li a{
	margin:0px;
	list-style:none;
	line-height:25px;
	color:#343434;
	font-size:10px;
	text-decoration:none;
	}	
	
#listing1 ul li a:hover{
	margin:0px;
	list-style:none;
	line-height:25px;
	color:#cf2027;
	text-decoration:underline;
	font-size:10px;
	}	
		
	
#listing2 {
	float:left;
	padding-left:15px;
	}
	
#listing2 ul{
	margin:0px;
	}
	
#listing2 ul li{
	margin:0px;
	list-style:none;
	background:url(../Images/design-images/dot1.gif) left no-repeat;
	padding:0 0 0 15px;
	line-height:25px;
	font-size:12px;
	}
	
#listing2 ul li a{
	margin:0px;
	list-style:none;
	line-height:25px;
	color:#343434;
	font-size:12px;
	text-decoration:none;
	}	
	
#listing2 ul li a:hover{
	margin:0px;
	list-style:none;
	line-height:25px;
	color:#cf2027;
	text-decoration:underline;
	font-size:12px;
	}	
		
	
	/* Body Css Starts */


/* Footer Css Starts */

#footer {
	width:950px;
	margin:0 auto;
	background:url(../Images/design-images/red-footer.gif) top no-repeat;
	height:36px;
	color:#FFFFFF;
	font-size:12px;
	padding:0 0 10px 0;
	}
#footer .copyright {
	width:225px;
	float:left;
	height:27px;
	text-align:left;
	padding:9px 0 0 23px;	
	}	
	
.footer-links   {
	text-align:right;
	width:650px;
	float:left;
	height:27px;
	padding:9px 0 0 23px;
	}	
	
.footer-links a  {
	color:#FFFFFF;
	text-align:right;
	height:36px;
	padding:0 5px 0 5px;
	text-decoration:none;
	}	
	
.footer-links a:hover  {
	color:#ffff00;
	text-align:right;
	height:36px;
	padding:0 5px 0 5px;
	text-decoration:none;
	}	
	
	
.fot-crv {
	margin:0 auto;
	width:950px;
	}

.category-section-main	{
	width:950px;
	margin:0 auto;
	background:#222222;
	overflow:hidden;
	}

.category-section	{
	width:240px;
	float:left;
	padding:0 0 0px 20px;
	text-align:left;	
	}
	
.category-section1	{
	width:115px;
	float:left;
	padding:0 0 0px 20px;
	text-align:left;	
	}

.category-heading	{
	font-weight:bold;
	font-family: "Trebuchet MS" , Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#515251;
	width:100%;
	float:left;
	height:20px;
	padding:15px 0 0 1px;
	}
	
.category-heading1	{
	width:100%;
	font-weight:bold;
	text-align:right;
	font-family: "Trebuchet MS" , Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#515251;
	float:left;
	height:20px;
	padding:15px 0 0 1px;
	}
	
.category-listing	{
	width:100%;
	float:left;
	padding:5px 0 10px 0px;
	}

.category-listing ul	{
	margin:0px;
	padding:0px;
	list-style:none;
	}

.category-listing ul li	{
	background:transparent url(../Images/design-images/arrow1.gif) no-repeat scroll 0 11px;
	color:#FFFFFF;
	font-family:"Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
	margin:0;
	padding:5px 0 0 10px;
	text-decoration:none;
		}

.category-listing ul li a	{
	font-family: "Trebuchet MS" , Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	}
	
.category-listing ul li a:hover	{
	color:#ffff00;
	text-decoration:none;
	}
	
.category-listing1	{
	width:100%;
	float:left;
	padding:5px 0 10px 0px;
	}

.category-listing1 ul	{
	margin:0px;
	padding:0px;
	list-style:none;
	}

.category-listing1 ul li	{
	margin:0px;
	padding:5px 0 0 10px;
	font-family: "Trebuchet MS" , Geneva, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	text-align:right;
	}
/* Footer Css Ends  */

	
.input-bg1 {
	border:none;
	width:190px;
	height:29px;
	float:left;
	padding:10px 0 0 0;
	margin-right:5px;
	color:#656565;
	background:url(../Images/design-images/input.gif) left no-repeat;
	}	
	
.input-bg2 {
	border:none;
	width:259px;
	height:29px;
	float:left;
	padding:10px 0 0 5px;
	margin-right:5px;
	color:#656565;
	background:url(../Images/design-images/input-bg1.gif) left no-repeat;
	}
	
.select-bg {
	border:none;
	width:259px;
	height:29px;
	float:left;
	padding:10px 0 0 0;
	margin-right:5px;
	color:#656565;
	background:url(../Images/design-images/select.gif) left no-repeat;
	}
	
.massege-bg {
	border:none;
	width:259px;
	height:171px;
	overflow:auto;
	float:left;
	padding:10px 0 0 5px;
	margin-right:5px;
	color:#656565;
	background:url(../Images/design-images/massege.gif) left no-repeat;
	}					
	
.tag-sml-txt{
	font-size:15px;
	text-decoration:none;
	color:#777777;
	font-weight:bold;
	}
	
.tag-sml-txt:hover{
	font-size:15px;
	text-decoration:underline;
	color:#777777;
	}			

.tag-big-txt{
	font-size:20px;
	text-decoration:none;
	color:#777777;
	font-weight:bold;
	}
	
.tag-big-txt:hover{
	font-size:20px;
	text-decoration:underline;
	color:#777777;
	}	
	
.heading-bg2 {
	background:url(../Images/design-images/heading-bg1.gif) no-repeat;
	width:266px;
	height:29px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	padding:6px 0 0 10px;
	margin-left:20px;
	float:left;
	}
	
.right-bg {
	background:url(../Images/design-images/right-bg.gif) no-repeat;
	width:266px;
	height:155px;
	color:#424240;
	font-size:14px;
	font-weight:bold;
	padding:20px 0 0 10px;
	margin-left:20px;
	float:left;
	}
	
.map{
	width:266px;
	height:175px;
	text-align:left;
	color:#424240;
	font-size:14px;
	font-weight:bold;
	float:left;
	margin-top:15px;
	}
	
.contact-txt{
	color:#343434;
	font-size:12px;
	width:250px;
	float:left;
	padding-top:25px;
	}
	
.submit-btn{
	color:#343434;
	font-size:14px;
	width:365px;
	float:left;
	margin-right:25px;
	text-align:right;
	}					

/* slider Css starts  */
.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 508px; /*Width of Carousel Viewer itself*/
	height: 240px; /*Height should enough to fit largest content's height*/
	margin:70px 26px 0 38px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; 
	overflow: hidden; 
	margin: 10px 50px 0 30px; 
	width: 500px; 
}


.case-studies{
	color:#FFFFFF;
	float:left;
	font-size:15px;
	font-weight:bold;
	}
	
.slider-bg {
	background:url(../Images/design-images/slider-bg.jpg) top center no-repeat;
	width:613px;
	height:360px;
	float:left;
	}
	
.slider-bg-head {
	background:url(../Images/design-images/slider-bg-head.jpg) top center no-repeat;
	width:580px;
	height:30px;
	float:left;
	color:#FFFFFF;
	font-weight:bold;
	font-size:15px;
	padding:6px 0 0 33px;
	}
	
.slider-container {
	width:580px;
	height:358px;
	float:left;
	padding: 0 0 0 10px;
	}
	
.slide-img {
	width:300px;
	float:left;
	}
	
.slide-txt  {
	width:180px;
	color:#737373;
	line-height:20px;
	font-size:12px;
	float:left;
	}
	
.slide-txt  a{
	color:#cf2027;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
	
.slide-txt  a:hover{
	color:#000000;
	text-decoration:none;
	}

.r {
	border:1px solid red;
	}


/* slider Css starts  */

.div-bg{
background:transparent url(../Images/design-images/input-bg1.gif) no-repeat scroll left center;
border:medium none;
color:#656565;
float:left;
height:29px;
padding:10px 0 0 5px;
width:259px;
}

/* Blog Tag Cloud Starts Here*/
				
.BlogTagCloud a{
		color:#777777;
		text-decoration:none;
		}
		
.BlogTagCloud-XX-Small{
			font-size:14px;
			}
			
			
.BlogTagCloud-X-Small{	font-size:17px;
			}
			
.BlogTagCloud-Medium{
font-size:21px;
			}
			
.BlogTagCloud-XX-Large{
			font-size:24px;
			}
			
/* Blog Tag Cloud Ends Here*/
.list-item{
background:transparent url(../Images/design-images/arrow1.gif) no-repeat scroll 0 11px;
color:#FFFFFF;
font-family:"Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
margin:0;
padding:5px 0 0 10px;
text-decoration:none;
list-style:none;
}

.list-item a{
	color:#FFFFFF;
	text-decoration:none;
	}
	
.list-item a:hover{
	color:#FFFF00;
text-decoration:none;
	}
	
/* FAQ */
.faq-question{ background:#ededed url(/images/template/bg-question-top.png) top left no-repeat; margin-bottom:10px; }
	.faq-question-inner{ background:url(/images/template/bg-question-btm.png) bottom left no-repeat; padding:10px; }
		.faq-question a{ text-decoration:none; margin-left:40px; }
.faq-details{ background:url(/images/template/bg-answer-top.png) top left no-repeat; margin:10px 0 0 0; }
	.faq-details .answer{  background:url(/images/template/bg-answer-btm.png) bottom left no-repeat; padding:10px 10px 10px 40px; }
 
 
 
#right-box {
	width:319px;
	float:left;
	height:auto;
	margin:0px;
	}
	
	
#right-box1 {
	width:309px;
	float:right;
	height:auto;
	margin:0px 0 0 10px;
	}
	