/*
Credit: http://www.templatemo.com
*/


body {
	margin: 0;
	padding: 0;
	/*color: #000;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 1.4em; 
	
/*background: -moz-linear-gradient(top,  rgba(171,189,115,1) 0%, rgba(228,239,192,1) 42%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(171,189,115,1)), color-stop(42%,rgba(228,239,192,1))); 
background: -webkit-linear-gradient(top,  rgba(171,189,115,1) 0%,rgba(228,239,192,1) 42%); 
background: -o-linear-gradient(top,  rgba(171,189,115,1) 0%,rgba(228,239,192,1) 42%); 
background: -ms-linear-gradient(top,  rgba(171,189,115,1) 0%,rgba(228,239,192,1) 42%); 
background: linear-gradient(to bottom,  rgba(171,189,115,1) 0%,rgba(228,239,192,1) 42%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abbd73', endColorstr='#e4efc0',GradientType=0 ); */


/* Second 
background: rgb(180,227,145); 
background: -moz-linear-gradient(top,  rgba(180,227,145,1) 18%, rgba(97,196,25,1) 77%, rgba(180,227,145,1) 97%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(18%,rgba(180,227,145,1)), color-stop(77%,rgba(97,196,25,1)), color-stop(97%,rgba(180,227,145,1))); 
background: -webkit-linear-gradient(top,  rgba(180,227,145,1) 18%,rgba(97,196,25,1) 77%,rgba(180,227,145,1) 97%); 
background: -o-linear-gradient(top,  rgba(180,227,145,1) 18%,rgba(97,196,25,1) 77%,rgba(180,227,145,1) 97%); 
background: -ms-linear-gradient(top,  rgba(180,227,145,1) 18%,rgba(97,196,25,1) 77%,rgba(180,227,145,1) 97%); 
background: linear-gradient(to bottom,  rgba(180,227,145,1) 18%,rgba(97,196,25,1) 77%,rgba(180,227,145,1) 97%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 );*/

/* background: rgb(180,227,145);
background: -moz-linear-gradient(top,  rgba(180,227,145,1) 18%, rgba(97,196,25,1) 88%, rgba(180,227,145,1) 97%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(18%,rgba(180,227,145,1)), color-stop(88%,rgba(97,196,25,1)), color-stop(97%,rgba(180,227,145,1)));
background: -webkit-linear-gradient(top,  rgba(180,227,145,1) 18%,rgba(97,196,25,1) 88%,rgba(180,227,145,1) 97%); 
background: -o-linear-gradient(top,  rgba(180,227,145,1) 18%,rgba(97,196,25,1) 88%,rgba(180,227,145,1) 97%); 
background: -ms-linear-gradient(top,  rgba(180,227,145,1) 18%,rgba(97,196,25,1) 88%,rgba(180,227,145,1) 97%);
background: linear-gradient(to bottom,  rgba(180,227,145,1) 18%,rgba(97,196,25,1) 88%,rgba(180,227,145,1) 97%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 );*/

/*
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFFFFF),
	color-stop(1, #000000)
);
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #000000 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #000000 100%);
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #000000 100%);
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #000000 100%);
background-image: linear-gradient(to bottom, #FFFFFF 0%, #000000 100%);*/

/* black grey */
background: rgb(125,126,125); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(73,73,73,1) 41%, rgba(117,117,117,1) 94%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(41%,rgba(73,73,73,1)), color-stop(94%,rgba(117,117,117,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(73,73,73,1) 41%,rgba(117,117,117,1) 94%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(73,73,73,1) 41%,rgba(117,117,117,1) 94%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(73,73,73,1) 41%,rgba(117,117,117,1) 94%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(73,73,73,1) 41%,rgba(117,117,117,1) 94%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#757575',GradientType=0 ); /* IE6-9 */




}

a, a:link, a:visited { 
	color: #6A6A6A; 
	font-weight: normal; 
	text-decoration: none; 
	font-style: normal; 
}

.EmailLink > a {
	color: #fff; 
	font-weight: normal; 
	text-decoration: none; 
	font-style: normal; 
}

a:hover { 
	text-decoration: underline; 
}

a.more { 
	display: inline-block; 
	width: 90px; 
	height: 13px; 
	background: url(../images/templatemo_read_more.png) no-repeat; 
}

p { margin: 0 0 20px 0; padding: 0; }

.img { border: none; border: #fff 4px solid }

blockquote { font-style: italic; margin: 0 0 0 10px;}

cite { font-weight: bold; color:#7c7970; }
cite a, cite a:link, cite a:visited  { font-size: 12px; text-decoration: none; font-style: normal }
cite span { font-weight: 400; color: #29b2c2; }

.image_fl { float: left; margin: 3px 5px 5px 0; border:hidden; width:455px; height:80px}
.image_fr { float: right;  margin: -6px 35px 5px 16px; border:medium outset white; border-radius:8px }
.image_frc { float: right;  margin: -6px 35px 5px 16px; }/* border:medium none white;border-radius:8px  //add this if border required*/

h1, h2, h3, h4, h5, h6 { color: #333; font-weight: normal; font-family: Georgia, "Times New Roman", Times, serif }

h1 { font-size: 48px; margin: 0 0 30px; padding: 5px 0 }
h2 { font-size: 28px; margin: 0 0 12px; padding: 3px 0 }
h3 { font-size: 18px; margin: 0 0 15px; padding: 0; }
h4 { font-size: 16px; margin: 0 0 10px; padding: 0; }
h5 { font-size: 14px; margin: 0 0 10px; padding: 0;  }
h6 { font-size: 10px; margin: 0 0 5px; padding: 0; }

.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }

.float_l { float: left }
.float_r { float: right }

#templatemo_wrapper {
	width: 100%;
	background: url(../images/templatemo_main.jpg) no-repeat top center;
	background-color:#5a9cbf;
}

#templatemo_main { 
	width: 960px;
	margin: 0 auto;
	padding: 40px 10px 40px;

}

#site_title { 
	padding: 30px 0; 
}

#site_title h1 { 
	margin: 0; 
	padding: 0; 
	color: #F90;
}

#site_title h1 a { 
	display: block; 
	font-size: 12px; 
	width: 150px; 
	height: 45px; 
	color: #acacac; 
	text-indent: -10000px; 
	background: url(../images/templatemo_logo.png) no-repeat center left; 
}
#site_title .site_link,
#site_title .site_link:hover{
	display: block;
	width: 40px;
	line-height: 40px;
	overflow: hidden;
	float: right;
	cursor: default;
	text-decoration: none;
	text-indent: -999px;
	background: transparent;
}


#templatemo_content {
	width: 950px;
	height: 513px;
	padding: 5px;
	background: url(../images/templatemo_main.png);
}

.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	background: url(../images/slider_bg.png) no-repeat left
}

#templatemo_content li {
	float: left;
	position: relative;
	width: 190px;
	height: 490px;
	margin-right: 5px;
}

.kwicks li.active {
	background: url(../images/slider_bg_hover.png) no-repeat left;
}

.kwicks li span.header {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 15px;
	height: 300px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#templatemo_content #home { 
}
#templatemo_content #home.active { 
}
#templatemo_content #about {
}
#templatemo_content #about.active {
}
#templatemo_content #social {
}
#templatemo_content #social.active {
}
#templatemo_content #enquiry { 
}
#templatemo_content #enquiry.active { 
}
#templatemo_content #portfolio { 
}
#templatemo_content #portfolio.active { 
}
#templatemo_content #contact {
}
#templatemo_content #contact.active {	
}
#templatemo_content #connect {
}
#templatemo_content #connect.active {	
}
#templatemo_content #welcome {
}
#templatemo_content #welcome.active {	
}

#templatemo_content #home span.header {
	background-image: url(../images/lables/home.png)
}

#templatemo_content #home.active span.header {
	background-image: url(../images/lables/home.png)
}

#templatemo_content #about span.header {
	background-image: url(../images/lables/about.png)	
}

#templatemo_content #enquiry span.header {
	background-image: url(../images/lables/enquiry.png)	
}

#templatemo_content #social span.header {
	background-image: url(../images/lables/social.png)	
}

#templatemo_content #portfolio span.header { 
	background-image: url(../images/lables/portfolio.png)	
}

#templatemo_content #contact span.header {
	background-image: url(../images/lables/contact.png)	
}
#templatemo_content #connect span.header {
	background-image: url(../images/lables/connect.png)	
}
#templatemo_content #welcome span.header {
	background-image: url(../images/lables/welcome.png)	
}

#templatemo_content li .inner {
	width: 570px; 
	padding: 16px 40px 40px 100px; 
    text-align: justify;
}

#templatemo_content li ul { 
	margin: 0 0 0 10px; 
	padding: 0; 
	list-style: decimal-leading-zero; 
}

#templatemo_content li ul li {
	width: auto;
	height: auto;
	float: none;
	margin: 0;
	padding: 0 0 5px 18px;
	background: url(../images/templatemo_list.png) scroll 0px 7px no-repeat
}

#templatemo_content li ul.social_links {
	margin-top: 40px
}

#templatemo_content li ul.social_links li {
	width: auto;
	height: auto;
	float: left;
	width: 58px;
	margin: 5px
	padding: 5px;
	background: none;
}

#templatemo_content li ul.social_links li a {
	display: block;
	height: 52px;
	width: 52px;
	font-size: 12px;
	color: #35322b;
	background-position: left;
	background-repeat: no-repeat;
}

#templatemo_content li #gallery {
	margin-top: 54px;
}

#templatemo_content li #gallery li {
	width: auto;
	height: auto;
	float: left;
	width: 173px;
	height: 174px;
	margin: 0 5px 5px 0;
	padding: 0;
	background: none;
	border:medium outset white;
}

#templatemo_content li #gallery li a {
	display: block;
}

#templatemo_content li ul.social_links li a.facebook {
	background-image: url(../images/facebook.png) 
}

#templatemo_content li ul.social_links li a.flickr {
	background-image: url(../images/flickr.png)
}

#templatemo_content li ul.social_links li a.linkedin {
	background-image: url(../images/linkedin.png)
}

#templatemo_content li ul.social_links li a.twitter {
	background-image: url(../images/twitter.png) 
}

#templatemo_content li ul.social_links li a.google {
	background-image: url(../images/google.png)
}

#templatemo_content li ul.social_links li a.youtube {
	background-image: url(../images/youtube.png)
}

#templatemo_footer {
	text-align: center;
	padding: 8px;
	color:#ffffff;
}

#templatemo_footer a {
	color: #999;
	text-decoration: none;
}

#contact_form { 
	padding: 0; 
	width: 52%; 
}

#contact_form form { 
	margin: 0px; 
	padding: 0px; 
}

#contact_form form .input_field { 
	width: 200px; 
	padding: 5px; 
	color: #222; 
	border: 1px solid #f4f2ee;  
	background: #d9d4c7;
}

#contact_form form label { 
	display: block;
	font-size: 13px; 
}

#contact_form form textarea { 
	width: 298px; 
	height: 120px; 
	padding: 5px; 
	color: #222;
	border: 1px solid #f4f2ee;  
	background: #d9d4c7;  
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

#contact_form form .submit_btn { 
	font-size: 13px; 
	color: #222;
	border: 1px solid #f4f2ee;  
	background: #d9d4c7; 
	padding: 5px 14px; 
}

.col_half { width: 270px }

/* other site */

#templatemo_header_wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 10px 10px 20px;
	background: url(../images/templatemo_header_dividier.png) repeat-x bottom;
}

#templatemo_slider {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px 10px;
}

#templatemo_main1 {
	width: 960px;
	height: 0 auto;
	margin: 15px auto;
	padding: 28px 8px 12px 40px;
	background: #f6f3f3;
	border: 1px solid #fff;
	margin-bottom: 40px; 
	overflow: hidden;
	text-align: justify;
	border-radius: 8px;
}

#templatemo_bottom_wrapper {
   /* background-color: #000000;*/
   background-image:images/semafore.jpg;
   /* margin-top: 100px;*/
   margin-top: 35px;
    width: 100%;
}

.col { 
	float: left; 
	margin: 0 20px 0px 0; 
}

.half { 
	width: 450px; 
}


.two-third { 
	width: 620px; 
}

.padding_right { 
	padding-right: 20px; 
}

.one_fourth { 
	width: 220px; 
}

.no_margin_right { 
	margin-right: 0; 
}

.last_box { 
	margin-bottom: 0; 
	background: none; 
}

#slider-left-but { 
	display: block; 
	width: 30px; 
	height: 30px; 
	border: none; 
	background: url(../images/templatemo_slider_left.png); 
	margin-right: 10px; 
}

#slider-right-but { 
	display: block; 
	width: 30px; 
	height: 30px; 
	border: none; 
	background: url(../images/templatemo_slider_right.png); 
}


.rp_pp { 
	padding-bottom: 10px; 
	border-bottom: 1px dotted #ced4dc; 
	line-height:normal;
}

.rp_pp img {
    border: 3px solid #FFFFFF;
    float: right;
    margin-right: 35px;
}
.rp_pp p { 
	font-size: 11px; 
}

#templatemo_menu { 
float: left;
margin-bottom:-10px;
/*background: url(../images/templatemo_menu_bar.png);*/
/*background-color:#cce064;*/
}

#logo {
    background-color: #FFFFFF;
    float: left;
}
.pagging { 
	margin: 0 0 20px; 
	padding: 0; 
}

.pagging ul { 
	margin: 0; 
	padding: 0; 
	list-style: none;
}

.pagging ul li { 
	margin: 0; 
	padding: 0; 
	display: inline; 
}
.pagging ul li a { 
	float: left; 
	display: block; 
	color: #333; 
	text-decoration: none; 
	margin-right: 5px; 
	padding: 5px 10px; 
	background: #fff; 
	border: 1px solid #ccc; 
}

.pagging ul li a:hover { 
	background: #7f0d0d; 
	border: 1px solid #fff; 
	color: #fff;  
}

.gallery_box { 
	margin-bottom: 40px; 
}

.gallery_box img { 
	margin-bottom: 10px; 
}

.gallery_box h5 { 
	font-size: 12px; 
	font-weight: 700; 
	margin-bottom:0; 
}

.gallery_box p { 
	font-size: 11px; 
}

.divider { margin-bottom: 40px; padding-bottom: 20px; background: url(../images/templatemo_divider.png) repeat-x bottom; }

.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }

.templatemo_list { 
	margin: 10px 0 10px 15px; 
	padding: 0; 
	list-style: none; 
}

.templatemo_list li { 
	color:#52493a; 
	margin: 0 0 10px 0; 
	padding: 0 5px 0 15px; 
	background: url(../images/templatemo_list.png) no-repeat scroll 0 4px;  
}

.templatemo_list li a { 
	color: #52493a; 
	font-weight: normal; 
}

.templatemo_list li a:hover { 
	color: #52493a; 
}

#templatemo_products{
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #000;
    height: 0 auto;
    padding: 40px 40px;
	margin-bottom: 40px;
	margin-right: 40px;
} 



.imgleft{
    float: left;
    width: 240px;
    height:150px;
}
.imgright{
    float: right;
    width: 200px;
    height:250px;
    margin: 0px 10px 10px 0;
    padding: 10px;  
}
.image {
    float: left;
    height: 150px;
    margin: 10px 30px;
    width: 200px;
	border: 3px solid #FFFFFF;
}
.division1 {
    float: left;
    margin-right: 2%;
    width: 30%;
}
.division2 {
    float: left;
    width: 65%;
}
.description {
    margin-bottom: 10px;
    padding-right: 1%;
    text-align: justify;
    width: 99%;
	font-size:13px;
}
.description1 {
	margin: 15px 0 10px 40px;
    padding-right: 1%;
    text-align: justify;
    width: 140%;
}
.templatemo_products {
    border: 1px solid #999999;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin: 10px 12px;
    width: 97%;
	list-style-type:none;
}

.division2 > h2 {
    margin-top: 10px;
}
.button {
    float: right;
    margin: 5px -285px 9px 5px;
}
.button1 button {
    background-color: #009999;
    border-radius: 10px 10px 10px 10px / 30px 30px 30px 30px;
    color: white;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 10px;
    text-transform: uppercase;
	cursor: pointer;
	margin-left:24px;
}


.MainHeader {
    color: black;
    margin: 31px 0 20px;
}

.SubHeader1 {
    color: black;
    line-height: 22px;
    padding-top: 10px;
}
	
.SubHeader2{
	color:black;
	alignment-adjust:left;
	padding-top:10px
	
	}
	
.ProductImages{
    width: 170px;
    height:170px;
}

.division3 {
    float: left;
    padding: 1%;
    width: 30%;
}

.division3 > div {
    margin-left: -30px;
}

.division3 a h3{
	padding-left: 30px;
}

.button2 {
    float:left;
    margin: 5px 0 5px 5px;
}

.button1 > form {
    margin-left: 28px;
}

.colorback {
    color: black;
    float: left;
    width: 50%;
}

.colorback a {
    color:#3C6;
}

.SocialLinks {
    color: black;
    float: right;
    font-size: 12px;
    width: 13%;
	line-height:28px;
}

.SocialLinksImages {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    float: left;
    height: 22px;
    margin: 7px;
    width: 22px;
}
	
.ProductHeadLine {
    float: left;
    font-family: times new roman;
    font-size: 35px;
    line-height: 2em;
    padding: 0 1px 0;
    width: 100%;
}

.ProductHeadLine2 {
    float: left;
    font-family: times new roman;
    font-size: 20px;
    margin-bottom: -10px;
    padding: 0;
    width: 76%;
}

.EmailLink {
	/*background: url("images/EmailImages/EmailImage3.png") no-repeat scroll -207px -322px transparent;*/
    float: right;
    width: 26%;
	line-height:30px;
	font-size:14px;
}
.SocialLinks > div {
    float: inherit;
    line-height: 30px;
}

.EmailLink > div {
    float: inherit;
}

.ProductData {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 22px;
    padding-right: 1%;
    text-align: justify;
    width: 97%;
}

.spacing {
	margin-top: 21px;
    margin-bottom: 28px;
	margin-right: -62px;
}

#slideshow { 
	max-height:300px;
    max-width:250px;
 }
/*
#holder { height:300px; width:300px; }*/


#templatemo_content li .inner .SocialLinksMargin{
	width: 570px; 
	padding: 40px 40px 40px 100px; 
}
.col_w280.float_l {
    padding-bottom: 100px;
}

.ContactPart2{
    margin: 0;
    width: 45%;
}

.contactpart1, .ContactPart2, social_links {
    float: left;
    margin: 0px;
    padding: 8px;
    width: 45%;
}
.contactpart1{
	 width: 100%;
	 margin-top: 30px;
	}
li .SocialLinksImages{
	width:48px;
	height:48px;
	float:left;
}

.ContactPart2 > h3 {
	padding-left: -16px;
	width: -1%;
	font-weight: normal;
	font-size: 15px;
	float: left;
	line-height: 75px;
}
.ContactPart2 {
    margin-left: 86px;
    margin-top: 0px;
    width: 100%;
}


.ContactPart4 {
    margin-left: 77px;
}

.width_50 {
    width: 50%;
}
.width_50 {
    width: 50%;
}
.left{
	float:left;
	}
.contact_image{
	width:50%;
	float:right;
	margin-left:0px;
}
.connect_header{
	width:101%;
	float:left;
	height:10%;
	margin-top: 18px;
}
#sidebar{
    float: right;
	list-style: none;
    width: 256px;
    height: 50%;
    margin: 0px 30px;
    padding: 10px;
    border: 1px solid #C90;
	border-radius:6px 6px 6px 6px;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	display:list-item;
}
#sidebar a {
  color:#22190A;
  font-size:12px;
  font-style:normal;
}
#sidebar a:hover {
	color: #993300;
}
.ContactPart3 > h3 {
	padding-left: -16px;
	width: -1%;
	font-weight: normal;
	font-size: 15px;
	float: left;
	line-height: 75px;
}
.ContactPart3 {
    margin-left: -2px;
    margin-top: 0px;
    width: 100%;
}
#templatemo_main2 {
	width: 960px;
	height: 0 auto;
	margin: 0 auto;
	padding: 40px 40px 40px 40px;
	background: #f6f3f3;
	border: 1px solid #fff;
	margin-bottom: 40px; 
	overflow: hidden;
	display:inherit;
}

.ContactNo {
    color: black;
    float: right;
    font-size: 12px;
    width: 20%;
	line-height:28px;
}

.linecard_button {
    background-color: #838383;
    border-radius: 6px;
    color: white;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 10px;
    text-transform: uppercase;
	margin-bottom: -26px;
}

marquee {
    margin-top: 50px;
	height:150;
	
}

#info
{
	text-decoration: blink;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px none;
	margin: -4px 0px;
	padding: 15px 10px 15px 13px;
	background-repeat: no-repeat;
	background-position: 10px center;
	position: relative;
	color: #00529B;
	background-color: #CCC;
	float: right;
	transition: all;
	border-radius: 20px;
	visibility: inherit;
}


#info a {
    color: #000;
}

#separater{
	border-bottom:dotted;
}
#sidebar li{
	margin-bottom:8px;
	display: list-item;
	text-align: -webkit-match-parent;
}
#separater { 
width: 175px;
border-bottom: 1px dashed #ccc;
}
.col.one_third.fp_services1 > li {
    padding: 2px 1px 11px;
	list-style-type:none;
	display: block;
	overflow: auto;
	color: white;
	text-decoration: none;
	padding: 7px;
	border-bottom: 1px dashed #D3D2D2;
	border-right: 0px solid #778;
	width:150px;
}

.col.one_third.fp_services2 {
    display: inline;
    margin: -5px 0 0 15px;
    width: 335px;
}

.col.one_third.fp_services3 {
    display: inline;
    margin: 12px 30px;
    width: 340px;
}

#demo{
	float:right;
	margin : 20px 20px -4px;
	font-size:15px;
}
/*
#sidebar, .one_third { 
	width: 200px; 
}
*/
.sub-list {
    display: none;
    padding-left: 30px;
}
.sub-list > li {
    color: black;
    list-style: circle outside none;
}

#templatemo_header_wrapper > h2 {
    margin-left: 100px;
}

.rp_pp > div {
    display: block;
}

.fadein { position:relative; height:332px; width:500px; }
.fadein div {position:absolute;text-align:center;height:100%;}
.fadein p { position:absolute; bottom:0;width:100%;color:white;background-color:rgba(0,0,0,0.6);height:1em;padding-bottom:10px;}

.button button{
    background-color: #009999;
    border-radius: 10px 10px 10px 10px / 30px 30px 30px 30px;
    color: white;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 10px;
    text-transform: uppercase;
	cursor: pointer;
}
.ContactPart21 {
    margin-left: -34px;
    margin-top: 0px;
    width: 100%;
}

