body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	font-size: 12px;
	line-height: 19px;
}

.header-bighead {
	font-size: 20px;
	line-height: 32px;
	color: #027DCB;
	font-weight: bold;
}

.bighead {
	font-size: 20px;
	line-height: 26px;
	color: #027DCB;
	text-align: center;
	font-weight: bold;
}

.contactheading {
	font-size: 25px;
	line-height: 32px;
	color: #333;
	text-align: center;
}


.arrowbullet {
	list-style-image: url(http://kickstartwebsite.com/image/big_right_arrow.gif);
	line-height: 20px;
	font-size: 9pt;
}

.heading {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #CB2027;
	text-transform: uppercase;
}

.heading2 {
	font-size: 14px;
	line-height: 19px;
	color: #333;
	font-weight: bold;
}

.heading3 {
	font-size: 16px;
	line-height: 18px;
}

.heading4 {
	font-size: 16px;
	line-height: 18px;
	color: #D85602;
}


.redheading {
	font-size: 16px;
	line-height: 22px;
	color: #CB2027;
}

	
.text {
	font-size: 12px;
	line-height: 19px;
	color: #333;
	text-align: justify;
}

.text4 {
	font-size: 11px;
	line-height: 16px;
	color: #333;
	font-weight: normal;
	text-align: justify;
}

.text5 {
	font-size: 14px;
	line-height: 21px;
	color: #333;
}

.white-text {
	font-size: 13px;
	line-height: 18px;
	color: #fff;
}

.white-text2 {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}

.white-text3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
}

.white-text4 {
	font-size: 46px;
	color: #fff;
	line-height: 40px;
}

.white-text5 {
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	line-height: 43px;
}

/*------------------------------------------------header--------------------*/

#header{
	width:990px;
	margin: auto;
	padding: 0px;
	font-size: 15px;
	font-weight: bold;
	color: #005D89;
	line-height: 20px;

}


#workgallerybase {
	width:990px;
	margin: auto;
	padding: 0px;
	height: 100%;
	background-color: #FFF;
}


.button2 {
	height:28px;
	width: 140px;
	padding: 0px;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.button2 ul{
	list-style-type:none;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
}

.button2 li {
	border: thin solid #999;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #EFEFEF;
}

.button2 a {
	display:block;
	font-weight:bold;
	color:#333;
	text-align:center;
	text-decoration:none;
	font-size: 12px;
	white-space: nowrap;
	line-height: 26px;
	width: 22px;
	margin: 0px;
	padding: 0px;
}

.button2 a:hover {
	white-space: nowrap;
	background-color: #da2228;
	color: #FFF;
}


#button {
	position:relative;
	margin: auto;
	padding: 0px;
	width: 990px;
	height: 41px;
	background-color: #333333;
	z-index:2000;
}

#button ul li {
	line-height:30px;
	margin: 0px;
	padding: 0px;
	display: inline;
	height: 41px;
}

.active{
	display:block;
	text-decoration:none;
	background-color: #027DCB;
}

#button ul li a {
	display:block;
	padding-right: 16px;
	padding-left: 16px;
	line-height: 41px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	text-transform: uppercase;
}

#button ul {
	padding:0;
	margin:0;
	list-style-type: none;
	z-index:1000;
	color: #000;
}
#button ul li {
	float:left;
	position:relative;
	margin: 0px;
	padding: 0px;
}
#button ul li ul {
	display: none;
}


/* specific to non IE browsers */
#button ul li:hover a {
	background-color:#004E84;
	color: #CEF202;
	font-weight: bold;
}
	
#button ul li:hover ul {
	display:block; 
	position:absolute; 
	top:41px;
	left:0;
	-moz-box-shadow: 0 0 20px #888;
	-webkit-box-shadow: 0 0 20px #888;
	box-shadow: 0 0 20px #888;
}

#button ul li:hover ul li a.hide {
	color:#033763;
	background-color: #292B2A;
}

#button ul li:hover ul li {
	display:block;
	color:#033763;
	clear:both;
	height: 30px;
}

#button ul li:hover ul li ul {
	display: none;
}
	
#button ul li:hover ul li a {
	display:block;
	width:210px;
	height: 30px;
	line-height:30px;
	text-align: left;
	margin: 0px;
	white-space: nowrap;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 12px;
	background-color: #004E84;
	text-transform: none;
	font-weight: normal;
	
}
	
#button ul li:hover ul li a:hover {
	color: #AECF02;
}
	
#button ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:150px; top:0;
}
	
#button ul li:hover ul li:hover ul li a {
	background:#fbe0a6; 
	color:#AE4245; 
	border-left:0px; 
}
	
#button ul li:hover ul li:hover ul li a:hover {
	background:#f2d391; 
	color:#AE4245; 
	border-left:0px;
}

/*  our expartise    */

h1 {
	font-size: 6px;
	color: #CCC;
	line-height: 4px;
	text-align: center;
}

#btmid {
	font-size: 8px;
	color: #CCC;
	text-decoration: none;
	line-height: 10px;
	height: auto;
	width: 100%;
}

#btmid a {
	font-size: 8px;
	color: #CCC;
	text-decoration: none;
	line-height: 10px;
}

#btmid a:hover {
}

.package a {
	font-size: 13px;
	color: #333;
	text-decoration: none;
	line-height: 16px;
}

.package a:hover  {
	color: #8CA30C;
}

.package2 a {
	color:  #FFF;
	text-decoration: none;
}

.package2 a:hover  {
	text-decoration: none;
	color: #CCC;
}

.textsmall {
	font-size: 9px;
	color: #333;
}

.textsmall2 {
	font-size: 11px;
	color: #333;
}

.workgallery  {
	text-decoration: none;
	width: 990px;
	margin: auto;
	padding: 0px;
}

.workgallery a {
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	line-height: 16px;
	font-weight: normal;
}

.workgallery a:hover  {
	text-decoration: underline;
}


.heading2_white {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

.ho {
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	height: 45px;
	width: 30px;
}

.border {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999;
}

.packagerate {
	font-size: 13px;
	line-height: 24px;
	color: #000;
}

.box2 {
	z-index: 10;
	-moz-box-shadow: 0 0 12px #888;
	-webkit-box-shadow: 0 0 12px#888;
	box-shadow: 0 0 12px #888;
}

.box {
	-moz-box-shadow: 0 0 1px #888;
 	-webkit-box-shadow: 0 0 1px#888;
 	box-shadow: 0 0 1px #888;
}


.border {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
}


.border2 {
	border: 1px dotted #00416C;
}

.border3 {
	border: 1px solid #CCC;
	border-radius: 15px
}

.border4 {
	font-size: 10px;
	color: #666;
	padding: 0px;
	height: 25px;
	width: 990px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

.border4 a {
	text-decoration: none;
	font-size: 10px;
	color: #666;
}

.border4 a:hover {
	text-decoration: underline;
}

.border5 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
}

.border6 {
	border: 1px solid #E4E4E4;
}



/*---------------------SEO Page-------------------*/

.hotoffer {
	width: 50px;
	position: absolute;
	z-index: 1;
	float: right;
	padding-left: 200px;
}

.seo {
	margin: auto;
	width: 230px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.seo ul {
	margin: 0px;
	padding: 0px;
}

.seo li {
	margin: 0px;
	list-style-type: none;
	padding-right: 1px;
	padding-bottom: 1px;
}

.mailer {
	position:relative;
	margin: 1px;
	padding: 1px;
	border: 1px dotted #999;
}

.mailer ul {
	padding:0;
	margin:0;
}

.mailer ul li {
	position:relative;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.mailer ul li a {
	display:block;
	line-height: 19px;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 4px;
	background-color: #EFEFEF;
}

.mailer ul li:hover a {
	background-color: #027DCB;
	filter: Alpha(Opacity=10,);
	z-index: 1;
	color: #FFF;
}

#seopackage {
	background-color: #CCC;
	width: 990px;
	margin: auto;
	padding: 0px;
}

#seopackage2 {
	background-color: #CCC;
	width: 100%;
	margin: auto;
	padding: 0px;
}
	
	
#pricing {
	position:fixed;
	top:80%;
	width:139px;
	padding-left: 6px;
	height: 36px;
	z-index: 1;
}

h2 {
	font-size: 10px;
	line-height: 13px;
	font-weight:  normal;
	color:  #CCC;
}


.borderbox {
	}
	
#f-bannar{
	width: 95%;
	padding-right: 15px;
	padding-top: 10px;
	float: right;

}

.f-heading {
	font-size: 26px;
	line-height: 36px;
	color:  #FFF;
	font-weight: bold;
	text-shadow: 1px 0px 2px rgba(150, 150, 150, 1);
}

.f-heading2 {
	font-size: 20px;
	line-height: 26px;
	color:  #4DC8FD;
}

.f-heading3 {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
}

.f-heading4 {
	font-size: 18px;
	line-height: 26px;
	color: #afce02;
	text-transform: uppercase;
	font-weight: bold;
}

#footer {
	width:100%;
	margin: auto;
	color: #333;
	font-size: 11px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-color: #333333;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#footer ul {
	margin: 0px;
	padding-left: 30px;
	padding-top: 5px;
}

#footer li {
	font-size: 12px;
	color: #FFF;
	line-height: 18px;
	list-style-image: url(image/arrow3.png);
	list-style-type: none;

}

#footer a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	line-height: 18px;

}

#footer a:hover {
	text-decoration: underline;
}


#footer .category_photo2 {
	background-image: url(image/artdirector.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 125px;	

}

#footer .category_photo {
	width: 225px;
	margin: auto;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#footer .category_photo ul {
	padding: 0px;
	margin-top: 0px;
}

#footer .category_photo li {
	list-style-type: none;

}
#footer .category2 {
	width: 100%;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	border-radius: 5px;
	height: 26px;
	font-size: 11px;
	color: #FFF;
	background-color: #006699;
	text-align: center;
	text-transform: none;
	margin: auto;
	padding: 0px;
	line-height: 26px;
}

#footer .left2 {
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin: 1px;
	padding: 1px;
}

#footer .left2 ul {
	margin: 0px;
	padding: 0px;

}


#footer .left2 li {
	list-style-image: url(http://kickstartwebsite.com/image/bullet.jpg);
	margin-left: 18px;

}

#footer .left2 a {
	color: #FFF;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
}

#footer .left2 a:hover {
	text-decoration: underline;
}





























#logoenquiry {
	border-radius: 10px;
	position:relative;
	padding: 0px;
	width: 300px;
	height: 41px;
	background-color: #3EA100;
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px#888;
	box-shadow: 0 0 10px #888;
	border: 3px solid #380;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#logoenquiry ul {
	padding:0;
	margin:0;
}
#logoenquiry ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	position:relative;
}

#logoenquiry ul li a {
	display:block;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 13px;
	line-height: 41px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	white-space: nowrap;
	text-align: center;
}

#logoenquiry ul li ul {
	display: none;
}

/* specific to non IE browsers */
#logoenquiry  ul li:hover a {
	background-color:#004E84;
	border-radius: 10px;
}

.bigheadred {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	color: #379A00;
}

.greenheading {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color:#017CCA;
}

#enquirenow {
	float: right;
	height: 109px;
	width: 216px;
	position: fixed;
	top: 80%;
	right: 10px;
	background-image: url(image/freeenquiry.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 25000;
}
.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9E9E9;
	margin-top: 5px;
	width: 98%;
}

.line2 {
	background-image: url(image/line8.gif);
	background-repeat: repeat-y;
	background-position: left top;

}

.submit {
	border-radius: 5px;
	height: 35px;
	width: 90px;
	background-color: #CB2027;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #C00;
}
.red2 {
	font-size: 15px;
	line-height: 20px;
	color: #cc0000;
	text-decoration: none;
}


/* left menu */

.category {
	width: 240px;
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px#888;
	box-shadow: 0 0 12px #888;
	border-radius: 5px;
	height: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 14px;
	color: #004E84;
	font-weight: bold;
	line-height: 25px;
	background-color: #FFF;
	text-transform: uppercase;
	margin: auto;
	font-family: Tahoma, Geneva, sans-serif;
}

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


.category li {
	display:block;
	text-decoration:none;
	background-image: url(image/line7.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left: 10px;
	text-align: left;
}

.category a {
	font-size:14px;
	color:#333;
	text-decoration:none;
	line-height: 32px;
	font-weight:  normal;
	background-image: url(http://kickstartwebsite.com/image/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	text-transform: none;
}

.category-visited {
	color:#004E86;
	background-image: url(image/left.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.category a:hover {
	color:#004E86;
	background-image: url(image/left.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.category_line {
	background-color: #CCC;
	height: 1px;
	margin: auto;
	padding: 0px;
}


.category_line {
	background-color: #CCC;
	height: 1px;
	margin: auto;
	padding: 0px;
}

.category_photo2 {
	background-image: url(image/artdirector.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 125px;	

}
.category_photo {
	width: 225px;
	margin: auto;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.category_photo ul {
	padding: 0px;
	margin-top: 0px;
}

.category_photo li {
	list-style-type: none;

}
.category2 {
	width: 100%;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	border-radius: 5px;
	height: 26px;
	font-size: 11px;
	color: #FFF;
	background-color: #006699;
	text-align: center;
	text-transform: none;
	margin: auto;
	padding: 0px;
	line-height: 26px;
}
.left2 {
	font-size: 12px;
	line-height: 16px;
	color: #333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin: 1px;
	padding: 1px;
}

.left2 ul {
	margin: 0px;
	padding: 0px;

}


.left2 li {
	list-style-image: url(http://kickstartwebsite.com/image/bullet.jpg);
	margin-left: 18px;

}
.left2 a {
	color: #333;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
}

.left2 a:hover {
	text-decoration: underline;
}

.seo_tick {
	list-style-image: url(websitedesign/image/tick.jpg);
	list-style-type: none;
	background-image: url(websitedesign/image/logo-design4.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #CCC;
}

#homeicon {
	padding: 0px;
	height: 192.5px;
	width: 990px;
	margin-top: 65px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

#homeicon_seo{
	padding: 0px;
	height: 150px;
	width: 990px;
	margin-top: 65px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.homeicon_1 {
	border-radius: 35px;
	height: 160px;
	width: 234px;
	background-color: #EEE;
	float: left;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(http://kickstartwebsite.com/image/shadow.png);
	background-position: left -10px;
	background-repeat: no-repeat;
	border: 1px solid #CCC;
	font-weight: bold;
	color:  #666;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
}

#homeicon_1 {
	margin-top: 60px;

}

#homeicon_2 {
	margin-top: 60px;

}

#homeicon_3 {
	margin-top: 60px;

}


#homeicon_4 {
	margin-top: 60px;

}

#homeicon_5 {
	margin-top: 60px;

}

#homeicon_6 {
	margin-top: 60px;
}

#homeicon_7 {
	margin-top: 60px;
}

#homeicon_8 {
	margin-top: 60px;	
}

#icon {
	border-radius: 45px;
	width: 104px;
	margin-top: -50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 0px;
}

.icon2 {
	height:105px;
	background-image: url(image/newwebsite13.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 50px;
	color: #B50706;
	line-height: 30px;
}

.icon2-small {
	height:105px;
	background-image: url(image/newwebsite13.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 14px;
	color: #333;
	font-weight: normal;
}

.rupee {
	font-size: 15px;
	text-align: center;
	font-weight: normal;
}

.rupee2 {
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	color: #333;
}

.getdetails  {
	padding: 0px;
	height: 25px;
	width: 130px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.getdetails a {
	border-radius: 5px;
	font-size: 16px;
	color: #FFF;
	line-height: 25px;
	text-decoration: none;
	display:block;
	background-color: #FF6005;
}

.getdetails a:hover {
	border-radius: 5px;
	background-color: #D85602;
}

#addon {
	width: 990px;
	height:250px;
	margin:auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF;
}

.addon2 {
	width: 485px;
	height:auto;
	float: left;
	text-align: left;
	padding-left: 10px;
}

.addon3 {
	height: 50px;
	width: 85%;
	margin-bottom: 10px;
	padding-left: 60px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;

}

.addon3 a {
	font-size: 14px;
	color: #333;
	text-decoration: none;
	line-height: 18px;
	display: block;
	padding-top: 10px;
}
.addon3 a:hover {
	color: #D10808;

}

#business-emailing {
	background-image: url(http://kickstartwebsite.com/image/EmailingSolution.png);
	background-repeat: no-repeat;
	background-position: 3px center;
}

#bulk-emailing {
	background-image: url(image/BulkEmailing.png);
	background-repeat: no-repeat;
	background-position: 8px center;
}


#bulk-SMS {
	background-image: url(image/BulkSMS.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}

#CompanyProfile {
	background-image: url(image/doc.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}

#seo {
	background-image: url(image/ppt.png);
	background-repeat: no-repeat;
	background-position: 10px bottom;
}

#guide {
	background-image: url(image/workprocess.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#flash {
	margin: auto;
	height: 225px;
	width: 990px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#testimonials {
	height: 369px;
	background-image: url(http://kickstartwebsite.com/image/testimonials.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 200px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.rate_rounded {
	border: 1px solid #CCC;
	margin-left: 2%;
} 


.rounded {
	height: 100px;
	width: 100px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color: #004E84;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	margin: auto;
	padding: 0px;
} 

.rounded_heading {
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
} 

.rounded_heading2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color:#027DCB;
	text-align: center;
	margin-top: 10px;
} 

.rounded_red {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #F00;
	text-align: center;
}

.tick {
	background-image: url(http://kickstartwebsite.com/internet-promotion.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	list-style-type: none;
	padding-left: 25px;
	line-height: 24px;
}

.tick2 {
	background-image: url(http://kickstartwebsite.com/internet-promotion.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	list-style-type: none;
	padding-left: 24px;
	line-height: 18px;
}


#iconservice {
	padding: 0px;
	width: 250px;
	text-align: center;
	font-size: 15px;
	line-height: 25px;
	height: 25px;
	background-color: #027DCB;
	border: 1px solid #CCC;
	border-radius: 15px;
	top: -15px;
	position: relative;
	z-index: 1;
	color: #FFF;
	margin: auto;
}

#iconservice_line {
	padding: 0px;
	width: 990px;
	text-align: center;
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EFEFEF;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}


.before {
	padding: 0px;
	height: 50px;
	background-image: url(http://kickstartwebsite.com/image/tick6.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	float: right;
	position: relative;
	z-index: 10;
	width: 200px;
	top: -120px;
	right: -100px;
}

.righticon {
	border-radius: 5px;
	width: 95%;
	border: 1px solid #CCC;
	font-weight: bold;
	color:  #666;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
	padding: 0px;
	height: 66px;
}

.righticon2 {
	float: left;
	width: 25%;
	margin-left: 10px;

}


.righticon3 {
	float: left;
	margin-top: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	margin-left: 10px;

}

#shadow {
	background-image: url(image/line2.gif);
	margin: auto;
	padding: 0px;
	width: 990px;
	height: 12px;
}

.contactheading2 {
	font-size: 16px;
	line-height: 20px;
	color: #333;
}



/**     right     **/

.content {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.ca-ser {
	background-color: #027DCB;
	font-size: 15px;
	color: #FFF;
	list-style-type: none;
	line-height: 30px;
	padding-left: 10px;
	text-align: left;
}
.ca-menu {
    padding: 0;
    margin: 20px auto;
    width: 100%;
}
.ca-menu li{
	width: 100%;
	height: 52px;
	display: block;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	margin-bottom: 2px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.ca-menu li:last-child{
    margin-bottom: 0px;
}
.ca-menu li a{
	text-align: left;
	display: block;
	width: 100%;
	height: 100%;
	position:relative;
}
.ca-icon{
	font-size: 16px;
	text-shadow: 0px 0px 1px #333;
	line-height: 50px;
	position: absolute;
	width: 70px;
	left: 4px;
	text-align: center;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.ca-content{
	position: absolute;
	left: 80px;
	height: 50px;
	top: 5px;
}
.ca-main{
	font-size: 15px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	color: #D10808;
	text-decoration: none;
}
.ca-sub {
	font-size: 13px;
	color: #333;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	text-decoration: none;
}
.ca-menu li:hover{
	border-top-color: #027DCB;
	border-right-color: #027DCB;
	border-bottom-color: #027DCB;
	border-left-color: #027DCB;
	color: #333;
}
.ca-menu li:hover .ca-icon{
	text-shadow: 0px 0px 1px #fff004;
}
.ca-menu li:hover .ca-main{
	color: #027DCB;

}
.ca-menu li:hover .ca-sub{

}

#ca-ser {
	font-size: 15px;
	line-height: 32px;
	color: #FFF;
	background-color: #027DCB;
	text-align: left;
	padding-left: 15px;
	width:95%;
	height: 32px;
	text-transform: uppercase;
}


a {
	font-size: 13px;
	color:  #333;
	text-decoration: none;
	line-height: 18px;
}

a:hover {
}

#note {
	margin-top: 20px;
	padding: 0px;
	width: 990px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	
}