body {
    background-image: url(../images/bg-repeat.jpg);
    background-repeat: repeat-x;
    background-color: #47bdef;
    font-family: "Trebuchet MS";
}
#main-wrapper {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-position: top center;
}
#inner-wrapper {
    width: 950px;
    margin: 0px auto;
    padding-top: 30px;
}
#header {
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    height: 180px;
    width: 950px;
    position: relative;
}
#header .logo {
    height: 131px;
    width: 130px;
    position: absolute;
    top: 12px;
    left: 30px;
}
#header .logo img { border: none }
#header .slogan {
    width: 325px;
    height: 51px;
    background-image: url(../images/slogan.png);
    background-repeat: no-repeat;
    left: 200px;
    position: absolute;
    top: 70px;
}
#navigation-wrapper {
    background-image: url(../images/nav-bg.jpg);
    background-repeat: repeat-x;
    width: 950px;
    height: 34px;
}
.navigation {
    width: 700px;
    float: left;
}
.search {
    float: right;
    margin: 8px 10px 0 0;
}
.search img {
    height: 21px;
    width: 32px;
    cursor: pointer;
}
#content {
    background-color: #fff;
    width: 950px;
    padding-bottom: 10px;
    -moz-box-shadow: 0px 1px 29px #000;
    -webkit-box-shadow: 0px 1px 3px #000;
    box-shadow: 0px 1px 3px #000;
}
#maincol {
    background-image: url(../images/content-bg.jpg);
    background-repeat: repeat-x;
    float: left;
    width: 655px;
    margin: 10px;
    min-height: 450px;
}
#maincol-wide {
    background-image: url(../images/content-bg.jpg);
    background-repeat: repeat-x;
    float: left;
    width: 910px;
    margin: 10px;
}
.title-1 {
    font-size: 23px;
    color: #147eb8;
    padding: 10px 0 10px 10px;
    font-family: "Trebuchet MS";
    text-shadow: 1px 1px #fff;
}
.title-2 {
    font-size: 18px;
    color: #2586bd;
    padding-left: 0px;
    padding-top: 10px;
    font-family: "Trebuchet MS";
    text-shadow: 1px 1px #fff;
}
.welcome-img {
    width: 650px;
    margin-bottom: 10px;
}
.welcome-img img {
    float: left;
    height: 120px;
    width: 170px;
    margin-right: 8px;
}
.main-para {
    padding-top: 8px;
    font-size: 12px;
    line-height: 13px;
    color: #505455;
    line-height: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
}
.mission-vision-wrapper { padding: 0px 10px 10px 10px }
#side-bar {
    float: left;
    width: 245px;
    margin: 10px 0 0 0px;
}
#side-bar .box-wrapper {
    width: 245px;
    margin-bottom: 10px;
}
#side-bar .box-wrapper .box-top {
    background-image: url(../images/box-top.png);
    background-repeat: no-repeat;
    height: 40px;
    width: 245px;
}
#side-bar .box-wrapper .box-top h1 {
    font-size: 20px;
    color: #157eb8;
    text-shadow: 1px 1px #fff;
    padding: 10px;
}
#side-bar .box-wrapper .box-top h2 {
    font-size: 17px;
    color: #157eb8;
    text-shadow: 1px 1px #fff;
    padding: 10px;
}
#side-bar .box-wrapper .box-top h3 {
    font-size: 16px;
    color: #157eb8;
    text-shadow: 1px 1px #fff;
    padding: 10px;
}
#side-bar .box-wrapper .box-mid {
    background-image: url(../images/box-mid.png);
    background-repeat: repeat-y;
    width: 245px;
}
#side-bar .box-wrapper .box-mid p {
    font-size: 12px;
    color: #6c6c6c;
    padding: 0 0 5px 10px;
    line-height: 1.5em;
}
#side-bar .box-wrapper .box-mid ul { list-style-type: none }
#side-bar .box-wrapper .box-mid li {
    border-bottom: 1px dotted #cccccc;
    padding: 8px;
    margin: 0 12px;
}
#side-bar .box-wrapper .box-mid li a {
    font-size: 12px;
    color: #6c6c6c;
    text-decoration: none;
}
#side-bar .box-wrapper .box-bottom {
    background-image: url(../images/box-bottom.png);
    background-repeat: no-repeat;
    height: 12px;
    width: 245px;
}
/*post*/
.post,
.postWrapper { padding: 10px }
.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 { font-family: "Trebuchet MS" }
.post {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 1.25em;
}
.post h1 {
    color: #1c5f8a;
    padding-bottom: 1em;
    font-size: 24px;
    text-shadow: 1px 1px #fff;
}
.post h2 {
    padding-bottom: 1em;
    font-size: 20px;
    color: #1c5f8a;
    text-shadow: 1px 1px #fff;
}
.post h3 {
    color: #1c5f8a;
    font-size: 18px;
    padding-bottom: 1em;
    text-shadow: 1px 1px #fff;
}
.post h4 {
    color: #000;
    font-size: 16px;
    padding-bottom: 1em;
    font-weight: bold;
}
.post h5 {
    color: #000;
    font-size: 13px;
    padding-bottom: 1em;
}
.post h6 {
    color: #000;
    font-size: 12px;
    padding-bottom: 1em;
}
.post p {
    color: #505455;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    padding-bottom: 1em;
}
.post a {
    color: #0EB6FC;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-decoration: none;
}
.post a:hover { color: #000 }
.post ul {
    color: #676767;
    list-style-position: inside;
    list-style-type: disc;
    padding-bottom: 1em;
}
.post ol {
    color: #676767;
    list-style-position: inside;
    list-style-type: lower-alpha;
    padding-bottom: 1em;
}
.post li {
    color: #666666;
    font-size: 12px;
    line-height: 1.5em;
    margin-left: 10px;
}
.postTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
}
.postTitle a {
    color: #0EB6FC;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.postTitle a:hover { text-decoration: underline }
.postWrapper small {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 10px 0;
}
.postMeta {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 10px 5px;
}
.post-listing {
    width: 532px;
    float: left;
    margin: 0px 0px 0px 0px;
    /*   border: 1px solid #c6c6c6; */
    padding-bottom: 0px;
}
.postHeading {
    font-family: Arial, Helvetica, sans-serif;
    /* background-image: url(../images/services-title2-bg.jpg);;;
    background-repeat: repeat-x;*/
    color: #0EB6FC;
    font-size: 21px;
    padding: 5px 0px 0px 10px;
}
.postImage {
    border: medium double rgb(204, 204, 204);
    width: 100px;
    height: 100px;
    float: left;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
}
.postPara {
    color: #4f4f4f;
    font-size: 12px;
    line-height: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
}
.postPara a {
    color: #0EB6FC;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.postparagraph {
    float: left;
    width: 375px;
    margin-top: 0px;
}
#maincol .products-data td {
	padding: 5px;
	border: 0.5px solid #CCCCCC;
}

#contact-form .form input, #contact-form .form textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #F7F8F9;
	border: 1px solid #666666;
	
}
#contact-form .form input{
	height:20px;
	width:250px;


}
#contact-form .form .button input {
	background-image: url(../images/submit.jpeg);
	height: 30px;
	width: 100px;
	background-repeat:no-repeat;
	border:none;
	cursor:pointer;
}



#contact-form .form input:focus, #contact-form .form textarea:focus {
background-color:#3eade2;
color:#FFFFFF;
}

#footer-wrapper {
    background-image: url(../images/footer-bg.jpg);
    background-repeat: repeat-x;
    width: 100%;
}
#footer-wrapper #footer {
    width: 950px;
    margin: 0px auto;
    padding: 10px;
}
#footer-wrapper #footer .copyright {
    float: left;
    color: #FFFFFF;
    font-size: 11px;
    padding-bottom: 5px;
}
#footer-wrapper #footer .footer-menu { float: right }
#footer-wrapper #footer .footer-menu ul { list-style-type: none }
#footer-wrapper #footer .footer-menu li {
    float: right;
    margin-left: 10px;
    padding-right: 10px;
}
#footer-wrapper #footer .footer-menu li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 11px;
}
.designby {
    color: #FFFFFF;
    float: right;
    font-size: 11px;
    padding-bottom: 5px;   
}
.designby a {
    color: #FFFFFF;
	text-decoration:none;
}
.designby a:hover {
    color:#666666;
	text-decoration:underline;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
* html .clearfix { zoom: 1 }
*:first-child+html .clearfix { zoom: 1 }