body{
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
}
#page-wrap{
    margin:0 auto;
    background-color:#fff;
    width:1000px;
    padding:15px;
}
.page-wrap{
    margin:0 auto;
    width:970px;
    padding:15px 15px;
}
#menu{
    padding-left:25px;
    font-family: 'Josefin Sans', sans-serif;
    font-size:24px;
    height: 45px;
    margin-top: 15px;
}
#menu ul{
    list-style-type:none;
}
#menu ul li{
    float:left;
    padding:0 0px 8px 0;
    margin-right:40px;
    color:#000;
}
#menu ul li:hover{
    cursor:pointer;
    color:#606060;
    border-bottom-style:solid;
    border-bottom-color:#606060;
    border-bottom-width:2px;
}
.border{
    border-bottom-style:solid;
    border-bottom-color:#00b0ff;
    border-bottom-width:2px;
}

/* Slides */


#container {
        position:relative;
	width:960px;
	padding:0px;
	z-index:0;
    height: 650px;

}

/*
	Slideshow style
*/

#slides {
	position:absolute;
	top:15px;
	left:25px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:960px;
	height:650px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	width:960px;
	height:540px;
	display:block;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:250px;
	left:-24px;
	width:19px;
	height:29px;
	display:block;
	z-index:101;
}

#slides .next {
	left:965px;
}

/*
	Pagination
*/

.pagination {
	margin:20px auto 0;
	width:250px;
    padding-bottom: 40px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

#myCanvasContainer
{
    float:right;
    margin-top:100px;
    width:300px;
}
#tags{
    position:relative;
    z-index:0;
    float:right;
    margin-top:100px;
    width:300px;
}
#tags a{
    color:#fff;
}
.clear{
    clear:both;
}
#intro{
    position:absolute;
    top:550px;
    margin:0 auto;
    margin-left:25px;
    margin-right:15px;
    padding:10px;
    width:880px;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    line-height:150%;
    text-align:justify;
    color:#000;
    -moz-box-shadow:    0px 3px 5px 0px #ccc;
    -webkit-box-shadow: 3px 3px 5px 3px #ccc;
    box-shadow:         3px 3px 5px 3px #ccc;
}
.blue{
    color:#00b0ff;
    font-weight:800;
}

#aboutus-content{
    clear:both;
    margin:0px 15px 0 25px;
    padding-top:10px;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    line-height:150%;
    text-align:justify;
    color:#000;
}

#aboutus-text{
    float:left;
    width:440px;
}

#aboutus-image{
    float:left;
    padding-left:20px;
}

#services-content{
    clear:both;
    margin:0px 15px 0 25px;
    padding-top:15px;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    line-height:150%;
    text-align:justify;
    color:#000;
}

#service1{
    width:260px;
    padding:15px;
    -moz-box-shadow:    0px 3px 5px 0px #ccc;
    -webkit-box-shadow: 3px 3px 5px 3px #ccc;
    box-shadow:         3px 3px 5px 3px #ccc;
}

.service-title{
    font-family: 'Josefin Sans', sans-serif;
    font-size:26px;
    color:#00b0ff;
    padding-bottom:10px;
}

.service-circle{
    float:left;
    width:155px;
    padding-right:15px;
}

.service-circle:hover{
    cursor:pointer;
}

#service1-line{
    clear:both;
    margin-left:75px;
    width:2px;
    height:80px;
    background-color:#b0b0b0;
}

#service1-text{
    width:830px;
    height:90px;
    border-style:solid;
    border-color:#b0b0b0;
    border-width:2px;
    border-radius:10px;
    -moz-border-radius:10px;
}

#service1-text td{
    padding:4px 30px 0px 15px;
}

#service2-line{
    clear:both;
    margin-left:247px;
    width:2px;
    height:80px;
    background-color:#b0b0b0;
}

#service2-text{
    width:800px;
    padding:15px;
    height:45px;
    border-style:solid;
    border-color:#b0b0b0;
    border-width:2px;
    border-radius:10px;
    -moz-border-radius:10px;
}

#service3-line{
    clear:both;
    margin-left:417px;
    width:2px;
    height:80px;
    background-color:#b0b0b0;
}

#service3-text{
    width:800px;
    padding:15px;
    height:65px;
    border-style:solid;
    border-color:#b0b0b0;
    border-width:2px;
    border-radius:10px;
    -moz-border-radius:10px;
}

#service4-line{
    clear:both;
    margin-left:587px;
    width:2px;
    height:80px;
    background-color:#b0b0b0;
}

#service4-text{
    width:800px;
    padding:15px;
    height:65px;
    border-style:solid;
    border-color:#b0b0b0;
    border-width:2px;
    border-radius:10px;
    -moz-border-radius:10px;
}

#service5-line{
    clear:both;
    margin-left:757px;
    width:2px;
    height:80px;
    background-color:#b0b0b0;
}

#service5-text{
    width:800px;
    padding:15px;
    height:65px;
    border-style:solid;
    border-color:#b0b0b0;
    border-width:2px;
    border-radius:10px;
    -moz-border-radius:10px;
}

.visible{
    display:block;
}

.invisible{
    display:none;
}
#contactus-content{
    clear:both;
    margin:0px 15px 0 15px;
    padding-top:15px;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    line-height:150%;
    text-align:justify;
    color:#000;
}
#contactus-title{
    font-family: 'Josefin Sans', sans-serif;
    font-size:30px;
    color:#00b0ff;
    padding-bottom:10px;
}
#contactus-form{
    float:left;
    width:500px;
}
#contactus-content td {
	min-width:10px;
	line-height:45px;
        padding-right:5px;
        vertical-align:top;
}
#contactus-content input {
	width:260px;
	height:17px;
	padding:4px;
        font-family: 'Open Sans', sans-serif;
        font-size:14px;
        border-radius:5px;
        -moz-border-radius:5px;
        border-style:solid;
        border-color:#d0d0d0;
        border-width:1px;
}
#contactus-content select {
	width:260px;
	height:27px;
        padding:3px;
        font-family: 'Open Sans', sans-serif;
        font-size:14px;
        border-radius:5px;
        -moz-border-radius:5px;
        border-style:solid;
        border-color:#d0d0d0;
        border-width:1px;
}
#contactus-content textarea {
	width:260px;
	height:80px;
	padding:4px;
        margin-top:7px;
	resize:none;
	overflow:auto;
        font-family: 'Open Sans', sans-serif;
        font-size:14px;
        border-radius:5px;
        -moz-border-radius:5px;
        border-style:solid;
        border-color:#d0d0d0;
        border-width:1px;
}
input{
	outline:none;
}
#contactus-content input:hover, #contactus-content input:focus{
    border-color:#969696;
}
#contactus-content select:hover, #contactus-content select:focus{
    border-color:#969696;
}
#contactus-content textarea:hover, #contactus-content textarea:focus{
    border-color:#969696;
}
#lets-talk-image{
    float:left;
    margin-top:-30px;
}
sup{
    color:#00b0ff;
}
#submit:hover{
    cursor: pointer;
}
.footer-ul{
    margin-top: 15px;
}
.footer-ul li{
    height: 30px;
}
.footer-ul li a{
    text-decoration: none;
    color: #808080;
}
.footer-ul li a:hover{
    text-decoration: underline;
    color: #808080;
}